aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install/helper/iohandler/iohandler_interface.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15424] Multiple typo fixes in docs & commentsluzpaz2019-05-081-1/+1
| | | | | | Fixed typos in some docs, guidelines, some non-user-facing files. PHPBB3-15424
* [ticket/14875] Move raw_variable() method to request_interfaceMarc Alexander2016-12-021-2/+2
| | | | PHPBB3-14875
* [ticket/14875] Add method for raw input to request and add to installerMarc Alexander2016-11-251-0/+11
| | | | | | | | | | A method for retrieving raw input has been added to the request class. This will be used in the installer to retrieve the datatabase password while also allowing utf8 characters. Not escaping the input is ok in this case as it won't be put anywhere in this raw form and only be used to populate the entry for the password field in config.php. PHPBB3-14875
* [ticket/14462] Further speed improvementsMate Bartus2016-02-121-1/+3
| | | | | | | | - Cache the secondary container - Only initialize tasks/modules that are being used - Add timeout error message in the AJAX UI PHPBB3-14462
* [ticket/14262] Move convertor to controllerMate Bartus2016-01-291-0/+18
| | | | PHPBB3-14262
* [ticket/14039] Revamp updaterMate Bartus2015-10-171-1/+18
| | | | PHPBB3-14039
* [ticket/13740] Login admin when install finishedMate Bartus2015-07-231-0/+8
| | | | PHPBB3-13740
* [ticket/13740] CLI installer and fixesTristan Darricau2015-07-081-3/+24
| | | | | | [ci skip] PHPBB3-13740
* [ticket/13740] Move installer files to phpbb/install directoryCHItA2015-07-081-0/+145
PHPBB3-13740