aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/textformatter/s9e/parser.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13860] Fixed array-to-string conversionJoshyPHP2015-05-281-1/+7
| | | | PHPBB3-13860
* [ticket/13801] Updated event description [ci skip]JoshyPHP2015-05-181-2/+3
| | | | PHPBB3-13801
* [ticket/13801] Updated comments for clarityJoshyPHP2015-05-181-1/+1
| | | | PHPBB3-13801
* [ticket/13801] Removed user dependency from text_formatter.s9e.parserJoshyPHP2015-05-181-19/+8
| | | | PHPBB3-13801
* [ticket/8672] Use fastImageSize in classesMarc Alexander2015-04-241-2/+2
| | | | PHPBB3-8672
* [ticket/8672] Updated the text_formatter.s9e serviceJoshyPHP2015-04-241-9/+5
| | | | PHPBB3-8672
* [ticket/11768] Renamed service varsJoshyPHP2015-04-021-9/+8
| | | | | | | The name of the variable that holds the service instance is now consistent across events. PHPBB3-11768
* [ticket/11768] Restored get_parser() / get_renderer()JoshyPHP2015-04-021-0/+10
| | | | PHPBB3-11768
* [ticket/11768] Moved parser/renderer setup eventsJoshyPHP2015-04-021-4/+4
| | | | | | | Moved down the setup events to make them happen after the service is configured and ready to be used PHPBB3-11768
* [ticket/11768] Added parser eventsJoshyPHP2015-04-021-1/+27
| | | | | | | Added core.text_formatter_s9e_parse_before and core.text_formatter_s9e_parse_after PHPBB3-11768
* [ticket/11768] Added core.text_formatter_s9e_parser_setup eventJoshyPHP2015-04-021-4/+29
| | | | PHPBB3-11768
* [ticket/11768] Removed get_parser() / get_renderer() accessorsJoshyPHP2015-04-021-10/+0
| | | | | | There's no need to access the s9e\TextFormatter objects outside of events. PHPBB3-11768
* [ticket/11768] Updated various annotationsJoshyPHP2015-04-021-6/+5
| | | | PHPBB3-11768
* [ticket/11768] Replaced array access with call to $user->lang()JoshyPHP2015-04-021-1/+1
| | | | PHPBB3-11768
* [ticket/11768] Renamed interfacesJoshyPHP2015-04-021-1/+1
| | | | PHPBB3-11768
* [ticket/11768] Replaced extract() callsJoshyPHP2015-04-021-1/+2
| | | | PHPBB3-11768
* [ticket/11768] Replaced FQNs in annotationsJoshyPHP2015-04-021-2/+2
| | | | PHPBB3-11768
* [ticket/11768] Replaced class names in annotations with their FQNJoshyPHP2015-04-021-2/+2
| | | | PHPBB3-11768
* [ticket/11768] Replaced \phpbb\textformatter\parser with an interfaceJoshyPHP2015-04-021-1/+12
| | | | PHPBB3-11768
* [ticket/11768] Removed unused annotationsJoshyPHP2015-04-021-1/+0
| | | | PHPBB3-11768
* [ticket/11768] Added methods to access the library's parser/rendererJoshyPHP2015-04-021-0/+10
| | | | PHPBB3-11768
* [ticket/11768] Updated phpbb\textformatter\s9e\factory::regenerate()JoshyPHP2015-04-021-1/+1
| | | | | | | Returns an associative array rather than a numerically-indexed array. Feels cleaner and more extensible. PHPBB3-11768
* [ticket/11768] Removed unused use statementss9e2015-04-021-1/+0
| | | | PHPBB3-11768
* [ticket/11768] Updated constructors with explicit dependenciess9e2015-04-021-3/+3
| | | | | | | | | The trade-off is that an instance of phpbb\textformatter\s9e\factory and phpbb\textformatter\data_access is created on any page that uses the parser or the renderer, even when neither need to be regenerated. It has no measureable impact on performance and costs ~20KB of RAM. PHPBB3-11768
* [ticket/11768] Updated annotations to pass sniffs9e2015-04-021-5/+5
| | | | PHPBB3-11768
* [ticket/11768] This commit integrates s9e\TextFormatters9e2015-04-021-0/+335
This commit integrates s9e\TextFormatter as outlined in http://area51.phpbb.com/phpBB/viewtopic.php?f=108&t=44467 PHPBB3-11768