Active
Project:
Abuse
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
21 Sep 2010 at 18:12 UTC
Updated:
1 Oct 2010 at 16:23 UTC
Jump to comment: Most recent file
Title tells all :) I think we must remove the status=-1 feature so that this module does not violate the Drupal core behavior.
Current, an entity can have 4 status: allow, pending, hidden, remove. Thus we convert the last two into:
- For comments: moderated mode
- For nodes: unpublished. Node author can publish it again, so we need the fifth status: republished.
This feature will change Abuse behavior, so it is in the 2.x branch.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | abuse-neg-1-DRUPAL-6--1.patch | 1.53 KB | James Andres |
Comments
Comment #1
James Andres commentedUse the 2.x branch.
.. but for those of us stuck on 1.x here's a patch that properly unpublishes nodes.