User "NeilK" posted a comment on MediaWiki.r100925. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100925#c25223 Commit summary:
new thumbnail behavior for thumbnailing with multi-file uploads. Multi-file uploads don't get thumbnails, but have a control for enabling them per-file in case they're needed. Previous behavior is unchanged. fixed a bug where filename warnings from the API would break FileAPI (chunked, multi-file) uploads. Needs testing in older IE and firefox, but checking it in now so it can get started w/ review for deploy next week. Comment: UploadWizardUpload.js -- fileCount is unused, I presume you realized you could use files.length ignorewarnings set to true, why? Was this for debugging? I think I need a walkthrough here, how this all interacts with setThumbnail(). _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
