Marc Alexander
b90f384466
[ticket/16955] Clean up rrouter and fulltext_sphinx
...
PHPBB3-16955
2022-12-28 08:37:14 +01:00
Ruben Calvo
6de699d318
[ticket/12683] Small code style improvements
...
PHPBB3-12683
2022-12-11 17:16:44 +01:00
Ruben Calvo
8cea785f36
[ticket/12683] Improve exception handling
...
PHPBB3-12683
2022-12-11 17:16:44 +01:00
Ruben Calvo
1c191868de
[ticket/12683] Undo changes in fulltext_sphinx.php
...
PHPBB3-12683
2022-12-11 17:16:44 +01:00
Ruben Calvo
e6af4c4def
[ticket/12683] Fix post index creation
...
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
1cef5f83a0
[ticket/12683] Fix test
...
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
565c806eda
[ticket/12683] Move state related code to helper class
...
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
rubencm
c2f3ba44bd
[ticket/12683] Add progress bar to delete index
...
PHPBB3-12683
2022-12-11 17:16:44 +01:00
rubencm
75bdbcf4fe
[ticket/12683] Fix create index command
...
PHPBB3-12683
2022-12-11 17:16:44 +01:00
rubencm
0a24704b4f
[ticket/12683] Add progress bar to create_index
...
PHPBB3-12683
2022-12-11 17:16:44 +01:00
Marc Alexander
0a64ffa834
Merge branch '3.3.x'
2022-04-30 22:46:05 +02:00
Marc Alexander
3308318524
Merge pull request #6377 from lionel-rowe/ticket/16981
...
[ticket/16981] Fix HTML-encoded emojis in email subject line
2022-04-30 22:27:37 +02:00
lionel-rowe
9b2f42748c
[ticket/16981] Fix HTML-encoded emojis in email subject line
...
PHPBB3-16981
2022-04-05 17:18:33 +01: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
baab5a13d9
[ticket/16976] Fix search results count for PostgreSQL
...
PHPBB3-16976
2022-03-27 13:32:00 +07:00
rxu
d44dd404a3
[ticket/16976] Fix search results count
...
PHPBB3-16976
2022-03-27 13:32:00 +07:00
rxu
6cc0fe5f95
[ticket/16976] Fix search results count for in-topic/in-forum search
...
PHPBB3-16976
2022-03-27 12:59:03 +07:00
rxu
16b27be2d0
[ticket/16976] Fix search results count for PostgreSQL
...
PHPBB3-16976
2022-03-25 20:58:36 +07:00
rxu
0dd053eeba
[ticket/16976] Fix search results count
...
PHPBB3-16976
2022-03-25 00:01:23 +07:00
Marc Alexander
869867fdbe
Merge pull request #6345 from marc1706/ticket/16935
...
[ticket/16935] Refactor sphinx to use new clases and remove unused parts
2022-01-22 09:04:43 +01:00
rxu
c75a9b772a
[ticket/16902] Fix PostgreSQL search TypeError
...
PHPBB3-16902
2022-01-15 13:16:57 +07:00
rxu
343551f2ce
[ticket/16902] Fix PosgreSQL author topics search results count
...
PHPBB3-16902
2022-01-15 12:08:08 +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
rxu
ba487a24dc
[ticket/16902] Fix PosgreSQL author topics search results count
...
PHPBB3-16902
2022-01-15 10:18:16 +07:00
rxu
e7c81cd1a6
[ticket/16902] Improve test, use DISTINCT for precise results count
...
PHPBB3-16902
2022-01-15 10:16:54 +07:00
rxu
bf7936380a
[ticket/16902] Improve search results count for MySQL
...
PHPBB3-16902
2022-01-15 10:16:14 +07:00
Marc Alexander
b5b8d26536
Merge branch '3.3.x'
2022-01-12 21:26:12 +01:00
Marc Alexander
b9a22c02e5
[ticket/16935] Remove not needed truncate on new table
...
PHPBB3-16935
2022-01-12 21:16:00 +01:00
Dark❶
a4302d9fa5
[ticket/16940] Optimize phpBB Native Search
...
PHPBB3-16940
2021-12-14 16:28:50 +05:30
rxu
165adb3b07
[ticket/16935] Add sphinx tests
...
PHPBB3-16935
2021-12-13 21:16:14 +07:00
Dark❶
6389a57633
[ticket/16940] Optimize phpBB Native Search
...
- Use `ORDER BY post_id ASC` for batch posts.
PHPBB3-16940
2021-12-13 19:39:01 +05:30
Dark❶
ff6f7c4186
[ticket/16940] Optimize phpBB Native Search
...
- Fixed infinite loop
PHPBB3-16940
2021-12-13 00:38:35 +05:30
Dark❶
90433d0d89
[ticket/16940] Optimize phpBB Native Search
...
- Removed `end()` replaced with `$ids[count($ids) - 1]`
PHPBB3-16940
2021-12-12 20:46:07 +05:30
Dark❶
0dc0527939
[ticket/16940] Optimize phpBB Native Search
...
- Use `sql_query_limit` instead of `sql_query`
- Update SQL query to reflect the above change
- Assign proper last `post_id` to `$post_counter`
PHPBB3-16940
2021-12-12 20:15:48 +05:30
Marc Alexander
9c15561a6b
[ticket/16935] Refactor sphinx to use new clases and remove unused parts
...
PHPBB3-16935
2021-12-11 22:54:22 +01:00
rxu
d6a591cde3
[ticket/16933] Consistent handling of hyphen by phpBB Native search backend
...
PHPBB3-16933
2021-12-11 19:03:29 +07:00
rubencm
257f59ed66
[ticket/16758] Initialize search_query property with an empty string
...
PHPBB3-16758
2021-04-15 21:41:24 +02:00
Máté Bartus
6eb357b421
[ticket/16754] Fix docblocks
...
PHPBB3-16754
2021-04-10 10:36:01 +02:00
rubencm
cf8b797911
[ticket/16737] Rewrite acp_search index pages
...
PHPBB3-16737
2021-03-25 03:37:30 +01: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
5c67eabeed
[ticket/15540] Fix tests
...
PHPBB3-15540
2021-03-23 02:44:57 +01:00