aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3764 from Zoddo/ticket/13988Tristan Darricau2015-08-281-1/+1
|\ | | | | | | | | | | | | | | [ticket/13988] Use absolute path for image attachments in feeds * Zoddo/ticket/13988: [ticket/13988] Update tests [ticket/13988] Use absolute path for image attachments in feeds
| * [ticket/13988] Update testsZoddo2015-07-181-1/+1
| | | | | | | | PHPBB3-13988
* | [ticket/14099] Fix testsTristan Darricau2015-08-141-9/+2
| | | | | | | | PHPBB3-14099
* | Merge pull request #3738 from javiexin/ticket/13981Marc Alexander2015-08-081-1/+3
|\ \ | |/ |/| | | [ticket/13981] Add events to capture avatar deletion or overwriting
| * [ticket/13981] Add events to capture avatar deletion or overwritingjaviexin2015-07-231-1/+3
| | | | | | | | | | | | | | | | An event to capture overwriting, and another to capture deletion. Includes better error processing. Replaced global by dependency injection. Fix Travis tests. PHPBB3-13981
* | [ticket/13995] Remove projection from testsMatt Friedman2015-07-081-4/+4
| | | | | | | | PHPBB3-13995
* | [ticket/13880] Automatically remove quotes that are nested too deepJoshyPHP2015-06-271-0/+81
| | | | | | | | PHPBB3-13880
* | [ticket/12952] Check obvious errors before status in functional testsMarc Alexander2015-06-161-10/+10
| | | | | | | | | | | | | | | | This will change the output from just saying that the status did not match the expected one to actually showing any errors before complaining about a possible difference in the status code. PHPBB3-12952
* | Merge pull request #3551 from rxu/ticket/13779Joas Schilling2015-06-092-0/+196
|\ \ | | | | | | | | | [ticket/13779] Set new auth options to the role only if matching the role type
| * | [ticket/13779] Add permission set testsrxu2015-06-062-0/+196
| | | | | | | | | | | | PHPBB3-13779
* | | Merge pull request #3479 from brunoais/ticket/13685Marc Alexander2015-06-093-3/+6
|\ \ \ | | | | | | | | | | | | [ticket/13685] Allow modifying the query for mysql native fulltext search
| * | | [ticket/13685] Fix tests for fulltext searchbrunoais2015-06-073-3/+6
| | | | | | | | | | | | | | | | PHPBB3-13685
* | | | [ticket/sec-184] Fix testsCHItA2015-06-071-1/+1
| | | | | | | | | | | | | | | | SECURITY-184
* | | | Merge pull request #3502 from marc1706/ticket/13564Joas Schilling2015-06-043-0/+168
|\ \ \ \ | |/ / / |/| | | | | | | [ticket/13564] Unlink user accounts upon deleting user
| * | | [ticket/13564] Add tests for unlinking account upon deleting userMarc Alexander2015-04-252-0/+158
| | | | | | | | | | | | | | | | PHPBB3-13564
| * | | [ticket/13564] Try to unlink user account for every auth providerMarc Alexander2015-03-241-0/+10
| | | | | | | | | | | | | | | | PHPBB3-13564
* | | | Merge branch '3.0.x' into 3.1.xAndreas Fischer2015-05-291-0/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 3.0.x: [ticket/13875] Ignore cache, ext, and store folder in lint test Conflicts: tests/lint_test.php
| * | | | [ticket/13875] Ignore cache, ext, and store folder in lint testMarc Alexander2015-05-281-0/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-13875
* | | | | [ticket/13872] Allow template events to have a changed versionJoas Schilling2015-05-283-4/+113
| | | | | | | | | | | | | | | | | | | | PHPBB3-13872
* | | | | [ticket/13809] Test each file individuallyJoas Schilling2015-05-031-21/+28
| | | | | | | | | | | | | | | | | | | | PHPBB3-13809
* | | | | Merge branch 'prep-release-3.1.4' into 3.1.xAndreas Fischer2015-04-281-3/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * prep-release-3.1.4: [ticket/security-180] Use language variable for redirect error in 3.1+ [ticket/security-180] Merge if statement with previous one in 3.1.x [ticket/security-180] Add tests for redirecting to main URL [ticket/security-180] Always fail when redirecting to an insecure URL [ticket/security-180] Make sure that redirect goes to full URL plus slash [ticket/security-180] Check if redirect URL contains board URL
| * \ \ \ \ Merge branch 'ticket/security-180' into ticket/security-180-ascMarc Alexander2015-04-281-4/+6
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | Conflicts: tests/security/redirect_test.php
| | * | | | [ticket/security-180] Add tests for redirecting to main URLMarc Alexander2015-04-231-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | SECURITY-180
| | * | | | [ticket/security-180] Always fail when redirecting to an insecure URLJoas Schilling2015-04-111-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | SECURITY-180
| * | | | | Merge branch 'ticket/security-180' into ticket/security-180-ascMarc Alexander2015-04-281-0/+3
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | Conflicts: tests/security/redirect_test.php
| | * | | | [ticket/security-180] Make sure that redirect goes to full URL plus slashMarc Alexander2015-04-111-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | SECURITY-180
* | | | | | Merge pull request #3532 from prototech/ticket/13755Marc Alexander2015-04-261-0/+2
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | [ticket/13755] Ignore dots in path when determining file extension.
| * | | | | [ticket/13755] Ignore dots in path when determining file extension.Cesar G2015-04-101-0/+2
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-13755
* | | | | [ticket/13756] Add test for generate_resize_string()Oliver Schramm2015-04-121-0/+53
|/ / / / | | | | | | | | | | | | PHPBB3-13756
* | | | [ticket/13749] Add missing slash to base uri in helper route testsMarc Alexander2015-04-061-1/+1
| | | | | | | | | | | | | | | | PHPBB3-13749
* | | | Merge pull request #3392 from marc1706/ticket/13493Joas Schilling2015-04-062-1/+49
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/13493] Append page name to base url if it doesn't contain it
| * | | | [ticket/13493] Append page name to base url if it doesn't contain itMarc Alexander2015-02-112-1/+49
| | | | | | | | | | | | | | | | | | | | PHPBB3-13493
* | | | | [ticket/13747] Add assertions to test_validate_path_linuxTristan Darricau2015-04-061-0/+9
| | | | | | | | | | | | | | | | | | | | PHPBB3-13747
* | | | | 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