aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install/module/obtain_data
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15869] Allow multibyte characters in more variablesrubencm2018-12-023-9/+9
| | | | PHPBB3-15869
* [ticket/15869] Allow multibyte characters in hostname during installationrubencm2018-12-012-4/+4
| | | | PHPBB3-15869
* [ticket/security/227] Replace ImageMagick support with thumbnail eventDerky2018-10-231-89/+0
| | | | SECURITY-227
* [ticket/15015] Use correct explain string for enable email settingsMarc Alexander2017-01-221-1/+1
| | | | PHPBB3-15015
* [ticket/14875] Add method for raw input to request and add to installerMarc Alexander2016-11-251-10/+1
| | | | | | | | | | 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-1/+10
| | | | | | | Due to the pre-encoded input and the escaping of the input, the string has to be decoded twice for the password. PHPBB3-14875
* Merge branch '3.1.x' into 3.2.xMarc Alexander2016-07-071-1/+1
| | | | | | Conflicts: phpBB/install/install_install.php phpBB/language/en/install.php
* [ticket/14595] Added smtp_port where places where smtp_host exists.Derek Held2016-05-141-0/+7
| | | | PHPBB3-14595
* [ticket/14499] Add command to update the board from CLITristan Darricau2016-02-251-0/+8
| | | | PHPBB3-14499
* [ticket/14462] Further speed improvementsMate Bartus2016-02-128-8/+0
| | | | | | | | - Cache the secondary container - Only initialize tasks/modules that are being used - Add timeout error message in the AJAX UI PHPBB3-14462
* [ticket/14312] Allow updating without having the update directoryMate Bartus2016-02-041-12/+25
| | | | PHPBB3-14312
* [ticket/13442] UTF-8 symbols for database hostlavigor2016-01-141-2/+2
| | | | PHPBB3-13442
* [ticket/14308] Fix multibyte input for installerrxu2015-11-242-5/+5
| | | | PHPBB3-14308
* [ticket/14044] Fix language selection data lossMate Bartus2015-10-301-1/+1
| | | | PHPBB3-14044
* [ticket/14044] Fix wrong descriptions in installMate Bartus2015-10-281-1/+1
| | | | PHPBB3-14044
* [ticket/14039] Revamp updaterMate Bartus2015-10-178-3/+584
| | | | PHPBB3-14039
* [ticket/13740] Fix $script_path in obtain_dataMate Bartus2015-07-231-1/+1
| | | | PHPBB3-13740
* [ticket/13740] CLI installer and fixesTristan Darricau2015-07-081-1/+1
| | | | | | [ci skip] PHPBB3-13740
* [ticket/13740] Move installer files to phpbb/install directoryCHItA2015-07-087-0/+1168
PHPBB3-13740