Marc Alexander
ce0f7cb1fe
Merge branch '3.3.x'
2023-07-01 22:15:35 +02:00
Marc Alexander
14b94a1e62
Merge pull request #6497 from marc1706/ticket/17150
...
[ticket/17150] Set max width for forum-image img
2023-07-01 22:15:29 +02:00
rxu
b550d1db0a
[ticket/17152] Add template event to viewtopic_body.html
...
Add template event to viewtopic_body.html before the message
PHPBB3-17152
2023-07-01 00:20:24 +07:00
Marc Alexander
6049fb8fdf
Merge branch 'ticket/13276' into ticket/13276-master
2023-06-30 16:45:37 +02:00
Marc Alexander
a686a2f057
[ticket/13276] Support PHPBB_USE_BOARD_URL_PATH in web root path
...
PHPBB3-13276
2023-06-30 16:42:27 +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
0ce7f0cb34
Merge branch '3.3.x'
2023-06-28 13:35:59 +02:00
Marc Alexander
bdeedfea4e
Merge pull request #6499 from marc1706/ticket/17140
...
[ticket/17140] Add missing parameter phpbb_root_path
2023-06-28 13:35:50 +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
5cb0b267d3
[ticket/15687] Adjust regex for attachment URL
...
PHPBB3-15687
2023-06-27 22:34:44 +02:00
Marc Alexander
b02ad26015
[ticket/15687] Fix incorrect variable names thanks to copy & paste
...
PHPBB3-15687
2023-06-27 22:16:30 +02:00
Marc Alexander
df6ab1a811
[ticket/15687] Add attachment filename to attachment URL
...
This will also fix the invalid requirements for the file parameter of the URL.
PHPBB3-15687
2023-06-27 21:00:16 +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
91f216d9ce
[ticket/17141] Fully cover path_helper with unit tests
...
PHPBB3-17141
2023-06-26 23:15:55 +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
cfd15752ee
[ticket/17150] Set max width for forum-image img
...
PHPBB3-17150
2023-06-26 15:03:38 +02:00
Marc Alexander
d73b60781e
Merge branch '3.3.x'
2023-06-26 13:17:13 +02:00
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
rxu
7ba5f8f22a
[ticket/16470] Revert session_time sync back
...
This reverts changes made by last 2 commits as they seem to break things.
PHPBB3-16470
2023-06-26 10:05:47 +07:00
Marc Alexander
d6e3daf291
[ticket/17151] Adjust form macros to adhere to coding guidelines
...
PHPBB3-17151
2023-06-25 16:23:56 +02:00
rxu
f99d1a7a51
[ticket/16470] Remove tests for user_lastvisit vs session_time sync
...
PHPBB3-16470
PHPBB3-14173
2023-06-22 14:33:27 +07:00
rxu
33dfaa478c
[ticket/16470] Further do not rely on session_time displaying user activity
...
session_time has not been updated during session_length, so relying on it last
activity data will be incorrect, especially if session_length value is high.
Thus rely on regular and properly updated user_lastvisit.
Remove user_lastvisit vs with session_time sync for the same reason.
Also get rid of the session_last_visit field as it floats between
user_lastvisit and session_time and actually is meaningless.
PHPBB3-16470
PHPBB3-14173
2023-06-22 13:09:51 +07: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
rxu
735b826063
[ticket/16470] Do not sync user last visit time with expired sessions time
...
PHPBB3-16470
PHPBB3-14173
2023-06-21 00:02:29 +07: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
bbe2b21310
[ticket/16470] Correctly handle user last visit update on session create
...
PHPBB3-16470
PHPBB3-14173
2023-06-18 23:56:44 +07: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
9e55d3cb44
[ticket/16470] Adjust user last visit time update logic
...
Previous logic doesn't work correctly as session_time value got updated
in regular manner, so that its 60 seconds lag with time_now
can be unreachable in some cases. So update user_lastvisit if it lags
for 60 sec of session_time.
PHPBB3-16470
PHPBB3-14173
2023-06-17 00:50:22 +07:00
rxu
a14e8f8ce5
[ticket/16470] Adjust method result type
...
PHPBB3-16470
PHPBB3-14173
2023-06-15 23:21:34 +07:00