phpbb/phpBB/includes/mcp
Joas Schilling 0822d2bb61 [feature/soft-delete] Split unapproved/soft deleted posts from topics
If a topic is soft deleted through a moderator, the topic_delete_user is set.
If it is passively soft deleted (f.e. while the only approved post is deleted)
the topic_delete_user is not set. This way, we can distinguish between these
two cases. The same also applies to unapproved posts. So we need to set the
topic_delete_user when an unapproved topic is posted.

Topics that were soft deleted/unapproved by a user (rather then passive) are
going to be displayed in the Topics modules, while all others are in the posts
modules of the MCP queue.

PHPBB3-9567
2012-10-17 15:32:57 +02:00
..
info [feature/soft-delete] Add module for soft deleted topics 2012-10-15 15:53:32 +02:00
mcp_ban.php [ticket/9916] Updating header license and removing Version $Id$ 2011-12-31 13:32:52 +00:00
mcp_forum.php [feature/soft-delete] Fix several problems in the forum mcp 2012-10-10 23:10:46 +02:00
mcp_front.php [feature/soft-delete] Lay the groundwork for a soft-delete feature 2012-08-29 17:49:37 +02:00
mcp_logs.php [feature/pagination-as-list] New parameter for name of start var 2012-07-18 14:32:42 +01:00
mcp_main.php [feature/soft-delete] Fix typo in column name topic_visibility 2012-08-29 17:50:13 +02:00
mcp_notes.php [feature/pagination-as-list] New parameter for name of start var 2012-07-18 14:32:42 +01:00
mcp_pm_reports.php [ticket/10990] Changes for develop 2012-07-22 14:48:39 -05:00
mcp_post.php [feature/soft-delete] Lay the groundwork for a soft-delete feature 2012-08-29 17:49:37 +02:00
mcp_queue.php [feature/soft-delete] Split unapproved/soft deleted posts from topics 2012-10-17 15:32:57 +02:00
mcp_reports.php [feature/soft-delete] Lay the groundwork for a soft-delete feature 2012-08-29 17:49:37 +02:00
mcp_topic.php [feature/soft-delete] Rename phpbb_visibility class to phpbb_content_visibility 2012-08-29 17:50:11 +02:00
mcp_warn.php [feature/pagination-as-list] New parameter for name of start var 2012-07-18 14:32:42 +01:00