aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/database_update.php
Commit message (Collapse)AuthorAgeFilesLines
...
| * | [ticket/11574] Require new files in database_update.php and add a class loaderJoas Schilling2013-07-131-6/+28
| | | | | | | | | | | | PHPBB3-11574
* | | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-6/+6
| | | | | | | | | | | | PHPBB3-11700
* | | [ticket/11700] Instantiate the class loader with namespace rather than prefixNils Adermann2013-07-141-1/+1
| |/ |/| | | | | PHPBB3-11700
* | [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-3/+3
|/ | | | PHPBB3-11698
* [ticket/11570] Fix link and make the notice more conspiciuousOliver Schramm2013-05-311-3/+3
| | | | PHPBB3-11570
* [ticket/11570] Add link back to update processOliver Schramm2013-05-301-1/+12
| | | | PHPBB3-11570
* [ticket/11569] Add type parameter and fix language variableOliver Schramm2013-05-291-1/+1
| | | | PHPBB3-11569
* [ticket/11569] Add parameter to URL and remove commentOliver Schramm2013-05-291-2/+1
| | | | PHPBB3-11569
* [ticket/11569] Fixing link to continue updateOliver Schramm2013-05-261-1/+1
| | | | PHPBB3-11569
* [ticket/11567] Renamed extension_manager variable to avoid fatal errorOliver Schramm2013-05-261-2/+2
| | | | PHPBB3-11567
* [ticket/11335] Replace "$phpEx" with $phpExNathaniel Guse2013-04-241-1/+1
| | | | PHPBB3-11335
* [ticket/11335] (more class loader) Make php_ext 'php' not '.php'Nathan Guse2013-04-241-1/+1
| | | | PHPBB3-11335
* [ticket/11422] Increment assets when database_update is completeNathaniel Guse2013-03-101-4/+6
| | | | PHPBB3-11422
* Merge remote-tracking branch 'remotes/nickv/ticket/10714' into developNathaniel Guse2013-03-041-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Joas Schilling # Via Joas Schilling * remotes/nickv/ticket/10714: (56 commits) [ticket/10714] Get log from container in install, update and download/file [ticket/10714] Use $phpbb_adm_relative_path instead of hardcoded adm/ [ticket/10714] Logs are disabled for this page call only [ticket/10714] Update add_log docs block with @param and @deprecated [ticket/10714] Remove fallback code from previous commits and move global [ticket/10714] Fix missing parameter and global phpbb_log in unit tests [ticket/10714] Add getter for is_in_admin and use it [ticket/10714] Fix more comments [ticket/10714] Cast values to integer before using them in the query [ticket/10714] Fix several doc blocks and comments [ticket/10714] Fix missing 8th argument in unit tests [ticket/10714] Use new core.adm_relative_path to create the object. [ticket/10714] Fix several comments and variable names [ticket/10714] Fix database driver class name [ticket/10714] Forgot most important, use container to create $phpbb_log [ticket/10714] Remove type hinting to allow the usage of mocks in tests [ticket/10714] Fix dependency injections in unit tests with mocks [ticket/10714] Use dependencies instead of globals [ticket/10714] Compare log_type to false, rather then null [ticket/10714] Add global variables for the unit tests ...
| * [ticket/10714] Get log from container in install, update and download/fileJoas Schilling2013-03-041-0/+1
| | | | | | | | PHPBB3-10714
* | Merge remote-tracking branch 'EXreaction/ticket/11386-3' into developDavid King2013-03-041-1/+7
|\ \ | | | | | | | | | | | | | | | | | | | | | # By Nathaniel Guse # Via Nathaniel Guse * EXreaction/ticket/11386-3: [ticket/11386] Fix missing ; [ticket/11386] Send list of migrations instead of using load_migrations
| * | [ticket/11386] Send list of migrations instead of using load_migrationsNathaniel Guse2013-03-031-1/+7
| |/ | | | | | | | | | | | | | | | | Remove dependency of extension manager for migrator. Keeping load_migrations function for others to use if they desire but requiring the finder be sent to it in order to use it. PHPBB3-11386
* | [ticket/11393] Give more information on database updaterNathaniel Guse2013-03-031-1/+22
|/ | | | PHPBB3-11393
* [feature/migrations] Use the user class for language handlingNathaniel Guse2013-02-231-12/+10
| | | | | | Also localise error messages from the migrator PHBB3-9737
* [feature/migrations] effectively installed check for migration dataNathan Guse2013-02-061-4/+13
| | | | PHPBB3-9737
* [feature/migrations] Fix migrations installer, schema for schema_data.sqlNathan Guse2013-02-061-47/+47
| | | | PHPBB3-11318
* [feature/migrations] Make depends_on static to call it without dependenciesNathan Guse2013-02-061-12/+4
| | | | | | | Move installing migrations to migration/install.php and handle figuring out what migrations have been installed based on phpBB version. PHPBB3-11318
* [feature/migrations] Remove hardcoded language, use lang instead.Nathan Guse2013-02-061-27/+27
| | | | PHPBB3-9737
* [feature/migrations] Replace database_update.php with migrations updaterNathan Guse2013-02-061-2800/+99
| | | | PHPBB3-9737
* [ticket/11201] Revert WLM dropping because it is still used in China.Andreas Fischer2013-02-041-5/+0
| | | | | | | | | | | | | Windows Live Messenger is still in use in china which accounts for ~20% of world population. Revert WLM dropping which has been merged under the assumption that WLM data and features are completely useless. This commit reverts commits - 460470229d972b93ef5a98b0d1d97a2a970d684f - 9affd6f7e7b95442f1ef14894858d8213f3fbd2a which have been merged by d59431691c27c73fba8ae9934b84b34a13280dd2. PHPBB3-11201
* Merge remote-tracking branch 'remotes/nickv/ticket/11201' into developNathan Guse2013-01-151-0/+5
|\ | | | | | | | | | | | | | | # By Joas Schilling # Via Joas Schilling * remotes/nickv/ticket/11201: [ticket/11201] Remove database column on update [ticket/11201] Remove MSN/WLM fields
| * [ticket/11201] Remove database column on updateJoas Schilling2013-01-161-0/+5
| | | | | | | | PHPBB3-11201
* | Merge remote-tracking branch 'remotes/brunoais/ticket/11171' into developNathan Guse2013-01-141-3/+7
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Bruno Ais # Via Bruno Ais * remotes/brunoais/ticket/11171: [ticket/11171] Moved the DB schema changes to its place [ticket/11171] Cleanup of leftovers [ticket/11171] Adapted the code in report.php [ticket/11171] Use the options stored to decide how to show it [ticket/11171] DB changes for the update [ticket/11171] DB additions for these changes Conflicts: phpBB/install/schemas/firebird_schema.sql phpBB/install/schemas/mssql_schema.sql phpBB/install/schemas/mysql_40_schema.sql phpBB/install/schemas/mysql_41_schema.sql phpBB/install/schemas/oracle_schema.sql phpBB/install/schemas/postgres_schema.sql phpBB/install/schemas/sqlite_schema.sql
| * [ticket/11171] Moved the DB schema changes to its placeBruno Ais2012-12-071-19/+6
| | | | | | | | | | | | | | Moved the db changes schema to the place where all the other schema changes are. PHPBB3-11171
| * [ticket/11171] DB changes for the updateBruno Ais2012-12-071-0/+17
| | | | | | | | | | | | | | These are the changes to database_update.php required for this ticket. PHPBB3-11171
* | [ticket/11305] Define hook finder as a service on the container.Oleg Pudeyev2013-01-021-1/+1
| | | | | | | | PHPBB3-11305
* | [ticket/11305] Retrieve cache driver from container rather than cache service.Oleg Pudeyev2013-01-021-2/+2
| | | | | | | | | | | | This only covers some of the call sites. PHPBB3-11305
* | [ticket/11305] Extract hook finder from cache service.Oleg Pudeyev2013-01-021-1/+2
| | | | | | | | | | | | | | Unlike most other things in cache service, hook finder does not need a database connection. PHPBB3-11305
* | [ticket/11306] Introduce phpbb_create_default_containerIgor Wiedler2013-01-021-12/+1
| | | | | | | | | | | | | | Extracts default container construction to factory function, removing boilerplate duplication for container construction. PHPBB3-11306
* | Merge PR #1130 branch 'EXreaction/ticket/11259' into developOleg Pudeyev2012-12-291-2/+6
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * EXreaction/ticket/11259: [ticket/11259] htmlspecialchars($phpbb_admin_path) [ticket/11259] adm_relative_path -> phpbb_adm_relative_path [ticket/11259] Also make adm_relative_path available in the container [ticket/11259] Make phpbb_admin_path available everywhere Conflicts: phpBB/install/index.php phpBB/install/install_update.php
| * | [ticket/11259] htmlspecialchars($phpbb_admin_path)Nathan Guse2012-12-101-2/+2
| | | | | | | | | | | | PHPBB3-11259
| * | [ticket/11259] adm_relative_path -> phpbb_adm_relative_pathNathan Guse2012-12-091-3/+3
| | | | | | | | | | | | | | | | | | We can assume they properly format their config settings, right? PHPBB3-11259
| * | [ticket/11259] Make phpbb_admin_path available everywhereNathan Guse2012-12-091-2/+6
| | | | | | | | | | | | PHPBB3-11259
* | | Merge PR #1152 branch 'develop-olympus' into developOleg Pudeyev2012-12-221-17/+30
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/11278] Comment out the code for dropping the Q&A tables [ticket/11278] Fix not running queries from db tools in database update Conflicts: phpBB/install/database_update.php
| * | | [ticket/11278] Comment out the code for dropping the Q&A tablesJoas Schilling2012-12-211-6/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to a bug, vanilla phpbb could not create captcha tables in 3.0.8 on firebird. It was possible for board administrators to adjust the code to work. If code was manually adjusted by board administrators, index names would not be the same as what 3.0.9 and newer expect. This code fragment drops captcha tables, destroying all entered Q&A captcha configuration, such that when Q&A is configured next the respective tables will be created with corrent index names. If you wish to preserve your Q&A captcha configuration, you can manually rename indexes to the currently expected name: phpbb_captcha_questions_lang_iso => phpbb_captcha_question_lang phpbb_captcha_answers_question_id => phpbb_captcha_answers_qid Again, this needs to be done only if a board was manually modified to fix broken captcha code. PHPBB3-11278
| * | | [ticket/11278] Fix not running queries from db tools in database updateJoas Schilling2012-12-191-13/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The db_tools class is running in return mode, which means that the queries are not run, but just returned. Therefor the broken tables were not removed from the database. PHPBB3-11278
* | | | [ticket/11277] Correctly remove user_dst column on database updateJoas Schilling2012-12-211-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The db_tools is running in "return statement" mode, so the queries to modify the data are not executed, but just returned. PHPBB3-11277
* | | | [ticket/11015] Change permission adding in database updater to new style.Oleg Pudeyev2012-12-131-2/+2
| | | | | | | | | | | | | | | | PHPBB3-11015
* | | | Merge remote-tracking branch 'upstream/develop' into ticket/11015Oleg Pudeyev2012-12-131-4/+146
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (101 commits) [ticket/10491] Make recreate_database static. [ticket/11088] Pass required objects in as arguments [ticket/11088] Globalize objects in new permission function [ticket/11088] Move permission creation to a function [ticket/11088] Copy a_styles permission for a_extensions [ticket/11088] Remove extraneous word from sentence in comment [ticket/11088] Changed "file extensions" to "attachment extensions" [ticket/11088] Fix the database updater to correctly manipulate the modules [ticket/11088] Put language pack module move below extension module creation [ticket/11088] Untested, progress on update script [ticket/11088] Fix typo (period instead of comma) [ticket/11088] Untested progress for update script [ticket/11088] Added missing comma [ticket/11088] Removed added space [ticket/11088] Move style, extension and language pack management to customise [ticket/11243] Show download all link on all pages of topic with attachments [feature/template-events] Pass arguments in correct order. [feature/template-events] Pass arguments in correct order. [ticket/10491] Install board once per test run. [ticket/11257] Do not require set_name() method to exist ...
| * | | | [ticket/11088] Pass required objects in as argumentsDavid King2012-12-121-4/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-11088
| * | | | [ticket/11088] Globalize objects in new permission functionDavid King2012-12-121-3/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-11088
| * | | | [ticket/11088] Move permission creation to a functionDavid King2012-12-121-72/+66
| | | | | | | | | | | | | | | | | | | | PHPBB3-11088
| * | | | [ticket/11088] Copy a_styles permission for a_extensionsDavid King2012-12-121-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-11088
| * | | | [ticket/11088] Remove extraneous word from sentence in commentDavid King2012-12-121-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-11088
| * | | | [ticket/11088] Fix the database updater to correctly manipulate the modulesDavid King2012-12-121-17/+85
| | | | | | | | | | | | | | | | | | | | PHPBB3-11088