Tests pending pull requests

Build: #3603 was successful Manual run by Build Robot

Code commits

phpBB Ascraeus

  • Joas Schilling

    Joas Schilling 240ff277070844a11bc541c750818af568960d20

    Merge pull request #3000 from rxu/ticket/13110
    [ticket/13110] Add core event to the page_footer() function

  • Joas Schilling

    Joas Schilling 90241ae4e66b3f8d40eb823c0d4434183af02864

    Merge pull request #2947 from rxu/ticket/13059
    [ticket/13059] Add core event to generate_page_link()

  • rxu

    rxu ce4035fdd35545638e3bdbeea8f50f5f1de0c943 m

    [ticket/13059] Add core event to generate_page_link()
    Add core event to generate_page_link() to allow
    overriding/modifying pagination URLs.
    Event request: http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=45905

    PHPBB3-13059

    • phpBB/config/services.yml (version ce4035fdd35545638e3bdbeea8f50f5f1de0c943)
    • phpBB/phpbb/pagination.php (version ce4035fdd35545638e3bdbeea8f50f5f1de0c943)
    • tests/mock/event_dispatcher.php (version ce4035fdd35545638e3bdbeea8f50f5f1de0c943)
    • tests/pagination/pagination_test.php (version ce4035fdd35545638e3bdbeea8f50f5f1de0c943)
  • rxu

    rxu eb2aa1f83a9f3a032e3574612fb4e56ce4d2e520 m

    [ticket/13110] Add core event to the page_footer() function
    Add core event to the page_footer() in includes/functions.php to allow
    extensions handling overall page output before its displaying.

    PHPBB3-13110

    • phpBB/includes/functions.php (version eb2aa1f83a9f3a032e3574612fb4e56ce4d2e520)