1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-11 20:27:04 +02:00
Commit Graph

196 Commits

Author SHA1 Message Date
abc4867dbd Merge branch '3.3.x' 2023-08-06 14:56:53 +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
8c75eda0ba Merge branch '3.3.x' 2023-01-09 21:58:41 +01:00
3ece314338 [ticket/17071] Switch to jsdelivr CDN for twemoji emojis
PHPBB3-17071
2023-01-09 21:25:46 +01:00
3e8fced5c8 [ticket/16955] Fix phpdoc annotations and return types
PHPBB3-16955
2022-12-31 16:18:06 +01:00
6ad0b533d9 [ticket/16955] Clean up textformatter and textreparser
PHPBB3-16955
2022-12-28 08:37:16 +01:00
76fd028617 Merge branch '3.3.x' 2022-10-22 11:21:49 +02:00
2e025be53a [ticket/17051] Fallback to default values for possible undefined user data
PHPBB3-17051
2022-10-21 20:18:32 +02:00
0a64ffa834 Merge branch '3.3.x' 2022-04-30 22:46:05 +02:00
9b2f42748c [ticket/16981] Fix HTML-encoded emojis in email subject line
PHPBB3-16981
2022-04-05 17:18:33 +01:00
28f98402f3 [ticket/16574] Remove flash BBcode
PHPBB3-16574
2021-08-19 23:01:42 +02:00
794b77971c [ticket/13713] Move profile_url to a tag in textformatter factory
PHPBB3-13713
2021-05-14 21:52:19 +02:00
e2c50eae68 [ticket/13713] Avoid same attributes for different types of IDs
PHPBB3-13713
2021-05-14 21:52:15 +02:00
b84c10733b [ticket/13713] Remove mention colors to reduce the cache size
PHPBB3-13713
2021-05-14 21:52:13 +02:00
3c27b47236 [ticket/13713] Specify color as a BBCode attribute
PHPBB3-13713
2021-05-14 21:52:12 +02:00
c2720792ac [ticket/13713] Handle TODOs
PHPBB3-13713
2021-05-14 21:52:10 +02:00
89d65f5da0 [ticket/13713] Remove unneeded code in helper
PHPBB3-13713
2021-05-14 21:52:07 +02:00
d91e3bd66a [ticket/13713] Optimize caching colours
PHPBB3-13713
2021-05-14 21:52:07 +02:00
07130bf077 [ticket/13713] Fix closure formatting
PHPBB3-13713
2021-05-14 21:52:04 +02:00
27b37f3881 [ticket/13713] Introduce mention notifications for groups
PHPBB3-13713
2021-05-14 21:52:03 +02:00
c66f4806e8 [ticket/13713] Rework BBCode parameters
PHPBB3-13713
2021-05-14 21:51:58 +02:00
fd92abda59 [ticket/13713] Fix tests for PHP 5.6
PHPBB3-13713
2021-05-14 21:51:57 +02:00
31e4fb4729 [ticket/13713] Introduce ACP settings for mentions
PHPBB3-13713
2021-05-14 21:51:54 +02:00
012d009fbe [ticket/13713] Remove mention ID constant
PHPBB3-13713
2021-05-14 21:51:54 +02:00
52fac451a3 [ticket/13713] Create abstract parent service for user source
PHPBB3-13713
2021-05-14 21:51:53 +02:00
c70ac7eb62 [ticket/13713] Introduce notifications for mentions
PHPBB3-13713
2021-05-14 21:51:53 +02:00
9eef103e75 [ticket/13713] Free SQL results
PHPBB3-13713
2021-05-14 21:51:53 +02:00
2fe0a2ffd9 [ticket/13713] Move mention template to default templates
PHPBB3-13713
2021-05-14 21:51:52 +02:00
99fe591088 [ticket/13713] Change $res to $result
PHPBB3-13713
2021-05-14 21:51:52 +02:00
ac8adcb9a6 [ticket/13713] Properly handle empty colour strings
PHPBB3-13713
2021-05-14 21:51:51 +02:00
4b31a29c2c [ticket/13713] Implement colour handling
PHPBB3-13713
2021-05-14 21:51:51 +02:00
eec7703d3b [ticket/13713] Fix case for phpBB directory
PHPBB3-13713
2021-05-14 21:51:50 +02:00
6c42563b4d [ticket/13713] Add mention BBCode
PHPBB3-13713
2021-05-14 21:51:50 +02:00
ce08da5165 [ticket/16748] Enable code sniffing for static placement and adjust code
PHPBB3-16748
2021-04-03 23:12:04 +02:00
rxu
2fd4dbb685 [ticket/16690] Fix htmlspecialchars and htmlspecialchars_decode default flag
PHPBB3-16690
2021-01-20 00:21:24 +07:00
8830354555 [ticket/16671] Fix coding style
PHPBB3-16671
2020-12-31 14:40:14 +01:00
8a8893fbd3 [ticket/16630] Restore clean_formatting()'s behaviour
PHPBB3-16630
2020-11-06 23:07:30 +01:00
2f14cc832c Merge branch '3.2.x' into 3.3.x 2020-11-04 22:05:11 +01:00
3957161124 [ticket/security-264] Ensure HTML entity state after removing formatting
SECURITY-264
2020-10-23 20:38:51 +02:00
2a8239075e Merge branch '3.2.x' into 3.3.x 2020-08-06 17:21:58 +02:00
d0e2023a63 [ticket/security-259] Stop checking image size of images in img bbcode
SECURITY-259
2020-06-25 22:20:58 +02:00
6b5b413025 Merge branch '3.2.x' into 3.3.x 2020-04-22 22:00:50 +02:00
6f99cf0fd5 Merge pull request #5959 from kasimi/ticket/16456
[ticket/16456] Add event core.text_formatter_s9e_get_errors
2020-04-22 22:00:08 +02:00
3de74e58b7 [ticket/16456] Add event core.text_formatter_s9e_get_errors
PHPBB3-16456
2020-04-22 13:26:31 +02:00
502982154d Merge branch '3.2.x' into 3.3.x 2020-04-21 21:36:11 +02:00
33666c7817 [ticket/16428] Fix invalid scheme name (empty value)
PHPBB3-16428
2020-04-06 22:11:01 +02:00
a5f1ff43b5 [ticket/16361] Truncate schemeless links to the forum
PHPBB3-16361
2020-02-12 01:35:00 +01:00
d26622e992 Merge pull request #5770 from JoshyPHP/ticket/16250
[ticket/16250] Add a service to check BBCodes safeness in ACP
2019-12-21 10:34:17 +01:00
2733ce0712 [ticket/16250] Reworked status as constants
PHPBB3-16250
2019-12-16 01:34:26 +01:00
2926ceba6a [ticket/16250] Add a service to check BBCodes safeness
PHPBB3-16250
2019-12-13 01:46:09 +01:00