r63266 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r63265‎ | r63266 | r63267 >
Date:02:03, 5 March 2010
Author:aaron
Status:ok
Tags:
Comment:
Moved /img under /client. This makes a simple relative location for the CSS; using a custom $wgFlaggedRevsStylePath is now easier. Also useful if the extension has a custom name (like FlaggedRevs_alpha).
Modified paths:
  • /trunk/extensions/FlaggedRevs/client/flaggedrevs.css (modified) (history)
  • /trunk/extensions/FlaggedRevs/client/img (added) (history)
  • /trunk/extensions/FlaggedRevs/img (deleted) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/client/flaggedrevs.css
@@ -77,19 +77,19 @@
7878 }
7979
8080 .fr-marker-20 {
81 - background-image: url(../../FlaggedRevs/img/bar_20.png);
 81+ background-image: url(img/bar_20.png);
8282 }
8383 .fr-marker-40 {
84 - background-image: url(../../FlaggedRevs/img/bar_40.png);
 84+ background-image: url(img/bar_40.png);
8585 }
8686 .fr-marker-60 {
87 - background-image: url(../../FlaggedRevs/img/bar_60.png);
 87+ background-image: url(img/bar_60.png);
8888 }
8989 .fr-marker-80 {
90 - background-image: url(../../FlaggedRevs/img/bar_80.png);
 90+ background-image: url(img/bar_80.png);
9191 }
9292 .fr-marker-100 {
93 - background-image: url(../../FlaggedRevs/img/bar_100.png);
 93+ background-image: url(img/bar_100.png);
9494 }
9595
9696 /* Short User Interface */
@@ -135,19 +135,19 @@
136136 }
137137
138138 .fr-value20 {
139 - background-image: url(../../FlaggedRevs/img/fr-marker-20.png);
 139+ background-image: url(img/fr-marker-20.png);
140140 }
141141 .fr-value40 {
142 - background-image: url(../../FlaggedRevs/img/fr-marker-40.png);
 142+ background-image: url(img/fr-marker-40.png);
143143 }
144144 .fr-value60 {
145 - background-image: url(../../FlaggedRevs/img/fr-marker-60.png);
 145+ background-image: url(img/fr-marker-60.png);
146146 }
147147 .fr-value80 {
148 - background-image: url(../../FlaggedRevs/img/fr-marker-80.png);
 148+ background-image: url(img/fr-marker-80.png);
149149 }
150150 .fr-value100 {
151 - background-image: url(../../FlaggedRevs/img/fr-marker-100.png);
 151+ background-image: url(img/fr-marker-100.png);
152152 }
153153
154154 /* Both User Interfaces */
@@ -196,20 +196,20 @@
197197 background-position: center center;
198198 }
199199 .fr-icon-current {
200 - background-image: url(../../FlaggedRevs/img/1.png);
 200+ background-image: url(img/1.png);
201201 }
202202 .fr-icon-stable {
203 - background-image: url(../../FlaggedRevs/img/2.png);
 203+ background-image: url(img/2.png);
204204 }
205205 .fr-icon-quality {
206 - background-image: url(../../FlaggedRevs/img/3.png);
 206+ background-image: url(img/3.png);
207207 }
208208 .fr-icon-locked {
209 - background-image: url(../../FlaggedRevs/img/lock-closed.png);
 209+ background-image: url(img/lock-closed.png);
210210 }
211211 .fr-icon-unlocked {
212212 width: 23px;
213 - background-image: url(../../FlaggedRevs/img/lock-open.png);
 213+ background-image: url(img/lock-open.png);
214214 }
215215
216216 .fr-diff-ratings {
Index: trunk/extensions/FlaggedRevs/client/img/lock-closed.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Property changes on: trunk/extensions/FlaggedRevs/client/img/lock-closed.png
___________________________________________________________________
Name: svn:mime-type
217217 + image/png
Index: trunk/extensions/FlaggedRevs/client/img/1.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Property changes on: trunk/extensions/FlaggedRevs/client/img/1.png
___________________________________________________________________
Name: svn:mime-type
218218 + image/png
Index: trunk/extensions/FlaggedRevs/client/img/2.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Property changes on: trunk/extensions/FlaggedRevs/client/img/2.png
___________________________________________________________________
Name: svn:mime-type
219219 + image/png
Index: trunk/extensions/FlaggedRevs/client/img/3.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Property changes on: trunk/extensions/FlaggedRevs/client/img/3.png
___________________________________________________________________
Name: svn:mime-type
220220 + image/png
Index: trunk/extensions/FlaggedRevs/client/img/bar_20.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Property changes on: trunk/extensions/FlaggedRevs/client/img/bar_20.png
___________________________________________________________________
Name: svn:mime-type
221221 + image/png
Index: trunk/extensions/FlaggedRevs/client/img/fr-marker-20.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Property changes on: trunk/extensions/FlaggedRevs/client/img/fr-marker-20.png
___________________________________________________________________
Name: svn:mime-type
222222 + image/png
Index: trunk/extensions/FlaggedRevs/client/img/bar_40.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Property changes on: trunk/extensions/FlaggedRevs/client/img/bar_40.png
___________________________________________________________________
Name: svn:mime-type
223223 + image/png
Index: trunk/extensions/FlaggedRevs/client/img/fr-marker-40.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Property changes on: trunk/extensions/FlaggedRevs/client/img/fr-marker-40.png
___________________________________________________________________
Name: svn:mime-type
224224 + image/png
Index: trunk/extensions/FlaggedRevs/client/img/bar_60.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Property changes on: trunk/extensions/FlaggedRevs/client/img/bar_60.png
___________________________________________________________________
Name: svn:mime-type
225225 + image/png
Index: trunk/extensions/FlaggedRevs/client/img/fr-marker-60.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Property changes on: trunk/extensions/FlaggedRevs/client/img/fr-marker-60.png
___________________________________________________________________
Name: svn:mime-type
226226 + image/png
Index: trunk/extensions/FlaggedRevs/client/img/bar_80.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Property changes on: trunk/extensions/FlaggedRevs/client/img/bar_80.png
___________________________________________________________________
Name: svn:mime-type
227227 + image/png
Index: trunk/extensions/FlaggedRevs/client/img/fr-marker-80.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Property changes on: trunk/extensions/FlaggedRevs/client/img/fr-marker-80.png
___________________________________________________________________
Name: svn:mime-type
228228 + image/png
Index: trunk/extensions/FlaggedRevs/client/img/license.txt
@@ -0,0 +1,5 @@
 2+All images in this folder are available under the
 3+GNU Free Documentation license (1.2+).
 4+
 5+All the images are to be credited to Joerg Baach, except for lock-open.png and lock-closed.png,
 6+which where created by "Jasu" (http://commons.wikimedia.org/wiki/User:Jasu), under the same license.
\ No newline at end of file
Property changes on: trunk/extensions/FlaggedRevs/client/img/license.txt
___________________________________________________________________
Name: svn:eol-style
17 + native
Index: trunk/extensions/FlaggedRevs/client/img/bar_100.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Property changes on: trunk/extensions/FlaggedRevs/client/img/bar_100.png
___________________________________________________________________
Name: svn:mime-type
28 + image/png
Index: trunk/extensions/FlaggedRevs/client/img/fr-marker-100.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Property changes on: trunk/extensions/FlaggedRevs/client/img/fr-marker-100.png
___________________________________________________________________
Name: svn:mime-type
39 + image/png
Index: trunk/extensions/FlaggedRevs/client/img/lock-open.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Property changes on: trunk/extensions/FlaggedRevs/client/img/lock-open.png
___________________________________________________________________
Name: svn:mime-type
410 + image/png

Follow-up revisions

RevisionCommit summaryAuthorDate
r67699Merge r60397 and r63266 from trunk (moving CSS/JS/images to client folder). F...demon11:01, 9 June 2010

Status & tagging log