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

1002 Commits

Author SHA1 Message Date
553a20ddf7 Merge pull request #6056 from senky/ticket/16574
[ticket/16574] Remove flash BBcode
2021-08-23 21:34:28 +02:00
72cf2ba2ea Merge branch '3.3.x' 2021-08-23 20:30:14 +02:00
28f98402f3 [ticket/16574] Remove flash BBcode
PHPBB3-16574
2021-08-19 23:01:42 +02:00
ee1cb783cb [ticket/16207] Add form keys to actions in MCP
PHPBB3-16207
2021-07-17 22:31:04 +02:00
f3c426389c Merge pull request #6206 from marc1706/ticket/13713
[ticket/13713] User Mentions
2021-05-23 17:49:33 +02:00
b734fed853 [ticket/16138] Eliminate redundant parameters from board URLs
Revert mcp change to fix some moderator functions
such as selecting topic for move posts

PHPBB3-16138
2021-05-19 22:05:08 +02:00
adacf21edb [ticket/16138] Eliminate redundant parameters from board URLs
Rebase to 3.3.x

PHPBB3-16138
2021-05-19 22:05:06 +02:00
6b5363d43a [ticket/16771] Add missing phpbb_dispatcher to globals
PHPBB3-16771
2021-05-17 11:19:50 +02:00
ab38261937 Merge branch '3.3.x' 2021-05-16 21:07:15 +02:00
49974a169b Merge pull request #6209 from rxu/ticket/16771
[ticket/16771] Add MCP core events
2021-05-16 21:07:04 +02:00
3bb58556ea [ticket/16771] Fix typo and invalid type in event docblocks
PHPBB3-16771
2021-05-15 22:49:28 +02:00
692253029c Merge branch '3.3.x' 2021-05-15 22:38:08 +02:00
98713a7cbe Merge pull request #5505 from toxyy/ticket/15925
[ticket/15925] Add core events for sync and mcp functions
2021-05-15 22:38:04 +02:00
c70ac7eb62 [ticket/13713] Introduce notifications for mentions
PHPBB3-13713
2021-05-14 21:51:53 +02:00
bcea34ee7c [ticket/15925] Update events for 3.3.5-RC1
PHPBB3-15925
2021-05-07 19:25:35 -04:00
rxu
3ff99a9eb1 [ticket/16771] Add MCP core events
PHPBB3-16771
2021-05-07 22:30:50 +07:00
2d42b2a6c2 Merge pull request #5778 from gijsmartens/ticket/15233
[ticket/15233] Standardize avatar output variables
2021-04-08 22:03:37 +02:00
ce08da5165 [ticket/16748] Enable code sniffing for static placement and adjust code
PHPBB3-16748
2021-04-03 23:12:04 +02:00
658a0489d0 [ticket/15540] Add types
PHPBB3-15540
2021-03-23 12:11:33 +01:00
a8de540e93 [ticket/15540] Trigger errors when search module not found
PHPBB3-15540
2021-03-23 11:16:53 +01:00
5c67eabeed [ticket/15540] Fix tests
PHPBB3-15540
2021-03-23 02:44:57 +01:00
9dac66071e [ticket/15540] Check method signatures, visibility, etc
PHPBB3-15540
2021-03-22 21:57:02 +01:00
1bc9cbefb2 [ticket/15540] Fix tests
PHPBB3-15540
2021-03-22 21:57:02 +01:00
2aabf560b4 [ticket/15540] Refactor search backend classes to Symfony services
PHPBB3-15540
2021-03-22 21:57:02 +01:00
37a3e5b55e Merge branch '3.3.x' 2021-03-14 17:05:20 +01:00
6ebd64521b [ticket/16725] Add MCP core event
PHPBB3-16725
2021-03-13 17:40:10 +05:30
d77415dbab [ticket/15233] Standardize variable generation
PHPBB3-15233
2021-03-06 22:27:42 +01:00
7e3d22063a [ticket/15233] Standardize avatar output variables
PHPBB3-15233
2021-03-06 08:18:30 +01:00
22f7f491c5 [ticket/15925] Update events for 3.3.4-RC1
PHPBB3-15925
2021-03-04 17:14:56 +01:00
60d6727974 [ticket/15925] Update events for 3.3.3-RC1
PHPBB3-15925
2021-03-04 17:12:26 +01:00
9d2ab88c69 [ticket/15925] Add core.mcp_main_modify_fork_post_sql
Modify the forked post's sql array before it's inserted into the database
Lets additional variables be added into the sql_ary
Allows the same edits as mcp_main_fork_sql_after but for posts not topics

PHPBB3-15925
2021-03-04 17:12:24 +01:00
29e7226c96 Merge branch '3.3.x' 2021-01-22 19:14:53 +01:00
rxu
2fd4dbb685 [ticket/16690] Fix htmlspecialchars and htmlspecialchars_decode default flag
PHPBB3-16690
2021-01-20 00:21:24 +07:00
afa0a91f5d Merge branch '3.3.x' 2020-11-20 22:50:06 +01:00
d88dff51fb [ticket/15951] Adjust event docblock and update since version
PHPBB3-15951
2020-11-19 22:42:14 +01:00
9b9ca25934 [ticket/16237] Fix broken vars and remove conditional overhead
PHPBB3-16237
2020-08-21 15:33:08 -07:00
63c7488f18 [ticket/16237] Add missing template vars
PHPBB3-16237
2020-08-19 10:40:06 -10:00
dc4fe2d4b7 [ticket/16237] squash all commits
PHPBB3-16237
2020-08-19 10:40:06 -10:00
c903381154 [ticket/15951] Add requested changes
Revert changes with $topic_info
Add $quickmod to the event
Change since versions to latest

PHPBB3-15951
2020-08-11 08:08:17 -04:00
663e611fae [ticket/15951] Add core.mcp_delete_topic_modify_hidden_fields
Allow modification of the hidden fields when deleting topics
This lets you control the permissions for permanently deleting topics
Template variables can also be modified at this point

PHPBB3-15951
2020-08-11 07:44:00 -04:00
f4a1d4ef02 [ticket/15951] Add core.mcp_delete_topic_modify_permissions
Allow modification to permissions when deleting topics
This allows $check_permission to be false in the phpbb_check_ids function call

PHPBB3-15951
2020-08-11 07:44:00 -04:00
fa636e35e0 [ticket/16559] Ensure event variables are defined in mcp_queue
PHPBB3-16559
2020-08-02 13:55:06 +02:00
68e6e8ca90 Merge branch '3.2.x' into 3.3.x 2020-06-01 11:19:30 +02:00
rxu
e2ced58517 [ticket/16500] Fix attachments ordering for copy topic feature
PHPBB3-16500
2020-06-01 14:40:49 +07:00
aae5852ad3 Merge branch '3.2.x' into 3.3.x 2020-05-24 14:07:37 +02:00
bd29de880d [ticket/16485] Fix Emoji in logs for warning message
PHPBB3-16485
2020-05-14 22:08:00 +02:00
b29a011186 Merge branch '3.2.x' into 3.3.x 2020-05-02 12:05:07 +02:00
5ca9674ced [ticket/15560] Remove correct anchor_pos variable name
PHPBB3-15560
2020-04-12 13:44:04 +02:00
154ebc24c2 [ticket/15560] Correct redirect on perma-deleting posts
PHPBB3-15560
2020-04-12 13:39:41 +02:00
6e89799b05 Merge branch '3.2.x' into 3.3.x 2020-03-29 20:48:38 +02:00