Commit graph

36304 commits

Author SHA1 Message Date
Marc Alexander
5f3fd2739e Merge branch '3.3.x' 2021-12-23 22:27:19 +01:00
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
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
rxu
afe97fb573
[ticket/16688] Fix issues with custom repositories
Make any custom repo non-canonical to give repo.packagist.org (if enabled)
higher repository priority in case custom repo contains outdated/incorrect
packages/dependencies.

PHPBB3-16688
2021-12-20 23:53:19 +07:00
rxu
85f23474d7
[ticket/16688] Fix 'Remove' link for Extension manager
'Remove' link is broken and rendered as 'Array'.

PHPBB3-16943
2021-12-19 19:42:25 +07:00
rxu
4d9e33aa32
[ticket/16688] Fix Composer error on installing extensions via catalog
Do not pass packages update list on installing extension.

PHPBB3-16943
2021-12-19 18:16:11 +07:00
rxu
6404ed2502
[ticket/16688] Do not restore current working dir before json file restoring
PHPBB3-16688
2021-12-19 16:57:40 +07:00
rxu
d4d26987e5
[ticket/16688] Fix PHP fatal errors on installing extensions via catalog
PHPBB3-16688
2021-12-18 18:49:37 +07:00
Dark❶
a4302d9fa5
[ticket/16940] Optimize phpBB Native Search
PHPBB3-16940
2021-12-14 16:28:50 +05:30
Dark❶
fad1c652c0
[ticket/16940] Optimize phpBB Native Search
PHPBB3-16940
2021-12-14 16:26:39 +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
Marc Alexander
d4b5d74dfd
Merge pull request #8 from rxu/ticket/16935
[ticket/16935] Add sphinx tests
2021-12-13 16:57:19 +01:00
rxu
165adb3b07
[ticket/16935] Add sphinx tests
PHPBB3-16935
2021-12-13 21:16:14 +07: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❶
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❶
ff6f7c4186
[ticket/16940] Optimize phpBB Native Search
- Fixed infinite loop

PHPBB3-16940
2021-12-13 00:38:35 +05:30
Dark❶
cccf01447f
[ticket/16940] Optimize phpBB Native Search
- Fixed infinite loop

PHPBB3-16940
2021-12-13 00:37:04 +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❶
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❶
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
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
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
9c15561a6b
[ticket/16935] Refactor sphinx to use new clases and remove unused parts
PHPBB3-16935
2021-12-11 22:54:22 +01:00
Marc Alexander
848cf79523
[ticket/16936] Ignore InvalidGlobal error message
PHPBB3-16936
2021-12-11 21:04:23 +01:00
Marc Alexander
7d7c7d8199
[ticket/16936] Add bootstrap file for psalm
PHPBB3-16936
2021-12-11 21:04:13 +01:00
Marc Alexander
6d26f20bae
[ticket/16936] Add first psalm configuration file
PHPBB3-16936
2021-12-11 21:03:55 +01:00
Marc Alexander
a97878f987
[ticket/16936] Add psalm and psalm symfony plugin to dev dependencies
PHPBB3-16936
2021-12-11 21:01:14 +01:00
rxu
4a78202f96
[ticket/16933] Fix test
PHPBB3-16933
2021-12-11 19:46:47 +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
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
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
Máté Bartus
d4b8a48f11 [ticket/16741] Fix tests
PHPBB3-16741
2021-12-05 22:30:59 +01:00
Máté Bartus
59ca29232a [ticket/16741] Fix coding style issues
PHPBB3-16741
2021-12-05 21:35:34 +01:00
Máté Bartus
a663a6c394 [ticket/16741] Debug SQLServer Tests
PHPBB3-16741
2021-12-05 20:57:06 +01:00
Máté Bartus
e93c914da3 [ticket/16741] Fix tests
PHPBB3-16741
2021-12-05 18:27:56 +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
Máté Bartus
a0584b8677 [ticket/16741] Code review fixes
PHPBB3-16741
2021-12-05 11:19:05 +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