r102312 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102311‎ | r102312 | r102313 >
Date:19:28, 7 November 2011
Author:tparscal
Status:deferred
Tags:
Comment:
Changed from emphasis to emphasize
Modified paths:
  • /trunk/extensions/VisualEditor/modules/es/es.Surface.css (modified) (history)
  • /trunk/extensions/VisualEditor/modules/es/serializers/es.HtmlSerializer.js (modified) (history)
  • /trunk/extensions/VisualEditor/modules/es/serializers/es.WikitextSerializer.js (modified) (history)
  • /trunk/extensions/VisualEditor/modules/es/views/es.ContentView.js (modified) (history)

Diff [purge]

Index: trunk/extensions/VisualEditor/modules/es/es.Surface.css
@@ -227,7 +227,7 @@
228228 }
229229
230230 .es-contentView-format-textStyle-italic,
231 -.es-contentView-format-textStyle-emphasis {
 231+.es-contentView-format-textStyle-emphasize {
232232 font-style: italic;
233233 }
234234
Index: trunk/extensions/VisualEditor/modules/es/serializers/es.HtmlSerializer.js
@@ -232,7 +232,7 @@
233233 'textStyle/bold': 'b',
234234 'textStyle/italic': 'i',
235235 'textStyle/strong': 'strong',
236 - 'textStyle/emphasis': 'em',
 236+ 'textStyle/emphasize': 'em',
237237 'textStyle/big': 'big',
238238 'textStyle/small': 'small',
239239 'textStyle/superScript': 'sup',
Index: trunk/extensions/VisualEditor/modules/es/serializers/es.WikitextSerializer.js
@@ -162,7 +162,7 @@
163163 var annotationSerializer = new es.AnnotationSerializer(),
164164 tagTable = {
165165 'textStyle/strong': 'strong',
166 - 'textStyle/emphasis': 'em',
 166+ 'textStyle/emphasize': 'em',
167167 'textStyle/big': 'big',
168168 'textStyle/small': 'small',
169169 'textStyle/superScript': 'sup',
Index: trunk/extensions/VisualEditor/modules/es/views/es.ContentView.js
@@ -94,8 +94,8 @@
9595 'open': '<span class="es-contentView-format-textStyle-strong">',
9696 'close': '</span>'
9797 },
98 - 'textStyle/emphasis': {
99 - 'open': '<span class="es-contentView-format-textStyle-emphasis">',
 98+ 'textStyle/emphasize': {
 99+ 'open': '<span class="es-contentView-format-textStyle-emphasize">',
100100 'close': '</span>'
101101 },
102102 'textStyle/big': {

Status & tagging log