aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'prototech/ticket/12009' into developJoas Schilling2013-12-1630-114/+196
|\
| * [ticket/12009] Prevent user from enabling invalid extension through direct URLCesar G2013-12-123-1/+27
| * [ticket/12009] Update functional test to check for invalid extensions.Cesar G2013-12-121-0/+6
| * [ticket/12009] Fix functional tests.Cesar G2013-12-121-16/+18
| * [ticket/12009] Move valid extensions in tests to correct dir structure.Cesar G2013-12-1227-97/+145
* | Merge remote-tracking branch 'Marc/ticket/11859' into developJoas Schilling2013-12-122-0/+10
|\ \ | |/ |/|
| * [ticket/11859] Add missing get_template_name method to test driversMarc Alexander2013-11-272-0/+10
* | Merge pull request #1813 from marc1706/ticket/11912Nathan Guse2013-12-044-0/+214
|\ \
| * | [ticket/11912] Expect logic exceptions in test if no guesser availableMarc Alexander2013-11-231-0/+13
| * | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/11912Marc Alexander2013-11-2319-196/+305
| |\ \ | | |/
| * | [ticket/11912] Use inverted $overload for setting function_exists in testsMarc Alexander2013-11-111-1/+1
| * | [ticket/11912] Introduce guesser priority to mimetype guessersMarc Alexander2013-11-111-0/+15
| * | [ticket/11912] Add extension_guesser for guessing mimetype by extensionMarc Alexander2013-11-111-3/+12
| * | [ticket/11912] Supply filename to content_guesser for guessing on windowsMarc Alexander2013-10-241-1/+2
| * | [ticket/11912] Add tests for content_guesserMarc Alexander2013-10-231-3/+48
| * | [ticket/11912] Add tests for phpbb mimetype guesserMarc Alexander2013-10-234-0/+131
* | | Merge pull request #1879 from Pico88/ticket/12026Nathan Guse2013-12-044-5/+91
|\ \ \
| * | | [ticket/12026] Add functional test for ucp extension moduleJoas Schilling2013-12-034-5/+91
| | |/ | |/|
* | | Merge pull request #1887 from nickvergessen/ticket/skouat/10910Nathan Guse2013-12-041-0/+50
|\ \ \
| * | | [ticket/10910] Fix unit testsJoas Schilling2013-11-221-5/+20
| * | | [ticket/10910] Add unit tests for selectMario Skouat2013-11-221-0/+35
| |/ /
* | | Merge remote-tracking branch 'Marc/ticket/11842' into developJoas Schilling2013-12-043-6/+46
|\ \ \
| * | | [ticket/11842] Add functional test for creating groupMarc Alexander2013-12-041-0/+31
| * | | [ticket/11842] Use avatar_data for obtaining driver that should be deletedMarc Alexander2013-12-041-0/+9
| * | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/11842Marc Alexander2013-11-2719-196/+305
| |\ \ \ | | |/ /
| * | | [ticket/11842] Replace outdated occurences of user and group avatar_typeMarc Alexander2013-10-241-6/+6
| | |/ | |/|
* | | Merge remote-tracking branch 'bantu/ticket/12056-develop' into developJoas Schilling2013-12-0411-35/+53
|\ \ \
| * | | [ticket/12056] group_user_attributes: Fix "Creating ... from empty value".Andreas Fischer2013-12-041-0/+1
| * | | [ticket/12056] Fix "Call to undefined function ...\utf8_normalize_nfc()"Andreas Fischer2013-12-041-1/+2
| * | | [ticket/12056] Fix "Call to undefined function ...\utf8_clean_string()"Andreas Fischer2013-12-041-1/+2
| * | | [ticket/12056] Fix "Call to a member function trigger_event() on a non-object".Andreas Fischer2013-12-041-1/+3
| * | | [ticket/12056] Fix "Call to undefined function phpbb\phpbb_get_plural_form()".Andreas Fischer2013-12-041-0/+2
| * | | [ticket/12056] Fix "undefined function phpbb_pcre_utf8_support()".Andreas Fischer2013-12-042-0/+2
| * | | [ticket/12056] validate_config_vars: Fix ".. undefined function utf8_strlen()"Andreas Fischer2013-12-041-0/+1
| * | | [ticket/12056] validate_config_vars: Fix "Creating ... from empty value".Andreas Fischer2013-12-041-8/+10
| * | | [ticket/12056] validate_range: Fix "Creating default object from empty value"Andreas Fischer2013-12-041-16/+10
| * | | [ticket/12056] build_select: Fix "Creating default object from empty value"Andreas Fischer2013-12-041-4/+10
| * | | [ticket/12056] h_radio test: Fix "Creating default object from empty value"Andreas Fischer2013-12-041-4/+10
* | | | Merge branch 'develop-olympus' into developJoas Schilling2013-12-041-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | [ticket/12056] Fix failure due to "Creating default object from empty value".Andreas Fischer2013-12-041-1/+2
* | | | Merge branch 'develop-olympus' into developJoas Schilling2013-12-021-1/+5
|\ \ \ \ | |/ / /
| * | | [ticket/11699] Also exclude the phpBB/cache directory.Andreas Fischer2013-11-291-0/+1
| * | | [ticket/11699] Properly exclude the .git directory. Namely missing dot prefix.Andreas Fischer2013-11-291-1/+2
| * | | [ticket/11699] Exclude build/new_version and build/old_versions from lint.Andreas Fischer2013-11-291-0/+2
* | | | [ticket/12050] Make phpbb_notification_submit_post_base abstract.Andreas Fischer2013-12-011-1/+1
| |_|/ |/| |
* | | Merge remote-tracking branch 'Marc/ticket/11896' into developJoas Schilling2013-11-192-9/+50
|\ \ \
| * | | [ticket/11896] Correctly document return of null in docblocksMarc Alexander2013-11-141-4/+4
| * | | [ticket/11896] Minor code improvements in phpbb_functional_test_caseMarc Alexander2013-11-141-21/+7
| * | | [ticket/11896] Add functional tests for marking all notifications readMarc Alexander2013-11-091-0/+33
| * | | [ticket/11896] Add ability to define expected message after postingMarc Alexander2013-11-091-7/+29