aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'EXreaction/ticket/9871-2' into developJoas Schilling2014-03-142-0/+376
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * EXreaction/ticket/9871-2: [ticket/9871] Can set current version to use instead of the phpBB version [ticket/9871] Fix indentation on comment [ticket/9871] Fix test name [ticket/9871] Split fast and slow version tests [ticket/9871] Option to force the stability when checking for updates [ticket/9871] Allow setting the host/file to load for the version class [ticket/9871] Restore get_remote_file_test [ticket/9871] Fix tests [ticket/9871] Typehint and comment on var types [ticket/9871] Mark test as slow [ticket/9871] Restore phpbb_version_compare [ticket/9871] Restore get_remote_file [ticket/9871] Use $request->variable instead of request_var [ticket/9871] Update version check file to use json format
| * [ticket/9871] Fix test nameNathan Guse2014-03-141-1/+1
| | | | | | | | PHPBB3-9871
| * [ticket/9871] Split fast and slow version testsNathan Guse2014-03-132-26/+58
| | | | | | | | PHPBB3-9871
| * [ticket/9871] Restore get_remote_file_testNathan Guse2014-03-101-0/+75
| | | | | | | | PHPBB3-9871
| * [ticket/9871] Fix testsNathan Guse2014-03-081-3/+11
| | | | | | | | PHPBB3-9871
| * [ticket/9871] Mark test as slowNathan Guse2014-03-051-0/+3
| | | | | | | | PHPBB3-9871
| * [ticket/9871] Update version check file to use json formatNathan Guse2014-02-192-75/+333
| | | | | | | | PHPBB3-9871
* | Merge branch 'develop-olympus' into developJoas Schilling2014-03-141-0/+103
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/12202] Use an array in the data provider instead of exploding manually [ticket/12202] Can't call htmlspecialchars before checking for quotes [ticket/12202] Fix tests [ticket/12202] Test for parse_cfg_file [ticket/12202] Use copyright symbol in style.cfg files [ticket/12202] Apply htmlspecialchars to style.cfg data Conflicts: phpBB/styles/prosilver/style.cfg phpBB/styles/subsilver2/style.cfg
| * \ Merge remote-tracking branch 'exreaction/ticket/12202' into develop-olympusJoas Schilling2014-03-141-0/+103
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * exreaction/ticket/12202: [ticket/12202] Use an array in the data provider instead of exploding manually [ticket/12202] Can't call htmlspecialchars before checking for quotes [ticket/12202] Fix tests [ticket/12202] Test for parse_cfg_file [ticket/12202] Use copyright symbol in style.cfg files [ticket/12202] Apply htmlspecialchars to style.cfg data
| | * | [ticket/12202] Use an array in the data provider instead of exploding manuallyJoas Schilling2014-03-141-38/+44
| | | | | | | | | | | | | | | | PHPBB3-12202
| | * | [ticket/12202] Fix testsNathaniel Guse2014-03-091-5/+5
| | | | | | | | | | | | | | | | PHPBB3-12202
| | * | [ticket/12202] Test for parse_cfg_fileNathan Guse2014-03-091-0/+97
| | | | | | | | | | | | | | | | PHPBB3-12202
* | | | Merge remote-tracking branch 'dhruv/ticket/11040' into developJoas Schilling2014-03-142-4/+55
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * dhruv/ticket/11040: [ticket/11040] Topic is deleted if test is skipped [ticket/11040] Use unique text for the test post added [ticket/11040] Use hard delete in delete_topic [ticket/11040] Add migration to drop postgres search indexes [ticket/11040] Delete the functional test topic to avoid conflicts [ticket/11040] Add methods to delete post and topic in functional tests [ticket/11040] Swap post_text and post_subject for post_content index [ticket/11040] Add test cases for searching subject and post content together [ticket/11040] Remove postgres extra indexes [ticket/11040] Add post_content index [ticket/11040] Search subject and text together
| * | | | [ticket/11040] Topic is deleted if test is skippedDhruv2014-03-121-0/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-11040
| * | | | [ticket/11040] Use unique text for the test post addedDhruv2014-03-121-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-11040
| * | | | [ticket/11040] Use hard delete in delete_topicDhruv2014-03-121-0/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-11040
| * | | | [ticket/11040] Delete the functional test topic to avoid conflictsDhruv2014-03-121-0/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-11040
| * | | | [ticket/11040] Add methods to delete post and topic in functional testsDhruv2014-03-121-0/+44
| | | | | | | | | | | | | | | | | | | | PHPBB3-11040
| * | | | [ticket/11040] Add test cases for searching subject and post content togetherDhruv2014-03-121-4/+7
| | | | | | | | | | | | | | | | | | | | PHPBB3-11040
* | | | | Merge remote-tracking branch 'EXreaction/ticket/10288' into developJoas Schilling2014-03-143-0/+12
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * EXreaction/ticket/10288: [ticket/10288] Test to make sure included templates have proper variable scope
| * | | | | [ticket/10288] Test to make sure included templates have proper variable scopeNathan Guse2014-03-133-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10288
* | | | | | Merge pull request #2109 from nickvergessen/ticket/11581Nathan Guse2014-03-132-3/+63
|\ \ \ \ \ \ | | | | | | | | | | | | | | [ticket/11581] Hide categories on level 0 when they have no visible children
| * | | | | | [ticket/11581] Add assertNotContainsLang() for functional test casesJoas Schilling2014-03-131-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11581
| * | | | | | [ticket/11581] Fix year in copyright headerDhruv2014-03-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11581
| * | | | | | [ticket/11581] Enabled private messages after testsDhruv2014-03-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11581
| * | | | | | [ticket/11581] Add test to check UCP_PM is enabled/disabled correctlyDhruv2014-03-111-0/+47
| |/ / / / / | | | | | | | | | | | | | | | | | | PHPBB3-11581
* | | | | | [ticket/12267] Replace $php_ext with $phpExOliver Schramm2014-03-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12267
* | | | | | Merge branch 'develop-olympus' into developJoas Schilling2014-03-132-0/+55
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/12176] Reword comment about config entries. [ticket/12176] Add newest_user_colour to config array to ensure it exists [ticket/12176] Display correct message when trying to delete founder. [ticket/12176] Add functional test for founder deletion message. Conflicts: tests/test_framework/phpbb_functional_test_case.php
| * | | | | Merge remote-tracking branch 'bantu/ticket/12176' into develop-olympusJoas Schilling2014-03-132-0/+54
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bantu/ticket/12176: [ticket/12176] Reword comment about config entries. [ticket/12176] Add newest_user_colour to config array to ensure it exists [ticket/12176] Display correct message when trying to delete founder. [ticket/12176] Add functional test for founder deletion message.
| | * | | | [ticket/12176] Reword comment about config entries.Andreas Fischer2014-03-131-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12176
| | * | | | [ticket/12176] Add newest_user_colour to config array to ensure it existsJoas Schilling2014-03-121-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12176
| | * | | | [ticket/12176] Add functional test for founder deletion message.Andreas Fischer2014-02-151-0/+45
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12176
* | | | | | Merge pull request #2104 from nickvergessen/ticket/12261Nathan Guse2014-03-124-2/+42
|\ \ \ \ \ \ | | | | | | | | | | | | | | [ticket/12261] Remove web root path from login redirect url
| * | | | | | [ticket/12261] Mark test as incomplete, something is wrong with sessionsJoas Schilling2014-03-111-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12261
| * | | | | | [ticket/12261] Fix doc blockJoas Schilling2014-03-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12261
| * | | | | | [ticket/12261] Validate the redirect hidden field before submitting the formJoas Schilling2014-03-101-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12261
| * | | | | | [ticket/12261] Add a functional test for redirect after using login_box()Joas Schilling2014-03-104-2/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12261
* | | | | | | Merge remote-tracking branch 'dhruvgoel92/ticket/11288-develop' into developJoas Schilling2014-03-111-0/+49
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | * dhruvgoel92/ticket/11288-develop: [ticket/11288] Add unit test cases for foo-bar like queries [ticket/11288] Handle +,- without preceeding whitespace characters
| * | | | | | [ticket/11288] Add unit test cases for foo-bar like queriesDhruv2014-03-091-0/+49
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | foo-bar and foo -bar are interpreted differently by native search backend now. PHPBB3-11288
* | | | | | Merge pull request #2107 from VSEphpbb/ticket/12117Nathan Guse2014-03-101-0/+16
|\ \ \ \ \ \ | | | | | | | | | | | | | | [ticket/12117] Add get_all_tree_data method to tree class
| * | | | | | [ticket/12117] Add get_all_tree_data method to tree classMatt Friedman2014-03-101-0/+16
| |/ / / / / | | | | | | | | | | | | | | | | | | PHPBB3-12117
* | | | | | Merge pull request #2092 from nickvergessen/ticket/12090Nathan Guse2014-03-1013-198/+198
|\ \ \ \ \ \ | | | | | | | | | | | | | | [ticket/12090] Pass route name to url() instead of the url itself
| * | | | | | [ticket/12090] Comment out broken testJoas Schilling2014-03-091-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12090
| * | | | | | [ticket/12090] Move find() call to container and fix testsJoas Schilling2014-03-092-29/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12090
| * | | | | | [ticket/12090] Split finding routes and returning routes into 2 methodsJoas Schilling2014-03-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12090
| * | | | | | [ticket/12090] Make provider a service and inject it into the helperJoas Schilling2014-03-083-7/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12090
| * | | | | | [ticket/12090] Fix pagination for routesJoas Schilling2014-03-082-32/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No clickable "jump to" at the moment, as we can not get the route url by the route name in js yet. Need to find another solution later. PHPBB3-12090
| * | | | | | [ticket/12090] Fix helper usage in functional controller testsJoas Schilling2014-03-071-27/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12090
| * | | | | | [ticket/12090] Change redirect tests to use route()Joas Schilling2014-03-074-40/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12090
| * | | | | | [ticket/12090] Pass route name to url() to allow admins to change the routesJoas Schilling2014-03-078-123/+133
| | |/ / / / | |/| | | | | | | | | | | | | | | | PHPBB3-12090