Tests pending pull requests

Build: #10143 failed Manual run by Build Robot

Code commits

phpBB 3.3.x

  • Marc

    Marc 565053f508b0be88c2a6f22c636ed5aa0cbc1acf

    Merge pull request #6573 from rxu/ticket/17232
    [ticket/17232] Improve SQL error messages handling

  • Marc

    Marc 5a922ffa5bec83816aefd11cbbc113f65153b905

    Merge pull request #6578 from marc1706/ticket/17280
    [ticket/17280] Fall back to branch when no valid title found

  • Marc

    Marc b4ff57e2a42599e5c89f2f94517e80fcd5e1a91d

    [ticket/17280] Fall back to branch when no valid title found
    PHPBB3-17280

    • git-tools/hooks/prepare-commit-msg (version b4ff57e2a42599e5c89f2f94517e80fcd5e1a91d)
  • rxu

    rxu 6a8140e82b3a9854283ac5c5794be530a6163ba0 m

    [ticket/17232] Improve SQL error messages handling
    PHP 7 changes how most errors are reported by PHP. Instead of reporting errors
    through the traditional error reporting mechanism used by PHP 5, most errors
    are now reported by throwing Error exceptions.
    Use it to display meaningful SQL error messages instead of PHP fatal errors
    for SQL errors.

    PHPBB3-17232

    • phpBB/phpbb/db/driver/mssql_odbc.php (version 6a8140e82b3a9854283ac5c5794be530a6163ba0)
    • phpBB/phpbb/db/driver/mssqlnative.php (version 6a8140e82b3a9854283ac5c5794be530a6163ba0)
    • phpBB/phpbb/db/driver/mysqli.php (version 6a8140e82b3a9854283ac5c5794be530a6163ba0)
    • phpBB/phpbb/db/driver/postgres.php (version 6a8140e82b3a9854283ac5c5794be530a6163ba0)
    • phpBB/phpbb/db/driver/sqlite3.php (version 6a8140e82b3a9854283ac5c5794be530a6163ba0)
    • phpBB/phpbb/db/tools/factory.php (version 6a8140e82b3a9854283ac5c5794be530a6163ba0)
    • phpBB/phpbb/db/tools/sqlite3.php (version 6a8140e82b3a9854283ac5c5794be530a6163ba0)