aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/textformatter/s9e/parser.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/security/243] Fail silently on unsupported values for font sizeMarc Alexander2019-08-311-12/+1
| | | | SECURITY-243
* [ticket/security/243] Limit size BBCode to 4 numeric charactersMarc Alexander2019-07-171-1/+1
| | | | SECURITY-243
* [ticket/security/243] Limit size values to supported valuesMarc Alexander2019-07-161-0/+11
| | | | SECURITY-243
* [ticket/15457] Updated s9e/text-formatter dependencyJoshyPHP2017-12-101-3/+3
| | | | PHPBB3-15457
* [ticket/15008] Disable emoji when smilies are disabledJoshyPHP2017-01-141-0/+2
| | | | | | | | Will effectively disable emoji shortname and won't replace emoji with images but will not prevent a browser or OS from displaying emoji as images. PHPBB3-15008
* [ticket/13454] Remove more unused variablesMarc Alexander2016-01-061-1/+1
| | | | | | This should be the last part. Off to checking if the changes were correct. PHPBB3-13454
* [ticket/13454] Fix a few issues introduced by overdeleting stuffMarc Alexander2016-01-061-0/+4
| | | | PHPBB3-13454
* [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-3/+0
| | | | | | This is the first part of the changes. More to come. PHPBB3-13454
* [ticket/14150] Update fast-image-size to newest versionMarc Alexander2015-09-081-1/+1
| | | | PHPBB3-14150
* [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