aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/database_update.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/14044] Deduplicate the installersMate Bartus2015-10-221-270/+0
* [ticket/14039] Revamp updaterMate Bartus2015-10-171-1/+4
* [ticket/13904] Modify files for changes in ini wrapperMarc Alexander2015-09-091-2/+2
* Merge pull request #3554 from Nicofuma/ticket/13770Nils Adermann2015-05-291-5/+7
|\
| * [ticket/13770] Wither interface for container_builderTristan Darricau2015-05-141-5/+7
* | [ticket/13871] Fix call to undefined member function on non-object error.Cesar G2015-05-281-3/+3
|/
* [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-161-1/+4
* [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-3/+0
* [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