r81526 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81525‎ | r81526 | r81527 >
Date:16:44, 4 February 2011
Author:krinkle
Status:ok (Comments)
Tags:
Comment:
user scripts & styles are lowercase skin; + using 'vector' as example instead.
Modified paths:
  • /trunk/phase3/includes/resourceloader/ResourceLoaderModule.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/resourceloader/ResourceLoaderModule.php
@@ -41,7 +41,7 @@
4242 # modules accessible to multiple users, such as those generated by the Gadgets extension.
4343 const ORIGIN_USER_SITEWIDE = 3;
4444
45 - # per-user module generated from user-editable files, like User:Me/Monobook.js
 45+ # per-user module generated from user-editable files, like User:Me/vector.js
4646 const ORIGIN_USER_INDIVIDUAL = 4;
4747
4848 # an access constant; make sure this is kept as the largest number in this group

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r81524Follow-up r64670 (bug22929): cleaner implementation of security for script (a...happy-melon16:39, 4 February 2011

Comments

#Comment by Krinkle (talk | contribs)   16:44, 4 February 2011

Follow-up r81524.

Status & tagging log