aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/database_update.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/13496] Update calls to `set_config_count()`Gaëtan Muller2015-02-021-1/+0
* [ticket/13494] Update calls to `set_config()`Gaëtan Muller2015-02-021-1/+0
* [ticket/13468] Update calls to `add_log()`Gaëtan Muller2015-01-271-1/+1
* [ticket/13450] Type-hint return value of $phpbb_container->get()Gaëtan Muller2015-01-121-0/+16
* [feature/patchwork-utf8] Normalize with intl, use patchwork/utf8 as fallbackNicolas Grekas2014-11-081-1/+0
* [ticket/13211] Add log wrapper for writing database updater to log fileMarc Alexander2014-10-241-1/+1
* [ticket/13126] Extends migrator_output_handler instead of using a closureTristan Darricau2014-10-161-12/+1
* [ticket/13126] Improve the feedback when running the migrationsTristan Darricau2014-10-141-24/+13
* [ticket/12963] Revert back to "migrations" folder name for extensionsJoas Schilling2014-09-181-8/+0
* [ticket/12963] Edit deprecation messageTristan Darricau2014-09-161-1/+1
* [ticket/12963] Load extensions migrations from /migrationTristan Darricau2014-09-101-3/+3
* [ticket/12963] Fix the list of migrations in database_update.phpTristan Darricau2014-09-101-0/+10
* [ticket/12940] Remove unused use statements.Andreas Fischer2014-08-091-4/+0
* [ticket/12870] Create the migrations table with a method in the migratorTristan Darricau2014-07-271-18/+2
* [ticket/12775] Update doc blocksTristan Darricau2014-07-071-1/+0
* [ticket/12775] Fix container_builderTristan Darricau2014-07-071-1/+1
* [ticket/12775] Rename config_php to config_php_fileTristan Darricau2014-07-071-3/+3
* [ticket/12775] Renamed to \phpbb\di\container_builderTristan Darricau2014-07-071-5/+5
* [ticket/12775] Load the config file before constants.phpTristan Darricau2014-07-071-1/+0
* [ticket/12775] Update phpBB/install/database_update.phpTristan Darricau2014-07-071-23/+13
* [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_extsTristan Darricau2014-06-261-1/+1
* [ticket/12750] Center installation page copyright text.Cesar G2014-06-241-1/+3
* [ticket/12747] Drop support for FirebirdJoas Schilling2014-06-201-1/+1
* [ticket/12594] Update footer credit linesYuriy Rusko2014-05-271-1/+1
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
* [ticket/12428] Use the database to store the original version numberTristan Darricau2014-05-071-5/+5
* [ticket/12428] Incorrect from version in database update log entryTristan Darricau2014-05-071-1/+9
* [ticket/12193] Fix broken HTML if SQL error occurs during migrationOliver Schramm2014-04-191-0/+2
* [ticket/11902] Use phpbb\php\ini classNathan Guse2013-12-301-1/+2
* [ticket/11902] Prevent errors if set_time_limit disabledNathan Guse2013-10-161-1/+1
* [ticket/11902] Set max execution time to 0 in db updateNathaniel Guse2013-10-101-1/+8
* [ticket/11883] Only output the migration time, not totalNathan Guse2013-10-041-3/+3
* [ticket/11883] Report completed data step in migration as "Installing Data"Nathan2013-10-021-4/+12
* Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-161-26/+7
|\
| * [ticket/11574] Remove install/udpate/new/ fallback from database_update.phpJoas Schilling2013-07-301-56/+11
| * [ticket/11574] Change order of files and database updateJoas Schilling2013-07-291-1/+2
| * Merge remote-tracking branch 'upstream/develop' into ticket/11574Igor Wiedler2013-07-141-4/+4
| |\
| * | [ticket/11574] Add trailing slash for consistencyIgor Wiedler2013-07-141-1/+1
| * | [ticket/11574] Fix table prefix in database updaterIgor Wiedler2013-07-141-1/+2
| * | [ticket/11574] Fix various path issues in the updaterIgor Wiedler2013-07-141-3/+2
| * | [ticket/11574] Use alternate DI config file for updaterIgor Wiedler2013-07-131-1/+4
| * | [ticket/11574] Add correct language parameter to return linksJoas Schilling2013-07-131-2/+2
| * | [ticket/11574] Require new files in database_update.php and add a class loaderJoas Schilling2013-07-131-6/+28
* | | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-6/+6
* | | [ticket/11700] Instantiate the class loader with namespace rather than prefixNils Adermann2013-07-141-1/+1
| |/ |/|
* | [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-3/+3
|/
* [ticket/11570] Fix link and make the notice more conspiciuousOliver Schramm2013-05-311-3/+3
* [ticket/11570] Add link back to update processOliver Schramm2013-05-301-1/+12
* [ticket/11569] Add type parameter and fix language variableOliver Schramm2013-05-291-1/+1
* [ticket/11569] Add parameter to URL and remove commentOliver Schramm2013-05-291-2/+1