aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | [ticket/11394] Relax Migration ToolsNathaniel Guse2013-03-043-8/+8
| |/ / | | | | | | | | | | | | | | | | | | Do not throw as many exceptions in the migration tools (when something unexpected occurs but can be safely ignored). PHPBB3-11394
* | | Merge remote-tracking branch 'EXreaction/ticket/11393' into developDavid King2013-03-041-1/+8
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | # By Nathaniel Guse # Via Nathaniel Guse * EXreaction/ticket/11393: [ticket/11393] Give more information on database updater
| * | [ticket/11393] Give more information on database updaterNathaniel Guse2013-03-031-1/+8
| |/ | | | | | | PHPBB3-11393
* | Merge remote-tracking branch 'remotes/marc/feature/avatars' into developNathaniel Guse2013-03-041-0/+67
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Marc Alexander (100) and others # Via Marc Alexander (8) and Igor Wiedler (3) * remotes/marc/feature/avatars: (138 commits) [feature/avatars] Update module_auth of ucp module and fix small issues [feature/avatars] Add migrations data file for avatars [feature/avatars] Reduce module auth of ucp avatar settings [feature/avatars] Auto-clear avatar dimensions when first changing avatars [feature/avatars] Use "Main" as category for avatars in root of gallery [feature/avatars] Remove trailing whitespace from avatar code [feature/avatars] Pass phpbb_user to prepare and process form functions [feature/avatars] Document the use of the allowed extensions array [feature/avatars] Use array for allowed extensions and implode if needed [feature/avatars] Use deprecated for compatibility function [feature/avatars] Correct license, copyright and package info [feature/avatars] Move list of supported formats to avatar driver class [feature/avatars] Add include of functions_display.php in BC function [feature/avatars] Add note about when compatibility function was added [feature/avatars] Add compatibility function for get_user_avatar() [feature/avatars] Move definition of driver_collection to avatars.yml [feature/avatars] Remove the obsolete request argument for avatar drivers [feature/avatars] Add missing @var to docblocks in avatar manager [feature/avatars] Remove not needed inline style [feature/avatars] Differentiate tests for get drivers functions ...
| * | [feature/avatars] Update module_auth of ucp module and fix small issuesMarc Alexander2013-03-041-9/+12
| | | | | | | | | | | | | | | | | | | | | | | | Reduced the check effectively_installed() to just checking for the config entry "allow_avatar_gravatar". Also added the missing update of the module_auth of the ucp_profile avatar mode. PHPBB3-10018
| * | [feature/avatars] Add migrations data file for avatarsMarc Alexander2013-03-041-0/+64
| |/ | | | | | | | | | | | | The module_auth of the ucp avatar settings are used for checking if the migration has already been installed. PHPBB3-10018
* | Merge remote-tracking branch 'remotes/nickv/ticket/10411-2' into developNathaniel Guse2013-03-041-0/+104
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Joas Schilling # Via Joas Schilling * remotes/nickv/ticket/10411-2: (33 commits) [ticket/10411] Fix call to function on non-object $db->...() [ticket/10411] Remove ajax delete, so the page is refreshed [ticket/10411] Update schema file with new table and remove the column [ticket/10411] Add unit tests for move() with values >1 [ticket/10411] Add migrations file for teampage table [ticket/10411] Revert database_update.php changes from for easier update [ticket/10411] Add maxlength to category name input field [ticket/10411] Test for thrown exceptions when group does not exist [ticket/10411] Catch exceptions from grouppositions [ticket/10411] Throw exceptions instead of using trigger_error() [ticket/10411] Add return values to add/delete function [ticket/10411] Add return value to move functions [ticket/10411] Fix typehinting and change private to protected [ticket/10411] Use template loops instead of defining the html in php files [ticket/10411] Ensure we only get services that do exist [ticket/10411] Add a comment why we left join the group table [ticket/10411] Rename template variable CUR_ to CURRENT_ [ticket/10411] Move globals to the top and use array for cache destroy [ticket/10411] Use new ajax callback name row_up/row_down [ticket/10411] Fix logic error when editing/creating a group ...
| * | [ticket/10411] Fix call to function on non-object $db->...()Joas Schilling2013-03-011-2/+2
| | | | | | | | | | | | PHPBB3-10411
| * | [ticket/10411] Add migrations file for teampage tableJoas Schilling2013-02-271-0/+104
| | | | | | | | | | | | PHPBB3-10411
* | | [ticket/11396] Rename insert_migration to set_migration_stateNathaniel Guse2013-03-031-4/+4
| |/ |/| | | | | PHPBB3-11396
* | Merge remote-tracking branch 'EXreaction/ticket/11386' into developDavid King2013-03-021-38/+28
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Nathaniel Guse # Via Nathaniel Guse * EXreaction/ticket/11386: [ticket/11386] Fix failing tests from constructor changes [ticket/11386] Fix circular reference error & serialize error [ticket/11386] Remove tests that check if finder cache is working [ticket/11386] Forgot to get the migration classes [ticket/11386] Update tests with new constructors for ext.manager/migrator [ticket/11386] Use finder to find migration files
| * \ Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11386Nathaniel Guse2013-03-021-26/+26
| |\ \ | | | | | | | | | | | | | | | | Conflicts: phpBB/includes/extension/finder.php
| * | | [ticket/11386] Fix circular reference error & serialize errorNathaniel Guse2013-03-021-2/+11
| | | | | | | | | | | | | | | | PHPBB3-11386
| * | | [ticket/11386] Forgot to get the migration classesNathaniel Guse2013-03-021-5/+11
| | | | | | | | | | | | | | | | PHPBB3-11386
| * | | [ticket/11386] Use finder to find migration filesNathaniel Guse2013-03-021-39/+14
| | | | | | | | | | | | | | | | PHPBB3-11386
* | | | [ticket/11385] Fix issue with migration module tool not getting extension ↵OpenShift guest2013-03-021-1/+1
| |/ / |/| | | | | | | | | | | | | | module info PHPBB3-11385
* | | [ticket/11363] Fix to make get_module_infos get from all extensionsNathaniel Guse2013-03-011-26/+26
|/ / | | | | | | | | | | Depends on 11381 PHPBB3-11363
* | [ticket/11103] Fix effectively installed checkNathan Guse2013-02-281-1/+1
| | | | | | | | PHPBB3-11103
* | Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11103Nathan Guse2013-02-282-41/+30
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | # By Nathaniel Guse # Via David King (2) and Nathaniel Guse (1) * 'develop' of github.com:phpbb/phpbb3: [ticket/11363] Fix a couple bugs and throw errors if the file not found [ticket/11372] Migrator should only check if effectively installed if not [ticket/11363] Load module info files for extensions too
| * \ Merge remote-tracking branch 'EXreaction/ticket/11363' into developDavid King2013-02-281-28/+17
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Nathaniel Guse # Via Nathaniel Guse * EXreaction/ticket/11363: [ticket/11363] Fix a couple bugs and throw errors if the file not found [ticket/11363] Load module info files for extensions too
| | * | [ticket/11363] Fix a couple bugs and throw errors if the file not foundNathaniel Guse2013-02-271-0/+12
| | | | | | | | | | | | | | | | PHPBB3-11363
| | * | [ticket/11363] Load module info files for extensions tooNathaniel Guse2013-02-271-34/+11
| | |/ | | | | | | | | | | | | | | | Use the acp_modules::get_module_infos function instead of our own include code PHPBB3-11363
| * | Merge remote-tracking branch 'EXreaction/ticket/11372' into developDavid King2013-02-281-13/+13
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | # By Nathaniel Guse # Via Nathaniel Guse * EXreaction/ticket/11372: [ticket/11372] Migrator should only check if effectively installed if not
| | * | [ticket/11372] Migrator should only check if effectively installed if notNathaniel Guse2013-02-271-13/+13
| | |/ | | | | | | | | | | | | | | | installed at all PHPBB3-11372
* | | Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11103Nathan Guse2013-02-281-23/+18
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | # By Nathaniel Guse # Via David King (2) and Nathaniel Guse (1) * 'develop' of github.com:phpbb/phpbb3: [ticket/11370] Effectively installed migrations not inserted into table [ticket/11369] Reverting migration throws error
| * | Merge remote-tracking branch 'EXreaction/ticket/11370' into developDavid King2013-02-281-22/+17
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | # By Nathaniel Guse # Via Nathaniel Guse * EXreaction/ticket/11370: [ticket/11370] Effectively installed migrations not inserted into table
| | * | [ticket/11370] Effectively installed migrations not inserted into tableNathaniel Guse2013-02-261-22/+17
| | |/ | | | | | | | | | | | | | | | | | | | | | insert_migration() function now handles inserting/updating Move all insert/update code to insert_migration() function to prevent this from occurring again. PHPBB3-11370
| * | [ticket/11369] Reverting migration throws errorNathaniel Guse2013-02-261-1/+1
| |/ | | | | | | | | | | String is attempted to be unserialized PHPBB3-11369
* | [ticket/11103] Notifications Migration fileNathaniel Guse2013-02-261-0/+160
|/ | | | PHPBB3-11103
* Merge remote-tracking branch 'EXreaction/ticket/11367' into developDavid King2013-02-261-3/+11
|\ | | | | | | | | | | | | | | # By Nathan Guse (1) and Nathaniel Guse (1) # Via Nathan Guse * EXreaction/ticket/11367: [ticket/11367] Always freeresult [ticket/11367] Migrator throws error if migrations table does not exist
| * [ticket/11367] Always freeresultNathan Guse2013-02-261-2/+2
| | | | | | | | PHPBB3-11367
| * [ticket/11367] Migrator throws error if migrations table does not existNathaniel Guse2013-02-251-4/+12
| | | | | | | | | | | | Force load_migration_state to not throw errors if the table does not exist. PHPBB3-11367
* | [feature/migrations] Fully revert the removal of the user_msnm fieldNathaniel Guse2013-02-231-1/+0
| | | | | | | | PHBB3-9737
* | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ↵Nathaniel Guse2013-02-237-58/+41
|\ \ | |/ | | | | | | | | | | feature/migrations-data Conflicts: phpBB/install/database_update.php
| * [feature/migrations] getLocalisedMessage function for migration exceptionNathan Guse2013-02-151-0/+14
| | | | | | | | PHPBB3-11351
| * [feature/migrations] Fix unfulfillable functionNathaniel Guse2013-02-091-2/+2
| | | | | | | | | | | | Returned unfulfillable name in the wrong place previously PHPBB3-11351
| * [feature/migrations] getParameters function for migration exceptionNathaniel Guse2013-02-091-0/+10
| | | | | | | | PHPBB3-11351
| * [feature/migrations] Add language strings for migrations errorsNathaniel Guse2013-02-094-14/+16
| | | | | | | | | | | | | | Unfulfillable returns string of the missing dependency name now if the migration is unfulfillable (this is significantly more helpful). PHPBB3-11351
| * Merge remote-tracking branch 'exreaction/ticket/11350' into developIgor Wiedler2013-02-071-1/+1
| |\ | | | | | | | | | | | | * exreaction/ticket/11350: [ticket/11350] Do not pass $db by reference; typehint phpbb_db_driver
| | * [ticket/11350] Do not pass $db by reference; typehint phpbb_db_driverNathaniel Guse2013-02-061-1/+1
| | | | | | | | | | | | PHPBB3-11350
* | | [feature/migrations] Remove user_msnm migrationNathan Guse2013-02-062-0/+44
| | | | | | | | | | | | PHPBB3-9737
* | | [feature/migrations] Correct depends_onNathan Guse2013-02-065-4/+8
| | | | | | | | | | | | PHPBB3-9737
* | | [feature/migrations] Subdirectories for migration dataNathan Guse2013-02-0643-88/+88
| | | | | | | | | | | | | | | | | | Organization will set you free PHPBB3-9737
* | | [feature/migrations] Reports table schema changes in recent developNathan Guse2013-02-062-0/+43
| | | | | | | | | | | | PHPBB3-9737
* | | [feature/migrations] effectively installed check for migration dataNathan Guse2013-02-0643-138/+210
| | | | | | | | | | | | PHPBB3-9737
* | | [feature/migrations] Comments for the return in the custom functionsNathan Guse2013-02-062-0/+2
| | | | | | | | | | | | PHPBB3-11318
* | | [feature/migrations] Fix migrations installer, schema for schema_data.sqlNathan Guse2013-02-061-17/+26
| | | | | | | | | | | | PHPBB3-11318
* | | [feature/migrations] Make depends_on static to call it without dependenciesNathan Guse2013-02-0643-121/+245
| | | | | | | | | | | | | | | | | | | | | Move installing migrations to migration/install.php and handle figuring out what migrations have been installed based on phpBB version. PHPBB3-11318
* | | [feature/migrations] Revert schema for migration dataNathan Guse2013-02-0641-168/+314
| | | | | | | | | | | | PHPBB3-9737
* | | [feature/migrations] Rebuilding migrations data on developNathan Guse2013-02-0641-0/+2914
|/ / | | | | | | | | | | So this is easy to merge later. PHPBB3-9737