r86863 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86862‎ | r86863 | r86864 >
Date:14:46, 25 April 2011
Author:reedy
Status:ok
Tags:
Comment:
* (bug 27249) "Installed software" table in Special:Version should always be left-to-right

Patch by Jan Paul Posma
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/skins/common/shared.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/shared.css
@@ -670,4 +670,11 @@
671671 }
672672 th.headerSortDown {
673673 background-image: url(images/sort_down.gif);
 674+}
 675+
 676+/* Special:Version */
 677+#sv-software td {
 678+ /* version numbers are always ltr (and otherwise an RLE can be inserted) */
 679+ /* @noflip */
 680+ direction: ltr;
674681 }
\ No newline at end of file
Index: trunk/phase3/RELEASE-NOTES
@@ -242,6 +242,7 @@
243243 * (bug 13172) Array type exif data (like GPS) was not being extracted from images.
244244 * (bug 28532) wfMsgExt() and wfMsgWikiHtml() use $wgOut->parse()
245245 * (bug 16129) Transcluded special pages expose strip markers when they output parsed messages
 246+* (bug 27249) "Installed software" table in Special:Version should always be left-to-right
246247
247248 === API changes in 1.18 ===
248249 * (bug 26339) Throw warning when truncating an overlarge API result

Status & tagging log