aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/database_update.php
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | [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
| | * | [ticket/10601] Requested code changesBruno Ais2012-11-281-6/+6
| | * | [ticket/10601] Cosmetic code changesBruno Ais2012-11-261-7/+5
| | * | [ticket/10601] Database updating code v2Bruno Ais2012-11-261-19/+19
| | * | [ticket/10601] Database updating codeBruno Ais2012-11-261-0/+27
| * | | Merge PR #893 branch 'develop-olympus' into developOleg Pudeyev2012-12-011-0/+20
| |\ \ \ | | |/ / | |/| / | | |/
| | * [ticket/10184] Query bots table to get the user_ids of the botsJoas Schilling2012-12-011-4/+18
| | * [ticket/10184] Disable receiving pms for bots by defaultJoas Schilling2012-12-011-0/+6
| * | [feature/controller] Rename kernel pass class properlyDavid King2012-11-161-1/+1
| * | [feature/controller-new] Call pass to subscribe the Kernel event listenerDavid King2012-11-161-0/+1
* | | Merge remote-tracking branch 'upstream/develop' into ticket/11015Igor Wiedler2012-11-121-13/+21
|\ \ \ | |/ /
| * | [ticket/11193] Instantiate a single collection_pass for all collectionsNils Adermann2012-11-111-1/+1
| * | Merge pull request #1056 from igorw/feature/compiled-dicNils Adermann2012-11-111-20/+21
| |\ \
| | * | [ticket/11152] Remove old container processor callsIgor Wiedler2012-11-111-7/+0
| | * | [ticket/11152] Rename collection to collection_passIgor Wiedler2012-11-111-1/+1
| | * | [ticket/11152] Create separate function for debug-dependent containerIgor Wiedler2012-11-101-1/+1
| | * | [ticket/11152] Change phpbb_di_pass_cron to generic phpbb_di_pass_collectionIgor Wiedler2012-11-101-1/+1
| | * | [ticket/11152] Move container functions to a separate function fileIgor Wiedler2012-11-101-3/+4
| | * | [feature/compiled-dic] Fix cron task loadingDavid King2012-11-101-2/+3
| | * | [feature/compiled-dic] Move this to the other PRDavid King2012-11-101-3/+1
| | * | [feature/compiled-dic] Compile the DI Container into a cached classDavid King2012-11-101-13/+21
* | | | Merge remote-tracking branch 'upstream/develop' into ticket/11015Igor Wiedler2012-11-121-30/+133
|\ \ \ \ | |/ / /
| * | | [ticket/11189] Replace DEBUG_EXTRA with DEBUGNathaniel Guse2012-11-101-1/+1
| * | | [ticket/11183] Remove $load_extensions and weird dl() callsIgor Wiedler2012-11-101-14/+3
| |/ /
| * | Merge PR #1044 branch 'develop-olympus' into developOleg Pudeyev2012-11-091-2/+0
| |\ \ | | |/
| | * Merge PR #1044 branch 'bantu/ticket/11178' into develop-olympusOleg Pudeyev2012-11-091-2/+0
| | |\
| | | * [ticket/11178] Do not set error_reporting to E_ALL in database_updater.phpAndreas Fischer2012-11-091-2/+0
| * | | Merge PR #1042 branch 'develop-olympus' into developOleg Pudeyev2012-11-091-0/+55
| |\ \ \ | | |/ /
| | * | [ticket/10897] Combine bot updates and bot delete.Andreas Fischer2012-11-091-40/+31
| | * | [ticket/10897] Use same code/query for deleting.Andreas Fischer2012-11-091-9/+6
| | * | [ticket/10897] Make sure the user we're fetching is a bot.Andreas Fischer2012-11-091-2/+3
| | * | [ticket/10897] Do not handle IP address. There is no need.Andreas Fischer2012-11-091-13/+7
| | * | [ticket/10897] Update by user_id instead of bot_name.Andreas Fischer2012-11-091-7/+8
| | * | [ticket/10897] Move bot delete data to the relevant foreach loop.Andreas Fischer2012-11-091-9/+9
| | * | [ticket/10897] Add comment about what's going on.Andreas Fischer2012-11-091-0/+1
| | * | [ticket/10897] Remove unnecessary string casting.Andreas Fischer2012-11-091-2/+2
| | * | [ticket/10897] Add space after foreach.Andreas Fischer2012-11-091-2/+2
| | * | [ticket/10897] Update bots during phpBB updateCarlo2012-11-091-0/+70
| | |/
| * | Merge PR #786 branch 'brunoais/ticket/10845' into developOleg Pudeyev2012-11-061-1/+3
| |\ \