Build: #117 failed Changes by CHItA

Stages & jobs

  1. Default Stage

Code commits

phpBB Master

  • CHItA

    CHItA e906b2c6098e2a0883bdfbcb73b8c8653bd9e426

    Merge branch '3.2.x'

  • CHItA

    CHItA 16e79d00d1766e4151e8be4b1ef95de741a746e2 m

    Merge pull request #4675 from marc1706/ticket/15044
    [ticket/15044] Create search index during installation

  • CHItA

    CHItA cd4ceb24871783e1d2efe623b8a603ff1a0fff6f m

    Merge pull request #4677 from marc1706/ticket/15050
    [ticket/15050] Use new file when new file already exists

  • Marc

    Marc b5ed02d03c2a28e01e68c9f52fc9044fae2de05c m

    [ticket/15050] Remove extra whitespace
    PHPBB3-15050

    • phpBB/phpbb/install/module/update_filesystem/task/diff_files.php (version b5ed02d03c2a28e01e68c9f52fc9044fae2de05c)
  • Marc

    Marc f66594bf93ca2604be73ef094555af571a55ea9b m

    [ticket/15050] Use new file when new file already exists
    Instead of trying to diff the new file against a pre-existing file,
    we're just going to use the new file. It's impossible to know whether
    the pre-existing file is newer or older than the new file. As the
    system will rely on the files being in the "new" state it's better
    to simply use the file in "new" state.

    PHPBB3-15050

    • phpBB/phpbb/install/module/update_filesystem/task/diff_files.php (version f66594bf93ca2604be73ef094555af571a55ea9b)
  • Marc

    Marc 10dee52c18286524e62b10499120f7f8a4ca99e4 m

    [ticket/15044] Make sure fulltext native min and max are numbers
    PHPBB3-15044

    • phpBB/phpbb/search/fulltext_native.php (version 10dee52c18286524e62b10499120f7f8a4ca99e4)
  • Marc

    Marc a03047da5b0f640d4428a74012453df3dfa4f070 m

    [ticket/15044] Add module task for creating search index during install
    PHPBB3-15044

    • phpBB/config/installer/container/services_install_data.yml (version a03047da5b0f640d4428a74012453df3dfa4f070)
    • phpBB/language/en/install.php (version a03047da5b0f640d4428a74012453df3dfa4f070)
    • phpBB/phpbb/install/module/install_data/task/create_search_index.php (version a03047da5b0f640d4428a74012453df3dfa4f070)