Tests pending pull requests

Build: #3763 failed Manual run by Build Robot

Code commits

phpBB Ascraeus

  • Nils Adermann <naderman@naderman.de>

    Nils Adermann <naderman@naderman.de> 0e772afb9db640e54e84cfccaddcf74f3edbb3fb

    Merge branch 'prep-release-3.1.1' into develop-ascraeus
    * prep-release-3.1.1:
      [ticket/13271] Disable CC sender feature for anonymous users
      [prep-release-3.1.1] Add 3.1.1 CHANGELOG
      [prep-release-3.1.1] Add 3.1.1 migration file
      [ticket/13263] Make sure default style exists and clean up code
      [ticket/13263] Only install/set prosilver if no style available
      [ticket/13263] Use prosilver as default style if user's style doesn't exist
      [ticket/security-164] Correctly format page_name
      [ticket/security-164] Sanitize all global variables in symfony_request class
      [ticket/13248] Use functional framework login method in tests
      [ticket/13248] Correctly pass provider name
      [ticket/13248] Always use provider collection for getting provider
      [ticket/13248] Allow specifying different auth provider in provider collection
      [ticket/13248] Use auth provider collection for getting provider
      [ticket/13262] Mention htaccess file when updating from 3.0 to 3.1
      [ticket/13267] Update Automatic Update instructions to include vendor directory
      [ticket/13268] Properly append ternary result in get_existing_indexes()
      [prep-release-3.1.1] Update version number to 3.1.1

    Conflicts:
            build/build.xml
            phpBB/includes/constants.php
            phpBB/install/schemas/schema_data.sql

  • Nils Adermann <naderman@naderman.de>

    Nils Adermann <naderman@naderman.de> b6a4f83c412d4db7596ad677eca5551a5fc715d8 m

    Merge remote-tracking branch 'github-security/ticket/security-164-alt' into prep-release-3.1.1
    * github-security/ticket/security-164-alt:
      [ticket/security-164] Correctly format page_name
      [ticket/security-164] Sanitize all global variables in symfony_request class

  • Nils Adermann <naderman@naderman.de>

    Nils Adermann <naderman@naderman.de> c980402a4cb6cb3457ad685cc7e88e8b37ee6f60 m

    Merge branch 'ticket/13271' into prep-release-3.1.1
    * ticket/13271:
      [ticket/13271] Disable CC sender feature for anonymous users

  • Nils Adermann <naderman@naderman.de>

    Nils Adermann <naderman@naderman.de> 27be69e3b3092def847d497c19bad7d4ad0a33d8 m

    [ticket/13271] Disable CC sender feature for anonymous users
    PHPBB3-13271

    • phpBB/phpbb/message/form.php (version 27be69e3b3092def847d497c19bad7d4ad0a33d8)
    • phpBB/styles/prosilver/template/memberlist_email.html (version 27be69e3b3092def847d497c19bad7d4ad0a33d8)
    • phpBB/styles/subsilver2/template/memberlist_email.html (version 27be69e3b3092def847d497c19bad7d4ad0a33d8)
  • Nils Adermann <naderman@naderman.de>

    Nils Adermann <naderman@naderman.de> aede89d408608708e1cd8797af07a20a50944c35 m

    [prep-release-3.1.1] Add 3.1.1 CHANGELOG

    • phpBB/docs/CHANGELOG.html (version aede89d408608708e1cd8797af07a20a50944c35)
  • Nils Adermann <naderman@naderman.de>

    Nils Adermann <naderman@naderman.de> 4ae9e8cf6e5d4abbcadafa72fa3784d85e847768 m

    [prep-release-3.1.1] Add 3.1.1 migration file

    • phpBB/phpbb/db/migration/data/v31x/v311.php (version 4ae9e8cf6e5d4abbcadafa72fa3784d85e847768)
  • Nils Adermann <naderman@naderman.de>

    Nils Adermann <naderman@naderman.de> 0843fd4b7778b371eb65a5f38b09c47567b013ff m

    Merge remote-tracking branch 'github-marc1706/ticket/13263' into prep-release-3.1.1
    * github-marc1706/ticket/13263:
      [ticket/13263] Make sure default style exists and clean up code
      [ticket/13263] Only install/set prosilver if no style available
      [ticket/13263] Use prosilver as default style if user's style doesn't exist

  • Marc

    Marc 74615364598115a584d01503a5dfcc234d8a42b0 m

    [ticket/13263] Make sure default style exists and clean up code
    PHPBB3-13263

    • phpBB/phpbb/db/migration/data/v31x/style_update.php (version 74615364598115a584d01503a5dfcc234d8a42b0)
  • Marc

    Marc d1f85f0de3dd958050df39ea79d2e7cd14147b07 m

    [ticket/13263] Only install/set prosilver if no style available
    Users that have a nonexistent style selectd will revert back to the default
    style.

    PHPBB3-13263

    • phpBB/phpbb/db/migration/data/v31x/style_update.php (version d1f85f0de3dd958050df39ea79d2e7cd14147b07)
  • Marc

    Marc be8b5a41c81853cd8f7ba9ee97b68aa512617366 m

    [ticket/13263] Use prosilver as default style if user's style doesn't exist
    If prosilver is not installed for whatever reason, it will be installed by
    the newly added migration.

    PHPBB3-13263

    • phpBB/phpbb/db/migration/data/v31x/style_update.php (version be8b5a41c81853cd8f7ba9ee97b68aa512617366)
  • Marc

    Marc f534503a66fc81e7bbe589b883167d2343871134 m

    [ticket/security-164] Correctly format page_name
    SECURITY-164

    • phpBB/phpbb/session.php (version f534503a66fc81e7bbe589b883167d2343871134)
  • Marc

    Marc 28ef238a5ccd41833de364ab14ff21a254a9beaf m

    [ticket/security-164] Sanitize all global variables in symfony_request class
    SECURITY-164

    • phpBB/phpbb/symfony_request.php (version 28ef238a5ccd41833de364ab14ff21a254a9beaf)
  • Nils Adermann <naderman@naderman.de>

    Nils Adermann <naderman@naderman.de> dde1c7424f84c61c8b6dfdf23594535183c9f2f5 m

    Merge pull request #3104 from marc1706/ticket/13248-alt
    [ticket/13248] Login functions need to use provider collection for retrieving provider

  • Marc

    Marc 8aec6b58e087fa86c71baaccbeb07fe7a495aee5 m

    [ticket/13248] Use functional framework login method in tests
    PHPBB3-13248

    • tests/functional/auth_test.php (version 8aec6b58e087fa86c71baaccbeb07fe7a495aee5)
  • Marc

    Marc d9c868d0f5f9c2c097e3fded0ac6882c2f2ff988 m

    [ticket/13248] Correctly pass provider name
    PHPBB3-13248

    • phpBB/phpbb/auth/provider_collection.php (version d9c868d0f5f9c2c097e3fded0ac6882c2f2ff988)
  • Marc

    Marc a9249bce5ec73b4a4a11d2db13938db6fc4dcaec m

    [ticket/13248] Always use provider collection for getting provider
    PHPBB3-13248

    • phpBB/includes/ucp/ucp_auth_link.php (version a9249bce5ec73b4a4a11d2db13938db6fc4dcaec)
    • phpBB/includes/ucp/ucp_login_link.php (version a9249bce5ec73b4a4a11d2db13938db6fc4dcaec)
    • phpBB/includes/ucp/ucp_register.php (version a9249bce5ec73b4a4a11d2db13938db6fc4dcaec)
  • Marc

    Marc c3f5dc75bed689956b7d4ed1e5b7e0d2c80257c9 m

    [ticket/13248] Allow specifying different auth provider in provider collection
    PHPBB3-13248

    • phpBB/phpbb/auth/provider_collection.php (version c3f5dc75bed689956b7d4ed1e5b7e0d2c80257c9)
  • Marc

    Marc 6b057e026cfb9603c6260d619e0a37e3679aa0d5 m

    [ticket/13248] Use auth provider collection for getting provider
    PHPBB3-13248

    • phpBB/phpbb/auth/auth.php (version 6b057e026cfb9603c6260d619e0a37e3679aa0d5)
    • tests/functional/auth_test.php (version 6b057e026cfb9603c6260d619e0a37e3679aa0d5)
  • Nils Adermann <naderman@naderman.de>

    Nils Adermann <naderman@naderman.de> f3588c66ec22b71e779da1497a690802e1c6b51a m

    Merge branch 'ticket/13262' into prep-release-3.1.1
    * ticket/13262:
      [ticket/13262] Mention htaccess file when updating from 3.0 to 3.1

  • Nils Adermann <naderman@naderman.de>

    Nils Adermann <naderman@naderman.de> a269929f0ec40c3df9637ea4c3397fd6d0d8b01f m

    [ticket/13262] Mention htaccess file when updating from 3.0 to 3.1
    PHPBB3-13262

    • phpBB/docs/INSTALL.html (version a269929f0ec40c3df9637ea4c3397fd6d0d8b01f)
  • Nils Adermann <naderman@naderman.de>

    Nils Adermann <naderman@naderman.de> 45d054d295c1c007f558541299a3a0f0bcf482d5 m

    Merge branch 'ticket/13267' into prep-release-3.1.1
    * ticket/13267:
      [ticket/13267] Update Automatic Update instructions to include vendor directory

  • Nils Adermann <naderman@naderman.de>

    Nils Adermann <naderman@naderman.de> 8bdbadabb23c0288ddb9af60c9883b6021d2c239 m

    [ticket/13267] Update Automatic Update instructions to include vendor directory
    PHPBB3-13267

    • phpBB/docs/INSTALL.html (version 8bdbadabb23c0288ddb9af60c9883b6021d2c239)
    • phpBB/language/en/install.php (version 8bdbadabb23c0288ddb9af60c9883b6021d2c239)
  • Nils Adermann <naderman@naderman.de>

    Nils Adermann <naderman@naderman.de> 2cc9fe5267adb9c9ab5d8bd2180d9bf625d81f4f m

    Merge branch 'ticket/13268' into prep-release-3.1.1
    * ticket/13268:
      [ticket/13268] Properly append ternary result in get_existing_indexes()

  • Nils Adermann <naderman@naderman.de>

    Nils Adermann <naderman@naderman.de> c3aca59cfb58ffc40f8e85f57513c75530abbd18 m

    [ticket/13268] Properly append ternary result in get_existing_indexes()
    PHPBB3-13268

    • phpBB/phpbb/db/tools.php (version c3aca59cfb58ffc40f8e85f57513c75530abbd18)
  • Nils Adermann <naderman@naderman.de>

    Nils Adermann <naderman@naderman.de> 3f3c8d74e8501e59e4e6ace3fa87ef3d29b78117 m

    [prep-release-3.1.1] Update version number to 3.1.1

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