aboutsummaryrefslogtreecommitdiffstats
path: root/tests/text_formatter
Commit message (Expand)AuthorAgeFilesLines
* [ticket/14914] Made emoji scale in size with textJoshyPHP2016-12-271-1/+1
* [ticket/14873] Added width/height attributes to smiliesJoshyPHP2016-11-272-3/+3
* [ticket/14807] Updates s9e textformatter againTristan Darricau2016-10-091-1/+1
* [ticket/14734] Use SVG emojiJoshyPHP2016-08-051-1/+1
* [ticket/14700] Prevent an exception on duplicate smilies in text_formatterJoshyPHP2016-07-212-0/+44
* [ticket/14706] Updated [list] BBCode to automatically create a list itemJoshyPHP2016-07-081-1/+1
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-315-11/+1
* [ticket/14323] Added should_shorten()JoshyPHP2015-12-281-0/+4
* [ticket/14323] Added testsJoshyPHP2015-12-271-0/+8
* [ticket/14323] Renamed AUTOLINK_TEXT to LINK_TEXTJoshyPHP2015-12-271-1/+1
* [ticket/14323] Moved autolink-related functions to a separate helperJoshyPHP2015-12-261-0/+1
* [ticket/14323] Set up global objects required during testingJoshyPHP2015-12-262-7/+17
* [ticket/14323] Added support for truncating local URLsJoshyPHP2015-12-261-0/+8
* [ticket/14323] Added support for truncating long URLsJoshyPHP2015-12-261-0/+10
* [ticket/14128] Fix img bbcode regression, lost postimage classMatt Friedman2015-08-265-6/+6
* [ticket/13935] Allow more admin-configurable schemes in post linksJoshyPHP2015-07-151-0/+1
* Merge pull request #3758 from s9e/ticket/14008Tristan Darricau2015-07-131-0/+9
|\
| * [ticket/14008] Do not add a user_id value to quotes from guestsJoshyPHP2015-07-131-0/+9
* | [ticket/14000] Added support for emojiJoshyPHP2015-07-121-1/+18
|/
* Merge pull request #3623 from s9e/ticket/10620Tristan Darricau2015-07-072-4/+65
|\
| * [ticket/10620] Moved quote's date to the upper cornerJoshyPHP2015-06-251-1/+1
| * [ticket/10620] Added testsJoshyPHP2015-06-252-0/+35
| * [ticket/10620] Removed extraneous quotes from attribute valuesJoshyPHP2015-06-252-8/+12
| * [ticket/10620] Implemented quote improvementsJoshyPHP2015-06-251-0/+22
* | [ticket/13970] Save the value of the optional [code] parameterJoshyPHP2015-06-271-0/+11
|/
* [ticket/13901] Add whitespace to short, multiline quotes for readabilityJoshyPHP2015-05-301-0/+5
* [ticket/13901] Add more whitespace to long quotes for readabilityJoshyPHP2015-05-302-0/+14
* Merge pull request #3616 from s9e/ticket/13847Tristan Darricau2015-05-291-0/+66
|\
| * [ticket/13847] Changed enquote() logic to use whichever is the shortestJoshyPHP2015-05-251-0/+15
| * [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