Marc Alexander
758d6ddbb9
Merge pull request #6348 from DaRk1V0iD/ticket/16940_master
...
[ticket/16940] Optimize phpBB Native Search [master]
2021-12-23 22:26:08 +01:00
Dark❶
a4302d9fa5
[ticket/16940] Optimize phpBB Native Search
...
PHPBB3-16940
2021-12-14 16:28:50 +05:30
Marc Alexander
7911c9cb73
Merge branch '3.3.x'
2021-12-13 20:23:16 +01:00
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❶
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
Marc Alexander
2457eea876
Merge branch '3.3.x'
2021-12-12 11:00:24 +01:00
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
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
bdbda4c158
Merge branch '3.3.x'
2021-12-05 12:02:09 +01:00
Marc Alexander
a847a323c4
Merge pull request #6340 from marc1706/ticket/16928-master
...
[ticket/16928] Update composer and dependencies to latest versions -- master version
2021-12-05 12:02:07 +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
3c7d89a563
[ticket/16928] Update dependencies to latest versions
...
PHPBB3-16928
2021-12-05 10:01:04 +01:00
Marc Alexander
b174393e89
Merge branch 'ticket/16928' into ticket/16928-master
2021-12-05 10:00:45 +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
ba1453fe59
Merge branch '3.3.x'
2021-12-05 09:45:17 +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
3e68df5dc3
Merge pull request #6335 from rxu/ticket/16920
...
[ticket/16920] Upgrade to Symfony 5.4 LTS
2021-12-04 23:43:04 +01:00
Marc Alexander
1d05f722cb
[ticket/16927] Update plupload to latest version
...
PHPBB3-16927
2021-12-04 22:21:35 +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
d4bcb75747
Merge branch '3.3.x'
2021-12-03 19:52:22 +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
rxu
3bf065fd4f
[ticket/16920] Try fixing PostgreSQL startup error on Windows server
...
PHPBB3-16920
2021-12-01 23:46:53 +07:00
rxu
4b62f57481
[ticket/16920] Upgrade to Symfony 5.4 LTS
...
PHPBB3-16920
2021-12-01 22:31:18 +07: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
d5cec30665
Merge branch '3.3.x'
2021-11-30 21:14:05 +01:00
Marc Alexander
00f2b68f6d
Merge pull request #6333 from rxu/ticket/16904-master
...
[ticket/16904] Fix regression in MCP for topics selection
2021-11-30 21:12: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
Marc Alexander
64e6be5b17
Merge pull request #6329 from rubencm/ticket/16906
...
[ticket/16906] Update vagrant ip
2021-11-29 17:07:27 +01:00
rxu
7b12c04bad
[ticket/16904] Fix mentions test
...
PHPBB3-16904
2021-11-24 11:45:57 +07:00
rxu
428828a93d
[ticket/16904] Adjust tests
...
PHPBB3-16904
2021-11-24 11:00:16 +07:00
rxu
c6640a8b1e
[ticket/16904] Refactor MCP tests
...
PHPBB3-16904
2021-11-24 07:09:32 +07:00
rxu
da43c99fd6
[ticket/16904] Refactor MCP tests
...
PHPBB3-16904
2021-11-24 07:09:31 +07:00
rxu
3f65672d31
[ticket/16904] Fix regression in MCP for topics selection
...
Regression introduced in #5760
PHPBB3-16904
2021-11-24 07:07:47 +07:00
Ruben Calvo
0efc0bc085
[ticket/16906] Update vagrant ip
...
PHPBB3-16906
2021-11-22 15:28:35 +01:00
Marc Alexander
76922413bf
Merge pull request #6330 from rxu/ticket/16910-master
...
[ticket/16910] Fix ACP orphan attachments module tests
2021-11-22 14:51:32 +01:00