Tests pending pull requests

Build: #10287 failed Manual run by Build Robot

Code commits

phpBB 3.3.x

  • Marc

    Marc 48a233e415199d2b488af09632ffde955aed4875

    Merge pull request #6661 from rubencm/ticket/17356
    [ticket/17356] Correctly handle errors hidden with at

  • Marc

    Marc 6798c337f81759a7c7d219d6c12b4c8d621d4e4a

    Merge pull request #6656 from danieltj27/ticket/17350
    [ticket/17350] Add IP Address of user during install process

  • Rubén Calvo <rubencm@gmail.com>

    Rubén Calvo <rubencm@gmail.com> 5b03cd422a0d77b8e420eab69aaabe6fa188f8a7 m

    [ticket/17356] Correctly handle errors hidden by at
    PHPBB-17356

    • phpBB/includes/functions.php (version 5b03cd422a0d77b8e420eab69aaabe6fa188f8a7)
    • phpBB/install/startup.php (version 5b03cd422a0d77b8e420eab69aaabe6fa188f8a7)
  • Daniel James <danielt70@icloud.com>

    Daniel James <danielt70@icloud.com> 8eacbf830512e0e9a2b8b45e3ba50e0d218e48ae m

    [ticket/17350] Add IP Address of user during install process
    Adds the IP address of the user completing the installation process
    while extensions are being installed or updated. Prior to this change
    the IP address field was being left blank however other logs created
    during the install process for other actions does record the users IP.

    PHPBB-17350

    • phpBB/phpbb/install/module/install_finish/task/install_extensions.php (version 8eacbf830512e0e9a2b8b45e3ba50e0d218e48ae)
    • phpBB/phpbb/install/module/update_database/task/update_extensions.php (version 8eacbf830512e0e9a2b8b45e3ba50e0d218e48ae)