Tests pending pull requests

Build: #4286 was successful

Job: Build and Test Job was successful

Stages & jobs

  1. Build and Test

Code commits

phpBB Ascraeus

  • Joas Schilling

    Joas Schilling bbb6d6a452b3ba815d7610555a3a90c9542b3301

    Merge pull request #3330 from kasimi/ticket/13540
    [ticket/13540] Add core event for modifying topic review block data

  • Joas Schilling

    Joas Schilling efee422707f481e69b03193da3814159bdd3d034

    Merge pull request #3326 from Wolfsblvt-Test/ticket/13537
    Add core events on mcp_queue for approval and disapproval

  • Joas Schilling

    Joas Schilling 7330c0afd39ddce251bca17e8fc9fcec26cee831

    Merge pull request #3325 from rxu/ticket/13536
    [ticket/13536] Add ACP/UCP core events to allow modifying user profile data on editing

  • Joas Schilling

    Joas Schilling 6678570f49969e3a6e47d917c142448c591f4c5a

    Merge pull request #3324 from rxu/ticket/13336
    [ticket/13336] Add core events to the function user_active_flip()

  • Joas Schilling

    Joas Schilling e9eafece3fa3930202d6a218f25e5cbe508c6c27

    Merge pull request #3323 from rxu/ticket/13535
    [ticket/13535] Add core event to allow modifying account settings on editing

  • Joas Schilling

    Joas Schilling 0e6cd94fb4b4ddab7d76d790b3cee459ecf844a3

    Merge pull request #3317 from Wolfsblvt/ticket/13532
    Add core event to get_unread_topics() in functions.php

  • Joas Schilling

    Joas Schilling 0aea283ab021d3bffbc7bc3152764d4ece63334c

    Merge pull request #3305 from Wolfsblvt/ticket/13518
    Add core event to markread() in functions.php

  • Joas Schilling

    Joas Schilling b1336ae01600b0ff6fdc9272d9c244bb3e9e14db

    Merge pull request #3302 from rxu/ticket/13512
    [ticket/13512] Add template events before/after the post details

  • Joas Schilling

    Joas Schilling 7254a52812c8cda2f76caa969cb4ff7720d85253

    Merge pull request #3282 from Elsensee/ticket/13313
    [ticket/13313] Add event core.acp_email_display

  • kasimi

    kasimi 33d7eb69efe60240fdc4e845d9d4228c572f62ac

    [ticket/13540] Added var row to both events
    PHPBB3-13540

    • phpBB/includes/functions_posting.php (version 33d7eb69efe60240fdc4e845d9d4228c572f62ac)
    • phpBB/includes/mcp/mcp_topic.php (version 33d7eb69efe60240fdc4e845d9d4228c572f62ac)
  • kasimi

    kasimi 12fba958928036f9da9a8fe000693ca230a37285

    [ticket/13540] Add core event for MCP topic review block data
    Similar to the previous event, this event triggers for each post in the
    MCP topic review.

    PHPBB3-13540

    • phpBB/includes/mcp/mcp_topic.php (version 12fba958928036f9da9a8fe000693ca230a37285)
  • kasimi

    kasimi a35fbdb3e94393b9a4cc9bc8e2b11e6a9c4f5224

    [ticket/13540] Updated @since version to 3.4.1-RC1, fixed @var indentations
    PHPBB3-13540

    • phpBB/includes/functions_posting.php (version a35fbdb3e94393b9a4cc9bc8e2b11e6a9c4f5224)
  • kasimi

    kasimi 40798ae616f7c90fead96e10c4f4f9db84d2b6b4

    [ticket/13540] Add core event for modifying topic review block data
    Added event core.topic_review_modify_row in function topic_review() in
    functions_posting for modifying template data blocks for topic reviews.

    PHPBB3-13540

    • phpBB/includes/functions_posting.php (version 40798ae616f7c90fead96e10c4f4f9db84d2b6b4)
  • Wolfsblvt <clemenshusung@gmx.de>

    Wolfsblvt <clemenshusung@gmx.de> 8a0c227bf917158aeb8a288bfa50e08f11921a7e

    [ticket/13537] Add core events on mcp_queue for approval and disapproval
    Events added for the functions approve_posts(), approve_topics()
    and disapprove_posts() in mcp_queue.php, so that you can send notifications
    during approval and disapproval.

    PHPBB3-13537

    • phpBB/includes/mcp/mcp_queue.php (version 8a0c227bf917158aeb8a288bfa50e08f11921a7e)
  • Wolfsblvt <clemenshusung@gmx.de>

    Wolfsblvt <clemenshusung@gmx.de> b88b8305fd6f25d6726bcdbb9fb1fe68cf6b1315

    [ticket/13518] Add core event to markread() in functions.php
    Adding core event core.markread_before to to funtion markread()
    in functions.php, so that you now are able to add additional
    stuff inside the markread process, for example notifications designed
    in extensions.

    PHPBB3-13518

    • phpBB/includes/functions.php (version b88b8305fd6f25d6726bcdbb9fb1fe68cf6b1315)
  • Wolfsblvt <clemenshusung@gmx.de>

    Wolfsblvt <clemenshusung@gmx.de> 1dce9576e99d114c482ea79f5c17fb0380e13eba

    [ticket/13532] Add core event to get_unread_topics() in functions.php
    Adding core event core.get_unread_topics_modify_sql to to funtion
    get_unread_topics() in functions.php, so that you now are able to modify
    the sql query that retrieves the unread topics.

    PHPBB3-13532

    • phpBB/includes/functions.php (version 1dce9576e99d114c482ea79f5c17fb0380e13eba)
  • rxu

    rxu 25b013f7814040b85893e39772d399aeeeefdb51

    [ticket/13336] Add core events to the function user_active_flip()
    Add core events to the function user_active_flip() in
    includes/functions_user.php to allow checking/modifying data while
    activating/deactivating users.

    PHPBB3-13336

    • phpBB/includes/functions_user.php (version 25b013f7814040b85893e39772d399aeeeefdb51)
  • rxu

    rxu be1b114114786d4084a77d153d92253a31ad1a8d

    [ticket/13536] Add core events to allow modifying user profile data on editing
    Event request: http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=33744

    PHPBB3-13536

    • phpBB/includes/acp/acp_users.php (version be1b114114786d4084a77d153d92253a31ad1a8d)
    • phpBB/includes/ucp/ucp_profile.php (version be1b114114786d4084a77d153d92253a31ad1a8d)
  • rxu

    rxu e08cd70a89b5efcd303a14b13d827d063528937f

    [ticket/13535] Add core event to allow modifying account settings on editing
    Add ucp_profile.php core event to allow modifying account settings on editing.

    PHPBB3-13535

    • phpBB/includes/ucp/ucp_profile.php (version e08cd70a89b5efcd303a14b13d827d063528937f)
  • rxu

    rxu 10c67fe12a5f814d7f6ab3727b2f1099ba6a7e6d

    [ticket/13512] Add template events before/after the post details
    Add template events to viewtopic_body.html to allow extensions adding content
    before/after the post details.

    PHPBB3-13512

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

    Oliver Schramm <oliver.schramm97@gmail.com> c6557e3800c9fb4d20ac47afae3fb1cff36f4d52

    [ticket/13313] Update version in @since tag of event
    PHPBB3-13313

    • phpBB/includes/acp/acp_email.php (version c6557e3800c9fb4d20ac47afae3fb1cff36f4d52)
  • Oliver Schramm <oliver.schramm97@gmail.com>

    Oliver Schramm <oliver.schramm97@gmail.com> 3bfd87cda4e77479dd47cadc09f27956f35cd78a

    [ticket/13313] Add event core.acp_email_display
    PHPBB3-13313

    • phpBB/includes/acp/acp_email.php (version 3bfd87cda4e77479dd47cadc09f27956f35cd78a)