aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/textformatter/s9e/renderer.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/15261] Fix censoring HTML tagsJoshyPHP2017-07-031-4/+2
* [ticket/13454] Fix a few issues introduced by overdeleting stuffMarc Alexander2016-01-061-0/+3
* [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+0
* [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+0
* [ticket/10620] Implemented quote improvementsJoshyPHP2015-06-251-0/+19
* [ticket/11742] Removed tabs-to-space conversion in [code]JoshyPHP2015-05-231-43/+0
* [ticket/11768] Stylistic change. No functional change intendedJoshyPHP2015-04-021-1/+1
* [ticket/11768] Added some default template parametersJoshyPHP2015-04-021-2/+7
* [ticket/11768] Moved the routine that replaces tabs with spacesJoshyPHP2015-04-021-16/+28
* [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-7/+7
* [ticket/11768] Added parser eventsJoshyPHP2015-04-021-1/+1
* [ticket/11768] Added renderer eventsJoshyPHP2015-04-021-3/+27
* [ticket/11768] Added core.text_formatter_s9e_renderer_setup eventJoshyPHP2015-04-021-3/+20
* [ticket/11768] Removed get_parser() / get_renderer() accessorsJoshyPHP2015-04-021-10/+0
* [ticket/11768] Removed superfluous whitespace [ci skip]JoshyPHP2015-04-021-3/+0
* [ticket/11768] Updated various annotationsJoshyPHP2015-04-021-6/+5
* [ticket/11768] Made capturing code blocks a bit more flexibleJoshyPHP2015-04-021-1/+1
* [ticket/11768] Whitespace [ci skip]JoshyPHP2015-04-021-1/+1
* [ticket/11768] Renamed interfacesJoshyPHP2015-04-021-3/+32
* [ticket/11768] Replaced extract() callsJoshyPHP2015-04-021-1/+2
* [ticket/11768] Removed the cached rendererJoshyPHP2015-04-021-1/+1
* [ticket/11768] Replaced FQNs in annotationsJoshyPHP2015-04-021-2/+2
* [ticket/11768] Removed unused annotationsJoshyPHP2015-04-021-1/+0
* [ticket/11768] Updated censor to apply to XML valuesJoshyPHP2015-04-021-3/+4
* [ticket/11768] Added methods to access the library's parser/rendererJoshyPHP2015-04-021-0/+10
* [ticket/11768] Replaced the Censor pluginJoshyPHP2015-04-021-1/+20
* [ticket/11768] Updated phpbb\textformatter\s9e\factory::regenerate()JoshyPHP2015-04-021-1/+1
* [ticket/11768] Removed unused use statementss9e2015-04-021-2/+0
* [ticket/11768] Updated constructors with explicit dependenciess9e2015-04-021-6/+6
* [ticket/11768] Updated annotations to pass sniffs9e2015-04-021-3/+3
* [ticket/11768] This commit integrates s9e\TextFormatters9e2015-04-021-0/+228