aboutsummaryrefslogtreecommitdiffstats
path: root/tests/text_formatter/s9e/factory_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-091-1/+1
| | | | PHPBB3-14948
* [ticket/14972] Migrate from deprecated getMock() method to createMock()rxu2019-05-081-1/+1
| | | | PHPBB3-14972
* [ticket/15531] Log malformed BBCodesJoshyPHP2018-01-221-0/+18
| | | | PHPBB3-15531
* [ticket/15442] Allow unsafe HTML in bbcode.htmlJoshyPHP2017-11-071-0/+16
| | | | PHPBB3-15442
* [ticket/15172] Add symfony_request to some testsRubén Calvo2017-09-101-2/+4
| | | | PHPBB3-15172
* [ticket/15323] Run s9e configurator tests on twigified bbcode.htmlrxu2017-08-151-5/+20
| | | | PHPBB3-15323
* [ticket/14873] Added width/height attributes to smiliesJoshyPHP2016-11-271-1/+1
| | | | PHPBB3-14873
* [ticket/14700] Prevent an exception on duplicate smilies in text_formatterJoshyPHP2016-07-211-0/+11
| | | | PHPBB3-14700
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-311-2/+1
| | | | PHPBB3-14576
* [ticket/14323] Renamed AUTOLINK_TEXT to LINK_TEXTJoshyPHP2015-12-271-1/+1
| | | | | | Expanded link text shortening to [url] BBCodes with no parameters PHPBB3-14323
* [ticket/14323] Moved autolink-related functions to a separate helperJoshyPHP2015-12-261-0/+1
| | | | PHPBB3-14323
* [ticket/14323] Set up global objects required during testingJoshyPHP2015-12-261-3/+13
| | | | PHPBB3-14323
* [ticket/13935] Allow more admin-configurable schemes in post linksJoshyPHP2015-07-151-0/+1
| | | | PHPBB3-13935
* [ticket/11768] Preserve comments in custom BBCodesJoshyPHP2015-04-021-0/+15
| | | | 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-021-3/+15
| | | | PHPBB3-11768
* [ticket/11768] Removed the cached rendererJoshyPHP2015-04-021-1/+0
| | | | | | | 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-021-2/+0
| | | | PHPBB3-11768
* [ticket/11768] Replaced headers in test filesJoshyPHP2015-04-021-3/+7
| | | | PHPBB3-11768
* [ticket/11768] Fixed testJoshyPHP2015-04-021-8/+4
| | | | PHPBB3-11768
* [ticket/11768] Updated phpbb\textformatter\s9e\factory::regenerate()JoshyPHP2015-04-021-2/+2
| | | | | | | Returns an associative array rather than a numerically-indexed array. Feels cleaner and more extensible. PHPBB3-11768
* [ticket/11768] This commit integrates s9e\TextFormatters9e2015-04-021-0/+182
This commit integrates s9e\TextFormatter as outlined in http://area51.phpbb.com/phpBB/viewtopic.php?f=108&t=44467 PHPBB3-11768