https://bugzilla.wikimedia.org/show_bug.cgi?id=37001
Daniel Kinzler <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Daniel Kinzler <[email protected]> 2012-05-21 15:41:58 UTC --- Changes to a template causes all pages that use that template to be *queued* for rerendering. Only when it's their turn to be taken from the queue will they be rerendered and the categorylinks links table will be updated accordingly. How long this takes depends on how often the job queue is processed and how many jobs are on it. It may be a few seconds, or hours, sometimes even days (usually after someone edited a template that is used a few million times). You can see the nu8mber of pending jobs for a given site using the API: https://en.wikipedia.org/w/api.php?action=query&meta=siteinfo&siprop=statistics Please verify that your changes really don't propagate *ever*. I suspect you just need to wait a bit longer. -- 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
