aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/database_update.php
Commit message (Expand)AuthorAgeFilesLines
* [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
* [ticket/11569] Fixing link to continue updateOliver Schramm2013-05-261-1/+1
* [ticket/11567] Renamed extension_manager variable to avoid fatal errorOliver Schramm2013-05-261-2/+2
* [ticket/11335] Replace "$phpEx" with $phpExNathaniel Guse2013-04-241-1/+1
* [ticket/11335] (more class loader) Make php_ext 'php' not '.php'Nathan Guse2013-04-241-1/+1
* [ticket/11422] Increment assets when database_update is completeNathaniel Guse2013-03-101-4/+6
* Merge remote-tracking branch 'remotes/nickv/ticket/10714' into developNathaniel Guse2013-03-041-0/+1
|\
| * [ticket/10714] Get log from container in install, update and download/fileJoas Schilling2013-03-041-0/+1
* | Merge remote-tracking branch 'EXreaction/ticket/11386-3' into developDavid King2013-03-041-1/+7
|\ \
| * | [ticket/11386] Send list of migrations instead of using load_migrationsNathaniel Guse2013-03-031-1/+7
| |/
* | [ticket/11393] Give more information on database updaterNathaniel Guse2013-03-031-1/+22
|/
* [feature/migrations] Use the user class for language handlingNathaniel Guse2013-02-231-12/+10
* [feature/migrations] effectively installed check for migration dataNathan Guse2013-02-061-4/+13
* [feature/migrations] Fix migrations installer, schema for schema_data.sqlNathan Guse2013-02-061-47/+47
* [feature/migrations] Make depends_on static to call it without dependenciesNathan Guse2013-02-061-12/+4
* [feature/migrations] Remove hardcoded language, use lang instead.Nathan Guse2013-02-061-27/+27
* [feature/migrations] Replace database_update.php with migrations updaterNathan Guse2013-02-061-2800/+99
* [ticket/11201] Revert WLM dropping because it is still used in China.Andreas Fischer2013-02-041-5/+0
* Merge remote-tracking branch 'remotes/nickv/ticket/11201' into developNathan Guse2013-01-151-0/+5
|\
| * [ticket/11201] Remove database column on updateJoas Schilling2013-01-161-0/+5
* | Merge remote-tracking branch 'remotes/brunoais/ticket/11171' into developNathan Guse2013-01-141-3/+7
|\ \ | |/ |/|
| * [ticket/11171] Moved the DB schema changes to its placeBruno Ais2012-12-071-19/+6
| * [ticket/11171] DB changes for the updateBruno Ais2012-12-071-0/+17
* | [ticket/11305] Define hook finder as a service on the container.Oleg Pudeyev2013-01-021-1/+1
* | [ticket/11305] Retrieve cache driver from container rather than cache service.Oleg Pudeyev2013-01-021-2/+2
* | [ticket/11305] Extract hook finder from cache service.Oleg Pudeyev2013-01-021-1/+2
* | [ticket/11306] Introduce phpbb_create_default_containerIgor Wiedler2013-01-021-12/+1
* | Merge PR #1130 branch 'EXreaction/ticket/11259' into developOleg Pudeyev2012-12-291-2/+6
|\ \
| * | [ticket/11259] htmlspecialchars($phpbb_admin_path)Nathan Guse2012-12-101-2/+2