2e37b2dc2d
[prep-release-3.3.6] Update changelog for 3.3.6
release-3.3.6
2022-03-14 21:17:29 +01:00
8d6a9245c1
[prep-release-3.3.6] Add migration for 3.3.6
2022-03-14 21:17:13 +01:00
1a8950d01b
[prep-release-3.3.6] Update version numbers to 3.3.6
2022-03-14 21:17:11 +01:00
b4fa01e943
[prep-release-3.3.6] Update stylesheet hashes
2022-03-14 21:15:42 +01:00
cd057c126a
Merge pull request #66 from phpbb/ticket/security-273
...
[ticket/security-273] Reset reset token info when re-activating account
2022-03-14 17:58:58 +01:00
377ebacf0d
Merge pull request #65 from phpbb/ticket/security-272
...
[ticket/security-272] Use longer random string for activation key
2022-03-14 17:51:07 +01:00
fb2d1c2a28
Merge pull request #6368 from marc1706/ticket/15028
...
[ticket/15028] Rename automatic to advanced update
2022-03-13 19:46:19 +01:00
da2364b2c1
[ticket/15028] Replace remaining mentions of automatic update with advanced
...
PHPBB3-15028
2022-03-12 22:53:18 +01:00
a5899494b9
[ticket/19969] Hide flash status when post settings disallow [FLASH] BBCode
...
Add check for S_BBCODE_FLASH around FLASH_STATUS
PHPBB3-16969
2022-03-06 17:08:31 -07:00
86e009ad15
[ticket/16959] Remove redundant URL parameters from notification mails
...
Some phpBB forum notification emails send URLs to the forum with redundant URL
parameters, notably a forum IDs with topic URLs.
To have shorter and cleaner URLs, those are hereby removed.
Signed-off-by: MichaIng <micha@dietpi.com >
PHPBB3-16959
2022-03-04 01:21:00 +01:00
cc60a63f22
Merge pull request #6370 from rxu/ticket/16962
...
[ticket/16962] Fix datetime format test
2022-02-22 22:38:04 +01:00
4044900c69
[ticket/15028] Rephrase "recommendation" of who should use advanced update
...
PHPBB3-15028
2022-02-22 21:15:58 +01:00
e84cf2e5ba
[ticket/16962] Fix datetime format test
...
PHPBB3-16962
2022-02-22 14:55:38 +07:00
e78664d68b
[ticket/15028] Rename automatic to advanced update
...
Also made it clear that it's only for expert users.
PHPBB3-15028
2022-02-20 11:18:30 +01:00
a466be10c2
[ticket/16966] Fix redirect link after permanently deleting posts
...
PHPBB3-16966
2022-02-11 20:18:56 +07:00
4e5b9b23de
[ticket/security-273] Reset reset token info when re-activating account
...
SECURITY-273
2022-02-10 21:37:34 +01:00
9bc98278fe
[ticket/security-272] Use strtolower for actkey
...
SECURITY-272
2022-02-10 21:23:34 +01:00
33a789e030
[ticket/security-272] Use longer random string for activation key
...
SECURITY-272
2022-02-10 21:23:33 +01:00
c9db94f91c
Merge branch 'prep-release-3.3.6' into 3.3.x
2022-02-10 21:19:01 +01:00
3cf83f1a62
Merge pull request #6364 from marc1706/ticket/16964
...
[ticket/16964] Update composer and dependencies to latest versions
2022-02-10 21:18:48 +01:00
d0344b9318
[ticket/16964] Update composer dependencies to latest versions
...
PHPBB3-16964
2022-02-05 08:59:35 +01:00
4072dd0246
[ticket/16964] Update composer to 2.2.6
...
PHPBB3-16964
2022-02-05 08:58:34 +01:00
6a6d83c674
Merge branch 'prep-release-3.3.6' into 3.3.x
2022-02-05 08:55:58 +01:00
94fe538100
Merge pull request #6355 from marc1706/ticket/16872
...
[ticket/16872] Add event exporter for BBCode
2022-02-05 08:55:45 +01:00
4f9252568a
Merge pull request #6359 from marc1706/ticket/16891
...
ticket/16891] Add new method for deferring cache purge to end of request
2022-02-01 20:20:10 +01:00
5017dbd58d
[ticket/16891] Rename constant for event name of deferred purge
...
PHPBB3-16891
2022-01-31 20:34:24 +01:00
c4fcbc2cbd
[ticket/16891] Add mock to purge extension manager cache in tests
...
PHPBB3-16891
2022-01-31 20:34:24 +01:00
3be1e3029e
[ticket/16891] Remove unused use statements
...
PHPBB3-16891
2022-01-31 20:34:23 +01:00
7992b3f476
[ticket/16891] Update test files to work with changed cache service
...
PHPBB3-16891
2022-01-31 20:34:23 +01:00
9dc25510a1
[ticket/16891] Add new method for deferring cache purge to end of request
...
PHPBB3-16891
2022-01-31 20:34:23 +01:00
420f494628
Merge branch 'prep-release-3.3.6' into 3.3.x
2022-01-31 20:33:10 +01:00
8e4559f49f
Merge pull request #6363 from marc1706/ticket/16956
...
[ticket/16956] Remove router cache flag
2022-01-31 20:32:56 +01:00
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
9446db9cde
Merge pull request #6360 from marc1706/ticket/16960
...
[ticket/16960] Set config.php service even if container is not compiled
2022-01-30 21:45:07 +01:00
adea3e734a
[ticket/16960] Set config.php service even if container is not compiled
...
PHPBB3-16960
2022-01-30 15:19:28 +01:00
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
ee56f0fe7d
Merge branch 'prep-release-3.3.6' into 3.3.x
2022-01-25 22:10:59 +01:00
893dad0297
Merge pull request #6357 from marc1706/ticket/16956
...
[ticket/16956] Remove use of recently changed status for extensions
2022-01-25 22:10:37 +01:00
d08843853e
[ticket/16956] Remove use of recently changed status for extensions
...
PHPBB3-16956
2022-01-23 20:51:50 +01:00
97356d9879
[ticket/13821] Remove HTML from PHP files and deduplicate lang variable
...
PHPBB3-13821
2022-01-22 23:50:33 +01:00
9f09dec049
[ticket/13821] Support displaying ignored posts on post review page
...
PHPBB3-13821
2022-01-22 22:28:04 +01:00
8a3164aaf7
[ticket/16872] Add event exporter for BBCode
...
PHPBB3-16872
2022-01-22 16:52:45 +01:00
6caf2f83ad
[3.3.x] Update versions to 3.3.7-dev
2022-01-21 22:15:12 +01:00
4805e705ad
Merge branch 'prep-release-3.3.6' into 3.3.x
2022-01-21 22:13:26 +01:00
9bf6e7f32e
[prep-release-3.3.6] Update changelog for 3.3.6-RC1
release-3.3.6-RC1
2022-01-19 22:11:25 +01:00
c93381ff04
[prep-release-3.3.6] Add migration for 3.3.6-RC1
2022-01-19 22:09:33 +01:00
88b79aba00
[prep-release-3.3.6] Update version numbers to 3.3.6
2022-01-19 22:09:29 +01:00
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
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
3103e99dc7
[ticket/16828] Adjust event to allow modifying notified_users and early return
...
PHPBB3-16828
2022-01-19 20:32:10 +01:00