Revision fff6dc09
ID | fff6dc0990b7defc3aec6d23839bdaeae6c2f809 |
[-TASK] Fluid (Core): Removed object accessor post processing in favor of generic interceptors used during parsing.
[+TASK] Fluid (Core): Added interceptors (for escaping and resource handling) that are activated in TemplateView.
[+TASK] Fluid (Core): Added NodeInterface to ease type hinting.
[+FEATURE] Fluid (ViewHelpers): Added EscapeViewHelper to escape text for HTML and URL use.
[~TASK] Fluid (Tests): Moved a bunch of tests and fixtures into more appropriate places.
[~TASK] Fluid (Tests): Fixed some tests that were broken some way or the other.
[~TASK] Fluid (Documentation): Some updates to the manual.
- added
- modified
- copied
- renamed
- deleted
- Classes
- Core
- Parser
- Rendering
- HtmlSpecialCharsPostProcessor.php
- ObjectAccessorPostProcessorInterface.php
- RenderingConfiguration.php
- RenderingContext.php (diff)
- ViewHelper
- View
- ViewHelpers
- Core
- Documentation
- Tests
- Unit
- Core
- Fixtures
- PostParseFacetViewHelper.php
- TemplateParserTestFixture01-shorthand.html
- TemplateParserTestFixture01.html
- TemplateParserTestFixture02-shorthand.html
- TemplateParserTestFixture02.html
- TemplateParserTestFixture03.html
- TemplateParserTestFixture04.html
- TemplateParserTestFixture05.html
- TemplateParserTestFixture06-shorthand.html
- TemplateParserTestFixture06.html
- TemplateParserTestFixture07.html
- TemplateParserTestFixture08.html
- TemplateParserTestFixture09.html
- TemplateParserTestFixture10.html
- TemplateParserTestFixture11.html
- TemplateParserTestFixture12_cdata.html
- TemplateParserTestFixture13_mandatoryInformation.html
- TemplateParserTestFixture14.html
- TemplateParserTestPostParseFixture.html
- Parser
- Fixtures
- PostParseFacetViewHelper.php
- TemplateParserTestFixture01-shorthand.html
- TemplateParserTestFixture01.html
- TemplateParserTestFixture02-shorthand.html
- TemplateParserTestFixture02.html
- TemplateParserTestFixture03.html
- TemplateParserTestFixture04.html
- TemplateParserTestFixture05.html
- TemplateParserTestFixture06-shorthand.html
- TemplateParserTestFixture06.html
- TemplateParserTestFixture07.html
- TemplateParserTestFixture08.html
- TemplateParserTestFixture09.html
- TemplateParserTestFixture10.html
- TemplateParserTestFixture11.html
- TemplateParserTestFixture12_cdata.html
- TemplateParserTestFixture13_mandatoryInformation.html
- TemplateParserTestFixture14.html
- TemplateParserTestPostParseFixture.html
- Interceptor
- ParsingStateTest.php
- SyntaxTree
- TemplateParserPatternTest.php (diff)
- TemplateParserTest.php
- Fixtures
- ParsingStateTest.php
- Rendering
- HtmlSpecialCharsPostProcessorTest.php
- RenderingConfigurationTest.php
- RenderingContextTest.php (diff)
- TemplateParserTest.php
- ViewHelper
- Fixtures
- View
- Core
- Unit