https://bugzilla.wikimedia.org/show_bug.cgi?id=34039
Daniel Friesen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mediawiki-bugs@nadir-seen-f | |ire.com --- Comment #1 from Daniel Friesen <[email protected]> 2012-01-30 13:44:45 UTC --- Refresh jobs generated by changing page protection, fun. You know, this makes me wonder if we should just introduce some sort of abstract "refresh links" table. Every time a page used something like {{PROTECTIONLEVEL:Foo}} or {{#isblocked:Foo|bar|baz}} we would call something like $parserOutput->refreshLink( 'protection', 475 ); or $parserOutput->refreshLink( 'blocked', 5 ); Then hooks or whatever could just initiate a refresh job for something like ( 'protection', 475 ) when the protection level of page_id = 475 was changed and any pages that used something like that would be refreshed. -- 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
