aboutsummaryrefslogtreecommitdiffstats
path: root/tests/text_formatter
Commit message (Expand)AuthorAgeFilesLines
...
| * [ticket/13847] Move quote generation to text_formatter.utilsJoshyPHP2015-05-251-0/+51
* | [ticket/11742] Added testJoshyPHP2015-05-231-0/+4
* | [ticket/11742] Updated default formatting tests to match the new defaultJoshyPHP2015-05-231-4/+4
|/
* Merge pull request #3586 from s9e/ticket/13680Nicofuma2015-05-201-0/+34
|\
| * [ticket/13680] Renamed get_quote_authors to get_outermost_quote_authorsJoshyPHP2015-05-151-4/+4
| * [ticket/13680] Updated quote notificationsJoshyPHP2015-05-151-0/+34
* | [ticket/13801] Removed user dependency from text_formatter.s9e.parserJoshyPHP2015-05-181-9/+1
|/
* [ticket/13762] Moving language related functionality into a separate classMateBartus2015-05-021-11/+43
* [ticket/11768] Renamed service varsJoshyPHP2015-04-022-14/+10
* [ticket/11768] Restored get_parser() / get_renderer()JoshyPHP2015-04-022-0/+14
* [ticket/11768] Updated utils serviceJoshyPHP2015-04-021-29/+0
* [ticket/11768] Added parser eventsJoshyPHP2015-04-021-0/+54
* [ticket/11768] Added renderer eventsJoshyPHP2015-04-021-0/+54
* [ticket/11768] Added core.text_formatter_s9e_renderer_setup eventJoshyPHP2015-04-021-2/+37
* [ticket/11768] Added core.text_formatter_s9e_parser_setup eventJoshyPHP2015-04-021-4/+43
* [ticket/11768] Removed get_parser() / get_renderer() accessorsJoshyPHP2015-04-022-14/+0
* [ticket/11768] Updated the text_formatter.s9e.utils serviceJoshyPHP2015-04-021-24/+13
* [ticket/11768] Preserve comments in custom BBCodesJoshyPHP2015-04-022-0/+43
* [ticket/11768] Added configurator eventsJoshyPHP2015-04-021-0/+39
* [ticket/11768] Removed whitespaceJoshyPHP2015-04-021-4/+0
* [ticket/11768] Added support for creating unsafe BBCodesJoshyPHP2015-04-022-3/+43
* [ticket/11768] Removed unused varJoshyPHP2015-04-021-2/+0
* [ticket/11768] Removed the cached rendererJoshyPHP2015-04-022-2/+1
* [ticket/11768] Removed require_once calls that target mock classesJoshyPHP2015-04-023-5/+0
* [ticket/11768] Replaced headers in test filesJoshyPHP2015-04-025-15/+35
* [ticket/11768] Added methods to access the library's parser/rendererJoshyPHP2015-04-022-0/+15
* [ticket/11768] Allowed text in places where text is not valid HTMLJoshyPHP2015-04-021-1/+1
* [ticket/11768] Fixed testJoshyPHP2015-04-021-8/+4
* [ticket/11768] Replaced the Censor pluginJoshyPHP2015-04-022-14/+6
* [ticket/11768] Added limited support for [url] in [quote] authorJoshyPHP2015-04-021-0/+12
* [ticket/11768] Updated phpbb\textformatter\s9e\factory::regenerate()JoshyPHP2015-04-023-4/+4
* [ticket/11768] Added support for magic links that start with "www."JoshyPHP2015-04-021-0/+8
* [ticket/11768] Uncommented disabled testJoshyPHP2015-04-021-2/+0
* [ticket/11768] Updated tests to use the new constructor signatures9e2015-04-022-16/+30
* [ticket/11768] This commit integrates s9e\TextFormatters9e2015-04-0216-0/+1957