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 @@
572
572
}
573
573
},
574
574
{
575
+ 'label': "\u201e\u201d",
576
+ 'action': {
577
+ 'type': 'encapsulate', 'options': { 'pre': "\u201e", 'post': "\u201d" }
578
+ }
579
+ },
580
+ {
575
581
'label': "\u00ab\u00bb",
576
582
'action': {
577
583
'type': 'encapsulate', 'options': { 'pre': "\u00ab", 'post': "\u00bb" }
Sign-offs
User
Flag
Date
😂
inspected
23:28, 4 August 2011
Status & tagging log
18:53, 19 August 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r85391
[
removed:
new
added:
ok]