1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-30 11:11:23 +02:00

4561 Commits

Author SHA1 Message Date
Marc Alexander
659f37c1c4
Merge branch 'ticket/16891' into ticket/16891-master 2022-01-31 21:48:53 +01:00
Marc Alexander
e1b73e4fba
Merge branch '3.3.x' 2022-01-31 20:55:15 +01:00
Marc Alexander
c4fcbc2cbd
[ticket/16891] Add mock to purge extension manager cache in tests
PHPBB3-16891
2022-01-31 20:34:24 +01:00
Marc Alexander
7992b3f476
[ticket/16891] Update test files to work with changed cache service
PHPBB3-16891
2022-01-31 20:34:23 +01:00
Marc Alexander
420f494628
Merge branch 'prep-release-3.3.6' into 3.3.x 2022-01-31 20:33:10 +01:00
Marc Alexander
0fe95a032b
[ticket/16956] Remove router cache flag
The deferred purge will be used in the future instead. The cache flag in the
router only causes additional issues by trying to rebuild the routing
mid-request

PHPBB3-16956
2022-01-31 16:52:19 +01:00
Marc Alexander
be1de2c4b0
Merge branch '3.3.x' 2022-01-25 22:13:23 +01:00
Marc Alexander
919ff4575b
Merge pull request #6356 from marc1706/ticket/13821
[ticket/13821] Support displaying ignored posts on post review page
2022-01-25 22:13:21 +01:00
Marc Alexander
d728c0fd8b
Merge branch '3.3.x' 2022-01-25 22:11:10 +01:00
Marc Alexander
d08843853e
[ticket/16956] Remove use of recently changed status for extensions
PHPBB3-16956
2022-01-23 20:51:50 +01:00
Marc Alexander
97356d9879
[ticket/13821] Remove HTML from PHP files and deduplicate lang variable
PHPBB3-13821
2022-01-22 23:50:33 +01:00
Marc Alexander
f7538e7d37
Merge pull request #6350 from rxu/ticket/16688
[ticket/16688] Fix PHP fatal errors on installing extensions via catalog
2022-01-22 20:53:26 +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
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
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
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
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
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
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
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
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
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
d4d26987e5
[ticket/16688] Fix PHP fatal errors on installing extensions via catalog
PHPBB3-16688
2021-12-18 18:49:37 +07:00
rxu
165adb3b07
[ticket/16935] Add sphinx tests
PHPBB3-16935
2021-12-13 21:16:14 +07:00
rxu
4a78202f96
[ticket/16933] Fix test
PHPBB3-16933
2021-12-11 19:46:47 +07:00
rxu
d6a591cde3
[ticket/16933] Consistent handling of hyphen by phpBB Native search backend
PHPBB3-16933
2021-12-11 19:03:29 +07:00
Marc Alexander
d4b119893b
Merge branch '3.3.x' 2021-12-07 21:58:15 +01:00
Marc Alexander
ec75f1741b
Merge pull request #6337 from marc1706/ticket/16924
[ticket/16924] Do not double escape values inserted into config table
2021-12-07 21:57:47 +01:00
Máté Bartus
e93c914da3 [ticket/16741] Fix tests
PHPBB3-16741
2021-12-05 18:27:56 +01:00
Máté Bartus
a0584b8677 [ticket/16741] Code review fixes
PHPBB3-16741
2021-12-05 11:19:05 +01:00
Marc Alexander
e9720f5545
Merge branch '3.3.x' 2021-12-03 21:08:15 +01:00
Marc Alexander
c1b88de806
Merge pull request #6312 from rxu/ticket/16895
[ticket/16895] Fix role removal for migrator permission tool
2021-12-03 21:06:14 +01:00
Marc Alexander
8cc6075d92
[ticket/16924] Do not double escape values inserted into config table
PHPBB3-16924
2021-12-02 21:01:45 +01:00
Marc Alexander
03b36d46c3
[ticket/16924] Add test to cover potential escaping of json values
PHPBB3-16924
2021-12-02 20:59:06 +01:00
Marc Alexander
5742056913
Merge branch '3.3.x' 2021-11-30 21:54:20 +01:00
Marc Alexander
39905eaf4b
Merge pull request #6324 from rxu/ticket/16908
[ticket/16908] Fix PHP warning on non-existent post id requests
2021-11-30 21:54:09 +01:00
Marc Alexander
534cef94c9
Merge pull request #6323 from rxu/ticket/16904
[ticket/16904] Fix regression in MCP for topics selection
2021-11-30 21:11:39 +01:00