aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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()
| * | | | | [ticket/12153] Adjust pagination tests.Cesar G2014-02-033-15/+17
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-12153
* | | | | [ticket/12169] Convert user_from to profile field locationJoas Schilling2014-02-101-1/+0
| |_|/ / |/| | | | | | | | | | | | | | | | | | | Missing changes on memberlist view due to missing functionality PHPBB3-12169
* | | | Merge remote-tracking branch 'Marc/ticket/12170' into developJoas Schilling2014-02-103-4/+47
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | * Marc/ticket/12170: [ticket/12170] Test for 12170 [ticket/12170] Assign schema keys in migration helper with data_depth 1
| * \ \ \ Merge remote-tracking branch 'exreaction/ticket/12170' into ticket/12170Marc Alexander2014-02-071-4/+34
| |\ \ \ \
| | * | | | [ticket/12170] Test for 12170Nathan Guse2014-02-071-4/+34
| | | |/ / | | |/| | | | | | | | | | | | PHPBB3-12170
| * | | | [ticket/12170] Assign schema keys in migration helper with data_depth 1Marc Alexander2014-02-072-0/+13
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The migration helper currently drops any keys with schema changes that have the data_depth 1. This change will correctly assign the keys to the steps array without dropping the keys that might contain important info like the actual table that should be created. PHPBB3-12170
* | | | Merge pull request #1988 from nickvergessen/ticket/12115Nils Adermann2014-02-1027-220/+0
|\ \ \ \ | | | | | | | | | | [ticket/12115] Convert occupation profile field to custom field
| * | | | [ticket/12115] Also port user interests to profile fieldsJoas Schilling2014-02-0627-220/+0
| |/ / / | | | | | | | | | | | | PHPBB3-12115
* | | | [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
* | | [ticket/11880] Move get_schema_steps function to a migrator helper classNathan Guse2014-02-055-5/+16
| | | | | | | | | | | | PHPBB3-11880
* | | [ticket/11880] Break up schema changes in the migratorNathan Guse2014-02-033-0/+216
|/ / | | | | | | PHPBB3-11880
* | [ticket/12151] Remove old dependency from profile type in testsJoas Schilling2014-02-021-10/+0
| | | | | | | | PHPBB3-12151
* | Merge remote-tracking branch 'github-nickvergessen/ticket/11201' into developNils Adermann2014-02-022-17/+43
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * github-nickvergessen/ticket/11201: (50 commits) [ticket/11201] Remove empty calls section from .yml [ticket/11201] Split template file into multiple files [ticket/11201] Remove dependency from types on the manager [ticket/11201] Rename profilefields class to manager [ticket/11201] Fix parameter description [ticket/11201] Use !== null, its faster [ticket/11201] Also translate profile fields in UCP and ACP [ticket/11201] Add parameters and variables to profile field class [ticket/11201] Add commas on last array entry [ticket/11201] Allow translation of profile field name and explanation [ticket/11201] Fix some variable names [ticket/11201] Add tables to constructor in tests [ticket/11201] Add a method to return the translated full name of the type [ticket/11201] Remove db depending code from field class [ticket/11201] Add variables to classes and add constructor doc blocks [ticket/11201] Update copyright in class file [ticket/11201] Add visibility and remove unused variable [ticket/11201] Add some commas at the last array entry [ticket/11201] Cast some variables to integer [ticket/11201] Inject table names rather then using constants ... Conflicts: phpBB/config/services.yml
| * | [ticket/11201] Add tables to constructor in testsJoas Schilling2014-01-181-3/+6
| | | | | | | | | | | | PHPBB3-11201
| * | [ticket/11201] Update schema files and unit testJoas Schilling2014-01-171-3/+3
| | | | | | | | | | | | PHPBB3-11201
| * | [ticket/11201] Fix construction of dropdown type once againJoas Schilling2014-01-171-2/+12
| | | | | | | | | | | | PHPBB3-11201
| * | [ticket/11201] Fix dropdown testsJoas Schilling2014-01-152-55/+68
| | | | | | | | | | | | | | | | | | | | | The error message is now already the language string including the fieldname and not the language key anymore. PHPBB3-11201
| * | [ticket/11201] Rename test file for now, so the other tests runJoas Schilling2014-01-141-0/+0
| | | | | | | | | | | | PHPBB3-11201
* | | Merge pull request #1716 from marc1706/feature/passwordsNils Adermann2014-02-029-8/+612
|\ \ \ | | | | | | | | [feature/passwords] Add password hashing manager with support for newer hashing algorithms
| * | | [feature/passwords] Move combined hashing methods to managerMarc Alexander2014-02-021-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will get rid of the circular dependency between the passwords manager and the passwords helper. The combined_hash_password() method was also slightly changed to allow both the definitions of service names or prefixes for the hash types. PHPBB3-11610
| * | | [feature/passwords] Get rid of set_name/get_name methods for passwords driversMarc Alexander2014-02-026-30/+0
| | | | | | | | | | | | | | | | PHPBB3-11610
| * | | Merge branch 'develop' of https://github.com/phpbb/phpbb into feature/passwordsMarc Alexander2013-12-2996-546/+1762
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: phpBB/config/services.yml