r26167 MediaWiki - Code Review archive

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

Diff [purge]

Index: branches/REL1_11/phase3/languages/messages/MessagesEn.php
@@ -347,7 +347,7 @@
348348 * listed alias will be used as the default. Aliases from the fallback
349349 * localisation (usually English) will be included by default.
350350 *
351 - * This array may be altered at runtime using the LangugeGetSpecialPageAliases
 351+ * This array may be altered at runtime using the LanguageGetSpecialPageAliases
352352 * hook.
353353 */
354354 $specialPageAliases = array(
Index: branches/REL1_11/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: branches/REL1_11/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: branches/REL1_11/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: branches/REL1_11/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: branches/REL1_11/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: branches/REL1_11/phase3/languages/Language.php
@@ -1179,7 +1179,7 @@
11801180 $this->load();
11811181 if ( !isset( $this->mExtendedSpecialPageAliases ) ) {
11821182 $this->mExtendedSpecialPageAliases = $this->specialPageAliases;
1183 - wfRunHooks( 'LangugeGetSpecialPageAliases',
 1183+ wfRunHooks( 'LanguageGetSpecialPageAliases',
11841184 array( &$this->mExtendedSpecialPageAliases, $this->getCode() ) );
11851185 }
11861186 return $this->mExtendedSpecialPageAliases;
Index: branches/REL1_11/phase3/RELEASE-NOTES
@@ -10,6 +10,7 @@
1111 This is a bugfix release of the Fall 2007 snapshot release of MediaWiki.
1212
1313 * (bug 11450) Fix creation of objectcache table on upgrade
 14+* (bug 11462) Fix typo in LanguageGetSpecialPageAliases hook name
1415
1516
1617 == MediaWiki 1.11.0 ==

Follow-up revisions

RevisionCommit summaryAuthorDate
r26257Merged revisions 26134-26247 via svnmerge from...david19:06, 30 September 2007

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r26166* (bug 11462) Fix typo in LanguageGetSpecialPageAliases hook namebrion19:23, 26 September 2007

Status & tagging log