Marc Alexander
61a28c154b
Merge pull request #6563 from marc1706/ticket/17212
...
[ticket/17212] Support updating session info when editing post with p=
2024-01-01 21:35:53 +01:00
Marc Alexander
565053f508
Merge pull request #6573 from rxu/ticket/17232
...
[ticket/17232] Improve SQL error messages handling
2023-12-31 10:43:05 +01:00
rxu
dc415768a8
[ticket/17277] Add template events to UCP
...
PHPBB3-17277
2023-12-26 00:35:55 +07:00
rxu
6a8140e82b
[ticket/17232] Improve SQL error messages handling
...
PHP 7 changes how most errors are reported by PHP. Instead of reporting errors
through the traditional error reporting mechanism used by PHP 5, most errors
are now reported by throwing Error exceptions.
Use it to display meaningful SQL error messages instead of PHP fatal errors
for SQL errors.
PHPBB3-17232
2023-12-20 15:07:14 +07:00
Marc Alexander
213d092f6f
Merge pull request #6570 from Crizz0/ticket/17237
...
[ticket/17237] Use single quotes for QUICKMOD_ACTION_NOT_ALLOWED var
2023-12-17 20:04:30 +01:00
Marc Alexander
d5d449b78e
[ticket/17236] Update more dependencies
...
PHPBB3-17236
2023-12-16 20:36:43 +01:00
Christian Schnegelberger
6c43f81e8d
[ticket/17237] Use single quotes for QUICKMOD_ACTION_NOT_ALLOWED var
...
PHPBB3-17237
2023-11-30 12:34:48 +01:00
Marc Alexander
856ce16a87
[ticket/17236] Update composer dependencies to improve PHP 8.3 compatibility
...
PHPBB3-17236
2023-11-29 20:39:30 +01:00
Marc Alexander
c098468699
[ticket/17212] Add comment on the need for updating session info
...
PHPBB3-17212
2023-11-09 21:10:07 +01:00
Marc Alexander
613582e2c5
[ticket/17212] Support updating session info when editing post with p=
...
PHPBB3-17212
2023-11-09 21:08:31 +01:00
Marc Alexander
43e69df080
Merge pull request #6562 from marc1706/ticket/14047
...
[ticket/14047] Check for stream close handshake before closing stream
2023-11-05 15:35:53 +01:00
Marc Alexander
f6b4c5b70d
Merge pull request #6557 from marc1706/ticket/17204
...
[ticket/17204] Update composer dependencies to latest versions
2023-11-04 08:28:59 +01:00
Marc Alexander
fe84120bf2
Merge pull request #6490 from rxu/ticket/16470
...
[ticket/16470] Update user last visit time on session begin
2023-11-04 08:26:45 +01:00
Marc Alexander
0e1e792574
[ticket/14047] Check for stream close handshake before closing stream
...
PHPBB3-14047
2023-11-03 22:21:44 +01:00
Marc Alexander
d4178511a2
Merge pull request #6559 from marc1706/ticket/17207
...
[ticket/17207] Lazily call get_web_root_path() in twig environment
2023-11-02 21:57:27 +01:00
Marc Alexander
dd549a5e43
[ticket/17208] Ensure to not run the previous migration with missing column
...
PHPBB3-17208
2023-11-01 16:54:19 +01:00
Marc Alexander
526c79d2e2
[ticket/17208] Skip profile field data update if youtube cpf doesn't exist
...
PHPBB3-17208
2023-11-01 16:50:20 +01:00
Marc Alexander
8afc638171
[ticket/17207] Lazily call get_web_root_path() in twig environment
...
PHPBB3-17207
2023-11-01 16:23:23 +01:00
rxu
9e130333c0
[ticket/16470] remove unneeded migration, adjust code
...
PHPBB3-16470
2023-11-01 21:03:07 +07:00
Marc Alexander
bb7e7b682d
[ticket/17204] Update composer dependencies to latest versions
...
PHPBB3-17204
2023-10-31 22:20:35 +01:00
Marc Alexander
37039f95d2
Merge pull request #6555 from GanstaZ/ticket/17203
...
[ticket/17203] Add CSS ol for group desc
2023-10-31 22:10:04 +01:00
Marc Alexander
993e28098d
Merge pull request #6554 from GanstaZ/ticket/17202
...
[ticket/17202] Include bidi.css to print only in RTL languages
2023-10-31 22:02:30 +01:00
Marc Alexander
25c20cbcf3
Merge pull request #6553 from marc1706/ticket/17201
...
[ticket/17201] Do not run dirname() on dir path during install redirect
2023-10-31 20:21:31 +01:00
Marc Alexander
88bbd0fca6
Merge pull request #6556 from GanstaZ/ticket/17200
...
[ticket/17200] Fix color parse error in viewonline legend
2023-10-30 21:40:33 +01:00
Marc Alexander
eed57fd089
Merge pull request #6543 from Crizz0/ticket/17187
...
[ticket/17187] Repair mcp link to first unread post
2023-10-30 21:37:25 +01:00
Marc Alexander
58fc9e042a
[ticket/17201] Add comment on need to add dot to script_name
...
PHPBB3-17201
2023-10-29 16:54:07 +01:00
GanstaZ
5ab3916311
[ticket/17200] Remove not needed addition
...
PHPBB3-17200
2023-10-29 16:45:33 +01:00
GanstaZ
79b8f56427
[ticket/17200] Fix color error in viewonline legend
...
PHPBB3-17200
2023-10-25 15:56:03 +03:00
Marc Alexander
593c4b875c
[ticket/17201] Split off logic into function and add tests
...
PHPBB3-17201
2023-10-23 21:10:53 +02:00
GanstaZ
2e93f5f3e8
[ticket/17202] Include bidi.css to print only in RTL languages
...
PHPBB3-17202
2023-10-23 21:47:10 +03:00
GanstaZ
959f60a591
[ticket/17203] Add CSS ol for group desc
...
PHPBB3-17203
2023-10-23 21:36:31 +03:00
Marc Alexander
607a2c483a
[ticket/17201] Add dot for improved dirname for URI ending in slash
...
PHPBB3-17201
2023-10-23 17:26:10 +02:00
Marc Alexander
70ba9dac03
[ticket/17201] Do not run dirname() on dir path during install redirect
...
PHPBB3-17201
2023-10-22 20:46:29 +02:00
Marc Alexander
7e6c5df710
Merge branch 'prep-release-3.3.11' into 3.3.x
2023-10-21 08:09:41 +02:00
Marc Alexander
90973a52b4
[prep-release-3.3.11] Update changelog for 3.3.11
2023-10-16 22:11:56 +02:00
Marc Alexander
4eef6a4de4
[3.3.x] Update version numbers to 3.3.12-dev
2023-10-15 16:56:54 +02:00
Marc Alexander
31b3d56ac1
Merge pull request #70 from phpbb/ticket/security-132
...
[ticket/security-132] Limit maximum number of captcha attempts at register
2023-10-15 13:51:05 +02:00
Marc Alexander
ccf6e6c255
Merge pull request #69 from phpbb/ticket/security-279
...
[ticket/security/279] Escape smilies URL and prevent paths in .pak filename
2023-10-15 13:50:41 +02:00
Marc Alexander
8fe3a97a1a
[prep-release-3.3.11] Update changelog for 3.3.11
2023-10-15 12:02:16 +02:00
Marc Alexander
2c5519da39
[prep-release-3.3.11] Add migration for 3.3.11
2023-10-15 11:59:24 +02:00
Marc Alexander
0c90bf0000
[prep-release-3.3.11] Update version numbers to 3.3.11
2023-10-15 11:57:17 +02:00
Marc Alexander
edc610e81d
[prep-release-3.3.11] Update version numbers to 3.3.11
2023-10-15 11:57:16 +02:00
Marc Alexander
e071cd801a
Merge pull request #6527 from marc1706/ticket/16877
...
[ticket/16877] Use replacement library for oauth
2023-10-10 20:53:05 +02:00
Marc Alexander
ac76b80cb1
Merge pull request #6531 from toxyy/ticket/17188
...
[ticket/17188] Allow request variable to check multiline unicode
2023-10-06 20:20:00 +02:00
toxyy
d4e0840e6f
[ticket/17188] Change regex being edited
...
Change the edited regex to ruben's recommendation
PHPBB3-17188
2023-10-05 16:16:30 -04:00
Marc Alexander
137422116e
[ticket/security-132] Limit maximum number of captcha attempts at register
...
SECURITY-132
2023-10-05 21:06:15 +02:00
Marc Alexander
5f8c9962a0
Merge pull request #6521 from marc1706/ticket/13399
...
[ticket/13399] Add separate plural rules for characters count
2023-10-04 21:51:46 +02:00
Marc Alexander
0a8391857f
[ticket/13399] Add info about usage of CHARACTERS_XY lang string
...
PHPBB3-13399
2023-10-04 20:09:47 +02:00
Marc Alexander
233d6a0a69
Merge pull request #6546 from Derky/ticket/17189
...
[Ticket/17189] Improve installer file permission checks
2023-10-04 20:03:17 +02:00
Marc Alexander
91b3627236
[ticket/17189] Check if different way of getting parent path works better
...
PHPBB3-17189
2023-10-02 21:45:31 +02:00