Tests pending pull requests

Build: #3916 failed Manual run by Build Robot

Code commits

phpBB Ascraeus

  • Joas Schilling

    Joas Schilling f719803fdc8f16430ed3e85625dd337da1de52d9

    Merge pull request #3144 from marc1706/ticket/13337
    [ticket/13337] Do not use SQL IN comparison with empty array

  • Joas Schilling

    Joas Schilling d56da0d68f5b7bdba21a475cf08e88fa6a9fbde2

    Merge pull request #3044 from Elsensee/ticket/13100
    [ticket/13100] Display only confirmation buttons when deleting shadow topic

  • Joas Schilling

    Joas Schilling 1689191f29ded2037d126d58d691752bb0afe697

    Merge pull request #3023 from Nicofuma/ticket/13133
    [ticket/13133] Allow @vendor_name for includecss

  • Joas Schilling

    Joas Schilling 973c2a9a3aaad10ec589a9ef5e53862b1543f8f6

    Merge pull request #2765 from Elsensee/ticket/11863
    [ticket/11863] Set require_activation to none if emails are disabled

  • Joas Schilling

    Joas Schilling 707a85b6c12db11d2f58c612b37229ec205f65fb

    Merge pull request #3043 from rxu/ticket/13182
    [ticket/13182] Add posting.php core event to allow modifying the message text

  • Joas Schilling

    Joas Schilling 71a015557fb605ed1739a37918746e364a13f7cc

    Merge pull request #3150 from omniError/ticket/13347
    [ticket/13347] missing acp_forums template events

    Conflicts:
            phpBB/docs/events.md

  • Joas Schilling

    Joas Schilling bc52a84998c5562f73ab5c84f82971dcc5ba3c65

    Merge pull request #3131 from omniError/ticket/13328
    [ticket/13328] add core.mcp_view_forum_modify_sql

  • Joas Schilling

    Joas Schilling d6e8cce44b63efe69fa698708fbd3d169ca5ed71

    Merge pull request #3130 from omniError/ticket/13326
    [ticket/13326] add viewtopic_url to event

  • Joas Schilling

    Joas Schilling 2d6734cb0a809107a7b6d3b05608e40653433444

    Merge pull request #3126 from VSEphpbb/ticket/13290
    [ticket/13290] Add EVENT index_body_forumlist_body_after

  • Joas Schilling

    Joas Schilling 7bc19179089a3aebb55dcd2021ed590c7afaa045

    Merge pull request #3122 from Elsensee/ticket/13309
    [ticket/13309] Add event acp_email_options_after

  • rxu

    rxu bb75cd40f5e93f87affd68ee31ea186e240133e4 m

    [ticket/13182] Add posting.php core event to allow modifying the message text
    posting.php core event to allow modifying the message before parsing
    would be needed for some extensions, like for adding topic title to the
    topic URL etc.
    Also removed 'delete' var from core.posting_modify_template_vars and
    core.modify_posting_parameters as it does not exist.

    PHPBB3-13182

    • phpBB/posting.php (version bb75cd40f5e93f87affd68ee31ea186e240133e4)
  • omniError <omniError@github>

    omniError <omniError@github> c1a0d1bf3d446747238fe32b784440668961fcf7 m

    [ticket/13347] update event docs
    PHPBB3-13347

    • phpBB/docs/events.md (version c1a0d1bf3d446747238fe32b784440668961fcf7)
  • omniError <omniError@github>

    omniError <omniError@github> 115bf6353866a667bf941b825c5ef90abc68ec0d m

    [ticket/13347] fix CS
    PHPBB3-13347

    • phpBB/adm/style/acp_forums.html (version 115bf6353866a667bf941b825c5ef90abc68ec0d)
  • omniError <omniError@github>

    omniError <omniError@github> bd0107a2ab58fe7f25295df28d56869bc3146fa4 m

    [ticket/13347] missing acp_forums template events
    PHPBB3-13347

    • phpBB/adm/style/acp_forums.html (version bd0107a2ab58fe7f25295df28d56869bc3146fa4)
  • Marc

    Marc 556565d072c7e7d94ac4282baf2ff0bb2c2bdb8c m

    [ticket/13337] Allow empty array passed to sql_in_set()
    is_array() will evaluate to true even if the array is just an empty array.
    Make sure we also expect an empty array passed to sql_in_set().

    PHPBB3-13337

    • phpBB/phpbb/notification/manager.php (version 556565d072c7e7d94ac4282baf2ff0bb2c2bdb8c)
  • omniError <omniError@github>

    omniError <omniError@github> 65f83b814c185474cc2ba013b34ca6dfbec850de m

    [ticket/13326] fix CS
    https://tracker.phpbb.com/browse/PHPBB3-13326

    PHPBB3-13326

    • phpBB/viewtopic.php (version 65f83b814c185474cc2ba013b34ca6dfbec850de)
  • omniError <omniError@github>

    omniError <omniError@github> b648d3eb4c00aca936274978a427473aaa98138f m

    [ticket/13328] fix CS
    https://tracker.phpbb.com/browse/PHPBB3-13328

    PHPBB3-13328

    • phpBB/includes/mcp/mcp_forum.php (version b648d3eb4c00aca936274978a427473aaa98138f)
  • omniError <omniError@github>

    omniError <omniError@github> 71e0de5588b6cbd732e2d640ad1eb21d539ae9d9 m

    [ticket/13328] add core.mcp_view_forum_modify_sql
    https://tracker.phpbb.com/browse/PHPBB3-13328

    PHPBB3-13328

    • phpBB/includes/mcp/mcp_forum.php (version 71e0de5588b6cbd732e2d640ad1eb21d539ae9d9)
  • omniError <omniError@github>

    omniError <omniError@github> 42b595e7e70350ef6888cd51358a7cef5a2a0738 m

    [ticket/13326] add viewtopic_url to event
    https://tracker.phpbb.com/browse/PHPBB3-13326

    PHPBB3-13326

    • phpBB/viewtopic.php (version 42b595e7e70350ef6888cd51358a7cef5a2a0738)
  • Matt Friedman <maf675@gmail.com>

    Matt Friedman <maf675@gmail.com> 971b30a76d9f09ad129be68e4f802d00b06b3eb9 m

    [ticket/13290] Add EVENT index_body_forumlist_body_after
    PHPBB3-13290

    • phpBB/docs/events.md (version 971b30a76d9f09ad129be68e4f802d00b06b3eb9)
    • phpBB/styles/prosilver/template/index_body.html (version 971b30a76d9f09ad129be68e4f802d00b06b3eb9)
    • phpBB/styles/subsilver2/template/index_body.html (version 971b30a76d9f09ad129be68e4f802d00b06b3eb9)
  • Oliver Schramm <oliver.schramm97@gmail.com>

    Oliver Schramm <oliver.schramm97@gmail.com> 98711450dd7b32435066d124d0e56c01897e578e m

    [ticket/13309] Add event acp_email_options_after
    PHPBB3-13309

    • phpBB/adm/style/acp_email.html (version 98711450dd7b32435066d124d0e56c01897e578e)
    • phpBB/docs/events.md (version 98711450dd7b32435066d124d0e56c01897e578e)
  • nicofuma

    nicofuma 9aa8f44489d5a94368e2e30bfa73c1278abfcce7 m

    [ticket/13133] Rename $ok variable
    PHPBB3-13133

    • phpBB/phpbb/template/twig/twig.php (version 9aa8f44489d5a94368e2e30bfa73c1278abfcce7)
  • Oliver Schramm <oliver.schramm97@gmail.com>

    Oliver Schramm <oliver.schramm97@gmail.com> e502c8db86313e1cdb41fe27978bf3be8076ba0c m

    [ticket/13100] Remove pointless variable
    PHPBB3-13100

    • phpBB/includes/mcp/mcp_main.php (version e502c8db86313e1cdb41fe27978bf3be8076ba0c)
  • Oliver Schramm <oliver.schramm97@gmail.com>

    Oliver Schramm <oliver.schramm97@gmail.com> 30213816ae2824f423b49b5e9c91806b0676ce4b m

    [ticket/13100] Display only confirmation buttons when deleting shadow topic
    PHPBB3-13100

    • phpBB/includes/mcp/mcp_main.php (version 30213816ae2824f423b49b5e9c91806b0676ce4b)
    • phpBB/styles/prosilver/template/confirm_delete_body.html (version 30213816ae2824f423b49b5e9c91806b0676ce4b)
    • phpBB/styles/subsilver2/template/confirm_delete_body.html (version 30213816ae2824f423b49b5e9c91806b0676ce4b)
  • Oliver Schramm <oliver.schramm97@gmail.com>

    Oliver Schramm <oliver.schramm97@gmail.com> 0ba3bd9aed71a6a9eecacd9bff3ecc6a3d778057 m

    [ticket/11863] Add functional test
    PHPBB3-11863

    • tests/functional/acp_registration_test.php (version 0ba3bd9aed71a6a9eecacd9bff3ecc6a3d778057)
  • Oliver Schramm <oliver.schramm97@gmail.com>

    Oliver Schramm <oliver.schramm97@gmail.com> f049fcd6046bbbeea035b02a78638bbacee7dce1 m

    [ticket/11863] Display warning to user because of activation method
    PHPBB3-11863

    • phpBB/includes/acp/acp_board.php (version f049fcd6046bbbeea035b02a78638bbacee7dce1)
    • phpBB/language/en/acp/board.php (version f049fcd6046bbbeea035b02a78638bbacee7dce1)
  • Oliver Schramm <oliver.schramm97@gmail.com>

    Oliver Schramm <oliver.schramm97@gmail.com> 01df1d3301ab533e92e374594d8cb35692def491 m

    [ticket/11863] Grey out unavailable activation methods when emails disabled
    Further fall back to USER_ACTIVATION_DISABLE when emails are disabled
    but evaluate it at runtime.

    PHPBB3-11863

    • phpBB/includes/acp/acp_board.php (version 01df1d3301ab533e92e374594d8cb35692def491)
    • phpBB/includes/ucp/ucp_register.php (version 01df1d3301ab533e92e374594d8cb35692def491)
    • phpBB/language/en/acp/board.php (version 01df1d3301ab533e92e374594d8cb35692def491)
  • nicofuma

    nicofuma d28536370042fb3a967857e5c76bd754f85dab44 m

    [ticket/13133] Add unit tests
    PHPBB3-13133

    • tests/template/ext/include/css/styles/all/theme/child_only.css (version d28536370042fb3a967857e5c76bd754f85dab44)
    • tests/template/ext/include/css/styles/all/theme/test.css (version d28536370042fb3a967857e5c76bd754f85dab44)
    • tests/template/template_includecss_test.php (version d28536370042fb3a967857e5c76bd754f85dab44)
    • tests/template/templates/includecss.html (version d28536370042fb3a967857e5c76bd754f85dab44)
  • nicofuma

    nicofuma 911831a9c5d7971ec8c6155360115246c9a871e0 m

    [ticket/13133] Allow @vendor_name for includecss
    PHPBB3-13133

    • phpBB/phpbb/template/twig/twig.php (version 911831a9c5d7971ec8c6155360115246c9a871e0)