aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* [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
* | | | | Merge remote-tracking branch 'rxu3/ticket/12224' into developJoas Schilling2014-03-101-0/+34
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | * rxu3/ticket/12224: [ticket/12224] Add assign_block_vars_array() test. [ticket/12224] Add template wrapper method to assign block arrays
| * | | | [ticket/12224] Add assign_block_vars_array() test.rxu2014-03-101-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add tests, also change return value to null. PHPBB3-12224
* | | | | [ticket/10945] Remove mark test incomplete for native search backendDhruv2014-03-081-5/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-10945
* | | | | [ticket/10945] Fix Unit Tests as per new changes to split_keywordsDhruv2014-03-081-6/+6
| | | | | | | | | | | | | | | | | | | | PHPBB3-10945
* | | | | [ticket/10945] Remove mark test incomplete for mysql and postgresDhruv2014-03-082-8/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-10945
* | | | | Merge pull request #2087 from marc1706/ticket/12239Nathan Guse2014-03-061-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | | [ticket/12239] Move deprecated passwords functions to compatibility file
| * | | | [ticket/12239] Move deprecated passwords functions to compatibility fileMarc Alexander2014-03-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The deprecated passwords functions are no longer used in the core and have been replaced with the passwords manager. Therefore, the functions are moved to the functions_compatibility file. PHPBB3-12239
* | | | | [ticket/12236] Move AOL Instant Messanger field to custom profile fieldJoas Schilling2014-03-051-1/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-12236
* | | | | [ticket/12237] Convert yahoo messanger to custom profile fieldJoas Schilling2014-03-051-1/+0
|/ / / / | | | | | | | | | | | | PHPBB3-12237
* | | | [ticket/12235] Convert WLM to custom profile fieldJoas Schilling2014-03-041-1/+0
| | | | | | | | | | | | | | | | PHPBB3-12235
* | | | [ticket/12187] Remove user_website functionalityJoas Schilling2014-03-031-1/+0
| | | | | | | | | | | | | | | | PHPBB3-12187
* | | | [ticket/12234] Replace ICQ with custom profile fieldJoas Schilling2014-02-281-1/+0
| | | | | | | | | | | | | | | | PHPBB3-12234
* | | | Merge remote-tracking branch 'nickvergessen/ticket/12205' into ↵Joas Schilling2014-02-251-0/+42
|\ \ \ \ | |/ / / |/| / / | |/ / | | | | | | | | | | | | | | | | | | ticket/12205-develop * nickvergessen/ticket/12205: [ticket/12205] Do not display 0 for empty integers when show_novalue is off Conflicts: phpBB/includes/functions_profile_fields.php
| * | [ticket/12205] Do not display 0 for empty integers when show_novalue is offJoas Schilling2014-02-251-0/+42
| |/ | | | | | | PHPBB3-12205
* | 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-202-0/+362
|\ \ \ | | | | | | | | 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/12171] Add functionality to upload attachments to submit_post() methodJoas Schilling2014-02-101-0/+17
| | | | | | | | | | | | | | | | PHPBB3-12171
* | | | Merge pull request #1994 from prototech/ticket/12158Nathan Guse2014-02-181-2/+17
|\ \ \ \ | | | | | | | | | | [ticket/12158] The pagination start value should be 0 when there are no items.
| * | | | [ticket/12158] Add test data for 0 items to validate_start() test.Cesar G2014-02-041-2/+17
| | | | | | | | | | | | | | | | | | | | PHPBB3-12158
* | | | | Merge pull request #2002 from prototech/ticket/12153Nathan Guse2014-02-183-15/+17
|\ \ \ \ \ | | | | | | | | | | | | [ticket/12153] Assign PAGE_NUMBER in pagination.generate_template_pagination()