r77645 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77644‎ | r77645 | r77646 >
Date:13:04, 3 December 2010
Author:catrope
Status:ok
Tags:
Comment:
Spaces to tabs in r77011
Modified paths:
  • /trunk/phase3/includes/resourceloader/ResourceLoaderFileModule.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/resourceloader/ResourceLoaderFileModule.php
@@ -108,9 +108,9 @@
109109 * // Base path to prepend to all local paths in $options. Defaults to $IP
110110 * 'localBasePath' => [base path],
111111 * // Base path to prepend to all remote paths in $options. Defaults to $wgScriptPath
112 - * 'remoteBasePath' => [base path],
113 - * // Equivalent of remoteBasePath, but relative to $wgExtensionAssetsPath
114 - * 'remoteExtPath' => [base path],
 112+ * 'remoteBasePath' => [base path],
 113+ * // Equivalent of remoteBasePath, but relative to $wgExtensionAssetsPath
 114+ * 'remoteExtPath' => [base path],
115115 * // Scripts to always include
116116 * 'scripts' => [file path string or array of file path strings],
117117 * // Scripts to include in specific language contexts

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r77011* Made Resources.php return a pure-data array instead of an ugly mix of data ...tstarling10:41, 19 November 2010

Status & tagging log