r110853 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r110852‎ | r110853 | r110854 >
Date:16:30, 7 February 2012
Author:reedy
Status:deferred
Tags:
Comment:
Committing numerous live hack changes on fenari to VisualEditor

Don't seem ot have made it into trunk for some reason...
Modified paths:
  • /branches/wmf/1.18wmf1/extensions/VisualEditor/VisualEditor.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.18wmf1/extensions/VisualEditor/VisualEditor.php
@@ -53,6 +53,7 @@
5454 'messages' => array(
5555 'visualeditor-feedback-prompt',
5656 'visualeditor-feedback-dialog-title',
 57+ 'visualeditor-sandbox-title',
5758 ),
5859 'dependencies' => array(
5960 'ext.visualEditor.sandbox',
@@ -64,8 +65,10 @@
6566 'scripts' => array(
6667 'sandbox/sandbox.js',
6768 ),
 69+ 'messages' => array(
 70+ 'visualeditorsandbox',
 71+ ),
6872 'styles' => 'sandbox/sandbox.css',
69 - 'messages' => array(),
7073 'dependencies' => array(
7174 'ext.visualEditor.es',
7275 ),
@@ -141,5 +144,14 @@
142145 'dependencies' => array(
143146 'jquery',
144147 ),
 148+ 'messages' => array(
 149+ 'visualeditor-tooltip-wikitext',
 150+ 'visualeditor-tooltip-json',
 151+ 'visualeditor-tooltip-html',
 152+ 'visualeditor-tooltip-render',
 153+ 'visualeditor-tooltip-history',
 154+ 'visualeditor-tooltip-help',
 155+ 'visualeditor',
 156+ ),
145157 )
146158 );

Follow-up revisions

RevisionCommit summaryAuthorDate
r110855Merge r110853reedy16:37, 7 February 2012

Status & tagging log