aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | [ticket/11768] Uncommented disabled testJoshyPHP2015-04-021-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
* | | | | | [ticket/11768] Added test filesJoshyPHP2015-04-022-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
* | | | | | [ticket/11768] Updated tests to use the new constructor signatures9e2015-04-022-16/+30
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
* | | | | | [ticket/11768] Updated test case helper with new signatures9e2015-04-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
* | | | | | [ticket/11768] This commit integrates s9e\TextFormatters9e2015-04-0256-10/+3959
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit integrates s9e\TextFormatter as outlined in http://area51.phpbb.com/phpBB/viewtopic.php?f=108&t=44467 PHPBB3-11768
* | | | | Merge branch '3.1.x'Nicofuma2015-03-292-0/+165
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #3376 from marc1706/ticket/13568-ascNicofuma2015-03-292-0/+165
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13568] Validate imagick path as readable absolute path closes #3376
| | * | | | [ticket/13568] Add unit tests for validating absolute pathMarc Alexander2015-02-061-0/+87
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13568
| | * | | | Merge branch 'ticket/13568' into ticket/13568-ascMarc Alexander2015-02-061-0/+78
| | |\ \ \ \ | | | |_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | Conflicts: phpBB/adm/index.php phpBB/includes/acp/acp_attachments.php
| | | * | | [ticket/13568] Use correct data provider on windowsMarc Alexander2015-02-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13568
| | | * | | [ticket/13568] Add imagick tests for windowsMarc Alexander2015-02-021-8/+40
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13568
| | | * | | [ticket/13568] Add more test cases for imagick pathMarc Alexander2015-02-021-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13568
| | | * | | [ticket/13568] Add functional test for imagick path settingMarc Alexander2015-02-021-0/+44
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13568
| | | * | | Merge branch 'prep-release-3.0.13' into develop-olympusAndreas Fischer2015-01-291-1/+6
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * prep-release-3.0.13: [ticket/13549] Do not exit when ORIG_PATH_INFO just contains SCRIPT_NAME.
| | | | * | | [ticket/13549] Do not exit when ORIG_PATH_INFO just contains SCRIPT_NAME.Marc Alexander2015-01-281-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ORIG_PATH_INFO on IIS also contains the script name. Only use that for killing the script after removing the script name from ORIG_PATH_INFO. PHPBB3-13549
* | | | | | | 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