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
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
3103e99dc7
[ticket/16828] Adjust event to allow modifying notified_users and early return
...
PHPBB3-16828
2022-01-19 20:32:10 +01: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
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
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
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
89168c507b
[ticket/16895] Add missing return and remove not needed declarations
...
PHPBB3-16895
2021-12-03 20:14:26 +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
rxu
69b895caae
[ticket/16895] Rename custom method
...
PHPBB3-16895
2021-11-10 14:13:02 +07:00
rxu
d7f433fbf7
[ticket/16895] Rename migration file
...
PHPBB3-16895
2021-11-10 13:30:14 +07:00
Marc Alexander
8246023e0f
Merge pull request #6313 from Nicofuma/ticket/16891
...
[ticket/16891] Do not change an extension status in the midle of a request
2021-10-30 21:57:15 +02:00
Tristan Darricau
b28b94b1f1
[ticket/16891] Do not change an extension status in the middle of a request
...
When enabling an extension, it should be considered as not being enabled for
the entire request as if the "enabled" flag is switch during the request, the
extension will stay not loaded (same when disabling an extension).
Example when it can be an issue today : if the router is called for the first
time after enabling the extension and if the extension uses a custom route
loader (like phpbb/pages) then the router will fail because the custom route
will be found but the custom loader will not be loaded and available.
PHPBB3-16891
2021-10-30 04:25:31 +02:00
Tristan Darricau
ede9a6815a
[ticket/16897] Ignores sqlite3 warnings when an explain query plan query fails
...
PHPBB3-16897
2021-10-28 21:52:03 +02:00
rxu
2801415c1c
[ticket/16895] Rename language entry
...
PHPBB3-16895
2021-10-28 21:13:52 +07:00
Tristan Darricau
1d4fbd240e
[ticket/16898] Do not restrict the debug error handler to the dev env
...
PHPBB3-16898
2021-10-26 20:23:28 +02:00
rxu
7275cdd152
[ticket/16895] Adjust test
...
PHPBB3-16895
2021-10-27 00:15:46 +07:00
rxu
b1e6fad38a
[ticket/16895] Add test
...
PHPBB3-16895
2021-10-26 20:14:45 +07:00
rxu
a860a3310a
[ticket/16895] Add migration
...
PHPBB3-16895
2021-10-20 21:58:24 +07:00
rxu
ca24013470
[ticket/16895] Fix role removal for migrator permission tool
...
PHPBB3-16895
2021-10-19 23:26:32 +07:00
Marc Alexander
3547f0bf0e
Merge pull request #6310 from marc1706/ticket/16892
...
[ticket/16892] Remove duplicate entry for jav files in extension_guesser
2021-10-17 21:57:35 +02:00
Arshid
2145938d74
[ticket/16892] Remove duplicate entry for jav files in extension_guesser
...
Remove duplicated key
PHPBB3-16892
2021-10-17 20:25:20 +02:00
3D-I
13155bf846
[ticket/16885] Add type casting filters to Twig
...
PHPBB3-16885
2021-10-17 16:18:47 +02:00
3D-I
ea36b83ee9
[ticket/16885] Add type casting filters to Twig
...
PHPBB3-16885
2021-10-06 19:57:13 +02:00
Marc Alexander
6a72d0305b
[prep-release-3.3.5] Add migration for 3.3.5
2021-10-01 22:40:24 +02:00
Marc Alexander
59e50d6d53
[ticket/16878] Default to threads value of 1 when using argon with libsodium
...
PHPBB3-16878
2021-09-18 11:45:23 +02:00
Marc Alexander
1db2d9c3c1
[prep-release-3.3.5] Add migration for 3.3.5-RC1
2021-09-08 22:37:11 +02:00
Marc Alexander
11563ce971
[ticket/16870] Use string representation of float value for treshold
...
PHPBB3-16870
2021-09-08 20:42:41 +02:00
Marc Alexander
bbcac37e30
[ticket/16870] Ensure to properly escape values when running db:migrate
...
PHPBB3-16870
2021-09-08 20:24:44 +02:00
Máté Bartus
cd53106ec3
[ticket/16858] Fix coding style
...
PHPBB3-16858
2021-09-03 09:58:34 +02:00
Máté Bartus
86af3a2ba4
Merge pull request #6275 from marc1706/ticket/16856
...
[ticket/16856] Add lang_js twig function as replacement for LA_
2021-09-02 10:48:22 +02:00
Marc Alexander
a6d4b460f1
Merge pull request #6277 from 3D-I/ticket/16858
...
[ticket/16858] Update jQuery to 3.6.0
2021-08-31 20:59:56 +02:00
paul sohier
61c59bdc91
[ticket/16865] Update IRC + discord links in composer and documentation
...
Update the links from Freenode to Libera.chat,
add discord as option to chat in composer.json,
and remove references to wiki.phpbb.com
(And replace it with links to the development documentation)
PHPBB3-16865
2021-08-31 16:03:41 +02:00
DSR!
e5b43eabe1
[ticket/16828] Add hook event before find_users_for_notification() execute
...
PHPBB3-16828
2021-08-27 11:58:55 -03:00
3D-I
a8be17dd4d
[ticket/16858] Update jQuery to 3.6.0
...
PHPBB3-16858
2021-08-27 04:25:41 +02:00
MichaIng
3638b36849
[ticket/16851] Add Amazonbot, AhrefsBot and SemrushBot
...
PHPBB3-16851
Signed-off-by: MichaIng <micha@dietpi.com>
2021-08-25 14:46:37 +02:00
Marc Alexander
8804cf885b
[ticket/16856] Remove extra empty line
...
PHPBB3-16856
2021-08-24 19:07:32 +02:00
Marc Alexander
5eeb213b12
[ticket/16856] Add lang_js() twig function
...
PHPBB3-16856
2021-08-24 19:05:13 +02:00
Marc Alexander
acbcb18226
Merge pull request #5760 from v12mike/ticket/16138
...
Ticket/16138 Eliminate redundant parameters from board URLs
2021-08-23 20:11:35 +02:00
rxu
721a39502a
[ticket/16840] Add PHP 8.0 / 8.1 builds for Windows tests
...
Also fix Postrges PHP 8.1 related issue.
PHPBB3-16840
2021-08-07 16:50:45 +07:00
Máté Bartus
90fccff6f1
Merge pull request #6252 from rxu/ticket/16823
...
[ticket/16823] Make datetime class correctly handle edge cases
2021-07-31 12:05:26 +02:00
3D-I
a6a18f2c59
[ticket/16804] Extend bbcode help line tooltip
...
PHPBB3-16804
2021-07-23 21:47:07 +02:00
rxu
2e29bb48fa
[ticket/16823] Adjust wrapper condition
...
PHPBB3-16823
2021-07-20 20:59:28 +07:00
rxu
e1fc0a9059
[ticket/16823] Make datetime class correctly handle edge cases
...
PHPBB3-16823
2021-07-20 20:35:04 +07:00
Marc Alexander
ccac4c5fe8
Merge pull request #6233 from rxu/ticket/16799
...
[ticket/16799] Fix OAuth external account linking PHP fatal error
2021-07-06 22:02:12 +02:00
rxu
dd62829f96
[ticket/16799] Use offsetExists() method instead of array_key_exists()
...
PHPBB3-16799
2021-07-01 03:04:38 +07:00
Marc Alexander
be2959fbab
Merge pull request #6234 from 3D-I/ticket/16729
...
[ticket/16729] Fix Unknown named parameter in Log - PHP 8
2021-06-30 21:10:10 +02:00
Marc Alexander
c83b4c21a4
Merge pull request #6207 from marc1706/ticket/13700
...
[ticket/13700] Add method for initializing config after cache purge
2021-06-29 22:24:40 +02:00