Tests pending pull requests

Build: #5472 was successful Manual run by Build Robot

Code commits

phpBB Ascraeus

  • Marc

    Marc 56251adc242e49a58449948087d076b4468c3f0f

    Merge pull request #3732 from kinerity/ticket/13974
    [ticket/13974] Add core.mcp_change_poster_after event

  • Marc

    Marc 4262dfeaef46fe40db4f7d830c9b3d0853ee1778

    Merge pull request #3731 from marcovo/ticket/13971
    [ticket/13971] Add draft_id var to core.posting_modify_template_vars

  • Kailey Truscott <kinerity@yahoo.com>

    Kailey Truscott <kinerity@yahoo.com> cc23ac887cb124f18629d774eb89ddba75668b7c

    [ticket/13974] Change userdata type from string to array
    Change the docblock for userdata from string to array.

    PHPBB3-13974

    • phpBB/includes/mcp/mcp_post.php (version cc23ac887cb124f18629d774eb89ddba75668b7c)
  • Kailey Truscott <kinerity@yahoo.com>

    Kailey Truscott <kinerity@yahoo.com> 607f2e791f4b6a4c9670a3dad7e62c2c58939cbf

    [ticket/13974] Add core.mcp_change_poster_after event
    Create a new event to perform additional tasks after chainging a post's
    poster.

    PHPBB3-13974

    • phpBB/includes/mcp/mcp_post.php (version 607f2e791f4b6a4c9670a3dad7e62c2c58939cbf)
  • Marco Kubuntu <marcovoort@gmail.com>

    Marco Kubuntu <marcovoort@gmail.com> 6f189636363d7ab2e373932d392ec4818b10c84a

    [ticket/13971] Add draft_id var to event core.posting_modify_template_vars
    Added draft_id to the core.posting_modify_template_vars event in posting.php,
    to provide the ability to use the 'checked' draft_id in extensions,
    in addition to the 'raw' draft_id provided in earlier events in posting.php

    PHPBB3-13971

    • phpBB/posting.php (version 6f189636363d7ab2e373932d392ec4818b10c84a)