Closed (fixed)
Project:
Recent Changes
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 May 2007 at 14:39 UTC
Updated:
3 Feb 2010 at 22:45 UTC
Jump to comment: Most recent file
Comments
Comment #1
toemaz commentedI concur with this. Will you create a patch?
Providing a patch to the project developer would make it easier for him to test and to commit.
Comment #2
micheleannj commentedWill do... look for it in the next day or two...
Thanks for the quick response.
maj
Comment #3
micheleannj commentedHere's a tiny patch to hide unpublished nodes (including those marked spam) from recent changes.
Will submit another one when/if I can figure out how to:
a)add an admin option to show or not
b)add another checkbox on the recent changes page (like the current 'show comments' option)
both of these are beyond the small hacks I've done so far, so I'd appreciate help on how to proceed.
thanks
Comment #4
toemaz commentedConcerning the extra options you would like to add: I wouldn't advice you to make these. The recent changes module should be used for tracking recent changes, and not cleaning out spam or anything else. That should be taken care of by another module, preferly the in core (node/comment) module or the anti-spam module. So my advice: leave the patch as it is.
At first sight the patch looks ok, but I will have to check it bc I'm not sure whether you would replace the published field by the status field.
Comment #5
micheleannj commentedHmmm... my thought was that marking something as spam would be a "change" ... Sort of a reverse of the Mediawiki "unpatrolled edit" flag.
But I'm fine with keeping the change to myself.
Thanks again for a great module!
Comment #6
iamwhoiam commentedHi all. I've just installed 6.x dev version and I'm also trying to show unpublished stories. However, there is no option in recent changes to change this. I think it would be an important thing to include because Recent Changes is very useful for editor moderation.
Comment #7
iamwhoiam commentedFound it... remove
AND n.status >= 1condition from$revisions_querydatabase queryComment #8
toemaz commentedIt's probably more interesting now to create a View and try to match it as much as possible with the recent changes module. This module may become obsolete then.