r91525 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r91524‎ | r91525 | r91526 >
Date:04:30, 6 July 2011
Author:robin
Status:ok
Tags:
Comment:
(part of bug 24692) Make RTL versions of the arrows at the top of UploadWizard
Modified paths:
  • /trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.css (modified) (history)
  • /trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.divider-ltr.png (added) (history)
  • /trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.divider-rtl.png (added) (history)
  • /trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.divider.png (deleted) (history)
  • /trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.head-ltr.png (added) (history)
  • /trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.head-rtl.png (added) (history)
  • /trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.head.png (deleted) (history)
  • /trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.tail-ltr.png (added) (history)
  • /trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.tail-rtl.png (added) (history)
  • /trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.tail.png (deleted) (history)

Diff [purge]

Index: trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.divider.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Index: trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.tail.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Index: trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.head.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Index: trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.divider-ltr.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.divider-ltr.png
___________________________________________________________________
Added: svn:mime-type
11 + application/octet-stream
Index: trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.divider-rtl.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.divider-rtl.png
___________________________________________________________________
Added: svn:mime-type
22 + application/octet-stream
Index: trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.tail-ltr.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.tail-ltr.png
___________________________________________________________________
Added: svn:mime-type
33 + application/octet-stream
Index: trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.tail-rtl.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.tail-rtl.png
___________________________________________________________________
Added: svn:mime-type
44 + application/octet-stream
Index: trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.head-rtl.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.head-rtl.png
___________________________________________________________________
Added: svn:mime-type
55 + application/octet-stream
Index: trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.head-ltr.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.head-ltr.png
___________________________________________________________________
Added: svn:mime-type
66 + application/octet-stream
Index: trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.css
@@ -21,19 +21,19 @@
2222
2323 .arrowSteps li.arrow div {
2424 /* @embed */
25 - background: url(jquery.arrowSteps.divider.png) no-repeat right center;
 25+ background: url(jquery.arrowSteps.divider-ltr.png) no-repeat right center;
2626 }
2727
2828 /* applied to the element preceding the highlighted step */
2929 .arrowSteps li.arrow.tail div {
3030 /* @embed */
31 - background: url(jquery.arrowSteps.tail.png) no-repeat right center;
 31+ background: url(jquery.arrowSteps.tail-ltr.png) no-repeat right center;
3232 }
3333
3434 /* this applies to all highlighted, including the last */
3535 .arrowSteps li.head div {
3636 /* @embed */
37 - background: url(jquery.arrowSteps.head.png) no-repeat left center;
 37+ background: url(jquery.arrowSteps.head-ltr.png) no-repeat left center;
3838 font-weight: bold;
3939 }
4040
@@ -41,5 +41,5 @@
4242 .arrowSteps li.arrow.head div {
4343 /* TODO: eliminate duplication of jquery.arrowSteps.head.png embedding */
4444 /* @embed */
45 - background: url(jquery.arrowSteps.head.png) no-repeat right center;
 45+ background: url(jquery.arrowSteps.head-ltr.png) no-repeat right center;
4646 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r91889Fix MIME types of images added in r91525catrope17:04, 11 July 2011
r111665Move inline css to uploadWizard.css so it is flipped. Solves bug 24692#c26.robin19:43, 16 February 2012

Status & tagging log