aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/database_update.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12594] Update footer credit linesYuriy Rusko2014-05-271-1/+1
| | | | PHPBB3-12594
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/12428] Use the database to store the original version numberTristan Darricau2014-05-071-5/+5
| | | | PHPBB3-12428
* [ticket/12428] Incorrect from version in database update log entryTristan Darricau2014-05-071-1/+9
| | | | | | https://tracker.phpbb.com/browse/PHPBB3-12428 PHPBB3-12428
* [ticket/12193] Fix broken HTML if SQL error occurs during migrationOliver Schramm2014-04-191-0/+2
| | | | PHPBB3-12193
* [ticket/11902] Use phpbb\php\ini classNathan Guse2013-12-301-1/+2
| | | | PHPBB3-11902
* [ticket/11902] Prevent errors if set_time_limit disabledNathan Guse2013-10-161-1/+1
| | | | PHPBB3-11902
* [ticket/11902] Set max execution time to 0 in db updateNathaniel Guse2013-10-101-1/+8
| | | | PHPBB3-11902
* [ticket/11883] Only output the migration time, not totalNathan Guse2013-10-041-3/+3
| | | | PHPBB3-11883
* [ticket/11883] Report completed data step in migration as "Installing Data"Nathan2013-10-021-4/+12
| | | | PHPBB3-11883
* Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-161-26/+7
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * github-phpbb/develop: (586 commits) [ticket/11735] Display disabled checkbox in subsilver for read notifications [ticket/11735] Display disabled checkbox when notification is already read [ticket/11844] update acp/authentication language var [ticket/11795] Remove PM popup [ticket/11795] Remove outdated comment from forum_fn.js [ticket/11795] Move find user JS to forum_fn [ticket/11795] Replace TWIG with phpBB syntax in ACP [ticket/11795] Move MSN scripts to forum_fn.js [ticket/11795] Use phpBB template syntax instead of TWIG [ticket/11795] Move PM popup JS to forum_fn.js [ticket/11795] Get rid of pagination JS variables [ticket/11795] Get rid of onload_functions [ticket/11795] Use data-reset-on-edit attr to reset elements [ticket/11795] Redo form elements auto-focus [ticket/11811] Remove outline on :focus [ticket/11836] Fix subsilver fatal error [ticket/11837] Replace escaped single quote with utf-8 single quote [ticket/11836] Fix fatal error on unsupported provider for auth link [ticket/11837] Translate UCP_AUTH_LINK_NOT_SUPPORTED [ticket/11809] Ensure code.js is first script included after jQuery ... Conflicts: phpBB/config/services.yml phpBB/develop/create_schema_files.php phpBB/develop/mysql_upgrader.php phpBB/download/file.php phpBB/includes/bbcode.php phpBB/includes/functions_container.php phpBB/install/database_update.php phpBB/install/index.php phpBB/phpbb/controller/helper.php phpBB/phpbb/controller/resolver.php phpBB/phpbb/request/request_interface.php phpBB/phpbb/session.php phpBB/phpbb/style/extension_path_provider.php phpBB/phpbb/style/path_provider.php phpBB/phpbb/style/path_provider_interface.php phpBB/phpbb/style/resource_locator.php phpBB/phpbb/style/style.php phpBB/phpbb/template/locator.php phpBB/phpbb/template/template.php phpBB/phpbb/template/twig/node/includeasset.php phpBB/phpbb/template/twig/node/includecss.php phpBB/phpbb/template/twig/node/includejs.php phpBB/phpbb/template/twig/twig.php tests/controller/helper_url_test.php tests/di/create_container_test.php tests/extension/style_path_provider_test.php tests/notification/notification_test.php tests/session/continue_test.php tests/session/creation_test.php tests/template/template_events_test.php tests/template/template_test_case.php tests/template/template_test_case_with_tree.php tests/test_framework/phpbb_functional_test_case.php
| * [ticket/11574] Remove install/udpate/new/ fallback from database_update.phpJoas Schilling2013-07-301-56/+11
| | | | | | | | | | | | | | Since we switched the order, everything should be in the normal root by then. PHPBB3-11574
| * [ticket/11574] Change order of files and database updateJoas Schilling2013-07-291-1/+2
| | | | | | | | PHPBB3-11574
| * Merge remote-tracking branch 'upstream/develop' into ticket/11574Igor Wiedler2013-07-141-4/+4
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (575 commits) [ticket/11702] Fix forum_posts left over for link-click counts in viewforum.php [ticket/11696] Move file to new directory [ticket/11696] Rename constructor to __construct() [ticket/11696] Remove manual loading of db_tools in extension controller test [ticket/11696] Rename db_tools.php so it can be autoloaded [ticket/11698] Moving all autoloadable files to phpbb/ [ticket/11694] Do not locate assets with root path [ticket/11692] Don't update search_type in dev migration if already appended [ticket/11675] Fix template loop [ticket/11690] Old module class names may get autoloaded by class_exists [ticket/9649] Display information on index for moderators on unapproved posts [ticket/10999] Fix assets_version in ACP [prep-release-3.0.12] More changelog items for the 3.0.12 release. [ticket/11687] Add assets_version to phpbb_config [ticket/11686] Not checking for phpBB Debug errors on functional tests [ticket/11670] Consistency with logo: Replace "phpBB(tm)" with "phpBB(R)". [ticket/11674] Do not include vendor folder if there are no dependencies. [ticket/11685] Remove logout confirmation page [ticket/11684] Remove useless confirmation page after login and admin login [ticket/9657] Define user before injecting ... Conflicts: phpBB/includes/functions_container.php phpBB/install/database_update.php phpBB/install/index.php
| * | [ticket/11574] Add trailing slash for consistencyIgor Wiedler2013-07-141-1/+1
| | | | | | | | | | | | PHPBB3-11574
| * | [ticket/11574] Fix table prefix in database updaterIgor Wiedler2013-07-141-1/+2
| | | | | | | | | | | | PHPBB3-11574
| * | [ticket/11574] Fix various path issues in the updaterIgor Wiedler2013-07-141-3/+2
| | | | | | | | | | | | PHPBB3-11574
| * | [ticket/11574] Use alternate DI config file for updaterIgor Wiedler2013-07-131-1/+4
| | | | | | | | | | | | PHPBB3-11574
| * | [ticket/11574] Add correct language parameter to return linksJoas Schilling2013-07-131-2/+2
| | | | | | | | | | | | PHPBB3-11574
| * | [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