aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install
Commit message (Expand)AuthorAgeFilesLines
* [ticket/14434] Refactored to check migrations when setting themMatt Friedman2016-01-281-10/+1
* [ticket/14434] Check migrations in the database updater taskMatt Friedman2016-01-281-0/+9
* [ticket/13442] UTF-8 symbols for database hostlavigor2016-01-141-2/+2
* [ticket/13454] Remove unused variablesMarc Alexander2016-01-062-2/+1
* [ticket/14378] Use consistent template variable pathsMarc Alexander2015-12-221-3/+3
* [ticket/14373] Do not pass arrays to strpos()Marc Alexander2015-12-201-1/+1
* [ticket/14344] Improve output of HTML errors trigged during installMarc Alexander2015-12-072-0/+8
* [ticket/14345] Move new line to ternary comparisonMarc Alexander2015-12-071-3/+3
* [ticket/14345] Check if description exists in message aryMarc Alexander2015-12-071-3/+6
* Merge pull request #4046 from CHItA/ticket/14269Tristan Darricau2015-12-073-2/+135
|\
| * [ticket/14269] Change HTTP status codes to 403Mate Bartus2015-12-052-2/+2
| * [ticket/14269] Fix comments and language var namesMate Bartus2015-12-033-4/+4
| * [ticket/14269] Use http_exceptions in the installer instead of die()Mate Bartus2015-11-273-2/+135
* | Merge pull request #4055 from CHItA/ticket/14326Marc Alexander2015-12-032-6/+6
|\ \
| * | [ticket/14326] Decode diffed file's content during updateMate Bartus2015-12-022-6/+6
| |/
* | [ticket/14320] Fix language selector in the installerMate Bartus2015-11-291-1/+1
|/
* [ticket/14308] Fix multibyte input for installerrxu2015-11-242-5/+5
* Merge pull request #4016 from CHItA/ticket/14270Tristan Darricau2015-11-231-3/+12
|\
| * [ticket/14270] Purge cache when the installer is finishedMate Bartus2015-11-081-3/+12
* | [ticket/14281] Correctly pass parameters to add_error_messageMarc Alexander2015-11-101-1/+1
* | [ticket/14281] Fix installer CLI after recent changesMarc Alexander2015-11-102-3/+3
* | [ticket/14278] Check if user_id is set and fall back to ANONYMOUSMarc Alexander2015-11-091-1/+1
* | [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