Tests pending pull requests

Build: #3900 was successful Manual run by Build Robot

Code commits

phpBB Ascraeus

  • nicofuma

    nicofuma acfe6dd37d58e35566f4c386c0e15b2a447d5ad4

    Merge pull request #3149 from prototech/ticket/13342
    [ticket/13342] Fix invalid resetting of CAPTCHA plugin when using Recaptcha

    * prototech/ticket/13342:
      [ticket/13342] Fix invalid resetting of CAPTCHA plugin when using Recaptcha.

  • nicofuma

    nicofuma 0019039bc105db52dbd3727a038b86797a15747c

    Merge pull request #3148 from prototech/ticket/13315
    [ticket/13315] Fix loss of CAPTCHA plugin config value.

    * prototech/ticket/13315:
      [ticket/13315] Check for the includes/captcha/plugins/ directory instead.
      [ticket/13315] Fix loss of CAPTCHA plugin config value.

  • Marc

    Marc ba3e4da853485811ea4c8415f15eb8a2d977ff57

    Merge pull request #3154 from cyberalien/ticket/13349
    [ticket/13349] Fix breadcrumb arrow entity

  • cyberalien <cyberalien@gmail.com>

    cyberalien <cyberalien@gmail.com> 795fd75d60eb602ec614e1d43d339ae943884c01 m

    [ticket/13349] Fix breadcrumb arrow entity
    PHPBB3-13349

    • phpBB/styles/prosilver/theme/common.css (version 795fd75d60eb602ec614e1d43d339ae943884c01)
  • Cesar G <prototech91@gmail.com>

    Cesar G <prototech91@gmail.com> 7c6896415391dc94c83486921118edc41189d760 m

    [ticket/13315] Check for the includes/captcha/plugins/ directory instead.
    PHPBB3-13315

    • phpBB/phpbb/db/migration/data/v310/reset_missing_captcha_plugin.php (version 7c6896415391dc94c83486921118edc41189d760)
  • Cesar G <prototech91@gmail.com>

    Cesar G <prototech91@gmail.com> 7b33018ade25a6bb866b7746b9dcc7455a7304ab m

    [ticket/13315] Fix loss of CAPTCHA plugin config value.
    The plugins were moved to phpbb/captcha/plugins/ after this migration was
    created, thus the check is no longer valid and ends up resetting the value
    prematurely.

    PHPBB3-13315

    • phpBB/phpbb/db/migration/data/v310/reset_missing_captcha_plugin.php (version 7b33018ade25a6bb866b7746b9dcc7455a7304ab)
  • Cesar G <prototech91@gmail.com>

    Cesar G <prototech91@gmail.com> fb34cbf7cde2e7413c0a45dc42e5014c82794b77 m

    [ticket/13342] Fix invalid resetting of CAPTCHA plugin when using Recaptcha.
    The Recaptcha plugin class name does not follow the phpbb_captcha_ prefix
    convention as all others. Instead it simply uses phpbb_, hence the check
    for its existence under phpbb/captcha/plugins/ fails.

    PHPBB3-13342

    • phpBB/phpbb/db/migration/data/v310/captcha_plugins.php (version fb34cbf7cde2e7413c0a45dc42e5014c82794b77)