r61898 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r61897‎ | r61898 | r61899 >
Date:00:26, 3 February 2010
Author:catrope
Status:reverted
Tags:
Comment:
wmf-deployment: UsabilityInitiative_alpha: Hack some more _alpha suffixes onto extension messages keys
Modified paths:
  • /branches/wmf-deployment/extensions/UsabilityInitiative_alpha/WikiEditor/WikiEditor.hooks.php (modified) (history)
  • /branches/wmf-deployment/extensions/UsabilityInitiative_alpha/WikiEditor/WikiEditor.php (modified) (history)

Diff [purge]

Index: branches/wmf-deployment/extensions/UsabilityInitiative_alpha/WikiEditor/WikiEditor.php
@@ -54,8 +54,8 @@
5555 $wgExtensionMessagesFiles['WikiEditorHighlight'] = dirname( __FILE__ ) . '/Modules/Highlight/Highlight.i18n.php';
5656 $wgExtensionMessagesFiles['WikiEditorPreview'] = dirname( __FILE__ ) . '/Modules/Preview/Preview.i18n.php';
5757 $wgExtensionMessagesFiles['WikiEditorPublish'] = dirname( __FILE__ ) . '/Modules/Publish/Publish.i18n.php';
58 -$wgExtensionMessagesFiles['WikiEditorToc'] = dirname( __FILE__ ) . '/Modules/Toc/Toc.i18n.php';
59 -$wgExtensionMessagesFiles['WikiEditorToolbar'] = dirname( __FILE__ ) . '/Modules/Toolbar/Toolbar.i18n.php';
 58+$wgExtensionMessagesFiles['WikiEditorToc_alpha'] = dirname( __FILE__ ) . '/Modules/Toc/Toc.i18n.php';
 59+$wgExtensionMessagesFiles['WikiEditorToolbar_alpha'] = dirname( __FILE__ ) . '/Modules/Toolbar/Toolbar.i18n.php';
6060 $wgExtensionMessagesFiles['WikiEditorTemplateEditor'] = dirname( __FILE__ ) . '/Modules/TemplateEditor/TemplateEditor.i18n.php';
6161
6262 // Register Hooks
Index: branches/wmf-deployment/extensions/UsabilityInitiative_alpha/WikiEditor/WikiEditor.hooks.php
@@ -103,7 +103,7 @@
104104 ),
105105 ),
106106 'toc' => array(
107 - 'i18n' => 'WikiEditorToc',
 107+ 'i18n' => 'WikiEditorToc_alpha',
108108 'preferences' => array(
109109 'enable' => array(
110110 // Ideally this key would be 'wikieditor-toc'
@@ -126,7 +126,7 @@
127127 ),
128128 ),
129129 'toolbar' => array(
130 - 'i18n' => 'WikiEditorToolbar',
 130+ 'i18n' => 'WikiEditorToolbar_alpha',
131131 'preferences' => array(
132132 'enable' => array(
133133 // Ideally this key would be 'wikieditor-toolbar'

Follow-up revisions

RevisionCommit summaryAuthorDate
r61899Self-revert r61898, was stupidcatrope00:30, 3 February 2010

Status & tagging log