r102731 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102730‎ | r102731 | r102732 >
Date:01:28, 11 November 2011
Author:neilk
Status:ok
Tags:
Comment:
add documentation to config
Modified paths:
  • /trunk/extensions/UploadWizard/UploadWizard.config.php (modified) (history)

Diff [purge]

Index: trunk/extensions/UploadWizard/UploadWizard.config.php
@@ -337,7 +337,8 @@
338338 // Max number of uploads for a given form
339339 'maxUploads' => 50,
340340
341 - // Minimum length of custom wikitext for a license, if used
 341+ // Minimum length of custom wikitext for a license, if used. It is 6 because at minimum it needs four chars for opening and closing
 342+ // braces, then two chars for a license, e.g. {{xx}}
342343 'minCustomLicenseLength' => 6,
343344
344345 // Maximum length of custom wikitext for a license

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r101602validation of custom license wikitext, including basic parsing, checking that...neilk09:33, 2 November 2011

Status & tagging log