Commit graph

38383 commits

Author SHA1 Message Date
Marc Alexander
d17ead1b03
Merge pull request #6354 from marc1706/ticket/16950
[ticket/16950] Make download_test URLs work without URL rewrite
2022-01-15 13:27:00 +01:00
rxu
c75a9b772a
[ticket/16902] Fix PostgreSQL search TypeError
PHPBB3-16902
2022-01-15 13:16:57 +07:00
rxu
54fd71ea2e
[ticket/16902] Make flood interval control in tests consistent
Also remove crawler dumping tool

PHPBB3-16902
2022-01-15 12:41:09 +07:00
rxu
f7a240f3fa
[ticket/16902] Add search index created assertion to test
PHPBB3-16902
2022-01-15 12:08:09 +07:00
rxu
f14bf0ab9a
[ticket/16902] Add search index deleted assertion to test
PHPBB3-16902
2022-01-15 12:08:08 +07:00
rxu
343551f2ce
[ticket/16902] Fix PosgreSQL author topics search results count
PHPBB3-16902
2022-01-15 12:08:08 +07:00
rxu
97906a736f
[ticket/16902] Extend test
PHPBB3-16902
2022-01-15 12:08:05 +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
5e43f6195c
[ticket/16902] Make flood interval control in tests consistent
Also remove crawler dumping tool

PHPBB3-16902
2022-01-15 10:37:45 +07:00
rxu
6846eeaa48
[ticket/16902] Add search index created assertion to test
PHPBB3-16902
2022-01-15 10:19:12 +07:00
rxu
b602b57b02
[ticket/16902] Add search index deleted assertion to test
PHPBB3-16902
2022-01-15 10:19:11 +07:00
rxu
ba487a24dc
[ticket/16902] Fix PosgreSQL author topics search results count
PHPBB3-16902
2022-01-15 10:18:16 +07:00
rxu
015c9313a7
[ticket/16902] Extend test
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
MichaIng
3f56bbb9d1 [ticket/16930] Remove redundant topic ID from last post URL
Since U_LAST_POST contains the post ID, the topic ID is not required.
This shortens the URL and helps with SEO by reducing the amount of
redundant parameters in internal links.

PHPBB3-16930

Signed-off-by: MichaIng <micha@dietpi.com>
2022-01-15 02:27:13 +01:00
Marc Alexander
6adb1bf12a
[ticket/16950] Make download_test URLs work without URL rewrite
PHPBB3-16950
2022-01-14 21:28:51 +01:00
Marc Alexander
b5b8d26536
Merge branch '3.3.x' 2022-01-12 21:26:12 +01:00
Marc Alexander
44d0a3a716
Merge pull request #6343 from rxu/ticket/16933
[ticket/16933] Consistent handling of hyphen by phpBB Native search backend
2022-01-12 21:26:10 +01:00
Marc Alexander
f84d13693f
Merge branch '3.3.x' 2022-01-12 21:24:04 +01:00
Marc Alexander
999122acdb
Merge pull request #6342 from Mikir2021/ticket/16914
[ticket/16914] Added missing id to language select element
2022-01-12 21:24:02 +01:00
Marc Alexander
a5c1663dc3
Merge branch '3.3.x' 2022-01-12 21:18:28 +01:00
Marc Alexander
c785c4b716
Merge pull request #6332 from rxu/ticket/16912
[ticket/16912] Rewrite email headers encoding method
2022-01-12 21:18:26 +01:00
Marc Alexander
b9a22c02e5
[ticket/16935] Remove not needed truncate on new table
PHPBB3-16935
2022-01-12 21:16:00 +01:00
Marc Alexander
f8aa5fa34d
Merge pull request #6344 from marc1706/ticket/16936
[ticket/16936] Add psalm dependency and basic configuration file
2022-01-06 10:50:14 +01:00
rxu
b305070e0a
[ticket/16912] Adjust code
PHPBB3-16912
2021-12-24 20:44:15 +07:00
Marc Alexander
5f3fd2739e Merge branch '3.3.x' 2021-12-23 22:27:19 +01:00
Marc Alexander
758d6ddbb9 Merge pull request #6348 from DaRk1V0iD/ticket/16940_master
[ticket/16940] Optimize phpBB Native Search [master]
2021-12-23 22:26:08 +01:00
Marc Alexander
99634d4c05 Merge pull request #6347 from DaRk1V0iD/ticket/16940_3.3.x
[ticket/16940] Optimize phpBB Native Search [3.3.x]
2021-12-23 22:24:28 +01:00
rxu
afe97fb573
[ticket/16688] Fix issues with custom repositories
Make any custom repo non-canonical to give repo.packagist.org (if enabled)
higher repository priority in case custom repo contains outdated/incorrect
packages/dependencies.

PHPBB3-16688
2021-12-20 23:53:19 +07:00
rxu
85f23474d7
[ticket/16688] Fix 'Remove' link for Extension manager
'Remove' link is broken and rendered as 'Array'.

PHPBB3-16943
2021-12-19 19:42:25 +07:00
rxu
4d9e33aa32
[ticket/16688] Fix Composer error on installing extensions via catalog
Do not pass packages update list on installing extension.

PHPBB3-16943
2021-12-19 18:16:11 +07:00
rxu
6404ed2502
[ticket/16688] Do not restore current working dir before json file restoring
PHPBB3-16688
2021-12-19 16:57:40 +07:00
rxu
d4d26987e5
[ticket/16688] Fix PHP fatal errors on installing extensions via catalog
PHPBB3-16688
2021-12-18 18:49:37 +07:00
Dark❶
a4302d9fa5
[ticket/16940] Optimize phpBB Native Search
PHPBB3-16940
2021-12-14 16:28:50 +05:30
Dark❶
fad1c652c0
[ticket/16940] Optimize phpBB Native Search
PHPBB3-16940
2021-12-14 16:26:39 +05:30
Marc Alexander
7911c9cb73
Merge branch '3.3.x' 2021-12-13 20:23:16 +01:00
Marc Alexander
1df74005a8
Merge pull request #6318 from 3D-I/ticket/16899
[ticket/16899] Add SVG and WEBP to ranks, smilies and topic icons
2021-12-13 20:23:13 +01:00
Marc Alexander
d4b5d74dfd
Merge pull request #8 from rxu/ticket/16935
[ticket/16935] Add sphinx tests
2021-12-13 16:57:19 +01:00
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❶
c7856ce162
[ticket/16940] Optimize phpBB Native Search
- Use `ORDER BY post_id ASC` for batch posts.

PHPBB3-16940
2021-12-13 19:36:36 +05:30
Dark❶
ff6f7c4186
[ticket/16940] Optimize phpBB Native Search
- Fixed infinite loop

PHPBB3-16940
2021-12-13 00:38:35 +05:30
Dark❶
cccf01447f
[ticket/16940] Optimize phpBB Native Search
- Fixed infinite loop

PHPBB3-16940
2021-12-13 00:37:04 +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❶
ddc3eaa5bf
[ticket/16940] Optimize phpBB Native Search
- Removed `end()` replaced with `$ids[count($ids) - 1]`

PHPBB3-16940
2021-12-12 20:44:37 +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
Dark❶
65fa73855c
[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 19:51:50 +05:30
Marc Alexander
2457eea876
Merge branch '3.3.x' 2021-12-12 11:00:24 +01:00