r82724 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82723‎ | r82724 | r82725 >
Date:14:46, 24 February 2011
Author:reedy
Status:ok
Tags:
Comment:
Narayam, not Nayaram
Modified paths:
  • /trunk/extensions/Narayam/Narayam.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Narayam/Narayam.php
@@ -3,9 +3,9 @@
44 /**
55 * NAME
66 * Narayam
7 - *
 7+ *
88 * SYNOPSIS
9 - *
 9+ *
1010 * INSTALL
1111 * Put this whole directory under your Mediawiki extensions directory
1212 * Then add this line to LocalSettings.php to load the extension
@@ -16,7 +16,7 @@
1717 *
1818 * AUTHOR
1919 * Junaid P V <http://junaidpv.in>
20 - *
 20+ *
2121 * @package extensions
2222 * @version 0.1
2323 * @copyright Copyright 2010 Junaid P V
@@ -118,11 +118,11 @@
119119 $this->_sk = $sk;
120120 // add script tag for each scheme
121121 foreach ( $wgNarayamConfig['schemes'] as $scheme ) {
122 - $out->addScriptFile( "$wgExtensionAssetsPath/Nayaram/{$scheme}_rules.js" );
 122+ $out->addScriptFile( "$wgExtensionAssetsPath/Narayam/{$scheme}_rules.js" );
123123 }
124124
125125 // Load Narayam.js file
126 - $out->addScriptFile( "$wgExtensionAssetsPath/Nayaram/Narayam.js" );
 126+ $out->addScriptFile( "$wgExtensionAssetsPath/Narayam/Narayam.js" );
127127
128128 // Place generated JS code according to configuration settings
129129 $out->addInlineScript( $this->getInitJSCode() );
@@ -139,7 +139,7 @@
140140 * @global array $wgNarayamConfig
141141 * @param Skin $skinName
142142 * @return string Generated JS code
143 - * @todo Nees rewriting
 143+ * @todo Needs rewriting
144144 */
145145 private function getInitJSCode() {
146146 global $wgNarayamConfig;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r82675Some cleanup and marking of todos for the PHP partnikerabbit16:13, 23 February 2011

Status & tagging log