aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install/helper
Commit message (Expand)AuthorAgeFilesLines
* [ticket/16051] Remove mysql driver as it's no longer supported in PHP >= 7.0Marc Alexander2019-10-061-18/+0
* [ticket/15424] Multiple typo fixes in docs & commentsluzpaz2019-05-082-2/+2
* [ticket/security/233] Make smtp_password and smtp_username dynamicMarc Alexander2019-04-211-0/+2
* [ticket/15817] Fix installtion failed with Oraclehubaishan2018-10-011-1/+1
* [ticket/15563] Check if database file is writable only if existsRubén Calvo2018-02-171-1/+1
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-012-4/+4
* [ticket/15353] Make sure users can continue update after merging file diffMarc Alexander2017-09-101-0/+6
* [ticket/15293] Prevent continuing to database update on incomplete file updateMarc Alexander2017-07-231-0/+6
* [ticket/15243] Check permissions before installing with SQLiteRubén Calvo2017-06-151-0/+9
* [ticket/15012] Use valid constructor in ftp_file_updaterMarc Alexander2017-01-141-1/+1
* [ticket/14897] Add $restart_progress_bar to iohandler baseMáté Bartus2016-12-071-0/+5
* [ticket/14875] Move raw_variable() method to request_interfaceMarc Alexander2016-12-022-5/+5
* [ticket/14875] Add method for raw input to request and add to installerMarc Alexander2016-11-253-14/+31
* [ticket/14875] Add method for untrimmed input to ajax iohandlerMarc Alexander2016-11-241-0/+16
* [ticket/14739] Remove SQLite 2.8.x database driverJakub Senko2016-11-161-17/+0
* Merge pull request #4265 from Senky/ticket/10809Tristan Darricau2016-09-251-9/+0
|\
| * [ticket/10809] Remove MSSQL supportJakub Senko2016-08-021-9/+0
* | [ticket/14742] Increase user feedback by improving progress barOliver Schramm2016-08-201-1/+10
|/
* [ticket/14591] Use the correct delimiter for MSSQLDavid Colón2016-05-181-3/+3
* [ticket/14628] Supports translatable error messages in the CLI installerTristan Darricau2016-05-051-4/+5
* [ticket/13616] Fix UI testsTristan Darricau2016-04-031-0/+3
* [ticket/14487] Try to handle connection timeoutsMáté Bartus2016-02-281-1/+40
* [ticket/14462] Fix CS and typoMate Bartus2016-02-121-1/+1
* [ticket/14462] Further speed improvementsMate Bartus2016-02-125-36/+71
* [ticket/14460] Use the selected language with AJAX requests as wellMate Bartus2016-02-062-8/+10
* Merge pull request #4017 from CHItA/ticket/14262Tristan Darricau2016-02-025-1/+141
|\
| * [ticket/14262] Move convertor to controllerMate Bartus2016-01-295-1/+141
* | [ticket/14445] Force refresh before schema generationMate Bartus2016-02-021-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
* [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-181-0/+7
* [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] Fix language constants and commentsMate Bartus2015-10-181-1/+1
* [ticket/14039] Revamp updaterMate Bartus2015-10-1714-20/+1012
* [ticket/13904] Modify files for changes in ini wrapperMarc Alexander2015-09-091-4/+4
* [ticket/13740] Reduce number of references in nav providerMate Bartus2015-07-261-6/+12
* [ticket/13740] Fix infinite config.php check loopMate Bartus2015-07-251-5/+1
* [ticket/13740] Move default data settings out of constructorsMate Bartus2015-07-251-88/+85
* [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 is_phpbb_installed() methodMate Bartus2015-07-231-4/+4
* [ticket/13740] Login admin when install finishedMate Bartus2015-07-234-0/+43