aboutsummaryrefslogtreecommitdiffstats
path: root/tests/text_formatter/s9e
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11768] Removed get_parser() / get_renderer() accessorsJoshyPHP2015-04-022-14/+0
| | | | | | There's no need to access the s9e\TextFormatter objects outside of events. PHPBB3-11768
* [ticket/11768] Updated the text_formatter.s9e.utils serviceJoshyPHP2015-04-021-24/+13
| | | | | | | Made it use s9e\TextFormatter\Utils. Refactored some tests to make them more readable. PHPBB3-11768
* [ticket/11768] Preserve comments in custom BBCodesJoshyPHP2015-04-022-0/+43
| | | | PHPBB3-11768
* [ticket/11768] Added configurator eventsJoshyPHP2015-04-021-0/+39
| | | | PHPBB3-11768
* [ticket/11768] Removed whitespaceJoshyPHP2015-04-021-4/+0
| | | | | | No functional change intended PHPBB3-11768
* [ticket/11768] Added support for creating unsafe BBCodesJoshyPHP2015-04-022-3/+43
| | | | PHPBB3-11768
* [ticket/11768] Removed unused varJoshyPHP2015-04-021-2/+0
| | | | PHPBB3-11768
* [ticket/11768] Removed the cached rendererJoshyPHP2015-04-022-2/+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] Removed require_once calls that target mock classesJoshyPHP2015-04-023-5/+0
| | | | PHPBB3-11768
* [ticket/11768] Replaced headers in test filesJoshyPHP2015-04-025-15/+35
| | | | PHPBB3-11768
* [ticket/11768] Added methods to access the library's parser/rendererJoshyPHP2015-04-022-0/+15
| | | | PHPBB3-11768
* [ticket/11768] Allowed text in places where text is not valid HTMLJoshyPHP2015-04-021-1/+1
| | | | PHPBB3-11768
* [ticket/11768] Fixed testJoshyPHP2015-04-021-8/+4
| | | | PHPBB3-11768
* [ticket/11768] Replaced the Censor pluginJoshyPHP2015-04-022-14/+6
| | | | | | ...with something that is run at rendering time. PHPBB3-11768
* [ticket/11768] Added limited support for [url] in [quote] authorJoshyPHP2015-04-021-0/+12
| | | | PHPBB3-11768
* [ticket/11768] Updated phpbb\textformatter\s9e\factory::regenerate()JoshyPHP2015-04-023-4/+4
| | | | | | | Returns an associative array rather than a numerically-indexed array. Feels cleaner and more extensible. PHPBB3-11768
* [ticket/11768] Added support for magic links that start with "www."JoshyPHP2015-04-021-0/+8
| | | | PHPBB3-11768
* [ticket/11768] Uncommented disabled testJoshyPHP2015-04-021-2/+0
| | | | PHPBB3-11768
* [ticket/11768] Updated tests to use the new constructor signatures9e2015-04-022-16/+30
| | | | PHPBB3-11768
* [ticket/11768] This commit integrates s9e\TextFormatters9e2015-04-0216-0/+1957
This commit integrates s9e\TextFormatter as outlined in http://area51.phpbb.com/phpBB/viewtopic.php?f=108&t=44467 PHPBB3-11768