1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-21 18:44:37 +02:00
Commit Graph

5765 Commits

Author SHA1 Message Date
2d06dd03f0 [ticket/17176] Clear up error handler code for psalm
PHPBB3-17176
2023-09-21 16:36:56 +02:00
384405d8e0 [ticket/17176] Fix our misuse of trigger_error() to work again
PHPBB3-17176
2023-09-21 15:48:02 +02:00
45cefd4433 [ticket/17176] Combine error handler with exception handling/msg_handler()
PHPBB3-17176
2023-09-21 15:45:46 +02:00
cf799897e2 [ticket/17176] Fix debug error handling
PHPBB3-17176
2023-09-21 15:22:33 +02:00
43772c0608 [ticket/17176] Fix mix of psalm / DebugHandler
PHPBB3-17176
2023-09-21 13:21:05 +02:00
5231e04d49 [ticket/17176] Use symfony error handler instead of debug
PHPBB3-17176
2023-09-21 13:15:57 +02:00
5634ea1fdf [ticket/17176] Use ReturnTypeWillChange instead of suppressing psalm
PHPBB3-17176
2023-09-21 10:32:07 +02:00
3e2628fb73 [ticket/17176] Ensure slow tests are not run when not selected
PHPBB3-17176
2023-09-18 19:28:22 +02:00
295fcc771b [ticket/17176] Pass query_id by ref in sql_fetchfield()
PHPBB3-17176
2023-09-18 19:28:21 +02:00
eed92e766f [ticket/17176] Do not always create a new connection in database tests
PHPBB3-17176
2023-09-18 19:28:20 +02:00
8a2199ed6c [ticket/17176] Clean up database code to prevent test issues
PHPBB3-17176
2023-09-18 19:28:20 +02:00
ac9659c38f [ticket/17176] Resolve psalm issues after PHP version update
PHPBB3-17176
2023-09-18 19:28:20 +02:00
c91e758902 [ticket/17176] Ensure helpers are of expected type
PHPBB3-17176
2023-09-18 19:28:19 +02:00
0af921d870 [ticket/17176] Update psalm expected PHP version and add missing return type
PHPBB3-17176
2023-09-18 19:28:19 +02:00
fccb5ff781 [ticket/17176] Remove use statement
PHPBB3-17176
2023-09-18 19:28:19 +02:00
abd29e96b5 [ticket/17176] Resolve deprecation notices
PHPBB3-17176
2023-09-18 19:28:19 +02:00
66b54d4469 [ticket/17176] Use Symfony name for event dispatcher
The previously used override of the names is no longer supported.

PHPBB3-17176
2023-09-18 19:28:18 +02:00
2d7c668a28 [ticket/17176] Use BrowserKit instead of Goutte
PHPBB3-17176
2023-09-18 19:28:18 +02:00
cef8aaf1a4 [ticket/17176] Update implementations to be compatible with Symfony 6.3
PHPBB3-17176
2023-09-18 19:28:16 +02:00
rxu
69cc2a9734 [ticket/17151] Make macros available for extensions
Also add tests and error reporting.

PHPBB3-17151
2023-09-09 14:02:17 +07:00
e83ae55d2d Merge branch '3.3.x' 2023-08-15 18:19:46 +02:00
0596d1065e [ticket/17129] Use sql_build_array for cleaner update of youtube profile field
PHPBB3-17129
2023-08-13 10:21:02 +02:00
aac2cf5273 Merge pull request #6502 from marc1706/ticket/13276-master
[ticket/13276] Support PHPBB_USE_BOARD_URL_PATH in web root path -- master version
2023-08-06 20:30:54 +02:00
abc4867dbd Merge branch '3.3.x' 2023-08-06 14:56:53 +02:00
e5db724d2c Merge pull request #6501 from marc1706/ticket/13276
[ticket/13276] Support PHPBB_USE_BOARD_URL_PATH in web root path
2023-08-06 14:54:42 +02:00
cdc7f6da22 Merge branch '3.3.x' 2023-08-06 14:01:29 +02:00
dd790b41eb Merge pull request #6481 from marc1706/ticket/17129
[ticket/17129] Update youtube profile field to support latest URLs
2023-08-06 14:01:27 +02:00
60c2abdfda Merge pull request #6507 from marc1706/ticket/12439
[ticket/12439] Unify behavior and deduplicate sql_multi_insert
2023-08-03 19:46:24 +02:00
b447e4468a Merge pull request #6506 from marc1706/ticket/11449
[ticket/11449] Add separate method for deleting notifications by multiple types
2023-08-03 19:45:33 +02:00
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
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
ea0aa7b54a Merge branch '3.3.x' 2023-07-04 09:00:56 +02:00
add6d2b726 [ticket/17053] Add simple check for writable cache directory
PHPBB3-17053
2023-07-03 21:40:36 +02:00
1a6de696b1 [ticket/12439] Unify behavior and deduplicate sql_multi_insert
PHPBB3-12439
2023-07-02 10:48:46 +02:00
d05ce65a98 [ticket/11449] Add separate method for deleting notifications by multiple types
PHPBB3-11449
2023-07-02 09:56:10 +02:00
6049fb8fdf Merge branch 'ticket/13276' into ticket/13276-master 2023-06-30 16:45:37 +02:00
a686a2f057 [ticket/13276] Support PHPBB_USE_BOARD_URL_PATH in web root path
PHPBB3-13276
2023-06-30 16:42:27 +02:00
6d1284495b Merge branch '3.3.x' 2023-06-28 14:13:27 +02:00
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
4e9cf239ed [ticket/15687] Force supplied filename to be correct and modify route
PHPBB3-15687
2023-06-28 10:51:22 +02:00
85e5c9dcca [ticket/17140] Add missing parameter phpbb_root_path
PHPBB3-17140
2023-06-27 00:29:11 +02:00
b0c008690a [ticket/17141] Remove duplicate prepending with phpbb_root_path
PHPBB3-17141
2023-06-26 23:15:23 +02:00
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
8223a956df [ticket/17141] Ensure correction is newer below 0
PHPBB3-17141
2023-06-26 23:14:21 +02:00
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
f7ddbb7462 Merge branch '3.3.x' 2023-06-26 09:41:09 +02:00
0fdc76521b Merge pull request #6492 from im4bb/ticket/17146
Fix 'undefined array key' php8 warning
2023-06-26 09:40:57 +02:00
d6e3daf291 [ticket/17151] Adjust form macros to adhere to coding guidelines
PHPBB3-17151
2023-06-25 16:23:56 +02:00
4c72b76809 [ticket/17146] Use empty for checking if user_jabber is not empty
PHPBB3-17146
2023-06-21 22:09:00 +02:00
51d27979ce Merge branch '3.3.x' 2023-06-21 20:36:04 +02:00