aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/textformatter/s9e
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5770 from JoshyPHP/ticket/16250Marc Alexander2019-12-211-0/+67
|\ | | | | | | [ticket/16250] Add a service to check BBCodes safeness in ACP
| * [ticket/16250] Reworked status as constantsJoshyPHP2019-12-161-3/+3
| | | | | | | | PHPBB3-16250
| * [ticket/16250] Add a service to check BBCodes safenessJoshyPHP2019-12-131-0/+67
| | | | | | | | PHPBB3-16250
* | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-12-121-1/+1
|\ \
| * \ Merge pull request #5771 from JoshyPHP/ticket/16251Marc Alexander2019-12-121-1/+1
| |\ \ | | | | | | | | | | | | [ticket/16251] Prevent shortened links from overriding other plugins
| | * | [ticket/16251] Prevent shortened links from overriding other pluginsJoshyPHP2019-12-091-1/+1
| | | | | | | | | | | | | | | | PHPBB3-16251
* | | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-12-121-1/+19
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | [ticket/16252] Ignore non-BBCodes when looking for unauthorized markupJoshyPHP2019-12-091-1/+19
| |/ | | | | | | PHPBB3-16252
* | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-12-062-8/+16
|\ \ | |/
| * [ticket/16247] Quote PM has no identifier3D-I2019-12-051-10/+10
| | | | | | | | | | | | Code review PHPBB3-16247
| * [ticket/16247] Code consistency3D-I2019-12-051-1/+1
| | | | | | | | PHPBB3-16247
| * [ticket/16247] Quote PM has no identifier3D-I2019-12-052-0/+8
| | | | | | | | PHPBB3-16247
* | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-11-281-5/+21
|\ \ | |/
| * [ticket/16228] Fix BBCodes mergingJoshyPHP2019-11-251-5/+21
| | | | | | | | PHPBB3-16228
* | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-09-202-2/+2
|\ \ | |/
| * [ticket/security/243] Fail silently on unsupported values for font sizeMarc Alexander2019-08-311-12/+1
| | | | | | | | SECURITY-243
| * [ticket/security/243] Use bbcode.html like formattingMarc Alexander2019-07-181-1/+1
| | | | | | | | SECURITY-243
| * [ticket/security/243] Limit size BBCode to 4 numeric charactersMarc Alexander2019-07-172-2/+2
| | | | | | | | SECURITY-243
| * [ticket/security/243] Limit size values to supported valuesMarc Alexander2019-07-161-0/+11
| | | | | | | | SECURITY-243
* | [ticket/16072] Update s9e/text-formatterJoshyPHP2019-05-311-3/+3
|/ | | | PHPBB3-16072
* [ticket/16034] Fix [url=] links being incorrectly shortenedJoshyPHP2019-04-281-2/+4
| | | | PHPBB3-16034
* [ticket/15921] Use backward compatible template for emojisJoshyPHP2018-12-291-1/+8
| | | | PHPBB3-15921
* [ticket/15921] Use twemojiMarc Alexander2018-12-261-0/+1
| | | | PHPBB3-15921
* [ticket/15921] Updated dependencies to latest textformatterJoshyPHP2018-12-261-15/+10
| | | | PHPBB3-15921
* Merge pull request #5103 from JoshyPHP/ticket/15531Marc Alexander2018-01-251-13/+30
|\ | | | | | | [ticket/15531] Log malformed BBCodes
| * [ticket/15531] Workaround for false-positive sniffJoshyPHP2018-01-221-2/+1
| | | | | | | | PHPBB3-15531
| * [ticket/15531] Log malformed BBCodesJoshyPHP2018-01-221-13/+31
| | | | | | | | PHPBB3-15531
* | [ticket/15527] Skip malformed BBCodes during merge_duplicate_bbcodes migrationJoshyPHP2018-01-221-0/+3
|/ | | | PHPBB3-15527
* Merge pull request #5053 from JoshyPHP/ticket/15468Marc Alexander2017-12-271-0/+180
|\ | | | | | | Add a service to merge duplicate BBCodes
| * [ticket/15468] Add a service to merge duplicate BBCodesJoshyPHP2017-12-101-0/+180
| | | | | | | | PHPBB3-15468
* | Merge pull request #5046 from JoshyPHP/ticket/15457Marc Alexander2017-12-272-6/+5
|\ \ | |/ | | | | [ticket/15457] Updated s9e/text-formatter dependency
| * [ticket/15457] Updated s9e/text-formatter dependencyJoshyPHP2017-12-102-6/+5
| | | | | | | | PHPBB3-15457
* | Merge pull request #5036 from JoshyPHP/ticket/15442Marc Alexander2017-12-231-1/+1
|\ \ | |/ |/| | | [ticket/15442] Allow unsafe HTML in bbcode.html
| * [ticket/15442] Allow unsafe HTML in bbcode.htmlJoshyPHP2017-11-071-1/+1
| | | | | | | | PHPBB3-15442
* | [ticket/15171] Fix texformatterRubén Calvo2017-10-311-1/+1
|/ | | | PHPBB3-15171
* Merge pull request #4876 from JoshyPHP/ticket/15290Máté Bartus2017-09-091-1/+12
|\ | | | | | | [ticket/15290] Add core.text_formatter_s9e_configure_finalize event
| * [ticket/15290] Add core.text_formatter_s9e_configure_finalize eventJoshyPHP2017-07-221-1/+12
| | | | | | | | PHPBB3-15290
* | Merge pull request #4885 from JoshyPHP/ticket/15301Máté Bartus2017-09-091-0/+5
|\ \ | | | | | | | | | [ticket/15301] Set quotes' nesting limit when configuring a parser
| * | [ticket/15301] Remove quote limits when creating a parserJoshyPHP2017-08-241-0/+5
| |/ | | | | | | PHPBB3-15301
* | Merge pull request #4903 from rxu/ticket/15323Máté Bartus2017-09-071-1/+3
|\ \ | | | | | | [ticket/15323] Allow Twig syntax in bbcode.html
| * | [ticket/15323] Allow Twig syntax in bbcode.htmlrxu2017-08-151-1/+3
| |/ | | | | | | PHPBB3-15323
* | [ticket/15348] Ignore smilies that are immediately followed by a wordJoshyPHP2017-09-061-0/+3
|/ | | | PHPBB3-15348
* [ticket/15261] Fix censoring HTML tagsJoshyPHP2017-07-031-4/+2
| | | | PHPBB3-15261
* [ticket/15163] Escape curly braces in smilies HTML attributesJoshyPHP2017-04-181-1/+15
| | | | PHPBB3-15163
* [ticket/15126] Disable HTML entities in quote helperJoshyPHP2017-03-151-2/+2
| | | | PHPBB3-15126
* Merge pull request #4631 from JoshyPHP/ticket/14985Tristan Darricau2017-01-151-2/+1
|\ | | | | | | | | | | | | | | [ticket/14985] Decode HTML special chars in plain text columns * JoshyPHP/ticket/14985: [ticket/14985] Added functional tests for BBCodes and smilies [ticket/14985] Decode HTML special chars in plain text columns
| * [ticket/14985] Decode HTML special chars in plain text columnsJoshyPHP2017-01-121-2/+1
| | | | | | | | PHPBB3-14985
* | [ticket/15008] Disable emoji when smilies are disabledJoshyPHP2017-01-141-0/+2
|/ | | | | | | | Will effectively disable emoji shortname and won't replace emoji with images but will not prevent a browser or OS from displaying emoji as images. PHPBB3-15008
* [ticket/14962] Introduces a new helper to check emptyness of bbcode textsTristan Darricau2017-01-061-0/+13
| | | | PHPBB3-14962
* [ticket/14914] Made emoji scale in size with textJoshyPHP2016-12-271-2/+2
| | | | PHPBB3-14914