Commit graph

36304 commits

Author SHA1 Message Date
Marc Alexander
8a3164aaf7
[ticket/16872] Add event exporter for BBCode
PHPBB3-16872
2022-01-22 16:52:45 +01: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
Marc Alexander
a18a47eb34
Merge branch '3.3.x' 2022-01-21 22:40:53 +01:00
Marc Alexander
6caf2f83ad
[3.3.x] Update versions to 3.3.7-dev 2022-01-21 22:15:12 +01:00
Marc Alexander
4805e705ad
Merge branch 'prep-release-3.3.6' into 3.3.x 2022-01-21 22:13:26 +01:00
Marc Alexander
9bf6e7f32e
[prep-release-3.3.6] Update changelog for 3.3.6-RC1 2022-01-19 22:11:25 +01:00
Marc Alexander
c93381ff04
[prep-release-3.3.6] Add migration for 3.3.6-RC1 2022-01-19 22:09:33 +01:00
Marc Alexander
88b79aba00
[prep-release-3.3.6] Update version numbers to 3.3.6 2022-01-19 22:09:29 +01:00
Marc Alexander
3e0f58332d
Merge branch '3.3.x' 2022-01-19 21:37:32 +01:00
Marc Alexander
9c6df33e3b
Merge pull request #6257 from xchwarze/patch-1
[ticket/16828] Add hook event before find_users_for_notification() ex…
2022-01-19 21:37:20 +01:00
Marc Alexander
1e0a3947b8
Merge branch '3.3.x' 2022-01-19 20:40:22 +01:00
Marc Alexander
3b50ddf9f8
Merge pull request #6352 from rxu/ticket/16902-master
[ticket/16902] Improve search results count - master
2022-01-19 20:34:29 +01:00
Marc Alexander
605726a4d7
Merge pull request #6321 from rxu/ticket/16902
[ticket/16902] Improve search results count - 3.3.x
2022-01-19 20:33:58 +01:00
Marc Alexander
3103e99dc7
[ticket/16828] Adjust event to allow modifying notified_users and early return
PHPBB3-16828
2022-01-19 20:32:10 +01:00
rxu
a8c93ff661
[ticket/16902] Fix docblock
PHPBB3-16902
2022-01-19 09:23:56 +07:00
rxu
0a88251fe5
[ticket/16902] Fix docblock
PHPBB3-16902
2022-01-19 09:17:36 +07:00
Máté Bartus
e92b5caf66
Merge pull request #6273 from CHItA/ticket/16741
[ticket/16741] Database tools to use Doctrine
2022-01-17 20:08:50 +01:00
Marc Alexander
ce46c08e3f
Merge branch '3.3.x' 2022-01-17 17:15:49 +01:00
Marc Alexander
1f4eac13b9
Merge pull request #6341 from MichaIng/ticket/16930
[ticket/16930] Remove redundant topic ID from last post URL
2022-01-17 17:15:46 +01:00
Marc Alexander
66ecc0c19c
[ticket/16741] Split of callable into schema_perform_changes()
PHPBB3-16741
2022-01-17 17:10:06 +01:00
Marc Alexander
81cddb2bc6
[ticket/16741] Clean up functions, add missing docblocks and return type hints
PHPBB3-16741
2022-01-17 17:09:38 +01:00
Marc Alexander
5e6065ff9e
[ticket/16741] Replace deprecated functions
PHPBB3-16741
2022-01-17 17:08:42 +01:00
Marc Alexander
78528d2b32
[ticket/16741] Add support for dropping primary keys and removing constraints
PHPBB3-16741
2022-01-16 20:48:56 +01:00
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