Code commits
phpBB Master
-
nicofuma b7061af193465f60dca1fdeafadbe7f544ed50ea
Merge branch '3.2.x'
* 3.2.x:
[ticket/14875] Add raw_variable() to request mock
[ticket/14875] Move raw_variable() method to request_interface
[ticket/14875] Use raw_variable() method in _variable() to get raw data
[ticket/14875] Add method for raw input to request and add to installer
[ticket/14875] Add method for untrimmed input to ajax iohandler -
nicofuma 74f49387e17d53903c65c1a82ef75bd871a62af4 m
Merge pull request #4539 from marc1706/ticket/14875
[ticket/14875] Add method for untrimmed input to ajax iohandler
* marc1706/ticket/14875:
[ticket/14875] Add raw_variable() to request mock
[ticket/14875] Move raw_variable() method to request_interface
[ticket/14875] Use raw_variable() method in _variable() to get raw data
[ticket/14875] Add method for raw input to request and add to installer
[ticket/14875] Add method for untrimmed input to ajax iohandler -
Marc d817f3cc674433bfe3217b58fce887c48677b382 m
[ticket/14875] Add raw_variable() to request mock
PHPBB3-14875- tests/mock/request.php (version d817f3cc674433bfe3217b58fce887c48677b382)
-
Marc 9bdd002f584de78475362067b777749486504172 m
[ticket/14875] Move raw_variable() method to request_interface
PHPBB3-14875- phpBB/phpbb/install/helper/iohandler/ajax_iohandler.php (version 9bdd002f584de78475362067b777749486504172)
- phpBB/phpbb/install/helper/iohandler/iohandler_interface.php (version 9bdd002f584de78475362067b777749486504172)
- phpBB/phpbb/request/request.php (version 9bdd002f584de78475362067b777749486504172)
- phpBB/phpbb/request/request_interface.php (version 9bdd002f584de78475362067b777749486504172)
-
Marc 08bf8812d3bc7c22671e7e0dc88a0e99fcf403d7 m
[ticket/14875] Use raw_variable() method in _variable() to get raw data
The raw_variable() method uses the same exact code the _variable method
has been using until now.
PHPBB3-14875- phpBB/phpbb/request/request.php (version 08bf8812d3bc7c22671e7e0dc88a0e99fcf403d7)
-
Marc 9aa017d0f7ce13a11114cbae24b694e935931342 m
[ticket/14875] Add method for raw input to request and add to installer
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- phpBB/phpbb/install/helper/iohandler/ajax_iohandler.php (version 9aa017d0f7ce13a11114cbae24b694e935931342)
- phpBB/phpbb/install/helper/iohandler/cli_iohandler.php (version 9aa017d0f7ce13a11114cbae24b694e935931342)
- phpBB/phpbb/install/helper/iohandler/iohandler_interface.php (version 9aa017d0f7ce13a11114cbae24b694e935931342)
- phpBB/phpbb/install/module/obtain_data/task/obtain_database_data.php (version 9aa017d0f7ce13a11114cbae24b694e935931342)
- phpBB/phpbb/request/request.php (version 9aa017d0f7ce13a11114cbae24b694e935931342)
-
Marc 23f5b6debdd24cc1caefd3bb8cd6da96a88abe9a m
[ticket/14875] Add method for untrimmed input to ajax iohandler
Due to the pre-encoded input and the escaping of the input, the
string has to be decoded twice for the password.
PHPBB3-14875- phpBB/phpbb/install/helper/iohandler/ajax_iohandler.php (version 23f5b6debdd24cc1caefd3bb8cd6da96a88abe9a)
- phpBB/phpbb/install/module/obtain_data/task/obtain_database_data.php (version 23f5b6debdd24cc1caefd3bb8cd6da96a88abe9a)