aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/database_update.php
Commit message (Expand)AuthorAgeFilesLines
...
* [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
| * | [ticket/11259] adm_relative_path -> phpbb_adm_relative_pathNathan Guse2012-12-091-3/+3
| * | [ticket/11259] Make phpbb_admin_path available everywhereNathan Guse2012-12-091-2/+6
* | | Merge PR #1152 branch 'develop-olympus' into developOleg Pudeyev2012-12-221-17/+30
|\ \ \
| * | | [ticket/11278] Comment out the code for dropping the Q&A tablesJoas Schilling2012-12-211-6/+20
| * | | [ticket/11278] Fix not running queries from db tools in database updateJoas Schilling2012-12-191-13/+12
* | | | [ticket/11277] Correctly remove user_dst column on database updateJoas Schilling2012-12-211-1/+5
* | | | [ticket/11015] Change permission adding in database updater to new style.Oleg Pudeyev2012-12-131-2/+2
* | | | Merge remote-tracking branch 'upstream/develop' into ticket/11015Oleg Pudeyev2012-12-131-4/+146
|\ \ \ \
| * | | | [ticket/11088] Pass required objects in as argumentsDavid King2012-12-121-4/+4
| * | | | [ticket/11088] Globalize objects in new permission functionDavid King2012-12-121-3/+4
| * | | | [ticket/11088] Move permission creation to a functionDavid King2012-12-121-72/+66
| * | | | [ticket/11088] Copy a_styles permission for a_extensionsDavid King2012-12-121-1/+1
| * | | | [ticket/11088] Remove extraneous word from sentence in commentDavid King2012-12-121-1/+1
| * | | | [ticket/11088] Fix the database updater to correctly manipulate the modulesDavid King2012-12-121-17/+85
| * | | | [ticket/11088] Put language pack module move below extension module creationDavid King2012-12-121-11/+10
| * | | | [ticket/11088] Untested, progress on update scriptDavid King2012-12-121-29/+20
| * | | | [ticket/11088] Fix typo (period instead of comma)David King2012-12-121-1/+1
| * | | | [ticket/11088] Untested progress for update scriptDavid King2012-12-121-14/+41
| * | | | [ticket/11088] Move style, extension and language pack management to customiseDavid King2012-12-121-0/+14
| | |/ / | |/| |
| * | | [ticket/10679] Update module basename, we added the xcp_ prefix in 3.1Joas Schilling2012-12-071-1/+1
| * | | [ticket/10679] Use module_auth to limit access to the moduleJoas Schilling2012-12-061-0/+8
| * | | [ticket/10679] Add new permission for changing profile field informationJoas Schilling2012-12-061-4/+44
| | |/ | |/|
* | | Merge remote-tracking branch 'upstream/develop' into ticket/11015Oleg Pudeyev2012-12-061-0/+43
|\ \ \ | |/ /
| * | Merge PR #545 branch 'brunoais/ticket/10601' into developOleg Pudeyev2012-12-011-0/+22
| |\ \
| | * | [ticket/10601] The ORDER BY is only taking space thereBruno Ais2012-12-011-1/+1
| | * | [ticket/10601] New approach in the update algorithmBruno Ais2012-12-011-14/+11