r85391 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r85390‎ | r85391 | r85392 >
Date:23:06, 4 April 2011
Author:saper
Status:ok
Tags:
Comment:
Additonal pair of quotes in the enhanced edit toolbar

Some langages (Croatian, Hungarian, Polish, Romanian, Serbian)
use DOUBLE LOW-9 QUOTATION MARK (U+201E) and
RIGHT DOUBLE QUOTATION MARK (U+201D) in marking up
quotes. For more details, see:

http://en.wikipedia.org/wiki/Quotation_mark,_non-English_usage
Modified paths:
  • /trunk/extensions/WikiEditor/modules/jquery.wikiEditor.toolbar.config.js (modified) (history)

Diff [purge]

Index: trunk/extensions/WikiEditor/modules/jquery.wikiEditor.toolbar.config.js
@@ -571,6 +571,12 @@
572572 }
573573 },
574574 {
 575+ 'label': "\u201e\u201d",
 576+ 'action': {
 577+ 'type': 'encapsulate', 'options': { 'pre': "\u201e", 'post': "\u201d" }
 578+ }
 579+ },
 580+ {
575581 'label': "\u00ab\u00bb",
576582 'action': {
577583 'type': 'encapsulate', 'options': { 'pre': "\u00ab", 'post': "\u00bb" }

Sign-offs

UserFlagDate
😂inspected23:28, 4 August 2011

Status & tagging log