Tests pending pull requests

Build: #151 was successful

Job: Build and Test Job was successful

Stages & jobs

  1. Build and Test

Code commits

phpBB 3.3.x

  • Marc

    Marc b2b61390c4575d78f8b002a8a147731e5858c80e

    Merge branch '3.3.x'

  • Marc

    Marc 48a233e415199d2b488af09632ffde955aed4875 m

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

  • Marc

    Marc 9a48d26e73156f2f0a55b99b6f0033c2d1db397b

    Merge branch '3.3.x'

  • Marc

    Marc 6798c337f81759a7c7d219d6c12b4c8d621d4e4a m

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

  • Marc

    Marc f0deb16b0c5a14f65f6eb30961e57d69247fb6f4

    Merge pull request #6669 from iMattPro/ticket/17363
    [ticket/17363] Add web app manifest

  • Matt Friedman <maf675@gmail.com>

    Matt Friedman <maf675@gmail.com> e0cf35c5888334a85dd765916b246263e44fc136 m

    [ticket/17363] Remove and fix leftover code
    PHPBB-17363

    Signed-off-by: Matt Friedman <maf675@gmail.com>

    • phpBB/phpbb/manifest.php (version e0cf35c5888334a85dd765916b246263e44fc136)
  • Matt Friedman <maf675@gmail.com>

    Matt Friedman <maf675@gmail.com> fe40b0d3a389c82a08af8095c351317f53fdd57d m

    [ticket/17363] Add functional test
    PHPBB-17363

    Signed-off-by: Matt Friedman <maf675@gmail.com>

    • tests/functional/manifest_test.php (version fe40b0d3a389c82a08af8095c351317f53fdd57d)
  • Matt Friedman <maf675@gmail.com>

    Matt Friedman <maf675@gmail.com> d651cccc76244d16463ddd90dbc6c04822000401 m

    [ticket/17363] Add web app manifest
    PHPBB-17363

    Signed-off-by: Matt Friedman <maf675@gmail.com>

    • phpBB/config/default/container/services.yml (version d651cccc76244d16463ddd90dbc6c04822000401)
    • phpBB/config/default/routing/routing.yml (version d651cccc76244d16463ddd90dbc6c04822000401)
    • phpBB/includes/acp/acp_board.php (version d651cccc76244d16463ddd90dbc6c04822000401)
    • phpBB/includes/functions.php (version d651cccc76244d16463ddd90dbc6c04822000401)
    • phpBB/install/schemas/schema_data.sql (version d651cccc76244d16463ddd90dbc6c04822000401)
    • phpBB/language/en/acp/board.php (version d651cccc76244d16463ddd90dbc6c04822000401)
    • phpBB/phpbb/manifest.php (version d651cccc76244d16463ddd90dbc6c04822000401)
    • phpBB/styles/prosilver/template/overall_header.html (version d651cccc76244d16463ddd90dbc6c04822000401)
  • 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)