Project

General

Profile

Feature proposal #6497

Updated by krileon about 7 years ago

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

 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 is toggled. 

 The idea is you can 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 class. 

 When toggled unpublished via a trigger it should toggle all published = 1 to -1 and revert this when time is right. This allows published = 0 to persist normally.

Back