Last modified: 2011-03-13 18:06:16 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T13617, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 11617 - Remove "Do you want to purge" screen for anons on Wikinews
Remove "Do you want to purge" screen for anons on Wikinews
Status: RESOLVED WONTFIX
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Lowest enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
http://en.wikinews.org/wiki/Wikinews:...
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-10-09 20:56 UTC by Matt
Modified: 2011-03-13 18:06 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Matt 2007-10-09 20:56:28 UTC
On Wikinews, pages have to be purged often, and we have purge links on most pages. Due to our method of using DPLs to organise news content, the relevant portals and pages have to be purged to show. Often we forget, and anons frequently click our Refresh links.

I believe this is simply acheived with the following line:
$wgGroupPermissions['*']['purge'] = true;

That should be a simple change, so preferably it could be made for the entire wikinews, rather than just en. It confuses users and is annoying on all language editions which use DPLs.

Thanks!
Comment 1 Rob Church 2007-10-09 21:13:09 UTC
Well, this rather defeats the purpose of the POST requirement, which is to help prevent robots, etc. from purging caches for no good reason...
Comment 2 Matt 2007-10-10 05:43:08 UTC
But we need purging to be easy. Also, having robots regularly purge would be a plus - then we dont have to do it everytime we publish something.
Comment 3 Rob Church 2007-10-10 15:06:18 UTC
Manual purging of caches should not need to happen except in rare cases; if you're using something which breaks cache coherency, then it needs to be fixed so that the cache is manually purged/updated, or is set to last for a lesser period of time.
Comment 4 Matt 2007-10-11 02:17:11 UTC
We use DynamicPageList's, which in our case list the latest published stories. They arent automatically purged, so we have to purge the relevant pages after publishing an article.

We are one of the only wiki projects that need often-updated data, so we really need the ability for anons etc to easily purge.
Comment 5 JeLuF 2007-10-12 19:29:23 UTC
Please fix the DynamicPageList implementation.

Many other projects want to get DPL, too, and the problems you describe are one of the reasons not to enable it for them.

Since purging is so evil to the infrastructure of Wikimedia, I'm closing this request as WONTFIX. For the reasoning, see Rob's comments above.
Comment 6 Brion Vibber 2007-10-16 17:19:53 UTC
Started some notes at bug 11685.

(Note that DynamicPageList2, which we do not use, simply disabled caching for pages using it. That's not acceptable for our purposes; caching is a requirement, but automated expiring of those cached pages should do the job pretty well.)

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links