r86923 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86922‎ | r86923 | r86924 >
Date:23:36, 25 April 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
fix typos and rem commas in js so ie doesnt go mad
Modified paths:
  • /trunk/extensions/Push/Push.php (modified) (history)
  • /trunk/extensions/Push/Push_Settings.php (modified) (history)
  • /trunk/extensions/Push/api/ApiPush.php (modified) (history)
  • /trunk/extensions/Push/api/ApiPushImages.php (modified) (history)
  • /trunk/extensions/Push/includes/Push_Functions.php (modified) (history)
  • /trunk/extensions/Push/includes/Push_Tab.php (modified) (history)
  • /trunk/extensions/Push/includes/ext.push.tab.js (modified) (history)
  • /trunk/extensions/Push/specials/Push_Body.php (modified) (history)
  • /trunk/extensions/Push/specials/ext.push.special.js (modified) (history)

Diff [purge]

Index: trunk/extensions/Push/specials/Push_Body.php
@@ -111,7 +111,7 @@
112112 }
113113
114114 /**
115 - * Outputs the HTML to indicate a push is occuring and
 115+ * Outputs the HTML to indicate a push is occurring and
116116 * the JavaScript to needed by the push.
117117 *
118118 * @since 0.2
Index: trunk/extensions/Push/specials/ext.push.special.js
@@ -114,7 +114,7 @@
115115 'action': 'query',
116116 'prop': 'images',
117117 'format': 'json',
118 - 'titles': pageName,
 118+ 'titles': pageName
119119 },
120120 function( data ) {
121121 if ( data.query ) {
Index: trunk/extensions/Push/Push.php
@@ -16,7 +16,7 @@
1717 */
1818
1919 /**
20 - * This documenation group collects source code files belonging to Push.
 20+ * This documentation group collects source code files belonging to Push.
2121 *
2222 * @defgroup Push Push
2323 */
Index: trunk/extensions/Push/Push_Settings.php
@@ -5,7 +5,7 @@
66 * More info can be found at http://www.mediawiki.org/wiki/Extension:Push#Settings
77 *
88 * NOTICE:
9 - * Changing one of these settings can be done by copieng or cutting it,
 9+ * Changing one of these settings can be done by copying or cutting it,
1010 * and placing it in LocalSettings.php, AFTER the inclusion of Push.
1111 *
1212 * @file Push_Settings.php
Index: trunk/extensions/Push/includes/Push_Tab.php
@@ -1,7 +1,7 @@
22 <?php
33
44 /**
5 - * Statis class with methods to create and handle the push tab.
 5+ * Static class with methods to create and handle the push tab.
66 *
77 * @since 0.1
88 *
Index: trunk/extensions/Push/includes/Push_Functions.php
@@ -114,7 +114,7 @@
115115 * @since 0.5
116116 *
117117 * @param array $arr
118 - * @param string $id Some string to indentify the array and keep track of it having been flipped.
 118+ * @param string $id Some string to identify the array and keep track of it having been flipped.
119119 */
120120 public static function flipKeys( array &$arr, $id ) {
121121 static $handledArrays = array();
Index: trunk/extensions/Push/includes/ext.push.tab.js
@@ -145,7 +145,7 @@
146146 .concat( window.wgPushTemplates )
147147 .concat( window.wgPushPageFiles )
148148 .concat( window.wgPushTemplateFiles )
149 - .join( '|' ),
 149+ .join( '|' )
150150 },
151151 function( data ) {
152152 if ( data.query ) {
Index: trunk/extensions/Push/api/ApiPush.php
@@ -16,7 +16,7 @@
1717
1818 /**
1919 * Associative array containing CookieJar objects (values) to be passed in
20 - * order to autenticate to the targets (keys).
 20+ * order to authenticate to the targets (keys).
2121 *
2222 * @since 0.4
2323 *
Index: trunk/extensions/Push/api/ApiPushImages.php
@@ -14,7 +14,7 @@
1515
1616 /**
1717 * Associative array containing CookieJar objects (values) to be passed in
18 - * order to autenticate to the targets (keys).
 18+ * order to authenticate to the targets (keys).
1919 *
2020 * @since 0.5
2121 *

Status & tagging log