"Bryan" posted a comment on MediaWiki.r98430. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/98430#c30156
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 Bryan's comment: Can't test this, because either my file system or the file backend refuses to create files with filenames larger than 240 bytes. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
