User "Bawolff" posted a comment on MediaWiki.r102099. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/102099#c26130 Commit summary:
new extension created initial folder + some stuff, it's work in progress Comment: Yes you can disable parser cache on per page basis - but its something to avoid if at all possible (Especially if your goal is to eventually get the extension enabled on a Wikimedia wiki). Its also possible to tell the parser to only cache the page for X number of seconds. Thus you could probably calculate how many seconds are left in the block (being careful for situations where user blocked for 100 years, or indef) and tell the parser to only cache the page that long ($parser->getOutput()->updateCacheTime($seconds) or something) _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
