User "Bryan" posted a comment on MediaWiki.r101833. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/101833#c25508 Commit summary:
let us force thumb rendering even if previous file exist The new FORCE_RENDER flag should always be used with FORCE_NOW. It let us override the file_exist() check and thus trigger a thumb rendering even if the file exist. Will be needed by the vipscaler extension. Comment: This will not work with 404-scalers. If you want to force rendering you should call File::purgeThumbnails(). _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
