aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5771 from JoshyPHP/ticket/16251Marc Alexander2019-12-121-1/+1
|\
| * [ticket/16251] Prevent shortened links from overriding other pluginsJoshyPHP2019-12-091-1/+1
* | [ticket/16252] Ignore non-BBCodes when looking for unauthorized markupJoshyPHP2019-12-091-1/+19
|/
* [ticket/16247] Quote PM has no identifier3D-I2019-12-051-10/+10
* [ticket/16247] Code consistency3D-I2019-12-051-1/+1
* [ticket/16247] Quote PM has no identifier3D-I2019-12-052-0/+8
* [ticket/16228] Fix BBCodes mergingJoshyPHP2019-11-251-5/+21
* [ticket/security/243] Fail silently on unsupported values for font sizeMarc Alexander2019-08-311-12/+1
* [ticket/security/243] Use bbcode.html like formattingMarc Alexander2019-07-181-1/+1
* [ticket/security/243] Limit size BBCode to 4 numeric charactersMarc Alexander2019-07-172-2/+2
* [ticket/security/243] Limit size values to supported valuesMarc Alexander2019-07-161-0/+11
* [ticket/16034] Fix [url=] links being incorrectly shortenedJoshyPHP2019-04-281-2/+4
* [ticket/15921] Use backward compatible template for emojisJoshyPHP2018-12-291-1/+8
* [ticket/15921] Use twemojiMarc Alexander2018-12-261-0/+1
* [ticket/15921] Updated dependencies to latest textformatterJoshyPHP2018-12-261-15/+10
* 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