aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | Merge remote-tracking branch 'imkingdavid/feature/controller-new' into developIgor Wiedler2012-11-191-0/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | [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
| | | | |/ / / / / / / / / / / / / | | | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | [ticket/11213] Add missing global in install_update.phpIgor Wiedler2012-11-171-1/+1
| | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | [ticket/11015] Move db driver class name fixing to functionIgor Wiedler2012-11-173-0/+12
| * | | | | | | | | | | | | | | [ticket/11015] Re-introduce accidentally removed require in install_convertIgor Wiedler2012-11-151-0/+1
| * | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into ticket/11015Igor Wiedler2012-11-122-24/+31
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | [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-112-31/+31
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | |
| | | * | | | | | | | | | | | [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-102-3/+5
| | | * | | | | | | | | | | | [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] Remove re-creation of class loader in installDavid King2012-11-101-3/+0
| | | * | | | | | | | | | | | [feature/compiled-dic] Remove redundant method callDavid King2012-11-101-1/+0
| | | * | | | | | | | | | | | [feature/compiled-dic] Compile the DI Container into a cached classDavid King2012-11-102-20/+30
| * | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into ticket/11015Igor Wiedler2012-11-1214-109/+232
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / /
| | * | | | | | | | | | | | | [ticket/11189] Replace DEBUG_EXTRA with DEBUGNathaniel Guse2012-11-102-5/+5
| | | |_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | |
| | * | | | | | | | | | | | Merge remote-tracking branch 'bantu/ticket/10780' into developAndreas Fischer2012-11-101-0/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | [ticket/10780] Make L_COLON available in the installer.Andreas Fischer2012-11-101-0/+1
| | * | | | | | | | | | | | | Merge remote-tracking branch 'igorw/ticket/11183' into developAndreas Fischer2012-11-102-49/+12
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / | | |/| | | | | | | | | | | |
| | | * | | | | | | | | | | | [ticket/11183] Remove $load_extensions and weird dl() callsIgor Wiedler2012-11-102-49/+12
| | | |/ / / / / / / / / / /
| * | | | | | | | | | | | | [ticket/11015] Make DBAL classes autoloadableIgor Wiedler2012-07-214-32/+14
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
* | | | | | | | | | | | | [feature/soft-delete] Remove *_restore permissions from the update/installJoas Schilling2012-12-202-6/+4
* | | | | | | | | | | | | [feature/soft-delete] Actually run schema changing queries in database updateJoas Schilling2012-12-191-5/+37
* | | | | | | | | | | | | [feature/soft-delete] Make update file runnable againJoas Schilling2012-12-191-71/+64
* | | | | | | | | | | | | Merge remote-tracking branch 'remotes/phpbb/develop' into feature/softdelete-...Joas Schilling2012-11-1013-52/+181
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | [ticket/11181] Bump PHP requirement to 5.3.3 (from 5.3.2)Igor Wiedler2012-11-092-3/+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-092-11/+60
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / /
| | * | | | | | | | | | | [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
| | * | | | | | | | | | | [ticket/10897] Bot list updatedCarlo2012-11-091-11/+5
| | |/ / / / / / / / / /
| * | | | | | | | | | | Merge PR #786 branch 'brunoais/ticket/10845' into developOleg Pudeyev2012-11-068-4/+20
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | [ticket/10845] Two of the three colouns were missing in the DB update fileBruno Ais2012-05-061-1/+3
| | * | | | | | | | | | | [ticket/10845] Changed the report system. Now it saves posts with the bbcodeBruno Ais2012-05-017-3/+17
| * | | | | | | | | | | | [ticket/10933] Dependency inject template context.Oleg Pudeyev2012-11-021-1/+1