aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13740] Fix commentMate Bartus2015-07-251-1/+1
| | | | PHPBB3-13740
* [ticket/13740] Use language service in console applicationMate Bartus2015-07-242-10/+11
| | | | PHPBB3-13740
* [ticket/13740] Fix CS in compatibilty_globals.phpMate Bartus2015-07-241-1/+1
| | | | PHPBB3-13740
* [ticket/13740] Fix message element creation in JSMate Bartus2015-07-241-2/+2
| | | | PHPBB3-13740
* [ticket/13740] Replace more spaces with tabsMate Bartus2015-07-247-126/+126
| | | | PHPBB3-13740
* [ticket/13740] Fix CSMate Bartus2015-07-242-1/+1
| | | | PHPBB3-13740
* [ticket/13740] Filter basic directory change attempts in lang changeMate Bartus2015-07-241-1/+2
| | | | PHPBB3-13740
* [ticket/13740] Use tabs instead of spaces in JS fileMate Bartus2015-07-231-394/+394
| | | | PHPBB3-13740
* [ticket/13740] Add success message when install finishedMate Bartus2015-07-233-1/+40
| | | | PHPBB3-13740
* [ticket/13740] Fix $script_path in obtain_dataMate Bartus2015-07-231-1/+1
| | | | PHPBB3-13740
* [ticket/13740] Fix is_phpbb_installed() methodMate Bartus2015-07-232-5/+5
| | | | PHPBB3-13740
* [ticket/13740] Login admin when install finishedMate Bartus2015-07-237-8/+102
| | | | PHPBB3-13740
* [ticket/13740] Enhance server output buffer bypassMate Bartus2015-07-231-0/+3
| | | | PHPBB3-13740
* [ticket/13740] Secure installer config against corrupted config dataMate Bartus2015-07-231-4/+12
| | | | PHPBB3-13740
* [ticket/13740] Separate new installer style templatesMate Bartus2015-07-226-10/+90
| | | | PHPBB3-13740
* [ticket/13740] Fix CSMate Bartus2015-07-221-7/+11
| | | | PHPBB3-13740
* [ticket/13740] Allow language change in the installerMate Bartus2015-07-227-56/+173
| | | | PHPBB3-13740
* [ticket/13740] Keep language file's namesMate Bartus2015-07-227-824/+825
| | | | PHPBB3-13740
* [ticket/13740] Keep keys when sorting navigationMate Bartus2015-07-211-2/+2
| | | | PHPBB3-13740
* [ticket/13740] Remove extra dot from config sample's nameMate Bartus2015-07-211-0/+0
| | | | PHPBB3-13740
* [ticket/13740] Check navigation requirementsMate Bartus2015-07-213-0/+30
| | | | PHPBB3-13740
* [ticket/13740] Remove default config CLI commandMate Bartus2015-07-212-113/+0
| | | | PHPBB3-13740
* [ticket/13740] Fix CS and docblocksMate Bartus2015-07-2110-62/+36
| | | | PHPBB3-13740
* [ticket/13740] Exit from installation if phpBB is already installedMate Bartus2015-07-208-12/+103
| | | | PHPBB3-13740
* [ticket/13740] Fix docblocks and commentsMate Bartus2015-07-204-3/+5
| | | | PHPBB3-13740
* [ticket/13740] Clean up install config file when installation has finishedMate Bartus2015-07-202-1/+31
| | | | PHPBB3-13740
* [ticket/13740] Move install-config.yml to docs/Mate Bartus2015-07-201-0/+0
| | | | PHPBB3-13740
* [ticket/13740] Add more room for further tasksMate Bartus2015-07-206-23/+23
| | | | PHPBB3-13740
* [ticket/13740] Implement navigation sortingMate Bartus2015-07-141-4/+31
| | | | PHPBB3-13740
* [ticket/13740] Module base testMate Bartus2015-07-103-0/+129
| | | | PHPBB3-13740
* [ticket/13740] Fix CSMate Bartus2015-07-102-11/+0
| | | | PHPBB3-13740
* [ticket/13740] Remove service container from modulesMate Bartus2015-07-093-11/+5
| | | | PHPBB3-13740
* [ticket/13740] Fix database version comparisonMate Bartus2015-07-091-3/+3
| | | | PHPBB3-13740
* [ticket/13740] Fix CSMate Bartus2015-07-093-3/+0
| | | | PHPBB3-13740
* [ticket/13740] Fix itteration problems, implement class name aware collectionsMate Bartus2015-07-0912-83/+88
| | | | PHPBB3-13740
* [ticket/13740] Add option to have class names in service collectionsMate Bartus2015-07-091-0/+27
| | | | PHPBB3-13740
* [ticket/13740] Use service collection instead of array of task namesMate Bartus2015-07-0914-242/+221
| | | | PHPBB3-13740
* [ticket/13740] Fix database testMate Bartus2015-07-091-9/+11
| | | | PHPBB3-13740
* [ticket/13740] Fix test stubsMate Bartus2015-07-083-25/+14
| | | | PHPBB3-13740
* [ticket/13740] Installer config testMate Bartus2015-07-081-0/+86
| | | | PHPBB3-13740
* [ticket/13740] Test navigation providerMate Bartus2015-07-081-0/+34
| | | | PHPBB3-13740
* [ticket/13740] Fixes and Tests for database helperMate Bartus2015-07-082-1/+153
| | | | PHPBB3-13740
* [ticket/13740] Clean up CLI CSMate Bartus2015-07-081-5/+6
| | | | PHPBB3-13740
* [ticket/13740] Restore original install folderMate Bartus2015-07-0817-3/+3397
| | | | | | This reverts commit 934e2821f1cef5e2e21ad6d96f7beb45647ed81c. PHPBB3-13740
* [ticket/13740] Clean up CLI mergeMate Bartus2015-07-082-1/+22
| | | | | | [ci skip] PHPBB3-13740
* [ticket/13740] CLI installer and fixesTristan Darricau2015-07-0818-7/+1165
| | | | | | [ci skip] PHPBB3-13740
* [ticket/13740] Fix controller class name in service definitionMate Bartus2015-07-081-1/+1
| | | | PHPBB3-13740
* [ticket/13740] Fix database installationMate Bartus2015-07-082-7/+4
| | | | PHPBB3-13740
* [ticket/13740] Use DBAL for retrieving DB versionCHItA2015-07-081-4/+3
| | | | PHPBB3-13740
* [ticket/13740] Load schema_data.sql from the correct locationCHItA2015-07-082-6/+12
| | | | | | [ci skip] PHPBB3-13740