Project

General

Profile

Feature proposal #6497

Updated by krileon about 7 years ago

This should apply to the Activity and Comments. Basically an entry can be toggled unpublished by setting published = 0. This prevents it from being included in the query entirely and avoids parsing on an entry that can't even display. A disabled 

 When a CB user is made unapproved, unconfirmed, or blocked it should disable all their entries (activity, comments, and tags). GJ and CB Gallery should toggle off all their activity as well when their published state of -1 is toggled. 

 The idea is you can be used when an toggle off entries without having to just flat out delete them. This means CB Auto Actions can remove its actions for deleting entries. Instead the delete/disable handling can likely just move to GJ and its activity source is class. 

 When toggled unpublished so via a trigger it can be toggled back to should toggle all published = 1 appropriately. 

 Toggling to -1 needs and revert this when time is right. This allows published = 0 to be added to GJ, CB Activity, and for Blogs entries. persist normally.

Back