aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/textformatter
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5103 from JoshyPHP/ticket/15531Marc Alexander2018-01-251-13/+30
|\
| * [ticket/15531] Workaround for false-positive sniffJoshyPHP2018-01-221-2/+1
| * [ticket/15531] Log malformed BBCodesJoshyPHP2018-01-221-13/+31
* | [ticket/15527] Skip malformed BBCodes during merge_duplicate_bbcodes migrationJoshyPHP2018-01-221-0/+3
|/
* Merge pull request #5053 from JoshyPHP/ticket/15468Marc Alexander2017-12-271-0/+180
|\
| * [ticket/15468] Add a service to merge duplicate BBCodesJoshyPHP2017-12-101-0/+180
* | Merge pull request #5046 from JoshyPHP/ticket/15457Marc Alexander2017-12-272-6/+5
|\ \ | |/
| * [ticket/15457] Updated s9e/text-formatter dependencyJoshyPHP2017-12-102-6/+5
* | Merge pull request #5036 from JoshyPHP/ticket/15442Marc Alexander2017-12-231-1/+1
|\ \ | |/ |/|
| * [ticket/15442] Allow unsafe HTML in bbcode.htmlJoshyPHP2017-11-071-1/+1
* | [ticket/15171] Fix texformatterRubén Calvo2017-10-311-1/+1
|/
* Merge pull request #4876 from JoshyPHP/ticket/15290Máté Bartus2017-09-091-1/+12
|\
| * [ticket/15290] Add core.text_formatter_s9e_configure_finalize eventJoshyPHP2017-07-221-1/+12
* | Merge pull request #4885 from JoshyPHP/ticket/15301Máté Bartus2017-09-091-0/+5
|\ \
| * | [ticket/15301] Remove quote limits when creating a parserJoshyPHP2017-08-241-0/+5
| |/
* | Merge pull request #4903 from rxu/ticket/15323Máté Bartus2017-09-071-1/+3
|\ \
| * | [ticket/15323] Allow Twig syntax in bbcode.htmlrxu2017-08-151-1/+3
| |/
* | [ticket/15348] Ignore smilies that are immediately followed by a wordJoshyPHP2017-09-061-0/+3
|/
* [ticket/15261] Fix censoring HTML tagsJoshyPHP2017-07-031-4/+2
* [ticket/15163] Escape curly braces in smilies HTML attributesJoshyPHP2017-04-181-1/+15
* [ticket/15126] Disable HTML entities in quote helperJoshyPHP2017-03-151-2/+2
* Merge pull request #4631 from JoshyPHP/ticket/14985Tristan Darricau2017-01-152-15/+38
|\
| * [ticket/14985] Decode HTML special chars in plain text columnsJoshyPHP2017-01-122-15/+38
* | [ticket/15008] Disable emoji when smilies are disabledJoshyPHP2017-01-141-0/+2
|/
* [ticket/14962] Introduces a new helper to check emptyness of bbcode textsTristan Darricau2017-01-062-5/+26
* [ticket/14914] Made emoji scale in size with textJoshyPHP2016-12-271-2/+2
* [ticket/14873] Added width/height attributes to smiliesJoshyPHP2016-11-271-1/+1
* [ticket/14734] Use SVG emojiJoshyPHP2016-08-051-0/+1
* [ticket/14700] Prevent an exception on duplicate smilies in text_formatterJoshyPHP2016-07-211-1/+1
* [ticket/14706] Updated [list] BBCode to automatically create a list itemJoshyPHP2016-07-081-1/+1
* Merge pull request #4059 from JoshyPHP/ticket/14323Marc Alexander2016-01-132-3/+168
|\
| * [ticket/14323] Added should_shorten()JoshyPHP2015-12-281-1/+16
| * [ticket/14323] Renamed AUTOLINK_TEXT to LINK_TEXTJoshyPHP2015-12-272-31/+25
| * [ticket/14323] Added comment [ci skip]JoshyPHP2015-12-261-0/+3
| * [ticket/14323] Moved autolink-related functions to a separate helperJoshyPHP2015-12-263-54/+135
| * [ticket/14323] Stylistic change [ci skip]JoshyPHP2015-12-261-5/+7
| * [ticket/14323] Added support for truncating local URLsJoshyPHP2015-12-262-11/+17
| * [ticket/14323] Added support for truncating long URLsJoshyPHP2015-12-262-2/+66
* | [ticket/14405] Force a lookahead check on [URL] BBCodesJoshyPHP2016-01-121-1/+1
* | [ticket/13454] Remove more unused variablesMarc Alexander2016-01-061-1/+1
* | [ticket/13454] Fix a few issues introduced by overdeleting stuffMarc Alexander2016-01-062-0/+7
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+0
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-062-4/+0
|/
* [ticket/14150] Update fast-image-size to newest versionMarc Alexander2015-09-081-1/+1
* [ticket/14128] Fix img bbcode regression, lost postimage classMatt Friedman2015-08-261-1/+1
* [ticket/13935] Allow more admin-configurable schemes in post linksJoshyPHP2015-07-151-1/+18
* Merge pull request #3758 from s9e/ticket/14008Tristan Darricau2015-07-131-0/+6
|\
| * [ticket/14008] Do not add a user_id value to quotes from guestsJoshyPHP2015-07-131-0/+6
* | [ticket/14000] Added support for emojiJoshyPHP2015-07-121-0/+5
|/
* Merge pull request #3623 from s9e/ticket/10620Tristan Darricau2015-07-075-25/+127
|\