Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/14972] Migrate from deprecated getMock() method to createMock() | rxu | 2019-05-08 | 1 | -3/+3 |
| | | | | PHPBB3-14972 | ||||
* | [ticket/14576] Move common required files to bootstrap | Matt Friedman | 2016-03-31 | 1 | -2/+0 |
| | | | | PHPBB3-14576 | ||||
* | [ticket/13801] Removed user dependency from text_formatter.s9e.parser | JoshyPHP | 2015-05-18 | 1 | -9/+1 |
| | | | | PHPBB3-13801 | ||||
* | [ticket/11768] Renamed service vars | JoshyPHP | 2015-04-02 | 1 | -7/+5 |
| | | | | | | | 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/+7 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] Added parser events | JoshyPHP | 2015-04-02 | 1 | -0/+54 |
| | | | | | | | 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 event | JoshyPHP | 2015-04-02 | 1 | -4/+43 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] Removed get_parser() / get_renderer() accessors | JoshyPHP | 2015-04-02 | 1 | -7/+0 |
| | | | | | | There's no need to access the s9e\TextFormatter objects outside of events. PHPBB3-11768 | ||||
* | [ticket/11768] Removed require_once calls that target mock classes | JoshyPHP | 2015-04-02 | 1 | -2/+0 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] Replaced headers in test files | JoshyPHP | 2015-04-02 | 1 | -3/+7 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] Added methods to access the library's parser/renderer | JoshyPHP | 2015-04-02 | 1 | -0/+8 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] Replaced the Censor plugin | JoshyPHP | 2015-04-02 | 1 | -8/+0 |
| | | | | | | ...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] Updated tests to use the new constructor signature | s9e | 2015-04-02 | 1 | -8/+21 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] This commit integrates s9e\TextFormatter | s9e | 2015-04-02 | 1 | -0/+162 |
This commit integrates s9e\TextFormatter as outlined in http://area51.phpbb.com/phpBB/viewtopic.php?f=108&t=44467 PHPBB3-11768 |