Tests pending pull requests

Build: #10069 was successful

Job: Build and Test Job was successful

Stages & jobs

  1. Build and Test

Code commits

phpBB 3.3.x

  • Marc

    Marc 7e6c5df710bab1aeff3d70c1b3f47f415695e2c7

    Merge branch 'prep-release-3.3.11' into 3.3.x

  • Marc

    Marc 90973a52b46cf606fdea893e1545bc6b0899a5f7

    [prep-release-3.3.11] Update changelog for 3.3.11

    • phpBB/docs/CHANGELOG.html (version 90973a52b46cf606fdea893e1545bc6b0899a5f7)
  • Marc

    Marc 4eef6a4de47ad07c8d829e4ad9ce5b444b2ddefc

    [3.3.x] Update version numbers to 3.3.12-dev

    • build/build.xml (version 4eef6a4de47ad07c8d829e4ad9ce5b444b2ddefc)
    • phpBB/includes/constants.php (version 4eef6a4de47ad07c8d829e4ad9ce5b444b2ddefc)
    • phpBB/install/phpbbcli.php (version 4eef6a4de47ad07c8d829e4ad9ce5b444b2ddefc)
    • phpBB/install/schemas/schema_data.sql (version 4eef6a4de47ad07c8d829e4ad9ce5b444b2ddefc)
  • Marc

    Marc 01b8d6a58ee8f33a33c93b65293823476279229e

    Merge branch 'prep-release-3.3.11' into 3.3.x

  • Marc

    Marc 31b3d56ac1877504a67f46518698ee4fc7cab2fa

    Merge pull request #70 from phpbb/ticket/security-132
    [ticket/security-132] Limit maximum number of captcha attempts at register

  • Marc

    Marc ccf6e6c255d38692d72fcb613b113e6eaa240aac

    Merge pull request #69 from phpbb/ticket/security-279
    [ticket/security/279] Escape smilies URL and prevent paths in .pak filename

  • Marc

    Marc 8fe3a97a1a77b9e8adabc12cfe411830cca761d0

    [prep-release-3.3.11] Update changelog for 3.3.11

    • phpBB/docs/CHANGELOG.html (version 8fe3a97a1a77b9e8adabc12cfe411830cca761d0)
  • Marc

    Marc 2c5519da39f13a14f5643d0fc823ab1a0edf1064

    [prep-release-3.3.11] Add migration for 3.3.11

    • phpBB/phpbb/db/migration/data/v33x/v3311.php (version 2c5519da39f13a14f5643d0fc823ab1a0edf1064)
  • Marc

    Marc 0c90bf000084ad118b4df6be913fe706d6a15265

    [prep-release-3.3.11] Update version numbers to 3.3.11

    • phpBB/install/convertors/convert_phpbb20.php (version 0c90bf000084ad118b4df6be913fe706d6a15265)
    • phpBB/styles/prosilver/style.cfg (version 0c90bf000084ad118b4df6be913fe706d6a15265)
  • Marc

    Marc edc610e81d359e3e25ec0f57f69377f5ba53adde

    [prep-release-3.3.11] Update version numbers to 3.3.11

    • build/build.xml (version edc610e81d359e3e25ec0f57f69377f5ba53adde)
    • phpBB/includes/constants.php (version edc610e81d359e3e25ec0f57f69377f5ba53adde)
    • phpBB/install/phpbbcli.php (version edc610e81d359e3e25ec0f57f69377f5ba53adde)
    • phpBB/install/schemas/schema_data.sql (version edc610e81d359e3e25ec0f57f69377f5ba53adde)
  • Marc

    Marc e071cd801ac2b6038efbf390bc397a7dde01d509

    Merge pull request #6527 from marc1706/ticket/16877
    [ticket/16877] Use replacement library for oauth

  • Marc

    Marc ac76b80cb1f0ab9613ae07d07d8619c6ac38356a

    Merge pull request #6531 from toxyy/ticket/17188
    [ticket/17188] Allow request variable to check multiline unicode

  • toxyy <thrashtek@gmail.com>

    toxyy <thrashtek@gmail.com> d4e0840e6f659a0782ad00e6fa51c00f715ca4b6 m

    [ticket/17188] Change regex being edited
    Change the edited regex to ruben's recommendation

    PHPBB3-17188

    • phpBB/phpbb/request/type_cast_helper.php (version d4e0840e6f659a0782ad00e6fa51c00f715ca4b6)
  • Marc

    Marc 137422116e528534cb91e94b2512e2cbe6627ae0

    [ticket/security-132] Limit maximum number of captcha attempts at register
    SECURITY-132

    • phpBB/includes/ucp/ucp_register.php (version 137422116e528534cb91e94b2512e2cbe6627ae0)
  • Derky <derky@phpbb.com>

    Derky <derky@phpbb.com> 266376af2e0cc52868fc345554440b81460da114 m

    [ticket/security/279] Use utf8_basename for smilies pak file check
    SECURITY-279

    • phpBB/includes/acp/acp_icons.php (version 266376af2e0cc52868fc345554440b81460da114)
  • Derky <derky@phpbb.com>

    Derky <derky@phpbb.com> c4f42c1573a1c28de8e34cbe6abf587bcbe050c6 m

    [ticket/security/279] Use rawurlencode for escaping smilie URLs
    SECURITY-279

    • phpBB/includes/acp/acp_icons.php (version c4f42c1573a1c28de8e34cbe6abf587bcbe050c6)
  • Derky <derky@phpbb.com>

    Derky <derky@phpbb.com> d8ac6f575ef719e89509d5e26fab608e6b0dfce0 m

    [ticket/security/279] Escape smilies URL and prevent paths in .pak filename
    SECURITY-279

    • phpBB/includes/acp/acp_icons.php (version d8ac6f575ef719e89509d5e26fab608e6b0dfce0)
  • toxyy <thrashtek@gmail.com>

    toxyy <thrashtek@gmail.com> 8360752b2abf594ad458fcfcbfbfa02886336f21 m

    [ticket/17188] Allow request variable to check multiline unicode
    Change set_var to check for multiline strings if multibyte

    PHPBB3-17188

    • phpBB/phpbb/request/type_cast_helper.php (version 8360752b2abf594ad458fcfcbfbfa02886336f21)
  • toxyy <thrashtek@gmail.com>

    toxyy <thrashtek@gmail.com> d59a4d4aad9668a4ca961f93aafc85de854fd99c m

    [ticket/17188] Add unit tests
    Adds rxu's unit tests, with rubencm's fix

    PHPBB3-17188

    • tests/request/type_cast_helper_test.php (version d59a4d4aad9668a4ca961f93aafc85de854fd99c)
  • Marc

    Marc 4513d1c0af42e6863026158d0f99fb6e363775fa m

    [ticket/16877] Bump minimum PHP version to 7.2.0
    PHPBB3-16877

    • .github/workflows/tests.yml (version 4513d1c0af42e6863026158d0f99fb6e363775fa)
    • phpBB/common.php (version 4513d1c0af42e6863026158d0f99fb6e363775fa)
    • phpBB/composer.json (version 4513d1c0af42e6863026158d0f99fb6e363775fa)
    • phpBB/composer.lock (version 4513d1c0af42e6863026158d0f99fb6e363775fa)
    • phpBB/docs/INSTALL.html (version 4513d1c0af42e6863026158d0f99fb6e363775fa)
    • phpBB/docs/README.html (version 4513d1c0af42e6863026158d0f99fb6e363775fa)
    • phpBB/includes/acp/acp_main.php (version 4513d1c0af42e6863026158d0f99fb6e363775fa)
    • phpBB/includes/startup.php (version 4513d1c0af42e6863026158d0f99fb6e363775fa)
    • phpBB/install/app.php (version 4513d1c0af42e6863026158d0f99fb6e363775fa)
    • phpBB/language/en/install.php (version 4513d1c0af42e6863026158d0f99fb6e363775fa)
    • phpBB/phpbb/install/module/requirements/task/check_server_environment.php (version 4513d1c0af42e6863026158d0f99fb6e363775fa)
  • Marc

    Marc 74fe9f40b7c5495b762571bf0eaca82f8a1d7cab m

    [ticket/16877] Use replacement library for oauth
    PHPBB3-16877

    • phpBB/composer.json (version 74fe9f40b7c5495b762571bf0eaca82f8a1d7cab)
    • phpBB/composer.lock (version 74fe9f40b7c5495b762571bf0eaca82f8a1d7cab)