Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/15261] Fix censoring HTML tags | JoshyPHP | 2017-07-03 | 1 | -4/+2 |
| | | | | PHPBB3-15261 | ||||
* | [ticket/13454] Fix a few issues introduced by overdeleting stuff | Marc Alexander | 2016-01-06 | 1 | -0/+3 |
| | | | | PHPBB3-13454 | ||||
* | [ticket/13454] Remove unused variables | Marc Alexander | 2016-01-06 | 1 | -1/+0 |
| | | | | | | This is part 2 of the pr. PHPBB3-13454 | ||||
* | [ticket/13454] Remove unused variables | Marc Alexander | 2016-01-06 | 1 | -1/+0 |
| | | | | | | This is the first part of the changes. More to come. PHPBB3-13454 | ||||
* | [ticket/10620] Implemented quote improvements | JoshyPHP | 2015-06-25 | 1 | -0/+19 |
| | | | | PHPBB3-10620 | ||||
* | [ticket/11742] Removed tabs-to-space conversion in [code] | JoshyPHP | 2015-05-23 | 1 | -43/+0 |
| | | | | PHPBB3-11742 | ||||
* | [ticket/11768] Stylistic change. No functional change intended | JoshyPHP | 2015-04-02 | 1 | -1/+1 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] Added some default template parameters | JoshyPHP | 2015-04-02 | 1 | -2/+7 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] Moved the routine that replaces tabs with spaces | JoshyPHP | 2015-04-02 | 1 | -16/+28 |
| | | | | | | ...to its own method. Also added a quick stripos() check for performance. PHPBB3-11768 | ||||
* | [ticket/11768] Renamed service vars | JoshyPHP | 2015-04-02 | 1 | -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() | JoshyPHP | 2015-04-02 | 1 | -0/+10 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] Moved parser/renderer setup events | JoshyPHP | 2015-04-02 | 1 | -7/+7 |
| | | | | | | | 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 events | JoshyPHP | 2015-04-02 | 1 | -1/+1 |
| | | | | | | | Added core.text_formatter_s9e_parse_before and core.text_formatter_s9e_parse_after PHPBB3-11768 | ||||
* | [ticket/11768] Added renderer events | JoshyPHP | 2015-04-02 | 1 | -3/+27 |
| | | | | | | | Added core.text_formatter_s9e_render_before and core.text_formatter_s9e_render_after PHPBB3-11768 | ||||
* | [ticket/11768] Added core.text_formatter_s9e_renderer_setup event | JoshyPHP | 2015-04-02 | 1 | -3/+20 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] Removed get_parser() / get_renderer() accessors | JoshyPHP | 2015-04-02 | 1 | -10/+0 |
| | | | | | | There's no need to access the s9e\TextFormatter objects outside of events. PHPBB3-11768 | ||||
* | [ticket/11768] Removed superfluous whitespace [ci skip] | JoshyPHP | 2015-04-02 | 1 | -3/+0 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] Updated various annotations | JoshyPHP | 2015-04-02 | 1 | -6/+5 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] Made capturing code blocks a bit more flexible | JoshyPHP | 2015-04-02 | 1 | -1/+1 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] Whitespace [ci skip] | JoshyPHP | 2015-04-02 | 1 | -1/+1 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] Renamed interfaces | JoshyPHP | 2015-04-02 | 1 | -3/+32 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] Replaced extract() calls | JoshyPHP | 2015-04-02 | 1 | -1/+2 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] Removed the cached renderer | JoshyPHP | 2015-04-02 | 1 | -1/+1 |
| | | | | | | | We don't need to cache an instance of the renderer, we can just instantiate it every time we need one. PHPBB3-11768 | ||||
* | [ticket/11768] Replaced FQNs in annotations | JoshyPHP | 2015-04-02 | 1 | -2/+2 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] Removed unused annotations | JoshyPHP | 2015-04-02 | 1 | -1/+0 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] Updated censor to apply to XML values | JoshyPHP | 2015-04-02 | 1 | -3/+4 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] Added methods to access the library's parser/renderer | JoshyPHP | 2015-04-02 | 1 | -0/+10 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] Replaced the Censor plugin | JoshyPHP | 2015-04-02 | 1 | -1/+20 |
| | | | | | | ...with something that is run at rendering time. PHPBB3-11768 | ||||
* | [ticket/11768] Updated phpbb\textformatter\s9e\factory::regenerate() | JoshyPHP | 2015-04-02 | 1 | -1/+1 |
| | | | | | | | Returns an associative array rather than a numerically-indexed array. Feels cleaner and more extensible. PHPBB3-11768 | ||||
* | [ticket/11768] Removed unused use statements | s9e | 2015-04-02 | 1 | -2/+0 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] Updated constructors with explicit dependencies | s9e | 2015-04-02 | 1 | -6/+6 |
| | | | | | | | | | 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 sniff | s9e | 2015-04-02 | 1 | -3/+3 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] This commit integrates s9e\TextFormatter | s9e | 2015-04-02 | 1 | -0/+228 |
This commit integrates s9e\TextFormatter as outlined in http://area51.phpbb.com/phpBB/viewtopic.php?f=108&t=44467 PHPBB3-11768 |