Revision 9829b9ef
ID | 9829b9ef994b6b55f3a0b6e45a7eeefad190a125 |
[!!!][+FEATURE] Fluid (Core): Removed the old Shorthand Syntax, and added a new chainable syntax for ViewHelpers. ADJUST YOUR TEMPLATES in case you use the {f:….()} syntax! Resolves #5033.
[+TASK] Fluid (Core): The object accessor node now uses FLOW3 reflection service instead of custom implementation. This should be functionally equivalent
[+TASK] Fluid: Improved doc comments
[+TASK] Fluid: Improved test cases by removing some not needed stub classes
- added
- modified
- copied
- renamed
- deleted
- Classes
- Tests
- Unit
- Core
- Fixtures
- TemplateParserTestFixture06-shorthand.html (diff)
- TemplateParserTestFixture06.html (diff)
- TestTagBasedViewHelper.php
- Parser
- Fixtures
- SomeEmptyClass.php
- SyntaxTree
- ObjectAccessorNodeTest.php
- ViewHelperNodeTest.php (diff)
- TemplateParserPatternTest.php (diff)
- Fixtures
- TagBasedViewHelperTest.php (diff)
- TemplateParserTest.php (diff)
- ViewHelper
- Fixtures
- Core
- Unit