aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install/helper/iohandler
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/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-3/+3
| | | | PHPBB3-14972
* [ticket/15353] Make sure users can continue update after merging file diffMarc Alexander2017-09-101-0/+6
| | | | PHPBB3-15353
* [ticket/15293] Prevent continuing to database update on incomplete file updateMarc Alexander2017-07-231-0/+6
| | | | PHPBB3-15293
* [ticket/14897] Add $restart_progress_bar to iohandler baseMáté Bartus2016-12-071-0/+5
| | | | PHPBB3-14897
* [ticket/14875] Move raw_variable() method to request_interfaceMarc Alexander2016-12-022-5/+5
| | | | PHPBB3-14875
* [ticket/14875] Add method for raw input to request and add to installerMarc Alexander2016-11-253-14/+31
| | | | | | | | | | 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/14875] Add method for untrimmed input to ajax iohandlerMarc Alexander2016-11-241-0/+16
| | | | | | | Due to the pre-encoded input and the escaping of the input, the string has to be decoded twice for the password. PHPBB3-14875
* [ticket/14742] Increase user feedback by improving progress barOliver Schramm2016-08-201-1/+10
| | | | | | | We now count and display each step that was done by increasing the task count. PHPBB3-14742
* [ticket/14628] Supports translatable error messages in the CLI installerTristan Darricau2016-05-051-4/+5
| | | | PHPBB3-14628
* [ticket/14487] Try to handle connection timeoutsMáté Bartus2016-02-281-1/+40
| | | | PHPBB3-14487
* [ticket/14462] Further speed improvementsMate Bartus2016-02-123-18/+51
| | | | | | | | - Cache the secondary container - Only initialize tasks/modules that are being used - Add timeout error message in the AJAX UI PHPBB3-14462
* [ticket/14460] Use the selected language with AJAX requests as wellMate Bartus2016-02-061-2/+0
| | | | PHPBB3-14460
* [ticket/14262] Move convertor to controllerMate Bartus2016-01-294-1/+63
| | | | PHPBB3-14262
* [ticket/14373] Do not pass arrays to strpos()Marc Alexander2015-12-201-1/+1
| | | | PHPBB3-14373
* [ticket/14344] Improve output of HTML errors trigged during installMarc Alexander2015-12-072-0/+8
| | | | PHPBB3-14344
* [ticket/14345] Move new line to ternary comparisonMarc Alexander2015-12-071-3/+3
| | | | PHPBB3-14345
* [ticket/14345] Check if description exists in message aryMarc Alexander2015-12-071-3/+6
| | | | PHPBB3-14345
* [ticket/14039] Revamp updaterMate Bartus2015-10-174-15/+151
| | | | PHPBB3-14039
* [ticket/13740] Login admin when install finishedMate Bartus2015-07-233-0/+38
| | | | PHPBB3-13740
* [ticket/13740] Fix CS and docblocksMate Bartus2015-07-211-6/+2
| | | | PHPBB3-13740
* [ticket/13740] Fix docblocks and commentsMate Bartus2015-07-201-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-085-5/+300
| | | | | | [ci skip] PHPBB3-13740
* [ticket/13740] Move installer files to phpbb/install directoryCHItA2015-07-085-0/+670
PHPBB3-13740