3c75fedffe
[ticket/17289] Fix dependency injection error when using development environment
...
PHPBB3-17289
2024-02-18 17:49:36 +01:00
ad5e2a3602
[ticket/17283] Use cdnjs url instead and use in default installation
...
PHPBB3-17283
2024-02-18 17:08:25 +01:00
da48c178ea
[ticket/17283] Add migration for font awesome 6.5.1 cdn url
...
PHPBB3-17283
2024-02-18 17:08:25 +01:00
db56017d57
[ticket/17283] Remove remaining parts using iconify
...
PHPBB3-17283
2024-02-12 18:52:45 +01:00
99884d8bbb
Merge pull request #6579 from marc1706/ticket/17281
...
[ticket/17281] Update to psalm 5.x
2024-01-31 21:14:15 +01:00
e5ddf24fb9
Merge branch '3.3.x'
2024-01-02 16:47:51 +01:00
c4642d2502
Merge pull request #6580 from rxu/ticket/17117
...
[ticket/17117] Do not load non-existent/disabled notification methods
2024-01-02 16:47:49 +01:00
f31ea59a1a
[ticket/17117] Do not load non-existent/disabled notification methods
...
Non-existent or disabled notification methods (f.e. added
by extensions which were later disabled/purged) should not be loaded.
PHPBB3-17117
2024-01-02 15:45:42 +07:00
39cad1d235
Merge branch '3.3.x'
2024-01-01 21:35:55 +01:00
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
c73e7bfe05
[ticket/17281] Remove not needed suppress
...
PHPBB3-17281
2023-12-31 15:08:37 +01:00
9f099a75cd
Merge pull request #6574 from rxu/ticket/17232-master
...
[ticket/17232] Improve SQL error messages handling - master version
2023-12-31 10:43:19 +01:00
af05fe4f19
[ticket/17232] Remove sqlite3 dbtool
...
PHPBB3-17232
2023-12-31 15:21:10 +07:00
e42b743b86
[ticket/17281] Fix return type and ensure type correctness
...
PHPBB3-17281
2023-12-30 20:58:54 +01:00
5d53089651
[ticket/17281] Fix some smaller issues
...
PHPBB3-17281
2023-12-30 18:04:27 +01:00
661a8a6117
[ticket/17281] Update psalm config and fix issues
...
PHPBB3-17281
2023-12-30 17:41:12 +01:00
0c2fa3a065
[ticket/17279] Get iconify icons from assets folder
...
PHPBB3-17279
2023-12-29 21:26:41 +01:00
83f9838217
Merge branch 'ticket/17232' into ticket/17232-master
2023-12-20 15:58:15 +07:00
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
c98778dbf6
[ticket/16944] Add tests for iconify bundler
...
PHPBB3-16944
2023-11-14 21:40:26 +01:00
1f5ae7be76
[ticket/16944] Add missing definitions and make logging optional
...
PHPBB3-16944
2023-11-12 16:04:52 +01:00
0434bce5af
[ticket/16944] Generate iconify bundle as needed via icons & assets bag
...
PHPBB3-16944
2023-11-12 16:04:52 +01:00
bd6cd8f2fc
[ticket/16944] Fix path and update iconify bundle
...
PHPBB3-16944
2023-11-12 16:04:52 +01:00
a1b41f25ef
[ticket/16944] Handle bundling of iconify icons in ACP
...
PHPBB3-16944
2023-11-12 16:04:52 +01:00
a531d6071b
[ticket/16944] Start changing bundler to be used outside of develop scripts
...
PHPBB3-16944
2023-11-12 16:04:52 +01:00
5cc4691d87
[ticket/16944] Add first basic iconify bundler
...
PHPBB3-16944
2023-11-12 16:04:52 +01:00
613582e2c5
[ticket/17212] Support updating session info when editing post with p=
...
PHPBB3-17212
2023-11-09 21:08:31 +01:00
58b777b51c
[ticket/9687] Some more code cleanup after code review
...
PHPBB3-9687
2023-11-06 20:30:59 +01:00
13361a3b4b
[ticket/9687] Clean up code some more
...
PHPBB3-9687
2023-11-06 20:28:42 +01:00
21b389bb81
[ticket/9687] Require @ sign in emails
...
PHPBB3-9687
2023-11-05 20:21:41 +01:00
63473239f2
[ticket/9687] Remove open todos and revert back to old regex
...
PHPBB3-9687
2023-11-05 20:21:40 +01:00
8a15670055
[ticket/9687] Update deprecated notices and helper functions
...
PHPBB3-9687
2023-11-05 20:21:40 +01:00
e54d54488c
[ticket/9687] Fix ban message for banned users
...
PHPBB3-9687
2023-11-05 20:21:40 +01:00
54bb32bba5
[ticket/9687] Improve labeling in acp for user bans
...
PHPBB3-9687
2023-11-05 20:21:40 +01:00
d7389809aa
[ticket/9687] Add support for logging to banning system
...
PHPBB3-9687
2023-11-05 20:21:40 +01:00
66cb07d2f4
[ticket/9687] Fix tests on postgres
...
PHPBB3-9687
2023-11-05 20:21:39 +01:00
a0bd70885d
[ticket/9687] Create ban message in manager and add missing sort directions
...
PHPBB3-9687
2023-11-05 20:21:39 +01:00
0be1ffd296
[ticket/9687] Adjust queries to be compatible with postgres
...
PHPBB3-9687
2023-11-05 20:21:39 +01:00
0414536727
[ticket/9687] Add separate column for user_id
...
PHPBB3-9687
2023-11-05 20:21:39 +01:00
f9a0e4d606
[ticket/9687] Separate querie for ban options of users
...
PHPBB3-9687
2023-11-05 20:21:39 +01:00
9b8b34e8f3
[ticket/9687] Resolve phing sniff issues
...
PHPBB3-9687
2023-11-05 20:21:39 +01:00
927f33fad3
[ticket/9687] Use cache driver instead of service
...
PHPBB3-9687
2023-11-05 20:21:39 +01:00
2d53b8f947
[ticket/9687] Remove invalid WHERE clause form query
...
PHPBB3-9687
2023-11-05 20:21:38 +01:00
dcbd4a54aa
[ticket/9687] Improve display of ban options and update tests
...
PHPBB3-9687
2023-11-05 20:21:38 +01:00
7b551adb2b
[ticket/9687] Prevent banning of anonymous
...
PHPBB3-9687
2023-11-05 20:21:38 +01:00
872439b8f4
[ticket/9687] Properly display error messages in ACP
...
PHPBB3-9687
2023-11-05 20:21:38 +01:00
1a4e6fe3e8
[ticket/9687] Use Forms for template display and fix display for users
...
PHPBB3-9687
2023-11-05 20:21:38 +01:00
6048458a12
[ticket/9687] Remove unused exception
...
PHPBB3-9687
2023-11-05 20:21:38 +01:00
cf0e747d51
[ticket/9687] Add tests for ban manager and fix some inconsistencies
...
PHPBB3-9687
2023-11-05 20:21:37 +01:00
8a5a26be87
[ticket/9687] Further clean up ban manager and directly pass user
...
PHPBB3-9687
2023-11-05 20:21:37 +01:00