aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/textformatter/s9e/parser.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/16252] Ignore non-BBCodes when looking for unauthorized markupJoshyPHP2019-12-091-1/+19
* [ticket/security/243] Fail silently on unsupported values for font sizeMarc Alexander2019-08-311-12/+1
* [ticket/security/243] Limit size BBCode to 4 numeric charactersMarc Alexander2019-07-171-1/+1
* [ticket/security/243] Limit size values to supported valuesMarc Alexander2019-07-161-0/+11
* [ticket/15457] Updated s9e/text-formatter dependencyJoshyPHP2017-12-101-3/+3
* [ticket/15008] Disable emoji when smilies are disabledJoshyPHP2017-01-141-0/+2
* [ticket/13454] Remove more unused variablesMarc Alexander2016-01-061-1/+1
* [ticket/13454] Fix a few issues introduced by overdeleting stuffMarc Alexander2016-01-061-0/+4
* [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-3/+0
* [ticket/14150] Update fast-image-size to newest versionMarc Alexander2015-09-081-1/+1
* [ticket/13860] Fixed array-to-string conversionJoshyPHP2015-05-281-1/+7
* [ticket/13801] Updated event description [ci skip]JoshyPHP2015-05-181-2/+3
* [ticket/13801] Updated comments for clarityJoshyPHP2015-05-181-1/+1
* [ticket/13801] Removed user dependency from text_formatter.s9e.parserJoshyPHP2015-05-181-19/+8
* [ticket/8672] Use fastImageSize in classesMarc Alexander2015-04-241-2/+2
* [ticket/8672] Updated the text_formatter.s9e serviceJoshyPHP2015-04-241-9/+5
* [ticket/11768] Renamed service varsJoshyPHP2015-04-021-9/+8
* [ticket/11768] Restored get_parser() / get_renderer()JoshyPHP2015-04-021-0/+10
* [ticket/11768] Moved parser/renderer setup eventsJoshyPHP2015-04-021-4/+4
* [ticket/11768] Added parser eventsJoshyPHP2015-04-021-1/+27
* [ticket/11768] Added core.text_formatter_s9e_parser_setup eventJoshyPHP2015-04-021-4/+29
* [ticket/11768] Removed get_parser() / get_renderer() accessorsJoshyPHP2015-04-021-10/+0
* [ticket/11768] Updated various annotationsJoshyPHP2015-04-021-6/+5
* [ticket/11768] Replaced array access with call to $user->lang()JoshyPHP2015-04-021-1/+1
* [ticket/11768] Renamed interfacesJoshyPHP2015-04-021-1/+1
* [ticket/11768] Replaced extract() callsJoshyPHP2015-04-021-1/+2
* [ticket/11768] Replaced FQNs in annotationsJoshyPHP2015-04-021-2/+2
* [ticket/11768] Replaced class names in annotations with their FQNJoshyPHP2015-04-021-2/+2
* [ticket/11768] Replaced \phpbb\textformatter\parser with an interfaceJoshyPHP2015-04-021-1/+12
* [ticket/11768] Removed unused annotationsJoshyPHP2015-04-021-1/+0
* [ticket/11768] Added methods to access the library's parser/rendererJoshyPHP2015-04-021-0/+10
* [ticket/11768] Updated phpbb\textformatter\s9e\factory::regenerate()JoshyPHP2015-04-021-1/+1
* [ticket/11768] Removed unused use statementss9e2015-04-021-1/+0
* [ticket/11768] Updated constructors with explicit dependenciess9e2015-04-021-3/+3
* [ticket/11768] Updated annotations to pass sniffs9e2015-04-021-5/+5
* [ticket/11768] This commit integrates s9e\TextFormatters9e2015-04-021-0/+335