aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install
Commit message (Expand)AuthorAgeFilesLines
...
* | [ticket/14274] Include user functions during installerMatt Friedman2015-11-051-0/+5
|/
* [ticket/14044] Add config as global in notify userMate Bartus2015-11-031-2/+5
* [ticket/14044] Fix language selection data lossMate Bartus2015-10-304-3/+6
* [ticket/14044] Fix wrong descriptions in installMate Bartus2015-10-281-1/+1
* [ticket/14044] Solve missing email template errorMate Bartus2015-10-281-1/+7
* [ticket/14044] global $table_prefix in constants.phpMate Bartus2015-10-281-4/+0
* [ticket/14044] Try to fix missing table prefixMate Bartus2015-10-281-0/+4
* [ticket/14044] Deduplicate the installersMate Bartus2015-10-224-12/+34
* [ticket/14039] Use update helper to include files in container factoryMate Bartus2015-10-191-24/+15
* [ticket/14039] Fix inclusion logic in update helperMate Bartus2015-10-191-6/+1
* [ticket/14039] Fix folder creation and deleted binary file issueMate Bartus2015-10-182-1/+8
* [ticket/14039] Fix file check for deleted filesMate Bartus2015-10-181-1/+1
* [ticket/14039] Fix acp linkMate Bartus2015-10-181-1/+1
* [ticket/14039] Fix ACP link generationMate Bartus2015-10-181-17/+11
* [ticket/14039] Fix constants for the updaterMate Bartus2015-10-181-1/+12
* [ticket/14039] Fix misunderstandable comment in the archive file updaterMate Bartus2015-10-181-1/+3
* [ticket/14039] Use shared language service in the container factoryMate Bartus2015-10-181-4/+16
* [ticket/14039] Fix filesystem file updater's mkdir usageMate Bartus2015-10-181-16/+1
* [ticket/14039] Use compatibility globals from the update packageMate Bartus2015-10-181-1/+8
* [ticket/14039] Use http_exception instead of die()Mate Bartus2015-10-181-2/+3
* [ticket/14039] Fix T_TEMPLATE_PATH constantMate Bartus2015-10-181-1/+1
* [ticket/14039] Fix language constants and commentsMate Bartus2015-10-182-2/+2
* [ticket/14039] Revamp updaterMate Bartus2015-10-1744-103/+3515
* [ticket/14205] Bump PHP requirement to PHP 5.4Tristan Darricau2015-10-041-1/+1
* [ticket/13904] Modify files for changes in ini wrapperMarc Alexander2015-09-091-4/+4
* [ticket/14097] Remove auto refresh on install failureMate Bartus2015-08-211-2/+1
* [ticket/14097] Improve error and failure handling in the installerMate Bartus2015-08-171-2/+10
* [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/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] Fix CSMate Bartus2015-07-242-1/+1
* [ticket/13740] Filter basic directory change attempts in lang changeMate Bartus2015-07-241-1/+2
* [ticket/13740] Add success message when install finishedMate Bartus2015-07-231-0/+29
* [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-235-8/+78
* [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-221-1/+1
* [ticket/13740] Fix CSMate Bartus2015-07-221-7/+11
* [ticket/13740] Allow language change in the installerMate Bartus2015-07-223-48/+121
* [ticket/13740] Keep keys when sorting navigationMate Bartus2015-07-211-2/+2
* [ticket/13740] Check navigation requirementsMate Bartus2015-07-212-0/+28
* [ticket/13740] Remove default config CLI commandMate Bartus2015-07-211-103/+0