aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge remote-tracking branch 'github-nickvergessen/ticket/12331' into ↵Nils Adermann2014-04-101-0/+33
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-nickvergessen/ticket/12331: [ticket/12331] Add functional test for saving custom profile fields [ticket/12331] Fix SQL error when inserting a new entry to profile field data
| * | | [ticket/12331] Add functional test for saving custom profile fieldsJoas Schilling2014-04-011-0/+33
| | | | | | | | | | | | | | | | PHPBB3-12331
* | | | [ticket/11352] Add functional tests for disapproving a post/topicJoas Schilling2014-04-071-0/+319
| |/ / |/| | | | | | | | PHPBB3-11352
* | | Merge remote-tracking branch 'Marc/ticket/12150' into develop-ascraeusJoas Schilling2014-04-061-0/+207
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Marc/ticket/12150: [ticket/12150] Use correct license URL in prune shadow migrations file [ticket/12150] Remove 'after' for columns from migrations file [ticket/12150] Update schema files for prune shadow topics [ticket/12150] Use log service instead of add_log() function [ticket/12150] Use shorter column names for prune settings [ticket/12150] Add functional tests for pruning shadow topics [ticket/12150] Add missing space to query for shadow topics [ticket/12150] Add missing prune settings variables in acp_forums [ticket/12150] Add file and caller for pruning shadow topics [ticket/12150] Add prune columns to schema files and migration file [ticket/12150] Add options to acp
| * | | [ticket/12150] Use shorter column names for prune settingsMarc Alexander2014-03-291-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All columns were renamed from having prune_shadow_topics as namebase to just prune_shadow. A missing column was also added to the migration file's remove_schema() method. PHPBB3-12150
| * | | [ticket/12150] Add functional tests for pruning shadow topicsMarc Alexander2014-03-291-0/+207
| |/ / | | | | | | | | | PHPBB3-12150
* | | [ticket/10851] Request index instead of logging in and out in testsMarc Alexander2014-04-041-3/+2
| | | | | | | | | | | | PHPBB3-10851
* | | [ticket/10851] Add unit and functional tests for checking attachmentsMarc Alexander2014-04-042-0/+33
| | | | | | | | | | | | | | | | | | | | | These tests will make sure that fileuploads now work as expected regarding the check for disallowed content. PHPBB3-10851
* | | Merge remote-tracking branch 'vsephpbb/ticket/12043' into develop-ascraeusJoas Schilling2014-04-031-5/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * vsephpbb/ticket/12043: [ticket/12043] Fix order of disabled extensions in unit tests [ticket/12043] Correct try/catch exceptions for invalid extensions [ticket/12043] Sort Extensions by Display Name in ACP Extension mananger
| * | | [ticket/12043] Fix order of disabled extensions in unit testsMatt Friedman2014-03-291-5/+5
| |/ / | | | | | | | | | PHPBB3-12043
* | | Merge remote-tracking branch 'crizz0/ticket/9758' into develop-ascraeusJoas Schilling2014-03-312-3/+3
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * crizz0/ticket/9758: [ticket/9758] Clickable avatar in header and renamed class for avatar-img [ticket/9758] Remove unnessary if-question for include functions_display [ticket/9758] Slims the line 4775 in includes/functions.php [ticket/9758] Adds id and changes filter to fix travis CI test [ticket/9758] Removed the needless space after first ENDIF [ticket/9758] Adding impr. for overall_header display of avatar and username [ticket/9758] Fixed bug in mcp_warn.php [ticket/9758] Optimises the html code of avatar image in header [ticket/9758] Error because of missing functions_display.php fixed [ticket/9758] Removed useless if-conditions to include functions.php [ticket/9758] Changes class name of new "span" in overall_header.html [ticket/9758] Adds global template variable CURRENT_USER_AVATAR
| * | [ticket/9758] Adds id and changes filter to fix travis CI testCrizzo2014-03-282-3/+3
| | | | | | | | | | | | PHPBB3-9758
* | | [ticket/11336] Changes "leaders"-mode to "team"-mode and so in test-fileCrizzo2014-03-281-1/+1
|/ / | | | | | | PHPBB3-11336
* | [ticket/12311] Use valid composer schema - license - for extensionsMatt Friedman2014-03-272-2/+2
| | | | | | | | | | | | http://tracker.phpbb.com/browse/PHPBB3-12311 PHPBB3-12311
* | [ticket/12284] Fix functional test for extension manager changesMatt Friedman2014-03-171-1/+1
| | | | | | | | PHPBB3-12284
* | Merge remote-tracking branch 'dhruv/ticket/11040' into developJoas Schilling2014-03-141-4/+9
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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] Delete the functional test topic to avoid conflictsDhruv2014-03-121-0/+1
| | | | | | | | | | | | PHPBB3-11040
| * | [ticket/11040] Add test cases for searching subject and post content togetherDhruv2014-03-121-4/+7
| | | | | | | | | | | | PHPBB3-11040
* | | Merge pull request #2109 from nickvergessen/ticket/11581Nathan Guse2014-03-131-0/+48
|\ \ \ | | | | | | | | [ticket/11581] Hide categories on level 0 when they have no visible children
| * | | [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
* | | | Merge branch 'develop-olympus' into developJoas Schilling2014-03-131-0/+45
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * | | [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 pull request #2092 from nickvergessen/ticket/12090Nathan Guse2014-03-102-26/+17
|\ \ \ \ | |_|_|/ |/| | | [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] 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-072-3/+15
| |/ / | | | | | | | | | PHPBB3-12090
* | | [ticket/10945] Remove mark test incomplete for native search backendDhruv2014-03-081-5/+0
| | | | | | | | | | | | PHPBB3-10945
* | | [ticket/10945] Remove mark test incomplete for mysql and postgresDhruv2014-03-082-8/+0
|/ / | | | | | | PHPBB3-10945
* | Merge pull request #2025 from marc1706/ticket/12183Nathan Guse2014-02-202-0/+135
|\ \ | | | | | | [ticket/12183] Update user_newpasswd column in users table for passwords manager
| * | [ticket/12183] Check if database columns were updated before changing themMarc Alexander2014-02-191-3/+5
| | | | | | | | | | | | PHPBB3-12183
| * | [ticket/12183] Test that login with old password doesn't work after resetMarc Alexander2014-02-171-13/+34
| | | | | | | | | | | | PHPBB3-12183
| * | [ticket/12183] Test activating new password after resetMarc Alexander2014-02-171-1/+65
| | | | | | | | | | | | PHPBB3-12183
| * | [ticket/12183] Make sure to undo changes to config in forgot_password_testMarc Alexander2014-02-111-0/+13
| | | | | | | | | | | | | | | | | | | | | The forgot_password_test disables the password reset functionalty but doesn't enable it again afterwards. PHPBB3-12183
| * | [ticket/12183] Add functional test for user password resetMarc Alexander2014-02-101-0/+35
| | | | | | | | | | | | PHPBB3-12183
* | | Merge pull request #2021 from nickvergessen/ticket/12171Nathan Guse2014-02-201-0/+345
|\ \ \ | |/ / |/| | Ticket/12171 Attachments from soft-deleted posts are still downloadable
| * | [ticket/12171] Add functional tests for downloading attachmentsJoas Schilling2014-02-101-0/+345
| | | | | | | | | | | | PHPBB3-12171
* | | [ticket/12175] Do not use admin account for file size limit testJoas Schilling2014-02-091-2/+9
| | | | | | | | | | | | PHPBB3-12175
* | | [ticket/12175] Fix test for uploading a valid fileJoas Schilling2014-02-091-3/+5
| | | | | | | | | | | | PHPBB3-12175
* | | [ticket/12175] Fix upload test for empty fileJoas Schilling2014-02-091-2/+1
|/ / | | | | | | PHPBB3-12175
* | Merge pull request #1716 from marc1706/feature/passwordsNils Adermann2014-02-021-0/+55
|\ \ | | | | | | [feature/passwords] Add password hashing manager with support for newer hashing algorithms
| * \ Merge branch 'develop' of https://github.com/phpbb/phpbb into feature/passwordsMarc Alexander2013-12-2923-107/+664
| |\ \ | | | | | | | | | | | | | | | | Conflicts: phpBB/config/services.yml