aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3333 from marc1706/ticket/13522Joas Schilling2015-04-061-0/+94
|\ | | | | | | [ticket/13522] Remove empty answers from possible answers in Q&A
| * [ticket/13522] Fix QA tests for request_var() useMarc Alexander2015-02-211-1/+4
| | | | | | | | PHPBB3-13522
| * [ticket/13522] Add captcha to test file class nameMarc Alexander2015-02-211-1/+1
| | | | | | | | PHPBB3-13522
| * [ticket/13522] Add tests for acp_get_question_input and set/get nameMarc Alexander2015-02-211-1/+46
| | | | | | | | PHPBB3-13522
| * [ticket/13522] Add test file for Q&A captchaMarc Alexander2015-02-211-0/+46
| | | | | | | | PHPBB3-13522
* | Merge pull request #3284 from Elsensee/ticket/13469Joas Schilling2015-04-061-22/+111
|\ \ | | | | | | | | | [ticket/13469] Fall back to soft_delete if no permissions for delete
| * | [ticket/13469] Extract test to new methodOliver Schramm2015-04-021-5/+29
| | | | | | | | | | | | PHPBB3-13469
| * | [ticket/13469] Add testsOliver Schramm2015-03-221-21/+86
| | | | | | | | | | | | PHPBB3-13469
* | | 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 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/13670] Modify variable-variable syntax in common avatar test for PHP7Marc Alexander2015-03-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13670
* | | | | | 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
* | | | | | [ticket/13433] Add make_clickable() test for emailsrxu2015-02-181-0/+222
|/ / / / / | | | | | | | | | | | | | | | PHPBB3-13433
* | | | | 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/12933] Add test cases for * wildcard searchesDhruv2015-01-282-0/+60
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12933
* | | | | | 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
* | | | | | | | [ticket/13543] Fix broken slow testJoas Schilling2015-01-241-0/+4
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | PHPBB3-13543
* | | | | | | 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 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
| * | | | | | [ticket/13361] Add testsTristan Darricau2015-01-111-0/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13361
* | | | | | | [ticket/13534] Set imagick path to empty string to prevent failing path checkMarc Alexander2015-01-211-7/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The imagick path defaults to /usr/bin. If it doesn't exist for some reason, for example on travis, the form won't be submitted and the settings won't be changed. PHPBB3-13534
* | | | | | | [ticket/13530] Fix undefined variablesJoas Schilling2015-01-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13530
* | | | | | | Merge pull request #3293 from Nicofuma/ticket/13489Joas Schilling2015-01-204-6/+14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13489] Disable the event dispatcher in the migrator
| * | | | | | | [ticket/13489] Fix service configurationTristan Darricau2015-01-201-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13489
| * | | | | | | [ticket/13489] Fix testsTristan Darricau2015-01-143-5/+11
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | PHPBB3-13489
* | | | | | | Merge pull request #3055 from marc1706/ticket/13192Tristan Darricau2015-01-191-0/+25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13192] Add method for generating valid user page links based on mod_rewrite * marc1706/ticket/13192: [ticket/13192] Add test for app.php in external subfolder [ticket/13192] Use ltrim() instead of preg_replace() [ticket/13192] Order test cases consistently [ticket/13192] Remove app.php on mod rewrite even if app.php is outside root [ticket/13192] Pass correct parameters and rename method to get_valid_page [ticket/13192] Use get_valid_user_page in confirm_box() and cleanup globals [ticket/13192] Use get_valid_user_page method in build_url function [ticket/13192] Add method for generating valid user page links
| * | | | | | | [ticket/13192] Add test for app.php in external subfolderMarc Alexander2015-01-191-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13192