Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/14972] replace all occurrences of sizeof() with the count() | rxu | 2018-01-01 | 1 | -3/+3 |
| | | | | PHPBB3-14972 | ||||
* | [ticket/15353] Make sure users can continue update after merging file diff | Marc Alexander | 2017-09-10 | 1 | -0/+6 |
| | | | | PHPBB3-15353 | ||||
* | [ticket/15293] Prevent continuing to database update on incomplete file update | Marc Alexander | 2017-07-23 | 1 | -0/+6 |
| | | | | PHPBB3-15293 | ||||
* | [ticket/14875] Move raw_variable() method to request_interface | Marc Alexander | 2016-12-02 | 1 | -3/+3 |
| | | | | PHPBB3-14875 | ||||
* | [ticket/14875] Add method for raw input to request and add to installer | Marc Alexander | 2016-11-25 | 1 | -14/+6 |
| | | | | | | | | | | 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 iohandler | Marc Alexander | 2016-11-24 | 1 | -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/14487] Try to handle connection timeouts | Máté Bartus | 2016-02-28 | 1 | -1/+40 |
| | | | | PHPBB3-14487 | ||||
* | [ticket/14462] Further speed improvements | Mate Bartus | 2016-02-12 | 1 | -16/+47 |
| | | | | | | | | - 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 controller | Mate Bartus | 2016-01-29 | 1 | -1/+30 |
| | | | | PHPBB3-14262 | ||||
* | [ticket/14039] Revamp updater | Mate Bartus | 2015-10-17 | 1 | -11/+108 |
| | | | | PHPBB3-14039 | ||||
* | [ticket/13740] Login admin when install finished | Mate Bartus | 2015-07-23 | 1 | -0/+23 |
| | | | | PHPBB3-13740 | ||||
* | [ticket/13740] Fix CS and docblocks | Mate Bartus | 2015-07-21 | 1 | -6/+2 |
| | | | | PHPBB3-13740 | ||||
* | [ticket/13740] CLI installer and fixes | Tristan Darricau | 2015-07-08 | 1 | -0/+2 |
| | | | | | | [ci skip] PHPBB3-13740 | ||||
* | [ticket/13740] Move installer files to phpbb/install directory | CHItA | 2015-07-08 | 1 | -0/+272 |
PHPBB3-13740 |