aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3.1.x'Nicofuma2015-03-241-0/+12
|\
| * Merge pull request #3398 from marc1706/ticket/13612Nicofuma2015-03-241-0/+12
| |\ | | | | | | | | | [ticket/13612] Run meta refresh until extension is fully enabled
| | * [ticket/13612] Always display success message if extension was enabledMarc Alexander2015-02-141-8/+1
| | | | | | | | | | | | | | | | | | | | | An error will already be triggered if enable_step() is not successful. Redirecting for no obvious reason will just confuse users. PHPBB3-13612
| | * [ticket/13612] Run meta refresh until extension is fully enabledMarc Alexander2015-02-141-1/+20
| | | | | | | | | | | | PHPBB3-13612
* | | [ticket/13132] Enable twig expressions testsNicofuma2015-03-054-10/+27
| | | | | | | | | | | | PHPBB3-13132
* | | [ticket/13132] Twig: Add loops content to the root contextTristan Darricau2015-03-0517-3/+329
| | | | | | | | | | | | PHPBB3-13132
* | | Merge branch '3.1.x'Andreas Fischer2015-03-051-1/+1
|\ \ \ | |/ / | | | | | | | | | * 3.1.x: [ticket/13670] Modify variable-variable syntax in common avatar test for PHP7
| * | [ticket/13670] Modify variable-variable syntax in common avatar test for PHP7Marc Alexander2015-03-051-1/+1
| | | | | | | | | | | | PHPBB3-13670
* | | Merge pull request #3303 from Nicofuma/ticket/13513Marc Alexander2015-02-263-3/+3
|\ \ \ | | | | | | | | | | | | [ticket/13513] Use paths relative to the phpBB root in the router
| * | | [ticket/13513] Use paths relative to the phpBB root in the routerTristan Darricau2015-01-173-3/+3
| | | | | | | | | | | | | | | | PHPBB3-13513
* | | | Merge branch '3.1.x'Joas Schilling2015-02-202-0/+20
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #3369 from marc1706/ticket/13577Joas Schilling2015-02-202-0/+20
| |\ \ \ | | | | | | | | | | | | | | | [ticket/13577] Skip tests requiring fileinfo if not enabled
| | * | | [ticket/13577] Skip filespec test requiring mimetype check on windowsMarc Alexander2015-02-051-0/+5
| | | | | | | | | | | | | | | | | | | | PHPBB3-13577
| | * | | [ticket/13577] Skip functional tests requiring fileinfo if not enabledMarc Alexander2015-02-041-0/+15
| | | |/ | | |/| | | | | | | | | PHPBB3-13577
* | | | Merge branch '3.1.x'Marc Alexander2015-02-181-0/+222
|\ \ \ \ | |/ / /
| * | | [ticket/13433] Add make_clickable() test for emailsrxu2015-02-181-0/+222
| |/ / | | | | | | | | | PHPBB3-13433
* | | [ticket/10748] Replace direct creations of tools();Joas Schilling2015-02-0711-14/+32
| | | | | | | | | | | | PHPBB3-10748
* | | Merge pull request #3207 from Nicofuma/ticket/13407Andreas Fischer2015-02-041-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13407] Update Symfony to 2.7.*@dev * Nicofuma/ticket/13407: [ticket/13407] Update composer.lock file [ticket/13407] Bump minimal version to php 5.3.9 [ticket/13407] Introduce a request_stack service [ticket/13407] Remove the last occurence of pattern in routing files [ticket/13407] Update Symfony to 2.7.*@dev
| * | | [ticket/13407] Remove the last occurence of pattern in routing filesNicofuma2015-02-041-1/+1
| | | | | | | | | | | | | | | | PHPBB3-13407
* | | | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-032-2/+1
|/ / / | | | | | | | | | PHPBB3-13455
* | | Merge pull request #3281 from MGaetan89/ticket/13496Andreas Fischer2015-02-035-8/+6
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13496] Change set_config_count() calls with $config->increment() * MGaetan89/ticket/13496: [ticket/13496] Update calls to `set_config_count()`
| * | | [ticket/13496] Update calls to `set_config_count()`Gaëtan Muller2015-02-025-8/+6
| | | | | | | | | | | | | | | | PHPBB3-13496
* | | | Merge branch 'develop-ascraeus' into developAndreas Fischer2015-02-033-0/+72
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/13538] Add tests for double nested pagination loop [ticket/13538] Fix tests for pagination in nested loop [ticket/13538] Add test for pagination in nested loop
| * | | Merge pull request #3328 from marc1706/ticket/13538Andreas Fischer2015-02-033-0/+72
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13538] Add tests for pagination in nested loops * marc1706/ticket/13538: [ticket/13538] Add tests for double nested pagination loop [ticket/13538] Fix tests for pagination in nested loop [ticket/13538] Add test for pagination in nested loop
| | * | | [ticket/13538] Add tests for double nested pagination loopMarc Alexander2015-01-242-0/+39
| | | | | | | | | | | | | | | | | | | | PHPBB3-13538
| | * | | [ticket/13538] Fix tests for pagination in nested loopMarc Alexander2015-01-242-2/+7
| | | | | | | | | | | | | | | | | | | | PHPBB3-13538
| | * | | [ticket/13538] Add test for pagination in nested loopMarc Alexander2015-01-232-0/+28
| | | | | | | | | | | | | | | | | | | | PHPBB3-13538
* | | | | [ticket/13139] Fix testsNicofuma2015-02-031-9/+2
| |_|/ / |/| | | | | | | | | | | PHPBB3-13139
* | | | [ticket/13494] Update calls to `set_config()`Gaëtan Muller2015-02-029-10/+1
| | | | | | | | | | | | | | | | PHPBB3-13494
* | | | [ticket/10388] Update testsMatt Friedman2015-01-291-1/+1
| | | | | | | | | | | | | | | | PHPBB3-10388
* | | | Merge branch 'develop-ascraeus' into developAndreas Fischer2015-01-292-0/+60
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/12933] Add test cases for * wildcard searches [ticket/12933] Handle case when * is last character of word
| * | | [ticket/12933] Add test cases for * wildcard searchesDhruv2015-01-282-0/+60
| | | | | | | | | | | | | | | | PHPBB3-12933
* | | | Merge pull request #3263 from MGaetan89/ticket/13468Tristan Darricau2015-01-282-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13468] Change add_log() calls with $phpbb_log->add() * MGaetan89/ticket/13468: [ticket/13468] Update calls to `add_log()`
| * | | | [ticket/13468] Update calls to `add_log()`Gaëtan Muller2015-01-272-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-13468
* | | | | Merge branch 'develop-ascraeus' into developAndreas Fischer2015-01-261-1/+1
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | * develop-ascraeus: [ticket/12089] Add assert message on HTTP status code check
| * | | | Merge branch 'develop-olympus' into develop-ascraeusAndreas Fischer2015-01-261-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/12089] Add assert message on HTTP status code check
| | * | | | [ticket/12089] Add assert message on HTTP status code checkJoas Schilling2015-01-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12089
| | * | | | [ticket/13531] Explicitly disallow trailing paths (e.g. PATH_INFO).Marc Alexander2015-01-211-0/+55
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13531
| | * | | | Merge pull request #2460 from Nicofuma/ticket/11224Joas Schilling2014-10-063-0/+272
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/11224] SQL cache destroy does not destroy queries to tables joined
| | * \ \ \ \ Merge pull request #2981 from nickvergessen/ticket/10729Marc Alexander2014-09-233-0/+974
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Ticket/10729 Update editor information when user being deleted
| | * \ \ \ \ \ Merge pull request #2350 from Nicofuma/ticket/11480Joas Schilling2014-08-012-8/+124
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/11480] PM : "Unknown folder" returned when inbox folder is full * Nicofuma/ticket/11480: [ticket/11480] Move the test into get_folder() [ticket/11480] Fix the double spaces in phpbb_functional_test_case [ticket/11480] Fix typos [ticket/11480] Add functionnal test [ticket/11480] PM : "Unknown folder" returned when inbox folder is full
* | | \ \ \ \ \ \ Merge branch 'develop-ascraeus' into developMarc Alexander2015-01-241-0/+4
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | / / / | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | [ticket/13543] Fix broken slow testJoas Schilling2015-01-241-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13543
* | | | | | | | Merge branch 'develop-ascraeus' into developJoas Schilling2015-01-232-0/+78
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge pull request #3321 from marc1706/ticket/13282Joas Schilling2015-01-232-0/+78
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | [ticket/13282] Use 0 as default for integer type columns in postgresql
| | * | | | | | [ticket/13282] Add unit test for adding integer column with default nullMarc Alexander2015-01-221-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13282
| | * | | | | | [ticket/13282] Add functional tests for adding profilefieldsMarc Alexander2015-01-221-0/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13282
* | | | | | | | Merge branch 'develop-ascraeus' into developNils Adermann2015-01-221-0/+100
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/13361] Rename exception to runtime_exception [ticket/13361] Fix the JsonResponse in the exception listener [ticket/13361] Add tests [ticket/13361] Support ajax request (send a json response) [ticket/13361] Improve the exception listener
| * | | | | | | Merge pull request #3173 from Nicofuma/ticket/13361Nils Adermann2015-01-221-0/+100
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | [ticket/13361] Improve the exception listener
| | * | | | | | [ticket/13361] Rename exception to runtime_exceptionTristan Darricau2015-01-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13361