aboutsummaryrefslogtreecommitdiffstats
path: root/tests/text_processing
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3.2.x' into 3.3.xMarc Alexander2019-09-201-1/+1
|\
| * [ticket/security/243] Use bbcode.html like formattingMarc Alexander2019-07-181-1/+1
| | | | | | | | SECURITY-243
* | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-06-172-0/+2
|\ \ | |/
| * [ticket/16074] Fix Twemoji URL for ZWJ sequencesJoshyPHP2019-06-042-0/+2
| | | | | | | | PHPBB3-16074
* | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-05-273-0/+30
|\ \ | |/
| * [ticket/16053] Update s9e/text-formatterJoshyPHP2019-05-173-0/+30
| | | | | | | | PHPBB3-16053
* | [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-093-3/+3
| | | | | | | | PHPBB3-14948
* | [ticket/14972] Migrate from deprecated getMock() method to createMock()rxu2019-05-081-1/+1
|/ | | | PHPBB3-14972
* [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
* Merge pull request #4900 from rxu/ticket/15318Máté Bartus2017-09-071-4/+13
|\ | | | | [ticket/15318] Make user option to disable word censoring effective again
| * [ticket/15318] Add UCP censoring switch testingrxu2017-08-121-1/+10
| | | | | | | | PHPBB3-15318
| * [ticket/15318] Fix testsrxu2017-08-121-3/+3
| | | | | | | | PHPBB3-15318
* | [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/15222] Fix a typo in generate_text_for_display_test.phprxu2017-05-081-1/+1
| | | | PHPBB3-15222
* [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-275-8/+8
| | | | 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
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-3110-33/+0
| | | | PHPBB3-14576
* [ticket/14527] Decode automatically generated postlink without prefixMarc Alexander2016-03-131-1/+1
| | | | | | | The http prefix gets automatically added and should be removed prior to outputting the post to the user. PHPBB3-14527
* [ticket/14527] Add tests for reverted improper fixMarc Alexander2016-03-131-1/+18
| | | | PHPBB3-14527
* 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-262-2/+2
| | | | PHPBB3-14128
* Merge pull request #3747 from rxu/ticket/13377Tristan Darricau2015-07-131-0/+8
|\ | | | | | | [ticket/13377] Fix decoding for www type URLs in function decode_message()
| * [ticket/13377] Add test entriesrxu2015-07-071-0/+8
| | | | | | | | PHPBB3-13377
* | [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
* | Merge pull request #3622 from s9e/ticket/13860Tristan Darricau2015-05-291-23/+30
|\ \ | | | | | | | | | [ticket/13860] Fixed array-to-string conversion