Skip to content
This repository has been archived by the owner on Aug 25, 2019. It is now read-only.

Simple moderation queue #108

Open
dietrichm opened this issue Jan 27, 2012 · 2 comments
Open

Simple moderation queue #108

dietrichm opened this issue Jan 27, 2012 · 2 comments

Comments

@dietrichm
Copy link
Member

Simple moderation queue, mainly for anti-spam reasons, setting new messages from potential spammers as unpublished until an admin/mod publishes them.

Unpublished messages are not displayed to guests or members.

@ghost ghost assigned dietrichm Jan 29, 2012
@dietrichm
Copy link
Member Author

publishedcolumn added to posts. Should also:

  • Add config setting for potential spammers to keep posts unpublished.
  • Denote this on posting form.
  • Ensure these posts are kept unpublished, and the last post references are not updated.
  • Add conditions to query that hide unpublished posts for non-staff.
    • Applies to topics, topic reviews, search, etc.
  • Some way of marking unpublished posts for staff.
  • Publishing single post / all posts for a user.
    • Update last post references.

@dietrichm
Copy link
Member Author

Up to some point (checking whether can view data, extra table columns, config settings, ...) changes have been made to the branch for this issue. However I have decided to currently not continue the work for this issue, and release 1.0.15.

Likely this will even never get finished, because it seems a lot is going to be changed in the database, column values getting different meanings, etc that could break mods and custom scripts. I don't think this is worth it. Also, without automated tests it is hard to test whether something broke along the way.

I refer to v2 for a more flexible and supported mod queue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

1 participant