Build: #1130 was successful Changes by Marc

Code commits

phpBB Master

  • Marc

    Marc 49cb6d1e1cef751941c0bd32e9ca9b131b9ec626

    Merge branch '3.3.x'

  • Marc

    Marc 458940217b0e9810e9a70e6c47876c7647b84395 m

    Merge pull request #6456 from battye/ticket/17025
    [ticket/17025] Move post destination topic field should not be populated with a zero

  • Marc

    Marc 3a34b088265952a90f2fcae1683aba731124449e

    Merge branch '3.3.x'

  • Marc

    Marc 4a9b201ae51ef31c4cea9605cd52265354cc26ef

    Merge pull request #6441 from marc1706/ticket/16913_master
    [ticket/16913] Add Search Index Progress Bar with Stats [master]

  • Marc

    Marc 1b82ea8a11aadb025cb8c8c67b39b692af557ddd m

    Merge pull request #6410 from DaRk1V0iD/ticket/16913_3.3.x
    [ticket/16913] Add Search Index Progress Bar with Stats [3.3.x]

  • battye <administration@online-scrabble.com>

    battye <administration@online-scrabble.com> 33ba9f3392a65a920028c6183975d2e28c214a87 m

    [ticket/17025] Fix MCP move posts topic ID 0
    PHPBB3-17025

    • phpBB/includes/mcp/mcp_topic.php (version 33ba9f3392a65a920028c6183975d2e28c214a87)
  • Marc

    Marc 91c83fd566aa351920a26fc3d0545ccb7e39b939 m

    [ticket/16913] Move progress bar code to after search state init
    PHPBB3-16913

    • phpBB/includes/acp/acp_search.php (version 91c83fd566aa351920a26fc3d0545ccb7e39b939)
  • Marc

    Marc 83dfa4847b997347a5751298f686ef7a6bdfb7b3 m

    [ticket/16913] Remove duplicate parsing of language variables
    PHPBB3-16913

    • phpBB/includes/acp/acp_search.php (version 83dfa4847b997347a5751298f686ef7a6bdfb7b3)
  • Marc

    Marc df476f733f9e0396213024a4b37c61d211fa1994 m

    [ticket/16913] Move code in index action and remove not needed global
    PHPBB3-16913

    • phpBB/includes/acp/acp_search.php (version df476f733f9e0396213024a4b37c61d211fa1994)
  • Marc

    Marc 94ed73b8123338acd6d45c6596fed979dd28af43 m

    Merge branch 'ticket/16913_3.3.x' into ticket/16913_master

  • Marc

    Marc 3db6cc98f55e1b0c2b8a606d2d21bd534b2fb686 m

    [ticket/16913] Move progress bar HTML to acp_search.html
    PHPBB3-16913

    • phpBB/adm/style/acp_search.html (version 3db6cc98f55e1b0c2b8a606d2d21bd534b2fb686)
    • phpBB/includes/acp/acp_search.php (version 3db6cc98f55e1b0c2b8a606d2d21bd534b2fb686)
  • Dark❶ <25451052+Dark1z@users.noreply.github.com>

    Dark❶ <25451052+Dark1z@users.noreply.github.com> a45f8f0796d9f11ee88080618ffd29b2f90a7f06 m

    [ticket/16913] Add Search Index Progress Bar with Stats
    - Update SQL for count of posts
    - Update search index test
    - Removed "Pop-up Progress Bar".
    - For first run display the "Success Message".
    - Display the Info from "Pop-up Progress Bar" to "Success Message".
    - Only display "Redirect" & "Rate" of post refreshed "Success Message".
    - Minor Language Fix.
    - Use `ORDER BY post_id ASC` for progress stats.
    - Removed HTML from Lang String.
    - Moved HTML to PHP file.
    - Increased the size of Progress-Bar by 2x.

    PHPBB3-16913

    • phpBB/adm/style/acp_search.html (version a45f8f0796d9f11ee88080618ffd29b2f90a7f06)
    • phpBB/includes/acp/acp_search.php (version a45f8f0796d9f11ee88080618ffd29b2f90a7f06)
    • phpBB/language/en/acp/search.php (version a45f8f0796d9f11ee88080618ffd29b2f90a7f06)
    • tests/functional/search/base.php (version a45f8f0796d9f11ee88080618ffd29b2f90a7f06)