Commit graph

36998 commits

Author SHA1 Message Date
Marc Alexander
a9ba897f6c
Merge pull request #6494 from rxu/ticket/17148-master
[ticket/17148] Fix sql_table_exists() error for PostgreSQL 9.3 and earlier - master
2023-06-26 13:17:08 +02:00
Marc Alexander
5ee2efd4c2
Merge pull request #6493 from rxu/ticket/17148
[ticket/17148] Fix sql_table_exists() error for PostgreSQL 9.3 and earlier - 3.3.x
2023-06-26 13:16:42 +02:00
Marc Alexander
f7ddbb7462
Merge branch '3.3.x' 2023-06-26 09:41:09 +02:00
Marc Alexander
0fdc76521b
Merge pull request #6492 from im4bb/ticket/17146
Fix 'undefined array key' php8 warning
2023-06-26 09:40:57 +02:00
Marc Alexander
d6e3daf291
[ticket/17151] Adjust form macros to adhere to coding guidelines
PHPBB3-17151
2023-06-25 16:23:56 +02:00
im4bb
4c72b76809
[ticket/17146] Use empty for checking if user_jabber is not empty
PHPBB3-17146
2023-06-21 22:09:00 +02:00
Marc Alexander
51d27979ce
Merge branch '3.3.x' 2023-06-21 20:36:04 +02:00
Marc Alexander
bf50c63d6e
Merge pull request #6491 from im4bb/ticket/17145
Change static to private variable due to php81 inheritance
2023-06-21 20:35:54 +02:00
im4bb
464466cade
[ticket/17145] Change static to private variable due to php81 inheritance
PHPBB3-17145
2023-06-21 10:46:55 +02:00
Marc Alexander
71ef82afce
Merge branch '3.3.x' 2023-06-20 11:39:06 +02:00
Marc Alexander
ecd3649058
Merge pull request #6489 from rxu/ticket/17142-master
[ticket/17142] Fix DBMS+cache related PHP warnings while installing - master
2023-06-20 11:39:01 +02:00
Marc Alexander
b613c9f63d
Merge pull request #6488 from rxu/ticket/17142
[ticket/17142] Fix DBMS+cache related PHP warnings while installing - 3.3.x
2023-06-20 11:38:36 +02:00
Marc Alexander
acaec9f95f
[ticket/17129] Update regex and tests for changed input data to youtube cpf
PHPBB3-17129
2023-06-20 10:32:48 +02:00
Marc Alexander
5ff11d9889
Merge branch '3.3.x' 2023-06-19 11:44:55 +02:00
Marc Alexander
2f3066235c
Merge pull request #6495 from marc1706/ticket/17149
[ticket/17149] Update authors list and simplify pull request template
2023-06-19 11:44:45 +02:00
Marc Alexander
e0a30fbce7
[ticket/17149] Remove extra note from pull request template
PHPBB3-17149
2023-06-19 09:51:15 +02:00
Marc Alexander
a8658fe4d1
[ticket/17149] Move mrgoldy to former developers
PHPBB3-17149
2023-06-19 09:50:24 +02:00
Marc Alexander
407842bb4a
Merge branch '3.3.x' 2023-06-19 09:37:15 +02:00
Marc Alexander
03bdfa5719
Merge pull request #6485 from rxu/ticket/17107-master
[ticket/17107] Fix viewonline page locations for posting modes - master
2023-06-19 09:37:00 +02:00
Marc Alexander
c11f16fda0
Merge pull request #6484 from rxu/ticket/17107
[ticket/17107] Fix viewonline page locations for posting modes - 3.3.x
2023-06-18 23:12:59 +02:00
rxu
bcf1befef8
[ticket/17148] Bump PostgreSQL minimum requirement to 9.4+
master branch uses Doctrine 3 which provides specific platform
only for PostgreSQL 9.4 and above.
Also bump maximum PHP requirement to PHP 8.2 as it is infact.

PHPBB3-17148
2023-06-18 10:29:26 +07:00
rxu
d9ebc9fe1a
Merge branch 'ticket/17148' into ticket/17148-master 2023-06-18 10:24:10 +07:00
rxu
8c33a2180d
[ticket/17148] Fix sql_table_exists() error for PostgreSQL 9.3 and earlier
PostgreSQL 9.3 and earlier versions don't support Empty SELECT lists
(support was added since v. 9.4).
Also add PostgreSQL 9.3 tests as earlier images fail in current tests env.

PHPBB3-17148
2023-06-18 00:46:27 +07:00
rxu
39282c9f72
[ticket/17107] Fix PHP warning on legend output
This is a side issue revealed with the newly added viewonline functional test.
In current master branch group legend is being dumped to template with the
group helper->display_legend() method so plain LEGEND output is a leftover.

