aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13782] Rename null driver to dummy for PHP7 compatibilityMarc Alexander2015-05-049-11/+11
| | | | PHPBB3-13782
* Merge branch '3.1.x'Nicofuma2015-05-031-21/+28
|\
| * [ticket/13809] Test each file individuallyJoas Schilling2015-05-031-21/+28
| | | | | | | | PHPBB3-13809
* | [ticket/13762] Moving language related functionality into a separate classMateBartus2015-05-0249-232/+580
| | | | | | | | PHPBB3-13762
* | [ticket/13793] Remove translation on throwing exceptionsMateBartus2015-05-015-16/+15
| | | | | | | | PHPBB3-13793
* | Merge branch '3.1.x'Andreas Fischer2015-04-281-3/+8
|\ \ | |/ | | | | | | | | | | | | | | | | * 3.1.x: [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 '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 #3524 from marc1706/ticket/8672Tristan Darricau2015-04-2713-3/+107
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/8672] Add class for retrieving imagesize without download
| * | | | [ticket/8672] User $user->lang() instead of sprintfMarc Alexander2015-04-241-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-8672
| * | | | [ticket/8672] Use fastImageSize in classesMarc Alexander2015-04-242-5/+5
| | | | | | | | | | | | | | | | | | | | PHPBB3-8672
| * | | | [ticket/8672] Updated the text_formatter.s9e serviceJoshyPHP2015-04-241-0/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-8672
| * | | | [ticket/8672] Add class for retrieving imagesize without downloadMarc Alexander2015-04-2411-2/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | getimagesize() always downloads the complete file before checking the actual image dimensions. This class will be able to do the same without having to download possibly large files. PHPBB3-8672
* | | | | Merge pull request #3548 from s9e/ticket/12745Andreas Fischer2015-04-261-8/+20
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12745] Allow Unicode characters from the SMP to be used in text * s9e/ticket/12745: [ticket/12745] Added HTML entity test [ticket/12745] Added support for Unicode characters outside BMP [ticket/12745] Updated s9e\TextFormatter
| * | | | | [ticket/12745] Added HTML entity testJoshyPHP2015-04-251-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/phpbb/phpbb/pull/3548#issuecomment-96219167 PHPBB3-12745
| * | | | | [ticket/12745] Added support for Unicode characters outside BMPJoshyPHP2015-04-251-8/+10
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-12745
* | | | | Merge branch '3.1.x'Marc Alexander2015-04-261-0/+2
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | 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
* | | | Merge pull request #3446 from MateBartus/ticket/13654Tristan Darricau2015-04-162-3/+47
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/13654] Moving reporting into controller
| * | | | [ticket/13654] Moving reporting into controllerMateBartus2015-04-162-3/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moving report.php's content into different services and controllers to better comply with the MVC model. Also implementing: * Replacement for reasons_display() * Adding assign_meta_refresh_var() to \controller\helper * Adding separate routes for easy configuration * Updating unit tests to expect to correct results * Add BC tests PHPBB3-13654
* | | | | Merge pull request #3487 from MateBartus/ticket/13697Tristan Darricau2015-04-1636-79/+209
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | [ticket/13697] Moving filesystem related functions to filesystem service
| * | | | [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-1636-79/+209
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Moving filesystem service to \phpbb\filesystem namespace * Wraping Symfony's Filesystem component * Moving filesystem related functions from includes/functions.php into \phpbb\filesystem\filesystem Functions moved (and deprecated): - phpbb_chmod - phpbb_is_writable - phpbb_is_absolute - phpbb_own_realpath - phpbb_realpath * Adding interface for filesystem service PHPBB3-13697
* | | | | Merge branch '3.1.x'Dhruv2015-04-141-0/+53
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | [ticket/13756] Add test for generate_resize_string()Oliver Schramm2015-04-121-0/+53
| | |/ / | |/| | | | | | | | | | PHPBB3-13756
* | | | Merge branch '3.1.x'Oliver Schramm2015-04-061-1/+1
|\ \ \ \ | |/ / /
| * | | [ticket/13749] Add missing slash to base uri in helper route testsMarc Alexander2015-04-061-1/+1
| | | | | | | | | | | | | | | | PHPBB3-13749
* | | | Merge branch '3.1.x'Joas Schilling2015-04-062-1/+49
|\ \ \ \ | |/ / /
| * | | 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
* | | | | Merge branch '3.1.x'Joas Schilling2015-04-061-0/+9
|\ \ \ \ \ | |/ / / /
| * | | | [ticket/13747] Add assertions to test_validate_path_linuxTristan Darricau2015-04-061-0/+9
| | | | | | | | | | | | | | | | | | | | PHPBB3-13747
* | | | | [ticket/13522] Fix globals for 3.2 in Q&A testsJoas Schilling2015-04-061-4/+7
| | | | | | | | | | | | | | | | | | | | PHPBB3-13522
* | | | | Merge branch '3.1.x'Joas Schilling2015-04-061-0/+94
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | Conflicts: phpBB/phpbb/captcha/plugins/qa.php
| * | | | 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 branch '3.1.x'Joas Schilling2015-04-061-22/+111
|\ \ \ \ \ \ | |/ / / / /
| * | | | | 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
* | | | | | | [ticket/11768] Renamed service varsJoshyPHP2015-04-022-14/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The name of the variable that holds the service instance is now consistent across events. PHPBB3-11768
* | | | | | | [ticket/11768] Restored get_parser() / get_renderer()JoshyPHP2015-04-022-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
* | | | | | | [ticket/11768] Updated utils serviceJoshyPHP2015-04-021-29/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated docblocks. Removed remove_formatting() because it overlaps with clean_formatting() PHPBB3-11768