45199adebd
Merge pull request #4523 from senky/ticket/13429
...
[ticket/13429] Replace @change with @changed in event docblocks
2017-02-11 15:19:47 +01:00
779758f219
[ticket/13429] Replace @change with @changed
...
PHPBB3-13429
2017-01-23 13:33:15 +01:00
40bc4ac484
[ticket/14549] Correcting $redirect var to avoid the bug
...
by this correct $redirect will go to clean mcp page after merge
PHPBB3-14549
2016-12-29 13:11:19 +03:00
96adf7f0d6
Merge pull request #4514 from senky/ticket/14759
...
[ticket/14759] Add core.mcp_main_modify_shadow_sql event
2016-12-11 15:58:12 +01:00
c2836725f9
[ticket/13429] Replace @changed with @change in event docblocks
...
PHPBB3-13429
2016-11-20 17:58:59 +01:00
114cfe2c27
[ticket/14760] Add core.mcp_main_modify_fork_sql event
...
PHPBB3-14760
2016-11-13 18:15:07 +01:00
36d4169768
[ticket/14759] Add core.mcp_main_modify_shadow_sql event
...
PHPBB3-14759
2016-11-13 17:48:53 +01:00
577d669ba7
Merge pull request #4472 from dsinn/ticket/14804
...
[ticket/14804] Add core event to MCP after merging topics
2016-11-12 13:53:24 +01:00
fce30d1d91
[ticket/14795] Use maximum topic views instead of adding up views in merge
...
Merging topics should not result in topic views being added up but rather in
the highest topic view showing up for the merged topic.
PHPBB3-14795
2016-10-16 10:55:00 +02:00
59b52d6312
[ticket/14804] Merge remote-tracking branch 'upstream/3.1.x' into ticket/14804
...
PHPBB3-14804
2016-10-03 10:24:30 -04:00
32d569c594
[ticket/14804] Fix undefined $topic_data after trying to port 3.2 changes to 3.1
...
PHPBB3-14804
2016-09-30 16:34:11 -04:00
c6383d3f89
[ticket/14804] Rename event to mcp_forum_merge_topics_after; update @since
...
PHPBB3-14804
2016-09-30 15:58:10 -04:00
1d25c80a9c
[ticket/14804] Add core event to MCP after merging topics
...
Renamed $topic_data and defined $to_topic_data in order to avoid ambiguity
and to stop overwriting a variable.
PHPBB3-14804
2016-09-30 15:23:17 -04:00
c588332aa5
[ticket/14795] Merge topic views when merging topics
...
PHPBB3-14795
2016-09-25 19:49:01 +02:00
429ecb938c
[ticket/14673] Changes wrong language variable in mcp_forum
...
PHPBB3-14673
2016-08-22 21:23:01 +02:00
c016e09ca4
[ticket/12925] Pluralize permanent delete checkbox label
...
PHPBB3-12925
2016-08-15 18:27:33 +02:00
640070e133
Merge pull request #3874 from lavigor/ticket/14134
...
[ticket/14134] Send warning notification PM in user's language.
* lavigor/ticket/14134:
[ticket/14134] Fix Okay in a comment.
[ticket/14134] Fix code comments.
[ticket/14134] Send warning notification PM in user's language.
2016-03-26 18:59:31 +01:00
18a4505b23
[ticket/14134] Fix Okay in a comment.
...
PHPBB3-14134
2016-03-25 23:11:43 +03:00
276d48ed4f
[ticket/14134] Fix code comments.
...
PHPBB3-14134
2016-02-27 16:55:05 +03:00
fef03a1946
[ticket/14412] Comment fixes for PHPDoc in the events
...
PHPBB3-14412
2016-01-15 14:07:50 +03:00
a021956644
[ticket/14343] Added missing $phpbb_dispatcher
...
PHPBB3-14343
2016-01-06 11:38:22 +01:00
94c073672d
[ticket/14343] Add event when locking/unlocking posts/topics
...
PHPBB3-14343
2015-12-06 20:05:27 +01:00
8398e0700a
Merge pull request #3910 from kinerity/ticket/14170
...
[ticket/14170] Fix mcp_change_poster_after event
2015-11-12 08:50:18 +01:00
afbeda7cfd
Merge pull request #3983 from prototech/ticket/13831
...
[ticket/13831] Store provided reason when deleting from Mod. Queue module.
* prototech/ticket/13831:
[ticket/13831] Store provided reason when deleting from Mod. Queue module.
2015-11-02 21:48:32 +01:00
dfd5ec6835
Merge pull request #3666 from marc1706/ticket/9252
...
[ticket/9252] Do not try to disapprove a post that was just approved
* marc1706/ticket/9252:
[ticket/9252] Do not try to disapprove a post that was just approved
2015-10-19 14:36:51 +02:00
f657680311
[ticket/13831] Store provided reason when deleting from Mod. Queue module.
...
PHPBB3-13831
2015-10-14 19:41:44 -07:00
08739751b2
[ticket/14170] Revert mcp_change_poster_after @since change
...
Revert the @since change back to 3.1.6-RC1.
Add @changed line 3.1.7-RC1 and description.
PHPBB3-14170
2015-10-13 21:26:24 -04:00
f6c8338358
Merge pull request #3864 from Zoddo/ticket/8920
...
[ticket/8920] Add a MCP PM reports view permission
2015-10-11 10:47:44 +02:00
8683824ed3
Merge pull request #3934 from Zoddo/ticket/14181
...
[ticket/14181] Fix empty denial reason if the reason isn't translated
2015-10-09 16:43:53 +02:00
e5b2dc922f
Merge pull request #3615 from rxu/ticket/13846
...
[ticket/13846] Fix softdelete feature workflow in viewtopic
2015-10-07 16:50:35 +02:00
66397ae0e4
[ticket/14181] Fix empty denial reason if the reason isn't translated
...
PHPBB3-14181
2015-09-27 17:23:49 +02:00
07b55530ec
[ticket/14170] Fix mcp_change_poster_after event
...
Move the mcp_change_poster_after event to before renewing $post_info. I
changed the "since" version as this would be fixed in 3.1.7-RC1.
PHPBB3-14170
2015-09-16 22:49:06 -04:00
d92a46ef02
Merge pull request #3833 from rxu/ticket/14102
...
[ticket/14102] Add core event to the mcp_topic.php
2015-09-16 22:47:11 +02:00
9a5de3fc1e
[ticket/14134] Send warning notification PM in user's language.
...
PHPBB3-14134
2015-09-02 19:37:41 +03:00
e9e199bc37
[ticket/8920] Add a MCP PM reports view permission
...
Anybody who has the permission to read reports in one forum
can read PM reports.
Solving this problem by adding a new permission to read PM reports.
PHPBB3-8920
2015-08-30 12:18:37 +02:00
ec032733de
[ticket/14106] Fix topics sorting in MCP for topics merging.
...
The "bug" in the deleted code comment is non-existent now.
The PR is for 3.1 only.
PHPBB3-14106
2015-08-16 19:55:00 +07:00
6b0f235cc9
[ticket/14102] Add core event to the mcp_topic.php
...
PHPBB3-14102
2015-08-15 18:38:25 +07:00
5f4943c183
Merge pull request #3760 from Zoddo/ticket/14014
...
[ticket/14014] Add core.mcp_forum_view_before event
2015-08-09 10:13:24 +02:00
0d6c323611
[ticket/13846] Fix MCP to disallow softdeleted posts deletion if not permitted.
...
PHPBB3-13846
2015-07-30 19:35:01 +07:00
2e10961fff
[ticket/14014] Add core.mcp_forum_view_before event
...
This event can be used to get some data in order to execute other actions.
PHPBB3-14014
2015-07-15 15:55:55 +02:00
cc23ac887c
[ticket/13974] Change userdata type from string to array
...
Change the docblock for userdata from string to array.
PHPBB3-13974
2015-06-28 14:31:02 -04:00
607f2e791f
[ticket/13974] Add core.mcp_change_poster_after event
...
Create a new event to perform additional tasks after chainging a post's
poster.
PHPBB3-13974
2015-06-28 01:14:08 -04:00
2237030398
Merge pull request #3725 from RMcGirr83/ticket/13962
...
[ticket/13962] MCP Queue dropdown for forum selection
2015-06-27 11:01:47 +02:00
ef6af2682b
[ticket/13966] Adds the missing phpbb_dispatcher to includes/mcp/mcp_post
...
PHPBB3-13966
2015-06-25 22:22:56 +02:00
2ec5c5de17
[ticket/13962] MCP Queue dropdown for forum selection
...
PHPBB3-13962
2015-06-23 13:26:47 -04:00
072f4c9260
Merge pull request #3479 from brunoais/ticket/13685
...
[ticket/13685] Allow modifying the query for mysql native fulltext search
2015-06-09 14:27:13 +02:00
1e45a05000
[ticket/13685] Add phpbb_dispatcher to fulltext search constructors
...
PHPBB3-13685
2015-06-07 18:40:44 +01:00
bb7f843344
Merge pull request #3558 from javiexin/ticket/13786
...
[ticket/13786] Add events to add MCP post options
2015-06-04 17:45:21 +02:00
e04f9a2425
[ticket/9252] Do not try to disapprove a post that was just approved
...
Without this change, posts that are approved by someone right before
another moderator is trying to disapprove a post are actually deleted
instead of disapproved.
PHPBB3-9252
2015-05-30 12:27:00 +02:00
75dd91412b
Merge pull request #3469 from brunoais/ticket/13672
...
[ticket/13672] Allow changing the data from the user-submitted report
* brunoais/ticket/13672:
[ticket/13672] Removed bogus sting concatenation
[ticket/13672] BUMP version to 3.1.5-dev
[ticket/13672] Allow changing the data from the user-submitted report
2015-05-28 12:58:58 +02:00