aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | [feature/passwords] Add legacy support for md5 passwordsMarc Alexander2013-09-141-1/+1
| * | | | | | [feature/passwords] Increase code coverage in bcrypt driverMarc Alexander2013-09-141-0/+1
| * | | | | | [feature/passwords] Increase test coverage of salted_md5 driverMarc Alexander2013-09-141-0/+2
| * | | | | | [feature/passwords] Increase manager test coverage to cover all methodsMarc Alexander2013-09-141-2/+42
| * | | | | | [feature/passwords] Use randomly generated password for testsMarc Alexander2013-09-141-28/+36
| * | | | | | [feature/passwords] Fix tests on PHP versions < 5.3.7Marc Alexander2013-09-141-18/+38
| * | | | | | [feature/passwords] Properly treat duplicates in combined hashesMarc Alexander2013-09-141-1/+5
| * | | | | | [feature/passwords] Add tests for combined hashing of passwordsMarc Alexander2013-09-141-2/+39
| * | | | | | [feature/passwords] Make sure hash has the required lengthMarc Alexander2013-09-141-3/+13
| * | | | | | [feature/passwords] Add tests for manager check_hash() methodMarc Alexander2013-09-141-0/+40
| * | | | | | [feature/passwords] Fix tests for PHP version < 5.3.7Marc Alexander2013-09-141-6/+18
| * | | | | | [feature/passwords] Include driver helper in manager_testMarc Alexander2013-09-141-0/+1
| * | | | | | [feature/passwords] Add driver helper class for additional functionsMarc Alexander2013-09-141-1/+1
| * | | | | | [feature/passwords] Add basic passwords manager test fileMarc Alexander2013-09-141-0/+65
* | | | | | | Merge remote-tracking branch 'EXreaction/ticket/12006' into developJoas Schilling2014-01-182-4/+42
|\ \ \ \ \ \ \
| * | | | | | | [ticket/12006] Test for ext module authNathan Guse2013-12-302-4/+42
| | |_|_|/ / / | |/| | | | |
* | | | | | | [ticket/11915] Fix the Plupload test.Cesar G2014-01-171-2/+2
* | | | | | | Merge branch 'develop-olympus' into developNathan Guse2014-01-171-5/+17
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | Merge remote-tracking branch 'remotes/bantu/ticket/12046' into develop-olympusNathan Guse2014-01-171-5/+17
| |\ \ \ \ \
| | * | | | | [ticket/12046] Use PHP_BINARY environment variable in PHP lint test.Andreas Fischer2013-11-291-5/+17
* | | | | | | Merge remote-tracking branch 'Marc/ticket/11997' into developJoas Schilling2014-01-087-11/+239
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | [ticket/11997] Use functional test cases that should always workMarc Alexander2013-12-281-6/+2
| * | | | | | [ticket/11997] Fix redirect tests for mod rewriteMarc Alexander2013-12-282-15/+27
| * | | | | | [ticket/11997] Add user's page dir to redirect path and fix unit tests for itMarc Alexander2013-12-281-1/+5
| * | | | | | [ticket/11997] Use path_helper in in foo/bar extension for redirect URLsMarc Alexander2013-12-273-10/+17
| * | | | | | [ticket/11997] Do not check if file or dir we redirect to existMarc Alexander2013-12-271-14/+56
| * | | | | | [ticket/11997] Modifiy tests after adding path_helper clean_url methodMarc Alexander2013-12-211-3/+3
| * | | | | | [ticket/11997] Add clean_url() method to path_helperMarc Alexander2013-12-211-0/+23
| * | | | | | [ticket/11997] Allow redirects to parent folders like previouslyMarc Alexander2013-12-212-3/+5
| * | | | | | [ticket/11997] Move expected redirect returns to controller and output to HTMLMarc Alexander2013-12-203-28/+63
| * | | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb into ticket/11997Marc Alexander2013-12-0741-108/+650
| |\ \ \ \ \ \
| * | | | | | | [ticket/11997] Fix tests for path_helper's get_controller_redirect_url()Marc Alexander2013-12-072-19/+29
| * | | | | | | [ticket/11997] Add functional test for redirects in controllerJoas Schilling2013-11-135-1/+72
| * | | | | | | [ticket/11997] Use $phpbb_filesystem->clean_path() for proper redirect pathsMarc Alexander2013-11-121-23/+35
| * | | | | | | [ticket/11997] Correctly redirect to front controllersMarc Alexander2013-11-081-1/+15
* | | | | | | | Merge remote-tracking branch 'nickvergessen/feature/pagination-class' into de...Dhruv2013-12-253-111/+244
|\ \ \ \ \ \ \ \
| * | | | | | | | [ticket/11849] Remove old pagination testJoas Schilling2013-12-181-111/+0
| * | | | | | | | [ticket/11849] Replace pagination in viewforum.php with classJoas Schilling2013-12-181-0/+52
| * | | | | | | | [ticket/11849] Test validate_start and on_pageJoas Schilling2013-12-182-11/+86
| * | | | | | | | [ticket/11849] Move pagination code to classJoas Schilling2013-12-181-0/+117
* | | | | | | | | 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
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /