r98397 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98396‎ | r98397 | r98398 >
Date:01:59, 29 September 2011
Author:neilk
Status:ok
Tags:
Comment:
up the length of everything users can enter, some complaints here about, for instance, files with multiple sources such as stitches/collages
Modified paths:
  • /trunk/extensions/UploadWizard/UploadWizard.config.php (modified) (history)

Diff [purge]

Index: trunk/extensions/UploadWizard/UploadWizard.config.php
@@ -293,13 +293,13 @@
294294 'largeThumbnailMaxHeight' => 500,
295295
296296 // Max author string length
297 - 'maxAuthorLength' => 500,
 297+ 'maxAuthorLength' => 10000,
298298
299299 // Min author string length
300300 'minAuthorLength' => 1,
301301
302302 // Max source string length
303 - 'maxSourceLength' => 500,
 303+ 'maxSourceLength' => 10000,
304304
305305 // Min source string length
306306 'minSourceLength' => 5,
@@ -311,13 +311,13 @@
312312 'minTitleLength' => 5,
313313
314314 // Max file description length
315 - 'maxDescriptionLength' => 4096,
 315+ 'maxDescriptionLength' => 10000,
316316
317317 // Min file description length
318318 'minDescriptionLength' => 5,
319319
320320 // Max length for other file information:
321 - 'maxOtherInformationLength' => 4096,
 321+ 'maxOtherInformationLength' => 10000,
322322
323323 // Max number of simultaneous upload requests
324324 'maxSimultaneousConnections' => 3,

Status & tagging log