r26166 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r26165‎ | r26166 | r26167 >
Date:19:23, 26 September 2007
Author:brion
Status:old
Tags:
Comment:
* (bug 11462) Fix typo in LanguageGetSpecialPageAliases hook name
Modified paths:
  • /trunk/extensions/Duplicator/Duplicator.php (modified) (history)
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/languages/Language.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesDa.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesDe.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesHy.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesNl.php (modified) (history)
  • /trunk/phase3/languages/messages/MessagesSv.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -348,7 +348,7 @@
349349 * listed alias will be used as the default. Aliases from the fallback
350350 * localisation (usually English) will be included by default.
351351 *
352 - * This array may be altered at runtime using the LangugeGetSpecialPageAliases
 352+ * This array may be altered at runtime using the LanguageGetSpecialPageAliases
353353 * hook.
354354 */
355355 $specialPageAliases = array(
Index: trunk/phase3/languages/messages/MessagesHy.php
@@ -264,7 +264,7 @@
265265 * listed alias will be used as the default. Aliases from the fallback
266266 * localisation (usually English) will be included by default.
267267 *
268 - * This array may be altered at runtime using the LangugeGetSpecialPageAliases
 268+ * This array may be altered at runtime using the LanguageGetSpecialPageAliases
269269 * hook.
270270 */
271271 $specialPageAliases = array(
Index: trunk/phase3/languages/messages/MessagesNl.php
@@ -213,7 +213,7 @@
214214 * listed alias will be used as the default. Aliases from the fallback
215215 * localisation (usually English) will be included by default.
216216 *
217 - * This array may be altered at runtime using the LangugeGetSpecialPageAliases
 217+ * This array may be altered at runtime using the LanguageGetSpecialPageAliases
218218 * hook.
219219 */
220220 $specialPageAliases = array(
Index: trunk/phase3/languages/messages/MessagesDa.php
@@ -55,7 +55,7 @@
5656 * listed alias will be used as the default. Aliases from the fallback
5757 * localisation (usually English) will be included by default.
5858 *
59 - * This array may be altered at runtime using the LangugeGetSpecialPageAliases
 59+ * This array may be altered at runtime using the LanguageGetSpecialPageAliases
6060 * hook.
6161 */
6262 $specialPageAliases = array(
Index: trunk/phase3/languages/messages/MessagesDe.php
@@ -57,7 +57,7 @@
5858 * listed alias will be used as the default. Aliases from the fallback
5959 * localisation (usually English) will be included by default.
6060 *
61 - * This array may be altered at runtime using the LangugeGetSpecialPageAliases
 61+ * This array may be altered at runtime using the LanguageGetSpecialPageAliases
6262 * hook.
6363 */
6464 $specialPageAliases = array(
Index: trunk/phase3/languages/messages/MessagesSv.php
@@ -42,7 +42,7 @@
4343 * listed alias will be used as the default. Aliases from the fallback
4444 * localisation (usually English) will be included by default.
4545 *
46 - * This array may be altered at runtime using the LangugeGetSpecialPageAliases
 46+ * This array may be altered at runtime using the LanguageGetSpecialPageAliases
4747 * hook.
4848 */
4949 $specialPageAliases = array(
Index: trunk/phase3/languages/Language.php
@@ -1187,7 +1187,7 @@
11881188 $this->load();
11891189 if ( !isset( $this->mExtendedSpecialPageAliases ) ) {
11901190 $this->mExtendedSpecialPageAliases = $this->specialPageAliases;
1191 - wfRunHooks( 'LangugeGetSpecialPageAliases',
 1191+ wfRunHooks( 'LanguageGetSpecialPageAliases',
11921192 array( &$this->mExtendedSpecialPageAliases, $this->getCode() ) );
11931193 }
11941194 return $this->mExtendedSpecialPageAliases;
Index: trunk/phase3/RELEASE-NOTES
@@ -72,6 +72,7 @@
7373 * (bug 11450) Fix creation of objectcache table on upgrade
7474 * Fix namespace selection after submit of Special:Newpages
7575 * Make input form of Special:Newpages nicer for RTL wikis
 76+* (bug 11462) Fix typo in LanguageGetSpecialPageAliases hook name
7677
7778
7879 === API changes in 1.12 ===
Index: trunk/extensions/Duplicator/Duplicator.php
@@ -12,7 +12,7 @@
1313
1414 $wgAutoloadClasses['SpecialDuplicator'] = dirname( __FILE__ ) . '/Duplicator.page.php';
1515 $wgSpecialPages['Duplicator'] = 'SpecialDuplicator';
16 - $wgHooks['LangugeGetSpecialPageAliases'][] = 'efDuplicatorSetupAliases';
 16+ $wgHooks['LanguageGetSpecialPageAliases'][] = 'efDuplicatorSetupAliases';
1717
1818 $wgExtensionCredits['specialpage'][] = array(
1919 'name' => 'Duplicator',

Follow-up revisions

RevisionCommit summaryAuthorDate
r26167merge from trunk...brion19:24, 26 September 2007
r26257Merged revisions 26134-26247 via svnmerge from...david19:06, 30 September 2007

Status & tagging log