Marc Alexander
5afa5db41f
[ticket/17279] Add iconify icon sets that are needed and update iconify
...
PHPBB3-17279
2023-12-29 21:25:59 +01:00
rxu
d2ac8a3abd
Merge branch 'ticket/17277' into ticket/17277-master
2023-12-26 01:01:55 +07:00
rxu
dc415768a8
[ticket/17277] Add template events to UCP
...
PHPBB3-17277
2023-12-26 00:35:55 +07:00
rxu
83f9838217
Merge branch 'ticket/17232' into ticket/17232-master
2023-12-20 15:58:15 +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
f9863f9b34
Merge pull request #6525 from marc1706/ticket/16944
...
[ticket/16944] Use icon bundle to load Iconify locally
2023-12-17 21:44:17 +01:00
Marc Alexander
3c66dc0128
Merge branch '3.3.x'
2023-12-17 20:04:32 +01: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
59f387e828
[ticket/13162] Use db tools for truncating
...
PHPBB3-13162
2023-12-17 19:49:23 +01:00
Marc Alexander
c31ac7348a
[ticket/13162] Remove unused use statement
...
PHPBB3-13162
2023-12-17 12:49:40 +01:00
Marc Alexander
5a1fe1db12
[ticket/13162] Add truncate table functionality to doctrine tools
...
PHPBB3-13162
2023-12-17 12:49:40 +01:00
Marc Alexander
b1c5401ba8
Merge branch 'ticket/17236' into ticket/17236-master
2023-12-16 20:50:03 +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
Prosk8er
bc5c095363
[ticket/17235] missing autocomplete for username
...
PHPBB3-17235
2023-11-29 09:14:51 -05:00
Marc Alexander
c98778dbf6
[ticket/16944] Add tests for iconify bundler
...
PHPBB3-16944
2023-11-14 21:40:26 +01:00
Marc Alexander
b4b7199ed5
[ticket/16944] Adjust iconify path for installer
...
PHPBB3-16944
2023-11-12 21:26:38 +01:00
Marc Alexander
09cc08ea74
[ticket/16944] Unify footer code and clean up code
...
PHPBB3-16944
2023-11-12 20:09:42 +01:00
Marc Alexander
fdb28d1d06
[ticket/16944] Remove no longer needed iconify bundle
...
PHPBB3-16944
2023-11-12 16:31:03 +01:00
Marc Alexander
1f5ae7be76
[ticket/16944] Add missing definitions and make logging optional
...
PHPBB3-16944
2023-11-12 16:04:52 +01:00
Marc Alexander
3db2089208
[ticket/16944] Update tests for adjusted environment constructor
...
PHPBB3-16944
2023-11-12 16:04:52 +01:00
Marc Alexander
0434bce5af
[ticket/16944] Generate iconify bundle as needed via icons & assets bag
...
PHPBB3-16944
2023-11-12 16:04:52 +01:00
Marc Alexander
bd6cd8f2fc
[ticket/16944] Fix path and update iconify bundle
...
PHPBB3-16944
2023-11-12 16:04:52 +01:00
Marc Alexander
a1b41f25ef
[ticket/16944] Handle bundling of iconify icons in ACP
...
PHPBB3-16944
2023-11-12 16:04:52 +01:00
Marc Alexander
a531d6071b
[ticket/16944] Start changing bundler to be used outside of develop scripts
...
PHPBB3-16944
2023-11-12 16:04:52 +01:00
Marc Alexander
7f80772eda
[ticket/16944] Use iconify bundler in develop script
...
PHPBB3-16944
2023-11-12 16:04:52 +01:00
Marc Alexander
5cc4691d87
[ticket/16944] Add first basic iconify bundler
...
PHPBB3-16944
2023-11-12 16:04:52 +01:00
Marc Alexander
485cd776d1
[ticket/16944] Use icon bundle to load Iconify locally
...
PHPBB3-16944
2023-11-12 16:04:50 +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
58b777b51c
[ticket/9687] Some more code cleanup after code review
...
PHPBB3-9687
2023-11-06 20:30:59 +01:00
Marc Alexander
13361a3b4b
[ticket/9687] Clean up code some more
...
PHPBB3-9687
2023-11-06 20:28:42 +01:00
Marc Alexander
eacfe7be7b
[ticket/9687] Remove no longer needed code after adjusting query
...
PHPBB3-9687
2023-11-06 17:58:13 +01:00
Marc Alexander
744bf162b3
[ticket/9687] Adjust query to use join again
...
PHPBB3-9687
2023-11-05 21:12:20 +01:00
Marc Alexander
0901633349
[ticket/9687] Improve ban query
...
PHPBB3-9687
2023-11-05 20:21:41 +01:00
Marc Alexander
51ea6d8241
[ticket/9687] Remove exclude from banning lang strings
...
PHPBB3-9687
2023-11-05 20:21:41 +01:00
Marc Alexander
21b389bb81
[ticket/9687] Require @ sign in emails
...
PHPBB3-9687
2023-11-05 20:21:41 +01:00
Marc Alexander
63473239f2
[ticket/9687] Remove open todos and revert back to old regex
...
PHPBB3-9687
2023-11-05 20:21:40 +01:00
Marc Alexander
8a15670055
[ticket/9687] Update deprecated notices and helper functions
...
PHPBB3-9687
2023-11-05 20:21:40 +01:00
Marc Alexander
8e80d734c8
[ticket/9687] Use correct sql_error call to prevent accessing private member
...
PHPBB3-9687
2023-11-05 20:21:40 +01:00
Marc Alexander
598f899fb8
[ticket/9687] Fix converting phpBB2 bans
...
PHPBB3-9687
2023-11-05 20:21:40 +01:00
Marc Alexander
e54d54488c
[ticket/9687] Fix ban message for banned users
...
PHPBB3-9687
2023-11-05 20:21:40 +01:00
Marc Alexander
54bb32bba5
[ticket/9687] Improve labeling in acp for user bans
...
PHPBB3-9687
2023-11-05 20:21:40 +01:00
Marc Alexander
d7389809aa
[ticket/9687] Add support for logging to banning system
...
PHPBB3-9687
2023-11-05 20:21:40 +01:00
Marc Alexander
66cb07d2f4
[ticket/9687] Fix tests on postgres
...
PHPBB3-9687
2023-11-05 20:21:39 +01:00
Marc Alexander
a0bd70885d
[ticket/9687] Create ban message in manager and add missing sort directions
...
PHPBB3-9687
2023-11-05 20:21:39 +01:00
Marc Alexander
0be1ffd296
[ticket/9687] Adjust queries to be compatible with postgres
...
PHPBB3-9687
2023-11-05 20:21:39 +01:00
Marc Alexander
0414536727
[ticket/9687] Add separate column for user_id
...
PHPBB3-9687
2023-11-05 20:21:39 +01:00
Marc Alexander
f9a0e4d606
[ticket/9687] Separate querie for ban options of users
...
PHPBB3-9687
2023-11-05 20:21:39 +01:00