https://bugzilla.wikimedia.org/show_bug.cgi?id=21919
--- Comment #60 from Bawolff <[email protected]> 2011-05-02 06:20:06 UTC --- Ok, there was some serious issues with how it did flagged revs (As in did a db error/otherwise didn't work), but I believe i fixed them in r87236. They appear to have been in the extension since the get go, so I guess I somehow managed to never test the flagged revs part of this extension until now :s. Whoops. On a related note, the extension won't recognize that the cache (the part stored in $wgMemc that lasts 12 hours) is outdated if a page can suddenly be included because it suddenly got sighted (or if it got all revisions unsighted). I do not think this is a significant issue for Wikinews since any change in sighting also involves adding (respectively removing) category:Published to the article. And if in doubt the extension respects ?action=purge. However it could probably be addressed by storing and checking how many articles are sighted in namespace X (which i believe is stored somewhere in the db since its shown on special:validationStatistics), similar to what it does for categories currently. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
