Tests pending pull requests

Build: #6237 was successful Manual run by Build Robot

Code commits

phpBB Ascraeus

  • Tristan Darricau <tristan.darricau@sensiolabs.com>

    Tristan Darricau <tristan.darricau@sensiolabs.com> 4989df66a26fb8646326e1468a4ba2a6c84a8659

    Merge pull request #4008 from Zoddo/ticket/14261
    [ticket/14261] Move the update of session informations to page_footer()

    * Zoddo/ticket/14261:
      [ticket/14261] Fix tests by removing old code.
      [ticket/14261] Move the update of session informations to page_footer()

  • Tristan Darricau <tristan.darricau@sensiolabs.com>

    Tristan Darricau <tristan.darricau@sensiolabs.com> a4c1daa259ea6ce0023a25ef59cdb281702d029a

    Merge pull request #4069 from marc1706/ticket/14346
    [ticket/14346] Do not turn version red if update status is unknown

    * marc1706/ticket/14346:
      [ticket/14346] Do not turn version red if update status is unknown

  • Tristan Darricau <tristan.darricau@sensiolabs.com>

    Tristan Darricau <tristan.darricau@sensiolabs.com> ab8dc92d2625b0b46d2b9c2a08331073d00b08cb

    Merge pull request #4063 from marc1706/ticket/14339
    [ticket/14339] Properly state PHP version support

    * marc1706/ticket/14339:
      [ticket/14339] Properly state PHP version support

  • Marc

    Marc 4a92b85cadf7f0fad62a87f7b7fb001cc1bab132

    [ticket/14346] Do not turn version red if update status is unknown
    PHPBB3-14346

    • phpBB/adm/style/acp_main.html (version 4a92b85cadf7f0fad62a87f7b7fb001cc1bab132)
  • Marc

    Marc e8247faacc64dd5938a07e5aacf9e9d031933af5

    [ticket/14339] Properly state PHP version support
    PHPBB3-14339

    • phpBB/composer.json (version e8247faacc64dd5938a07e5aacf9e9d031933af5)
    • phpBB/docs/INSTALL.html (version e8247faacc64dd5938a07e5aacf9e9d031933af5)
    • phpBB/docs/README.html (version e8247faacc64dd5938a07e5aacf9e9d031933af5)
  • Zoddo <zoddo.ino@gmail.com>

    Zoddo <zoddo.ino@gmail.com> fbacd1df16dfe15bb4aa2d69d9c743e7a5e7b893

    [ticket/14261] Fix tests by removing old code.
    This will obselete GH-4007

    PHPBB3-14261
    PHPBB3-13202

    • phpBB/phpbb/session.php (version fbacd1df16dfe15bb4aa2d69d9c743e7a5e7b893)
  • Zoddo <zoddo.ino@gmail.com>

    Zoddo <zoddo.ino@gmail.com> 88dd8a4849915b3b5962118885b574a37e596a00

    [ticket/14261] Move the update of session informations to page_footer()
    Currently, the unique way to disable the update of session_page is to pass
    "false" to the parameter of session_begin(). This method is directly
    called in app.php, so pages served from the routing system can't disable
    the update of session informations.

    By moving the update to page_footer, we can allow controllers to tell to
    the session manager that we don't want to update the session infos.

    PHPBB3-14261

    • phpBB/includes/functions.php (version 88dd8a4849915b3b5962118885b574a37e596a00)
    • phpBB/includes/functions_acp.php (version 88dd8a4849915b3b5962118885b574a37e596a00)
    • phpBB/phpbb/session.php (version 88dd8a4849915b3b5962118885b574a37e596a00)