Build: #145 was successful Changes by nicofuma

Stages & jobs

  1. Default Stage

Build result summary

Details

Completed
Queue duration
49 minutes
Duration
64 minutes
Labels
None
Revision
74f49387e17d53903c65c1a82ef75bd871a62af4 74f49387e17d53903c65c1a82ef75bd871a62af4
Total tests
6500
Successful since
#133 ()

Tests

  • 0 New failures
  • 0 Existing failures
  • 0 Fixed

Code commits

Author Commit Message Commit date
nicofuma nicofuma 74f49387e17d53903c65c1a82ef75bd871a62af4 74f49387e17d53903c65c1a82ef75bd871a62af4 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 Marc d817f3cc674433bfe3217b58fce887c48677b382 m d817f3cc674433bfe3217b58fce887c48677b382 [ticket/14875] Add raw_variable() to request mock
PHPBB3-14875
Marc Marc 9bdd002f584de78475362067b777749486504172 m 9bdd002f584de78475362067b777749486504172 [ticket/14875] Move raw_variable() method to request_interface
PHPBB3-14875
Marc Marc 08bf8812d3bc7c22671e7e0dc88a0e99fcf403d7 m 08bf8812d3bc7c22671e7e0dc88a0e99fcf403d7 [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
Marc Marc 9aa017d0f7ce13a11114cbae24b694e935931342 m 9aa017d0f7ce13a11114cbae24b694e935931342 [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

Jira issues

IssueDescriptionStatus
Unknown Issue TypePHPBB3-14875Could not obtain issue details from Jira