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
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
b305070e0a
[ticket/16912] Adjust code
...
PHPBB3-16912
2021-12-24 20:44:15 +07:00
Marc Alexander
99634d4c05
Merge pull request #6347 from DaRk1V0iD/ticket/16940_3.3.x
...
[ticket/16940] Optimize phpBB Native Search [3.3.x]
2021-12-23 22:24:28 +01:00
Dark❶
fad1c652c0
[ticket/16940] Optimize phpBB Native Search
...
PHPBB3-16940
2021-12-14 16:26:39 +05:30
Marc Alexander
1df74005a8
Merge pull request #6318 from 3D-I/ticket/16899
...
[ticket/16899] Add SVG and WEBP to ranks, smilies and topic icons
2021-12-13 20:23:13 +01:00
Dark❶
c7856ce162
[ticket/16940] Optimize phpBB Native Search
...
- Use `ORDER BY post_id ASC` for batch posts.
PHPBB3-16940
2021-12-13 19:36:36 +05:30
Dark❶
cccf01447f
[ticket/16940] Optimize phpBB Native Search
...
- Fixed infinite loop
PHPBB3-16940
2021-12-13 00:37:04 +05:30
Dark❶
ddc3eaa5bf
[ticket/16940] Optimize phpBB Native Search
...
- Removed `end()` replaced with `$ids[count($ids) - 1]`
PHPBB3-16940
2021-12-12 20:44:37 +05:30
Dark❶
65fa73855c
[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 19:51:50 +05:30
Marc Alexander
391e4943d9
Merge pull request #6346 from marc1706/ticket/16939
...
[ticket/16939] Wait for postgresql service to start on windows CI runners
2021-12-12 11:00:22 +01:00
Marc Alexander
6801f7949f
[ticket/16939] Use ALTER SYSTEM queries to modify psql config variables
...
PHPBB3-16939
2021-12-12 09:39:14 +01:00
Marc Alexander
710aa10905
[ticket/16939] Wait for postgresql service to start on windows CI runners
...
PHPBB3-16939
2021-12-12 09:16:51 +01:00
Mikir
4e447cc91a
[ticket/16914] Added missing id to language select element
...
The id of the language select element referenced by it's label was missing.
PHPBB3-16914
2021-12-08 19:54:02 +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
af38f9d6c8
Merge pull request #6339 from marc1706/ticket/16928
...
[ticket/16928] Update composer and dependencies to latest versions
2021-12-05 12:01:48 +01:00
Marc Alexander
4614d3d92b
[ticket/16928] Update composer dependencies to latest versions
...
PHPBB3-16928
2021-12-05 09:51:15 +01:00
Marc Alexander
866a4dc6d4
[ticket/16928] Update composer to 2.1.14
...
PHPBB3-16928
2021-12-05 09:51:02 +01:00
Marc Alexander
492352f652
Merge pull request #6338 from marc1706/ticket/16927
...
[ticket/16927] Update plupload to latest version
2021-12-05 09:45:14 +01:00
Marc Alexander
1d05f722cb
[ticket/16927] Update plupload to latest version
...
PHPBB3-16927
2021-12-04 22:21:35 +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
7a69c0f98c
Merge pull request #6336 from 3D-I/ticket/16921
...
[ticket/16921] Increase PHP requirements in the DOCS
2021-12-03 19:51:24 +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
3D-I
8104a446d4
[ticket/16921] Increase PHP requirements in the DOCS
...
Attempt to fix postgres test for 3.3.x. branch
PHPBB3-16921
2021-12-02 05:51:09 +01:00
3D-I
aff3852568
[ticket/16921] Increase PHP requirements in the DOCS
...
PHPBB3-16921
2021-12-02 02:02:31 +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
rxu
a0ced790e2
[ticket/16912] Add test
...
PHPBB3-16912
2021-11-23 22:29:49 +07:00
rxu
0537365cac
[ticket/16912] Rewrite email headers encoding method
...
Based on symfony/polyfill-iconv implementations.
PHPBB3-16912
2021-11-23 15:17:11 +07:00
Máté Bartus
6e34e3c24e
Merge pull request #6326 from rxu/ticket/16910
...
[ticket/16910] Fix PHP warnings on uploading orphaned files to posts
2021-11-21 21:45:33 +01:00
rxu
fecf3306f3
[ticket/16910] Add test
...
PHPBB3-16910
2021-11-14 21:02:40 +07:00
rxu
39db7005cd
[ticket/16910] Fix PHP warnings on uploading orphaned files to posts
...
PHPBB3-16910
2021-11-14 16:31:52 +07:00
Marc Alexander
e956629735
Merge pull request #6325 from rxu/ticket/16909
...
[ticket/16909] Add PHP 8.2 builds to test matrix
2021-11-14 10:11:22 +01:00
rxu
89ca3f087e
[ticket/16909] Fix Postgres configuration on Windows, fix auth tests
...
PHPBB3-16909
2021-11-14 10:02:53 +07:00
rxu
29d137cc5e
[ticket/16909] Add PHP 8.2 builds to test matrix
...
PHPBB3-16909
2021-11-13 20:58:47 +07:00
rxu
88a11c1377
[ticket/16908] Fix PHP warning on non-existent post id requests
...
PHPBB3-16908
2021-11-13 18:16:39 +07: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
rxu
4d00c4c8af
[ticket/16904] Adjust tests
...
PHPBB3-16904
2021-11-07 19:38:49 +07:00
rxu
1e6c5cd381
[ticket/16904] Refactor MCP tests
...
PHPBB3-16904
2021-11-05 22:32:14 +07:00
rxu
0fbc5a3d83
[ticket/16904] Refactor MCP tests
...
PHPBB3-16904
2021-11-05 01:03:59 +07:00
Marc Alexander
3bfb2b3f69
Merge pull request #6322 from rxu/ticket/16900
...
[ticket/16900] Fix quoted_printable_encode() behavior
2021-11-03 20:07:10 +01:00
rxu
337d876df7
[ticket/16904] Fix regression in MCP for topics selection
...
Regression introduced in #5760
PHPBB3-16904
2021-11-02 13:55:39 +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
Marc Alexander
baf4bd7b5c
Merge pull request #6317 from Nicofuma/ticket/16896
...
[ticket/16896] Adds comments in .gitignore and excludes custom envs
2021-10-29 21:29:00 +02:00
Marc Alexander
81126dc97e
Merge pull request #6314 from Nicofuma/ticket/16897
...
[ticket/16897] Ignores sqlite3 warnings when an explain query plan query fails
2021-10-29 21:26:22 +02:00
rxu
391f80d480
[ticket/16900] Fix quoted_printable_encode() behavior
...
PHPBB3-16900
2021-10-30 00:33:10 +07:00