Tests pending pull requests

Build: #3948 was successful

Job: Build and Test Job was successful

Stages & jobs

  1. Build and Test

Code commits

phpBB Ascraeus

  • Joas Schilling

    Joas Schilling f4898b9258c8365f3aae7fc945c3f156ec9f0ad4

    Merge branch 'prep-release-3.1.2' into develop-ascraeus

  • Joas Schilling

    Joas Schilling 9c9623e47f179e2fee386e939d98e5428ac68a44

    [prep-release-3.1.2] Update the development version to 3.1.3-RC1-dev

    • build/build.xml (version 9c9623e47f179e2fee386e939d98e5428ac68a44)
    • phpBB/includes/constants.php (version 9c9623e47f179e2fee386e939d98e5428ac68a44)
    • phpBB/install/schemas/schema_data.sql (version 9c9623e47f179e2fee386e939d98e5428ac68a44)
  • Joas Schilling

    Joas Schilling 1ad0dd28f110a0b83bbd9f296757d729321f3ac8

    Merge branch 'develop-olympus' into prep-release-3.1.2

  • Joas Schilling

    Joas Schilling ff9b541070372cf4758b0ef538daa33e150a1886 m

    Merge pull request #3180 from naderman/ticket/13376
    [ticket/13376] Revert unnecessary change for cookies called GLOBALS 92f554e3

  • Nils Adermann <naderman@naderman.de>

    Nils Adermann <naderman@naderman.de> 965042d015a0351303999b0196998be67d42dbae m

    [ticket/13376] Revert unnecessary change for cookies called GLOBALS 92f554e3
    Also introduce a clear cookie message hardcoded just in case.

    PHPBB3-13376

    • phpBB/includes/startup.php (version 965042d015a0351303999b0196998be67d42dbae)
  • Joas Schilling

    Joas Schilling 9264d7c758616e8d26d6e7f20e49bb86e6ff5ae7

    [prep-release-3.1.2] Update Changelog with 13376

    • phpBB/docs/CHANGELOG.html (version 9264d7c758616e8d26d6e7f20e49bb86e6ff5ae7)
  • Joas Schilling

    Joas Schilling 0fbe8e8e69729efd6c842bb167faa714d4cd8d35

    [prep-release-3.1.2] Add migration to update version to 3.1.2

    • phpBB/phpbb/db/migration/data/v31x/v312.php (version 0fbe8e8e69729efd6c842bb167faa714d4cd8d35)
  • Joas Schilling

    Joas Schilling 3862b60094c591365454ee52c688743486d9cc8f

    [prep-release-3.1.2] Increase version number to 3.1.2

    • build/build.xml (version 3862b60094c591365454ee52c688743486d9cc8f)
    • phpBB/includes/constants.php (version 3862b60094c591365454ee52c688743486d9cc8f)
    • phpBB/install/schemas/schema_data.sql (version 3862b60094c591365454ee52c688743486d9cc8f)
  • Joas Schilling

    Joas Schilling 5f3dffa820b6bed9b26d01a9962730777da5f001

    [prep-release-3.1.2] Add changelog for 3.1.2-RC1

    • phpBB/docs/CHANGELOG.html (version 5f3dffa820b6bed9b26d01a9962730777da5f001)
  • Joas Schilling

    Joas Schilling 18d5ca9ce50bd74cbcd38253d0ffbf0bea180a1d

    [prep-release-3.1.2] Prepare Changelog

    • phpBB/docs/CHANGELOG.html (version 18d5ca9ce50bd74cbcd38253d0ffbf0bea180a1d)
  • Joas Schilling

    Joas Schilling dcd0f200d60d90e17da44a4a0f816b3a37cc3f98

    [prep-release-3.1.2] Add migration for 3.1.2-RC1

    • phpBB/phpbb/db/migration/data/v31x/v312rc1.php (version dcd0f200d60d90e17da44a4a0f816b3a37cc3f98)
  • Joas Schilling

    Joas Schilling a5b3393bb0efd66a8b7b1f9bccf2fddb35cb05b7

    [prep-release-3.1.2] Update version to 3.1.2-RC1

    • build/build.xml (version a5b3393bb0efd66a8b7b1f9bccf2fddb35cb05b7)
    • phpBB/includes/constants.php (version a5b3393bb0efd66a8b7b1f9bccf2fddb35cb05b7)
    • phpBB/install/convertors/convert_phpbb20.php (version a5b3393bb0efd66a8b7b1f9bccf2fddb35cb05b7)
    • phpBB/install/schemas/schema_data.sql (version a5b3393bb0efd66a8b7b1f9bccf2fddb35cb05b7)
    • phpBB/styles/prosilver/style.cfg (version a5b3393bb0efd66a8b7b1f9bccf2fddb35cb05b7)
    • phpBB/styles/subsilver2/style.cfg (version a5b3393bb0efd66a8b7b1f9bccf2fddb35cb05b7)
  • Joas Schilling

    Joas Schilling 5c3b6a855944d7a370186987ebebe3a896cf76a2

    Merge pull request #10 from phpbb/ticket/security-171
    [ticket/security-171] Use type cast helper for json data

  • Joas Schilling

    Joas Schilling a3b18d87ddef00424a2dc35061780e1a7dc2c0c6

    Merge pull request #8 from phpbb/ticket/security-169
    [ticket/security-169] Stop loop through referer dir in top directory

  • Marc

    Marc 0f06b88ee7aa508ea44704f2973ce1e57f9accf2 m

    [ticket/security-171] Remove duplicate semicolon from tests
    SECURITY-171

    • tests/version/version_helper_remote_test.php (version 0f06b88ee7aa508ea44704f2973ce1e57f9accf2)
  • Marc

    Marc ab69c79d07563819e9d0be2d98a330673db646bf m

    Merge branch 'ticket/13358' into ticket/security-171

  • Marc

    Marc f648fe88d5bb2a6661d008724f255bb6df2799ca m

    [ticket/security-171] Modify tests for new file_downloader class
    SECURITY-171

    • tests/mock/file_downloader.php (version f648fe88d5bb2a6661d008724f255bb6df2799ca)
    • tests/version/version_helper_remote_test.php (version f648fe88d5bb2a6661d008724f255bb6df2799ca)
  • Marc

    Marc 9649d78fa4cb2583936bbef255d390dfcbb7b28c m

    Merge branch 'ticket/13358' into ticket/security-171

  • Marc

    Marc 34004612acb0c55f1cf86271d5a62c1b396ee829 m

    [ticket/security-171] Sanitize data from composer.json
    SECURITY-171

    • phpBB/phpbb/extension/metadata_manager.php (version 34004612acb0c55f1cf86271d5a62c1b396ee829)
    • tests/extension/metadata_manager_test.php (version 34004612acb0c55f1cf86271d5a62c1b396ee829)
    • tests/mock/metadata_manager.php (version 34004612acb0c55f1cf86271d5a62c1b396ee829)
  • Marc

    Marc 4ee05b1c17fa1be0c911c9d37e106f19b23ebac2 m

    [ticket/security-171] Add tests for retrieved remote data in version_helper
    SECURITY-171

    • phpBB/phpbb/version_helper.php (version 4ee05b1c17fa1be0c911c9d37e106f19b23ebac2)
    • tests/version/version_helper_remote_test.php (version 4ee05b1c17fa1be0c911c9d37e106f19b23ebac2)
  • Marc

    Marc da1888a7fad3be8a42b326e24bd676c92a7e4c51 m

    [ticket/security-171] Use type cast helper for json data
    SECURITY-171

    • phpBB/phpbb/version_helper.php (version da1888a7fad3be8a42b326e24bd676c92a7e4c51)
  • Marc

    Marc 9bb302b92ca58d9204290363b190ef4b57009ec6 m

    [ticket/security-169] Stop loop through referer dir in top directory
    SECURITY-169

    • phpBB/phpbb/path_helper.php (version 9bb302b92ca58d9204290363b190ef4b57009ec6)
    • tests/path_helper/path_helper_test.php (version 9bb302b92ca58d9204290363b190ef4b57009ec6)