aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '3.1.x'Marc Alexander2016-01-151-0/+9
|\
| * [ticket/14403] Don't expect user_id and user_ip in phpbb\logOliver Schramm2016-01-101-0/+9
* | Merge pull request #4059 from JoshyPHP/ticket/14323Marc Alexander2016-01-136-13/+64
|\ \
| * | [ticket/14323] Added should_shorten()JoshyPHP2015-12-281-0/+4
| * | [ticket/14323] Added testsJoshyPHP2015-12-271-0/+8
| * | [ticket/14323] Renamed AUTOLINK_TEXT to LINK_TEXTJoshyPHP2015-12-272-2/+2
| * | [ticket/14323] Fixed test dataJoshyPHP2015-12-261-1/+1
| * | [ticket/14323] Moved autolink-related functions to a separate helperJoshyPHP2015-12-262-10/+8
| * | [ticket/14323] Set up global objects required during testingJoshyPHP2015-12-263-17/+33
| * | [ticket/14323] Added support for truncating local URLsJoshyPHP2015-12-264-5/+20
| * | [ticket/14323] Added support for truncating long URLsJoshyPHP2015-12-261-0/+10
* | | [ticket/14405] Force a lookahead check on [URL] BBCodesJoshyPHP2016-01-122-0/+2
* | | Merge branch '3.1.x'Mate Bartus2016-01-086-1/+23
|\ \ \ | | |/ | |/|
| * | [ticket/14394] Only purge cache in functional tests if necessaryMarc Alexander2016-01-076-1/+23
* | | Merge pull request #4000 from Elsensee/ticket/14250Marc Alexander2016-01-072-3/+6
|\ \ \
| * | | [ticket/14250] Change token_storage class to fit changed interfaceOliver Schramm2016-01-042-3/+6
* | | | Merge branch '3.1.x'Marc Alexander2016-01-061-1/+4
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | [ticket/14387] Fix avatar tests after adding get_config_name methodMarc Alexander2016-01-021-1/+4
* | | Merge pull request #4102 from JoshyPHP/ticket/10628Marc Alexander2016-01-011-0/+25
|\ \ \
| * | | [ticket/10628] Added testJoshyPHP2015-12-281-0/+25
| | |/ | |/|
* | | [ticket/12221] Added testJoshyPHP2015-12-282-0/+2
|/ /
* | Merge pull request #4006 from brunoais/feature/sql-bool-builderTristan Darricau2015-12-051-20/+38
|\ \
| * | [feature/sql-bool-builder] Changing syntax pt2. Fix testsbrunoais2015-11-111-20/+38
* | | Merge pull request #4005 from Elsensee/ticket/14257Tristan Darricau2015-12-052-0/+124
|\ \ \
| * | | [ticket/14257] Add tests for reparser managerOliver Schramm2015-11-212-0/+124
* | | | Merge pull request #4060 from rxu/ticket/14340Tristan Darricau2015-12-051-4/+0
|\ \ \ \
| * | | | [ticket/14340] Revert fix for segmentation fault error on phpBB 3.2 PHP7 testsrxu2015-12-051-4/+0
* | | | | Merge pull request #4061 from JoshyPHP/ticket/9791Tristan Darricau2015-12-052-0/+2
|\ \ \ \ \
| * | | | | [ticket/9791] Added regression testJoshyPHP2015-12-052-0/+2
| |/ / / /
* | | | | [ticket/13451] Added regression testJoshyPHP2015-12-052-0/+2
|/ / / /
* | | | Merge pull request #4016 from CHItA/ticket/14270Tristan Darricau2015-11-232-2/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | [ticket/14270] Purge cache when the installer is finishedMate Bartus2015-11-082-2/+4
* | | | Merge pull request #4010 from Elsensee/ticket/14264Máté Bartus2015-11-058-8/+13
|\ \ \ \ | |/ / / |/| | |
| * | | [ticket/14264] Fix tests calling removed methodOliver Schramm2015-11-051-1/+6
| * | | [ticket/14264] Fix textreparser testsOliver Schramm2015-11-037-7/+7
* | | | Merge pull request #3995 from CHItA/ticket/14044Tristan Darricau2015-11-037-231/+209
|\ \ \ \ | |/ / / |/| | |
| * | | [ticket/14044] Fix testsMate Bartus2015-10-301-0/+2
| * | | [ticket/14044] Deduplicate the installersMate Bartus2015-10-226-231/+207
| |/ /
* | | Merge pull request #3971 from VSEphpbb/ticket/14237Oliver Schramm2015-10-295-6/+16
|\ \ \ | |/ / |/| |
| * | [ticket/14237] Use $language class for notificationsMatt Friedman2015-10-135-6/+16
* | | [ticket/14039] Revamp updaterMate Bartus2015-10-174-10/+44
* | | Merge pull request #3441 from brunoais/feature/sql-bool-builderTristan Darricau2015-10-142-0/+390
|\ \ \
| * | | [feature/sql-bool-builder] Improved tests output to show the SQL error.brunoais2015-03-171-7/+40
| * | | [feature/sql-bool-builder] Adding the IS operator to predicted operatorsbrunoais2015-03-171-1/+1
| * | | [feature/sql-bool-builder] test_single_not_likebrunoais2015-03-161-0/+27
| * | | [feature/sql-bool-builder] test_single_likebrunoais2015-03-161-0/+25
| * | | [feature/sql-bool-builder] test_single_not_inbrunoais2015-03-161-0/+26
| * | | [feature/sql-bool-builder] test_single_inbrunoais2015-03-161-0/+26
| * | | [feature/sql-bool-builder] test_and_of_or_of_andbrunoais2015-03-161-0/+46
| * | | [feature/sql-bool-builder] test_triple_and_with_inbrunoais2015-03-161-0/+31