aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3698 from s9e/ticket/13935Tristan Darricau2015-08-054-1/+44
|\
| * [ticket/13935] Removed cache invalidation from acp_boardJoshyPHP2015-07-151-6/+0
| * [ticket/13935] Removed UIJoshyPHP2015-07-152-3/+0
| * [ticket/13935] Allow more admin-configurable schemes in post linksJoshyPHP2015-07-156-1/+53
* | [ticket/14056] Fix remaining schema pathMate Bartus2015-07-291-1/+1
* | [ticket/14056] Keep install schema resources in the install folderMate Bartus2015-07-296-951/+3
* | [ticket/14052] Translate installer commandsTristan Darricau2015-07-273-2/+9
* | Merge pull request #3514 from CHItA/ticket/13740Tristan Darricau2015-07-2799-80/+11010
|\ \
| * | [ticket/13740] Reduce number of references in nav providerMate Bartus2015-07-261-6/+12
| * | [ticket/13740] Move handle_language_select calls to the controllersMate Bartus2015-07-263-3/+5
| * | [ticket/13740] Fix infinite config.php check loopMate Bartus2015-07-251-5/+1
| * | [ticket/13740] Move default data settings out of constructorsMate Bartus2015-07-253-263/+251
| * | [ticket/13740] Deduplicate container builder's checksMate Bartus2015-07-251-20/+15
| * | [ticket/13740] Use JSON for installer configMate Bartus2015-07-251-2/+2
| * | [ticket/13740] Fix commentMate Bartus2015-07-251-1/+1
| * | [ticket/13740] Use language service in console applicationMate Bartus2015-07-242-10/+11
| * | [ticket/13740] Fix CS in compatibilty_globals.phpMate Bartus2015-07-241-1/+1
| * | [ticket/13740] Fix message element creation in JSMate Bartus2015-07-241-2/+2
| * | [ticket/13740] Replace more spaces with tabsMate Bartus2015-07-247-126/+126
| * | [ticket/13740] Fix CSMate Bartus2015-07-242-1/+1
| * | [ticket/13740] Filter basic directory change attempts in lang changeMate Bartus2015-07-241-1/+2
| * | [ticket/13740] Use tabs instead of spaces in JS fileMate Bartus2015-07-231-394/+394
| * | [ticket/13740] Add success message when install finishedMate Bartus2015-07-233-1/+40
| * | [ticket/13740] Fix $script_path in obtain_dataMate Bartus2015-07-231-1/+1
| * | [ticket/13740] Fix is_phpbb_installed() methodMate Bartus2015-07-232-5/+5
| * | [ticket/13740] Login admin when install finishedMate Bartus2015-07-237-8/+102
| * | [ticket/13740] Enhance server output buffer bypassMate Bartus2015-07-231-0/+3
| * | [ticket/13740] Secure installer config against corrupted config dataMate Bartus2015-07-231-4/+12
| * | [ticket/13740] Separate new installer style templatesMate Bartus2015-07-226-10/+90
| * | [ticket/13740] Fix CSMate Bartus2015-07-221-7/+11
| * | [ticket/13740] Allow language change in the installerMate Bartus2015-07-227-56/+173
| * | [ticket/13740] Keep language file's namesMate Bartus2015-07-227-824/+825
| * | [ticket/13740] Keep keys when sorting navigationMate Bartus2015-07-211-2/+2
| * | [ticket/13740] Remove extra dot from config sample's nameMate Bartus2015-07-211-0/+0
| * | [ticket/13740] Check navigation requirementsMate Bartus2015-07-213-0/+30
| * | [ticket/13740] Remove default config CLI commandMate Bartus2015-07-212-113/+0
| * | [ticket/13740] Fix CS and docblocksMate Bartus2015-07-2110-62/+36
| * | [ticket/13740] Exit from installation if phpBB is already installedMate Bartus2015-07-208-12/+103
| * | [ticket/13740] Fix docblocks and commentsMate Bartus2015-07-204-3/+5
| * | [ticket/13740] Clean up install config file when installation has finishedMate Bartus2015-07-202-1/+31
| * | [ticket/13740] Move install-config.yml to docs/Mate Bartus2015-07-201-0/+0
| * | [ticket/13740] Add more room for further tasksMate Bartus2015-07-206-23/+23
| * | [ticket/13740] Implement navigation sortingMate Bartus2015-07-141-4/+31
| * | [ticket/13740] Fix CSMate Bartus2015-07-102-11/+0
| * | [ticket/13740] Remove service container from modulesMate Bartus2015-07-093-11/+5
| * | [ticket/13740] Fix database version comparisonMate Bartus2015-07-091-3/+3
| * | [ticket/13740] Fix CSMate Bartus2015-07-093-3/+0
| * | [ticket/13740] Fix itteration problems, implement class name aware collectionsMate Bartus2015-07-0912-83/+88
| * | [ticket/13740] Add option to have class names in service collectionsMate Bartus2015-07-091-0/+27
| * | [ticket/13740] Use service collection instead of array of task namesMate Bartus2015-07-0913-236/+217