Joas Schilling
9005711ad7
Merge pull request #3502 from marc1706/ticket/13564
...
[ticket/13564] Unlink user accounts upon deleting user
2015-06-04 17:30:09 +02:00
Andreas Fischer
b5fed65fe3
Merge branch '3.0.x' into 3.1.x
...
* 3.0.x:
[ticket/13875] Ignore cache, ext, and store folder in lint test
Conflicts:
tests/lint_test.php
2015-05-29 22:46:28 +02:00
Marc Alexander
ba205a6bce
[ticket/13875] Ignore cache, ext, and store folder in lint test
...
PHPBB3-13875
2015-05-28 13:35:32 +02:00
Joas Schilling
b00b504343
[ticket/13872] Allow template events to have a changed version
...
PHPBB3-13872
2015-05-28 12:23:24 +02:00
Joas Schilling
923fdb0aa0
[ticket/13809] Test each file individually
...
PHPBB3-13809
2015-05-03 20:08:02 +02:00
Andreas Fischer
aa0c55ed8f
Merge branch 'prep-release-3.1.4' into 3.1.x
...
* 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
2015-04-28 22:17:37 +02:00
Marc Alexander
416728fc17
Merge branch 'ticket/security-180' into ticket/security-180-asc
...
Conflicts:
tests/security/redirect_test.php
2015-04-28 22:12:03 +02:00
Marc Alexander
89723b17d9
Merge branch 'ticket/security-180' into ticket/security-180-asc
...
Conflicts:
tests/security/redirect_test.php
2015-04-28 22:08:15 +02:00
Marc Alexander
59a178f3cb
Merge pull request #3532 from prototech/ticket/13755
...
[ticket/13755] Ignore dots in path when determining file extension.
2015-04-26 09:24:03 +02:00
Marc Alexander
c5178a19b2
[ticket/13564] Add tests for unlinking account upon deleting user
...
PHPBB3-13564
2015-04-25 15:48:24 +02:00
Marc Alexander
18fc621d73
[ticket/security-180] Add tests for redirecting to main URL
...
SECURITY-180
2015-04-23 15:27:30 +02:00
Oliver Schramm
366dfce846
[ticket/13756] Add test for generate_resize_string()
...
PHPBB3-13756
2015-04-12 14:20:07 +02:00
Joas Schilling
ee658bfe7b
[ticket/security-180] Always fail when redirecting to an insecure URL
...
SECURITY-180
2015-04-11 17:08:28 +02:00
Marc Alexander
bca1b96b2e
[ticket/security-180] Make sure that redirect goes to full URL plus slash
...
SECURITY-180
2015-04-11 16:41:20 +02:00
Cesar G
47514ca2df
[ticket/13755] Ignore dots in path when determining file extension.
...
PHPBB3-13755
2015-04-10 16:23:51 -07:00
Marc Alexander
9d181daa71
[ticket/13749] Add missing slash to base uri in helper route tests
...
PHPBB3-13749
2015-04-06 22:59:34 +02:00
Joas Schilling
53ed8a3cd9
Merge pull request #3392 from marc1706/ticket/13493
...
[ticket/13493] Append page name to base url if it doesn't contain it
2015-04-06 16:54:35 +02:00
Tristan Darricau
8575cc69d1
[ticket/13747] Add assertions to test_validate_path_linux
...
PHPBB3-13747
2015-04-06 13:09:07 +02:00
Joas Schilling
009a8cb2d5
Merge pull request #3333 from marc1706/ticket/13522
...
[ticket/13522] Remove empty answers from possible answers in Q&A
2015-04-06 11:04:35 +02:00
Joas Schilling
9ab27fe129
Merge pull request #3284 from Elsensee/ticket/13469
...
[ticket/13469] Fall back to soft_delete if no permissions for delete
2015-04-06 10:59:33 +02:00
Oliver Schramm
bbd0a8985c
[ticket/13469] Extract test to new method
...
PHPBB3-13469
2015-04-02 16:36:09 +02:00
Nicofuma
d9f4964d91
Merge pull request #3376 from marc1706/ticket/13568-asc
...
[ticket/13568] Validate imagick path as readable absolute path
closes #3376
2015-03-29 19:50:19 +02:00
Nicofuma
50b3c2b49e
Merge pull request #3398 from marc1706/ticket/13612
...
[ticket/13612] Run meta refresh until extension is fully enabled
2015-03-24 23:32:29 +01:00
Marc Alexander
2e7a60d986
[ticket/13564] Try to unlink user account for every auth provider
...
PHPBB3-13564
2015-03-24 17:09:52 +01:00
Oliver Schramm
eca0128d0a
[ticket/13469] Add tests
...
PHPBB3-13469
2015-03-22 21:30:05 +01:00
Marc Alexander
33738fa3db
[ticket/13670] Modify variable-variable syntax in common avatar test for PHP7
...
PHPBB3-13670
2015-03-05 15:10:37 +01:00
Marc Alexander
c63bc6ee93
[ticket/13522] Fix QA tests for request_var() use
...
PHPBB3-13522
2015-02-21 17:53:25 +01:00
Marc Alexander
94b72cfbdb
[ticket/13522] Add captcha to test file class name
...
PHPBB3-13522
2015-02-21 17:46:39 +01:00
Marc Alexander
4167be1e2c
[ticket/13522] Add tests for acp_get_question_input and set/get name
...
PHPBB3-13522
2015-02-21 17:45:20 +01:00
Marc Alexander
5bfcc7e707
[ticket/13522] Add test file for Q&A captcha
...
PHPBB3-13522
2015-02-21 17:45:20 +01:00
Joas Schilling
5e215aef26
Merge pull request #3369 from marc1706/ticket/13577
...
[ticket/13577] Skip tests requiring fileinfo if not enabled
2015-02-20 20:50:10 +01:00
rxu
950c72a8a5
[ticket/13433] Add make_clickable() test for emails
...
PHPBB3-13433
2015-02-18 01:03:07 +07:00
Marc Alexander
27cfda74fc
[ticket/13612] Always display success message if extension was enabled
...
An error will already be triggered if enable_step() is not successful.
Redirecting for no obvious reason will just confuse users.
PHPBB3-13612
2015-02-14 23:41:53 +01:00
Marc Alexander
8314ce6871
[ticket/13612] Run meta refresh until extension is fully enabled
...
PHPBB3-13612
2015-02-14 17:59:59 +01:00
Marc Alexander
25b54791f9
[ticket/13493] Append page name to base url if it doesn't contain it
...
PHPBB3-13493
2015-02-11 13:03:22 +01:00
Marc Alexander
1da6b30cf0
[ticket/13568] Add unit tests for validating absolute path
...
PHPBB3-13568
2015-02-06 10:39:55 +01:00
Marc Alexander
cd85f1b632
Merge branch 'ticket/13568' into ticket/13568-asc
...
Conflicts:
phpBB/adm/index.php
phpBB/includes/acp/acp_attachments.php
2015-02-06 10:19:39 +01:00
Marc Alexander
48b64b0a61
[ticket/13577] Skip filespec test requiring mimetype check on windows
...
PHPBB3-13577
2015-02-05 13:37:34 +01:00
Marc Alexander
c1d644769f
[ticket/13577] Skip functional tests requiring fileinfo if not enabled
...
PHPBB3-13577
2015-02-04 15:24:25 +01:00
Andreas Fischer
5347eac69c
Merge pull request #3328 from marc1706/ticket/13538
...
[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
2015-02-03 17:53:46 +01:00
Marc Alexander
a3be531020
[ticket/13568] Use correct data provider on windows
...
PHPBB3-13568
2015-02-03 16:34:41 +01:00
Marc Alexander
ffe0e46e82
[ticket/13568] Add imagick tests for windows
...
PHPBB3-13568
2015-02-02 20:39:58 +01:00
Marc Alexander
b53fd867be
[ticket/13568] Add more test cases for imagick path
...
PHPBB3-13568
2015-02-02 18:33:53 +01:00
Marc Alexander
99574cf5e5
[ticket/13568] Add functional test for imagick path setting
...
PHPBB3-13568
2015-02-02 16:11:00 +01:00
Andreas Fischer
6f5524de26
Merge branch 'prep-release-3.0.13' into develop-olympus
...
* prep-release-3.0.13:
[ticket/13549] Do not exit when ORIG_PATH_INFO just contains SCRIPT_NAME.
2015-01-29 00:08:23 +01:00
Marc Alexander
7495055907
[ticket/13549] Do not exit when ORIG_PATH_INFO just contains SCRIPT_NAME.
...
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
2015-01-28 22:07:16 +01:00
Dhruv
35edd7a043
[ticket/12933] Add test cases for * wildcard searches
...
PHPBB3-12933
2015-01-28 21:46:38 +05:30
Andreas Fischer
ffbe8cdc96
Merge branch 'develop-olympus' into develop-ascraeus
...
* develop-olympus:
[ticket/12089] Add assert message on HTTP status code check
2015-01-26 02:47:38 +01:00
Joas Schilling
ed2d080551
[ticket/12089] Add assert message on HTTP status code check
...
PHPBB3-12089
2015-01-25 23:06:56 +01:00
Joas Schilling
b2674cf1f6
[ticket/13543] Fix broken slow test
...
PHPBB3-13543
2015-01-24 21:10:53 +01:00