1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-24 18:41:52 +02:00
Commit Graph

29 Commits

Author SHA1 Message Date
rxu
e7ccc1e6b2 Merge branch 'ticket/17115' into ticket/17115-master 2023-03-16 21:54:13 +07:00
Ruben Calvo
6de699d318 [ticket/12683] Small code style improvements
PHPBB3-12683
2022-12-11 17:16:44 +01:00
Ruben Calvo
23ce5121a4 [ticket/12683] Code review
PHPBB3-12683
2022-12-11 17:16:44 +01:00
rubencm
d55f1e04eb [ticket/12683] phpdoc and spaces
PHPBB3-12683
2022-12-11 17:16:44 +01:00
rubencm
9a6d42770e [ticket/12683] Remove check to avoid index twice (ticket 16755)
PHPBB3-12683
2022-12-11 17:16:44 +01:00
rubencm
f4977853be [ticket/12683] Pass tables via parameter and small fix
PHPBB3-12683
2022-12-11 17:16:44 +01:00
rubencm
f1a2558cfe [ticket/16738] Multiple changes
Add post helper to get last post id
Launch exception if an action is in progress
Launch an exception if the action is already done
When listing search backend in cli, if the active
backend is not indexed an error is launched
Add state to commands
Fix small error in sphinx search backend

PHPBB3-16738
2022-12-11 17:16:44 +01:00
Marc Alexander
0a64ffa834 Merge branch '3.3.x' 2022-04-30 22:46:05 +02:00
rxu
b1f6f93d99 [ticket/16976] Fix search results count for in-topic/in-forum search
PHPBB3-16976
2022-03-27 13:32:01 +07:00
rxu
d44dd404a3 [ticket/16976] Fix search results count
PHPBB3-16976
2022-03-27 13:32:00 +07:00
rxu
5a69fc22b4 [ticket/16902] Improve test, use DISTINCT for precise results count
PHPBB3-16902
2022-01-15 11:11:11 +07:00
rxu
f78f3135fc [ticket/16902] Improve search results count for MySQL
PHPBB3-16902
2022-01-15 11:11:10 +07:00
Marc Alexander
b5b8d26536 Merge branch '3.3.x' 2022-01-12 21:26:12 +01:00
rubencm
257f59ed66 [ticket/16758] Initialize search_query property with an empty string
PHPBB3-16758
2021-04-15 21:41:24 +02:00
rubencm
6ae68baa2e [ticket/15540] Code changes
PHPBB3-15540
2021-03-23 22:23:10 +01:00
rubencm
658a0489d0 [ticket/15540] Add types
PHPBB3-15540
2021-03-23 12:11:33 +01:00
rubencm
cd8c09d0b3 [ticket/15540] Fix test
PHPBB3-15540
2021-03-23 10:23:50 +01:00
rubencm
656e57fbf6 [ticket/15540] Properties
PHPBB3-15540
2021-03-23 04:16:34 +01:00
rubencm
16220058d3 [ticket/15540] Decouple create_index and delete_index from acp
PHPBB3-15540
2021-03-23 01:47:05 +01:00
rubencm
9dac66071e [ticket/15540] Check method signatures, visibility, etc
PHPBB3-15540
2021-03-22 21:57:02 +01:00
rubencm
fd45ce1e91 [ticket/15540] Method init
PHPBB3-15540
2021-03-22 21:57:02 +01:00
rubencm
457c750773 [ticket/15540] Display only available search backends
PHPBB3-15540
2021-03-22 21:57:02 +01:00
rubencm
911a31d898 [ticket/15540] Add types and phpdoc
PHPBB3-15540
2021-03-22 21:57:02 +01:00
rubencm
9b8ddc2698 [ticket/15540] Move create_index and add delete_index to base
PHPBB3-15540
2021-03-22 21:57:02 +01:00
rubencm
d78896d581 [ticket/15540] Fix post counter
PHPBB3-15540
2021-03-22 21:57:02 +01:00
rubencm
1bc9cbefb2 [ticket/15540] Fix tests
PHPBB3-15540
2021-03-22 21:57:02 +01:00
rubencm
5fd2c51ca8 [ticket/15540] Fix tests and small fixes
PHPBB3-15540
2021-03-22 21:57:02 +01:00
rubencm
cc0d4efc8f [ticket/15540] Remove delete_index and move create_index to fulltext_native
PHPBB3-15540
2021-03-22 21:57:02 +01:00
Ruben Calvo
2aabf560b4 [ticket/15540] Refactor search backend classes to Symfony services
PHPBB3-15540
2021-03-22 21:57:02 +01:00