| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-13429
|
|\
| |
| |
| | |
[ticket/14804] Add core event to MCP after merging topics
|
| |\
| | |
| | |
| | | |
PHPBB3-14804
|
| | |
| | |
| | |
| | | |
PHPBB3-14804
|
| | |
| | |
| | |
| | | |
PHPBB3-14804
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Renamed $topic_data and defined $to_topic_data in order to avoid ambiguity
and to stop overwriting a variable.
PHPBB3-14804
|
| |/
|/|
| |
| |
| |
| |
| | |
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
|
|/
|
|
| |
PHPBB3-14795
|
|
|
|
| |
PHPBB3-14673
|
|
|
|
| |
PHPBB3-12925
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
[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.
|
| |
| |
| |
| | |
PHPBB3-14134
|
| |
| |
| |
| | |
PHPBB3-14134
|
| |
| |
| |
| | |
PHPBB3-14134
|
| |
| |
| |
| | |
PHPBB3-14412
|
| |
| |
| |
| | |
PHPBB3-14343
|
| |
| |
| |
| | |
PHPBB3-14343
|
|\ \
| | |
| | |
| | | |
[ticket/14170] Fix mcp_change_poster_after event
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Revert the @since change back to 3.1.6-RC1.
Add @changed line 3.1.7-RC1 and description.
PHPBB3-14170
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[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.
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13831
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | | |
[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
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
[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
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/14181] Fix empty denial reason if the reason isn't translated
|
| | |_|/
| |/| |
| | | |
| | | | |
PHPBB3-14181
|
|\ \ \ \
| |/ / /
|/| | |
| | | | |
[ticket/13846] Fix softdelete feature workflow in viewtopic
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13846
|
|\ \ \ \
| |_|/ /
|/| | |
| | | | |
[ticket/14102] Add core event to the mcp_topic.php
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-14102
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
The "bug" in the deleted code comment is non-existent now.
The PR is for 3.1 only.
PHPBB3-14106
|
|\ \ \
| | | |
| | | |
| | | | |
[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
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Change the docblock for userdata from string to array.
PHPBB3-13974
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Create a new event to perform additional tasks after chainging a post's
poster.
PHPBB3-13974
|
|\ \ \ \
| |/ / /
|/| | |
| | | | |
[ticket/13962] MCP Queue dropdown for forum selection
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13962
|
|/ / /
| | |
| | |
| | | |
PHPBB3-13966
|
|\ \ \
| | | |
| | | |
| | | | |
[ticket/13685] Allow modifying the query for mysql native fulltext search
|
| | |/
| |/|
| | |
| | | |
PHPBB3-13685
|
|\ \ \
| |/ /
|/| |
| | | |
[ticket/13786] Add events to add MCP post options
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Three new events are included:
1) Core event to perform new moderator action in includes/mcp/mcp_post.php
2) Core event to add/modify template data in includes/mcp/mcp_post.php
3) Template event to present new options in template/mcp_post.html
Fix another typo.
PHPBB3-13786
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Three new events are included:
1) Core event to perform new moderator action in includes/mcp/mcp_post.php
2) Core event to add/modify template data in includes/mcp/mcp_post.php
3) Template event to present new options in template/mcp_post.html
Fix typo.
PHPBB3-13786
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Three new events are included:
1) Core event to perform new moderator action in includes/mcp/mcp_post.php
2) Core event to add/modify template data in includes/mcp/mcp_post.php
3) Template event to present new options in template/mcp_post.html
PHPBB3-13786
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[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
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13672
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13672
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13672
|