aboutsummaryrefslogtreecommitdiffstats
path: root/tests/text_processing/tickets_data
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16252] Ignore non-BBCodes when looking for unauthorized markupJoshyPHP2019-12-094-0/+37
| | | | PHPBB3-16252
* [ticket/security/243] Use bbcode.html like formattingMarc Alexander2019-07-181-1/+1
| | | | SECURITY-243
* [ticket/16074] Fix Twemoji URL for ZWJ sequencesJoshyPHP2019-06-042-0/+2
| | | | PHPBB3-16074
* [ticket/16053] Update s9e/text-formatterJoshyPHP2019-05-173-0/+30
| | | | PHPBB3-16053
* [ticket/15921] Update tests for twemojiMarc Alexander2018-12-271-1/+1
| | | | PHPBB3-15921
* [ticket/15921] Updated dependencies to latest textformatterJoshyPHP2018-12-261-1/+1
| | | | PHPBB3-15921
* [ticket/15457] Updated s9e/text-formatter dependencyJoshyPHP2017-12-109-13/+13
| | | | PHPBB3-15457
* [ticket/15348] Ignore smilies that are immediately followed by a wordJoshyPHP2017-09-063-0/+35
| | | | PHPBB3-15348
* [ticket/15261] Fix censoring HTML tagsJoshyPHP2017-07-033-0/+16
| | | | PHPBB3-15261
* [ticket/15163] Escape curly braces in smilies HTML attributesJoshyPHP2017-04-183-0/+25
| | | | PHPBB3-15163
* [ticket/14790] Added test caseJoshyPHP2017-01-222-0/+8
| | | | PHPBB3-14790
* [ticket/15016] Fixed an issue with some parentheses in smiliesJoshyPHP2017-01-153-0/+45
| | | | PHPBB3-15016
* [ticket/15008] Disable emoji when smilies are disabledJoshyPHP2017-01-143-0/+20
| | | | | | | | 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/14873] Added width/height attributes to smiliesJoshyPHP2016-11-273-3/+3
| | | | PHPBB3-14873
* [ticket/14846] Updated s9e\TextFormatterJoshyPHP2016-11-023-0/+30
| | | | PHPBB3-14846
* [ticket/14740] Added support for quoted attributes in BBCode definitionsJoshyPHP2016-08-103-0/+44
| | | | PHPBB3-14740
* [ticket/14663] Added regression test for Unicode in custom BBCodesJoshyPHP2016-07-183-0/+30
| | | | PHPBB3-14663
* [ticket/14706] Updated [list] BBCode to automatically create a list itemJoshyPHP2016-07-082-0/+2
| | | | | | Fixes issues with missing list items. Produces valid HTML. PHPBB3-14706
* [ticket/14260] Added regression testJoshyPHP2016-04-032-0/+2
| | | | PHPBB3-14260
* Merge pull request #4059 from JoshyPHP/ticket/14323Marc Alexander2016-01-133-5/+5
|\ | | | | | | [ticket/14323] Added support for truncating long URLs
| * [ticket/14323] Fixed test dataJoshyPHP2015-12-261-1/+1
| | | | | | | | PHPBB3-14323
| * [ticket/14323] Added support for truncating local URLsJoshyPHP2015-12-262-4/+4
| | | | | | | | PHPBB3-14323
* | [ticket/14405] Force a lookahead check on [URL] BBCodesJoshyPHP2016-01-122-0/+2
| | | | | | | | PHPBB3-14405
* | [ticket/12221] Added testJoshyPHP2015-12-282-0/+2
|/ | | | PHPBB3-12221
* Merge pull request #4061 from JoshyPHP/ticket/9791Tristan Darricau2015-12-052-0/+2
|\ | | | | | | | | | | | | [ticket/9791] Added regression test * JoshyPHP/ticket/9791: [ticket/9791] Added regression test
| * [ticket/9791] Added regression testJoshyPHP2015-12-052-0/+2
| | | | | | | | PHPBB3-9791
* | [ticket/13451] Added regression testJoshyPHP2015-12-052-0/+2
|/ | | | PHPBB3-13451
* [ticket/14128] Fix img bbcode regression, lost postimage classMatt Friedman2015-08-261-1/+1
| | | | PHPBB3-14128
* [ticket/13985] Updated s9e\TextFormatterJoshyPHP2015-07-061-1/+1
| | | | PHPBB3-13985
* [ticket/13921] Fix block BBCodes inside of inline BBCodesJoshyPHP2015-06-133-0/+30
| | | | PHPBB3-13921
* Merge pull request #3561 from s9e/ticket/10922Tristan Darricau2015-05-292-2/+18
|\ | | | | | | [ticket/10922] Added support for body and subject in email BBCode
| * [ticket/10922] Added testJoshyPHP2015-04-282-0/+2
| | | | | | | | PHPBB3-10922
| * [ticket/10922] Added test dataJoshyPHP2015-04-282-3/+9
| | | | | | | | PHPBB3-10922
| * [ticket/10922] Added testsJoshyPHP2015-04-282-0/+4
| | | | | | | | PHPBB3-10922
| * [ticket/10922] Replaced urlencode() with rawurlencode()JoshyPHP2015-04-281-1/+1
| | | | | | | | | | | | | | RFC-6068 asks for percent-encoding so that seems more correct. Not sure about that one. PHPBB3-10922
| * [ticket/10922] Added support for body and subject in email BBCodeJoshyPHP2015-04-282-2/+6
| | | | | | | | PHPBB3-10922
* | [ticket/11742] Removed tabs-to-space conversion in [code]JoshyPHP2015-05-232-0/+2
| | | | | | | | PHPBB3-11742
* | Merge pull request #3569 from s9e/ticket/13641Nicofuma2015-05-203-0/+30
|\ \ | | | | | | | | | [ticket/13641] Proper parsing of custom BBCode for inline code
| * | [ticket/13641] Added regression testJoshyPHP2015-04-293-0/+30
| |/ | | | | | | PHPBB3-13641
* | Merge pull request #3572 from s9e/ticket/8419Nicofuma2015-05-203-0/+30
|\ \ | | | | | | | | | [ticket/8419] Custom tag eats up space character
| * | [ticket/8419] Added regression testJoshyPHP2015-04-303-0/+30
| |/ | | | | | | PHPBB3-8419
* | Merge pull request #3568 from s9e/ticket/10268Andreas Fischer2015-05-072-0/+8
|\ \ | | | | | | | | | | | | | | | | | | [ticket/10268] Added regression test * s9e/ticket/10268: [ticket/10268] Added regression test
| * | [ticket/10268] Added regression testJoshyPHP2015-04-292-0/+8
| |/ | | | | | | PHPBB3-10268
* | Merge pull request #3573 from s9e/ticket/9073Andreas Fischer2015-05-073-0/+18
|\ \ | | | | | | | | | | | | | | | | | | [ticket/9073] Word censoring in URLs * s9e/ticket/9073: [ticket/9073] Added regression test
| * | [ticket/9073] Added regression testJoshyPHP2015-04-303-0/+18
| |/ | | | | | | PHPBB3-9073
* | [ticket/13425] Added regression testJoshyPHP2015-04-303-0/+25
|/ | | | PHPBB3-13425
* [ticket/11768] Replaced headers in test filesJoshyPHP2015-04-022-6/+14
| | | | PHPBB3-11768
* [ticket/11768] Added test filesJoshyPHP2015-04-022-0/+2
| | | | PHPBB3-11768
* [ticket/11768] This commit integrates s9e\TextFormatters9e2015-04-0228-0/+227
This commit integrates s9e\TextFormatter as outlined in http://area51.phpbb.com/phpBB/viewtopic.php?f=108&t=44467 PHPBB3-11768