aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | [ticket/13740] Reduce number of references in nav providerMate Bartus2015-07-261-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740
| * | | | | [ticket/13740] Move handle_language_select calls to the controllersMate Bartus2015-07-263-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740
| * | | | | [ticket/13740] Fix infinite config.php check loopMate Bartus2015-07-251-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740
| * | | | | [ticket/13740] Move default data settings out of constructorsMate Bartus2015-07-253-263/+251
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740
| * | | | | [ticket/13740] Deduplicate container builder's checksMate Bartus2015-07-251-20/+15
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740
| * | | | | [ticket/13740] Use JSON for installer configMate Bartus2015-07-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740
| * | | | | [ticket/13740] Fix commentMate Bartus2015-07-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740
| * | | | | [ticket/13740] Use language service in console applicationMate Bartus2015-07-241-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | 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] Add success message when install finishedMate Bartus2015-07-231-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | 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-236-8/+84
| | | | | | | | | | | | | | | | | | | | | | | | 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-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740
| * | | | | [ticket/13740] Fix CSMate Bartus2015-07-221-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740
| * | | | | [ticket/13740] Allow language change in the installerMate Bartus2015-07-224-54/+163
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740
| * | | | | [ticket/13740] Keep keys when sorting navigationMate Bartus2015-07-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740
| * | | | | [ticket/13740] Check navigation requirementsMate Bartus2015-07-212-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740
| * | | | | [ticket/13740] Remove default config CLI commandMate Bartus2015-07-211-103/+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-204-11/+93
| | | | | | | | | | | | | | | | | | | | | | | | 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] Implement navigation sortingMate Bartus2015-07-141-4/+31
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740
| * | | | | [ticket/13740] Fix CSMate Bartus2015-07-102-11/+0
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740
| * | | | | [ticket/13740] Remove service container from modulesMate Bartus2015-07-092-9/+4
| | | | | | | | | | | | | | | | | | | | | | | | 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-096-77/+82
| | | | | | | | | | | | | | | | | | | | | | | | 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-096-228/+115
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740
| * | | | | [ticket/13740] Fixes and Tests for database helperMate Bartus2015-07-081-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740
| * | | | | [ticket/13740] Clean up CLI CSMate Bartus2015-07-081-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | 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-0814-7/+1013
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] 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-081-6/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] PHPBB3-13740
| * | | | | [ticket/13740] Fix CS and extend phpbb extensionsCHItA2015-07-084-57/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] PHPBB3-13740
| * | | | | [ticket/13740] Fix CSCHItA2015-07-081-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740
| * | | | | [ticket/13740] Move installer files to phpbb/install directoryCHItA2015-07-0855-0/+8138
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740
* | | | | | Merge pull request #3781 from Elsensee/ticket/8708-2Tristan Darricau2015-07-222-0/+42
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/8708] Add extra permission for posting global announcements * Elsensee/ticket/8708-2: [ticket/8708] Apply permission 'f_announce_global' [ticket/8708] Add f_announce_global permission
| * | | | | | [ticket/8708] Add f_announce_global permissionOliver Schramm2015-07-192-0/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-8708
* | | | | | | Merge pull request #3745 from s9e/ticket/13986Tristan Darricau2015-07-191-42/+145
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13986] Add --resume option to reparser CLI * s9e/ticket/13986: [ticket/13986] Replaced hardcoded value [ticket/13986] Fixed resume data to carry through multiple runs [ticket/13986] Add --resume option to reparser CLI
| * | | | | | [ticket/13986] Replaced hardcoded valueJoshyPHP2015-07-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13986
| * | | | | | [ticket/13986] Fixed resume data to carry through multiple runsJoshyPHP2015-07-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Options restored from a previous execution should carry to the next resumed execution PHPBB3-13986
| * | | | | | [ticket/13986] Add --resume option to reparser CLIJoshyPHP2015-07-171-41/+144
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13986