rxu
c75a9b772a
[ticket/16902] Fix PostgreSQL search TypeError
...
PHPBB3-16902
2022-01-15 13:16:57 +07:00
rxu
343551f2ce
[ticket/16902] Fix PosgreSQL author topics search results count
...
PHPBB3-16902
2022-01-15 12:08:08 +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
Marc Alexander
b5b8d26536
Merge branch '3.3.x'
2022-01-12 21:26:12 +01:00
Dark❶
a4302d9fa5
[ticket/16940] Optimize phpBB Native Search
...
PHPBB3-16940
2021-12-14 16:28:50 +05:30
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❶
ff6f7c4186
[ticket/16940] Optimize phpBB Native Search
...
- Fixed infinite loop
PHPBB3-16940
2021-12-13 00:38:35 +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❶
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
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
Marc Alexander
4e62768375
[ticket/16895] Correctly place static qualifier
...
PHPBB3-16895
2021-12-03 22:47:03 +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
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
771dbc7cda
Merge branch '3.3.x'
2021-11-01 16:57:35 +01: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
Marc Alexander
118b67caac
Merge branch '3.3.x'
2021-10-29 21:26:26 +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
Marc Alexander
cac8c78d33
Merge branch 'ticket/16898' into ticket/16898-master
2021-10-26 20:24:35 +02: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
06e9b2b7e8
Merge branch '3.3.x'
2021-10-17 21:57:39 +02: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
Marc Alexander
ffc4bbc981
Merge branch '3.3.x'
2021-10-17 20:32:51 +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
Marc Alexander
b99cfd5caa
[ticket/16820] Move ATTACHMENT_CATEGORY_ constants to attachment namespace
...
PHPBB3-16820
2021-10-10 17:52:42 +02:00
Marc Alexander
cdd1e7849a
[ticket/12631] Some more cleanup and type hints for new finder files
...
PHPBB3-12631
2021-10-10 11:52:47 +02:00
rubencm
0312aaa6dc
[ticket/12631] Solve rebase issues
...
PHPBB3-12631
2021-10-10 10:14:28 +02:00
Rubén Calvo
d31e986815
[ticket/12631] Rename finder.not_use_cache to finder.cache
...
PHPBB3-12631
2021-10-10 10:13:37 +02:00
Rubén Calvo
9308764fae
[ticket/12631] Add finder.not_use_cache
...
PHPBB3-12631
2021-10-10 10:10:37 +02:00
Marc Alexander
38024d14bf
Merge pull request #6280 from 3D-I/ticket/16863
...
[ticket/16863] Support playing video attachments
2021-10-09 22:11:31 +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
46ded2ad94
Merge branch '3.3.x'
2021-10-03 15:26:00 +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
63e96031ef
Merge branch '3.3.x'
2021-09-20 11:27:27 +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
a42ce508c9
Merge branch '3.3.x'
2021-09-11 13:40:02 +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