Marc Alexander
92d1af4bc7
Merge pull request #6496 from marc1706/ticket/17151
...
[ticket/17151] Adjust form macros to adhere to coding guidelines
2023-07-30 08:50:33 +02:00
Marc Alexander
1712ee610a
Merge pull request #6500 from marc1706/ticket/15687
...
[ticket/15687] Add attachment filename to attachment URL
2023-07-26 15:19:36 +02:00
Marc Alexander
ea0aa7b54a
Merge branch '3.3.x'
2023-07-04 09:00:56 +02:00
Marc Alexander
add6d2b726
[ticket/17053] Add simple check for writable cache directory
...
PHPBB3-17053
2023-07-03 21:40:36 +02:00
Marc Alexander
6d1284495b
Merge branch '3.3.x'
2023-06-28 14:13:27 +02:00
Marc Alexander
22d6b035d6
Merge pull request #6498 from marc1706/ticket/17141
...
[ticket/17141] Improve stability of path_helper and increase test coverage
2023-06-28 13:39:39 +02:00
Marc Alexander
4e9cf239ed
[ticket/15687] Force supplied filename to be correct and modify route
...
PHPBB3-15687
2023-06-28 10:51:22 +02:00
Marc Alexander
85e5c9dcca
[ticket/17140] Add missing parameter phpbb_root_path
...
PHPBB3-17140
2023-06-27 00:29:11 +02:00
Marc Alexander
b0c008690a
[ticket/17141] Remove duplicate prepending with phpbb_root_path
...
PHPBB3-17141
2023-06-26 23:15:23 +02:00
Marc Alexander
55ea8d6030
[ticket/17141] Symfony request can never be null so don't check for it
...
PHPBB3-17141
2023-06-26 23:14:58 +02:00
Marc Alexander
8223a956df
[ticket/17141] Ensure correction is newer below 0
...
PHPBB3-17141
2023-06-26 23:14:21 +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
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
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
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
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
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
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
Micha Ober
f4af87f718
[ticket/17097] Fix PHP 8.2 deprecation warnings
...
PHPBB3-17097
2023-05-28 01:28:03 +02:00
rxu
dfe6421da8
[ticket/17107] Fix docblock issues
...
PHPBB3-17107
2023-05-24 20:27:53 +07: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
f5c5d7d1e6
[ticket/17107] Fix viewonline page locations for posting modes
...
PHPBB3-17107
2023-05-23 19:09:13 +07:00
Marc Alexander
4762fa1824
Merge branch '3.3.x'
2023-05-16 20:46:46 +02:00
Marc Alexander
11eeeae150
[ticket/17100] Revert not needed twig changes
...
PHPBB3-17100
2023-04-29 13:54:52 +02:00
Marc Alexander
5655febb8d
[ticket/15129] Ensure link to installation guide is correct
...
PHPBB3-15129
2023-04-26 21:42:54 +02:00
Marc Alexander
80e55b2ec8
Merge branch '3.3.x'
2023-04-11 22:22:26 +02:00
Marc Alexander
6e66f1505c
Merge pull request #6392 from lionel-rowe/ticket/8071
...
[ticket/8071] Add sql_last_inserted_id alias for sql_nextid
2023-04-11 22:18:57 +02:00
Marc Alexander
db93cfba0e
Merge branch '3.3.x'
2023-04-11 21:17:41 +02:00
Marc Alexander
4b17de74a4
[ticket/17100] Move forum selects to HTML files
...
PHPBB3-17100
2023-04-10 15:17:26 +02:00
Marc Alexander
9ee130fc59
[ticket/17100] Move date format select HTML to HTML files
...
PHPBB3-17100
2023-04-10 10:53:58 +02:00
Marc Alexander
3b20b84e5a
[ticket/17100] Cast after using null coalescing operator
...
PHPBB3-17100
2023-04-09 14:35:07 +02:00
Marc Alexander
60dacf0bfe
[ticket/17100] Use twig functions for form elements
...
PHPBB3-17100
2023-04-09 13:43:05 +02:00
Marc Alexander
2dfe5ebe6d
[ticket/17100] Refactor code to be more reusable
...
PHPBB3-17100
2023-04-09 13:43:01 +02:00
Marc Alexander
4846723bb6
[ticket/17100] Move lang options HTML to template
...
PHPBB3-17100
2023-04-09 13:42:59 +02:00
Marc Alexander
97933380bb
[ticket/17100] Move legend generation to group helper
...
... and moved HTML to actual HTML files.
PHPBB3-17100
2023-04-09 13:42:48 +02:00
rxu
98f6a1a300
[ticket/17127] Do not purge guest sessions when resetting password
...
PHPBB3-17127
2023-04-07 18:37:57 +07:00
Marc Alexander
4f2b29fc78
[ticket/17108] Suppress warning about less specific return type
...
PHPBB3-17108
2023-04-05 21:38:49 +02:00
Marc Alexander
0567655bf7
Merge pull request #6473 from rxu/ticket/17115-master
...
[ticket/17115] Fix PHP warning for space+hyphen ending search query - master
2023-04-04 21:33:05 +02:00