PHPBB3-17107
2023-06-14 21:28:39 +07:00
rxu
7f3f2e0449
Merge branch 'ticket/17107' into ticket/17107-master 2023-06-14 21:23:14 +07:00
rxu
4f9bd296a7
[ticket/17107] Add method parameter and result type declarations
PHPBB3-17107
2023-06-14 21:13:49 +07:00
Marc Alexander
4a7f39c1c7
Merge branch '3.3.x' 2023-06-11 21:57:19 +02:00
Marc Alexander
65fb35223c
Merge pull request #6486 from rxu/ticket/17139
[ticket/17139] Fix PHP fatal error for file transfer tool of updater
2023-06-11 21:57:06 +02:00
rxu
3e37770b61
Merge branch 'ticket/17142' into ticket/17142-master 2023-06-08 10:20:24 +07:00
rxu
1eb81e9b2a
[ticket/17142] Fix class inheritance issues
PHPBB3-17142
2023-06-08 10:11:54 +07:00
rxu
d8d67b5f17
[ticket/17142] Fix tests' mock cache class
PHPBB3-17142
2023-06-08 09:16:47 +07:00
rxu
7adee3c50d
[ticket/17142] Fix DBMS+cache related PHP warnings while installing
PHPBB3-17142
2023-06-08 00:59:32 +07:00
Marc Alexander
442430002c
Merge branch '3.3.x' 2023-05-29 20:39:08 +02:00
Marc Alexander
75dcbeaa9f
Merge pull request #6478 from m-ober/ticket/17097
[ticket/17097] Fix PHP 8.2 deprecation warnings
2023-05-29 20:38:59 +02:00
Micha Ober
f4af87f718 [ticket/17097] Fix PHP 8.2 deprecation warnings
PHPBB3-17097
2023-05-28 01:28:03 +02:00
rxu
26d002a51a
[ticket/17139] Fix more PHP fatal errors
PHPBB3-17139
2023-05-25 20:22:42 +07:00
rxu
e0144ae7b2
[ticket/17139] Fix PHP fatal error for file transfer tool of updater
Uncaught TypeError: ftp_delete(): Argument #1 ($ftp) must be of type
FTP\\Connection, bool given
Stack trace:
#0 [ROOT]/includes/functions_transfer.php(427): ftp_delete(false, '...')

PHPBB3-17139
2023-05-24 22:39:16 +07:00
rxu
c2c7c271e7
[ticket/17139] Fix PHP fatal error for file transfer tool of updater
PHPBB3-17139
2023-05-24 20:49:01 +07:00
rxu
dfe6421da8
[ticket/17107] Fix docblock issues
PHPBB3-17107
2023-05-24 20:27:53 +07:00
rxu
60d267893c
[ticket/17107] Fix viewonline functional test
PHPBB3-17107
2023-05-24 19:35:37 +07:00
Marc Alexander
9d087622e0
Merge branch '3.3.x' 2023-05-23 20:54:43 +02:00
Marc Alexander
e0361fe9fe
Merge pull request #6469 from Crizz0/ticket/17004
[ticket/17004] Repair pagination func for global announcements in ucp front
2023-05-23 20:54:35 +02:00
Marc Alexander
73f9398ab0
Merge pull request #6470 from marc1706/ticket/17100
[ticket/17100] Introduce twig macros for commonly used form elements
2023-05-23 20:46:31 +02:00
rxu
130e7f7e8a
[ticket/17107] Fix viewonline helper test
PHPBB3-17107
2023-05-23 19:26:45 +07:00
rxu
f5c5d7d1e6
[ticket/17107] Fix viewonline page locations for posting modes
PHPBB3-17107
2023-05-23 19:09:13 +07:00
Marc Alexander
07d4bc937e
Merge branch '3.3.x' 2023-05-16 20:49:28 +02:00
Marc Alexander
bddb4decfb
Merge pull request #6480 from rxu/ticket/17132
[ticket/17132] Restore language entries missing in phpBB 2.0 converter
2023-05-16 20:49:25 +02:00
Marc Alexander
4762fa1824
Merge branch '3.3.x' 2023-05-16 20:46:46 +02:00
Marc Alexander
3cde5974d2
Merge pull request #6482 from marc1706/ticket/15129
[ticket/15129] Ensure link to installation guide is correct
2023-05-16 20:46:34 +02:00
Marc Alexander
860598026b
[ticket/17100] Clean up code a bit based on code reviews
PHPBB3-17100
2023-04-30 16:54:24 +02:00