"Hashar" changed the status of MediaWiki.r98430 to "fixme" and commented it. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/98430#c29772
Old Status: ok > New Status: fixme Commit summary for MediaWiki.r98430: (bug 30202) Restrict file names on upload to 240 bytes, because wfTimestamp( TS_MW ) . '!' . $fileName should fit in oi_archive_name, which is 255 bytes, and also the maximum file name length on many file systems is 255 bytes. Commit to fix UploadTest to use @dataProvider will follow Hashar's comment: Marking "new" again. We have too look at the breakage reported above. The files made invalid can not be overwritten, deleted anymore. Maybe oi_archive_name (from r1284 ) should be made longer? :-) _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
