r70925 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70924‎ | r70925 | r70926 >
Date:01:07, 12 August 2010
Author:neilk
Status:deferred
Tags:
Comment:
more moving around as I de-JS2-ify this app
Modified paths:
  • /trunk/extensions/UploadWizard/SpecialUploadWizard.php (modified) (history)
  • /trunk/extensions/UploadWizard/resources/arrow-head.png (deleted) (history)
  • /trunk/extensions/UploadWizard/resources/arrow-tail.png (deleted) (history)
  • /trunk/extensions/UploadWizard/resources/inactive-arrow-divider.png (deleted) (history)
  • /trunk/extensions/UploadWizard/resources/jquery.arrowSteps.css (deleted) (history)
  • /trunk/extensions/UploadWizard/resources/jquery.autoSuggest.css (deleted) (history)
  • /trunk/extensions/UploadWizard/resources/jquery.mwCoolCats.css (deleted) (history)
  • /trunk/extensions/UploadWizard/resources/jquery.tipsy.css (deleted) (history)
  • /trunk/extensions/UploadWizard/resources/jquery.tipsy.error.gif (deleted) (history)
  • /trunk/extensions/UploadWizard/resources/jquery.tipsy.gif (deleted) (history)
  • /trunk/extensions/UploadWizard/resources/jquery.tipsy.help.gif (deleted) (history)
  • /trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.css (added) (history)
  • /trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.divider.png (added) (history)
  • /trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.head.png (added) (history)
  • /trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.tail.png (added) (history)
  • /trunk/extensions/UploadWizard/resources/jquery/jquery.autoSuggest.css (added) (history)
  • /trunk/extensions/UploadWizard/resources/jquery/jquery.mwCoolCats.css (added) (history)
  • /trunk/extensions/UploadWizard/resources/jquery/jquery.tipsy.css (added) (history)
  • /trunk/extensions/UploadWizard/resources/jquery/jquery.tipsy.error.gif (added) (history)
  • /trunk/extensions/UploadWizard/resources/jquery/jquery.tipsy.gif (added) (history)
  • /trunk/extensions/UploadWizard/resources/jquery/jquery.tipsy.help.gif (added) (history)
  • /trunk/extensions/UploadWizard/styles (deleted) (history)

Diff [purge]

Index: trunk/extensions/UploadWizard/resources/jquery.autoSuggest.css
@@ -1,218 +0,0 @@
2 -/* AutoSuggest CSS - Version 1.2 */
3 -
4 -ul.as-selections {
5 - list-style-type: none;
6 - list-style-image: none;
7 - border-top: 1px solid #888;
8 - border-bottom: 1px solid #b6b6b6;
9 - border-left: 1px solid #aaa;
10 - border-right: 1px solid #aaa;
11 - padding: 4px 0 4px 4px;
12 - margin: 0;
13 - overflow: auto;
14 - background-color: #fff;
15 - box-shadow:inset 0 1px 2px #888;
16 - -webkit-box-shadow:inset 0 1px 2px #888;
17 - -moz-box-shadow:inset 0 1px 2px #888;
18 -}
19 -
20 -ul.as-selections.loading {
21 - background-color: #eee;
22 -}
23 -
24 -ul.as-selections li {
25 - float: left;
26 - margin: 1px 4px 1px 0;
27 -}
28 -
29 -ul.as-selections li.as-selection-item {
30 - color: #2b3840;
31 - font-size: 13px;
32 - font-family: "Lucida Grande", arial, sans-serif;
33 - text-shadow: 0 1px 1px #fff;
34 - background-color: #ddeefe;
35 - background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddeefe), to(#bfe0f1));
36 - border: 1px solid #acc3ec;
37 - border-top-color: #c0d9e9;
38 - padding: 2px 7px 2px 10px;
39 - border-radius: 12px;
40 - -webkit-border-radius: 12px;
41 - -moz-border-radius: 12px;
42 - box-shadow: 0 1px 1px #e4edf2;
43 - -webkit-box-shadow: 0 1px 1px #e4edf2;
44 - -moz-box-shadow: 0 1px 1px #e4edf2;
45 -}
46 -
47 -ul.as-selections li.as-selection-item:last-child {
48 - margin-left: 30px;
49 -}
50 -
51 -ul.as-selections li.as-selection-item a.as-close {
52 - float: right;
53 - margin: 1px 0 0 7px;
54 - padding: 0 2px;
55 - cursor: pointer;
56 - color: #5491be;
57 - font-family: "Helvetica", helvetica, arial, sans-serif;
58 - font-size: 14px;
59 - font-weight: bold;
60 - text-shadow: 0 1px 1px #fff;
61 - -webkit-transition: color .1s ease-in;
62 -}
63 -
64 -ul.as-selections li.as-selection-item.blur {
65 - color: #666666;
66 - background-color: #f4f4f4;
67 - background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f4f4), to(#d5d5d5));
68 - border-color: #bbb;
69 - border-top-color: #ccc;
70 - box-shadow: 0 1px 1px #e9e9e9;
71 - -webkit-box-shadow: 0 1px 1px #e9e9e9;
72 - -moz-box-shadow: 0 1px 1px #e9e9e9;
73 -}
74 -
75 -ul.as-selections li.as-selection-item.blur a.as-close {
76 - color: #999;
77 -}
78 -
79 -ul.as-selections li:hover.as-selection-item {
80 - color: #2b3840;
81 - background-color: #bbd4f1;
82 - background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bbd4f1), to(#a3c2e5));
83 - border-color: #6da0e0;
84 - border-top-color: #8bb7ed;
85 -}
86 -
87 -ul.as-selections li:hover.as-selection-item a.as-close {
88 - color: #4d70b0;
89 -}
90 -
91 -ul.as-selections li.as-selection-item.selected {
92 - border-color: #1f30e4;
93 -}
94 -
95 -ul.as-selections li.as-selection-item a:hover.as-close {
96 - color: #1b3c65;
97 -}
98 -
99 -ul.as-selections li.as-selection-item a:active.as-close {
100 - color: #4d70b0;
101 -}
102 -
103 -ul.as-selections li.as-original {
104 - margin-left: 0;
105 -}
106 -
107 -ul.as-selections li.as-original input {
108 - border: none;
109 - outline: none;
110 - font-size: 13px;
111 - width: 120px;
112 - height: 18px;
113 - padding-top: 3px;
114 -}
115 -
116 -ul.as-list {
117 - position: absolute;
118 - list-style-type: none;
119 - margin: 2px 0 0 0;
120 - padding: 0;
121 - font-size: 14px;
122 - color: #000;
123 - font-family: "Lucida Grande", arial, sans-serif;
124 - background-color: #fff;
125 - background-color: rgba(255,255,255,0.95);
126 - z-index: 2;
127 - box-shadow: 0 2px 12px #222;
128 - -webkit-box-shadow: 0 2px 12px #222;
129 - -moz-box-shadow: 0 2px 12px #222;
130 - border-radius: 5px;
131 - -webkit-border-radius: 5px;
132 - -moz-border-radius: 5px;
133 -}
134 -
135 -li.as-result-item, li.as-message {
136 - margin: 0 0 0 0;
137 - padding: 5px 12px;
138 - background-color: transparent;
139 - border: 1px solid #fff;
140 - border-bottom: 1px solid #ddd;
141 - cursor: pointer;
142 - border-radius: 5px;
143 - -webkit-border-radius: 5px;
144 - -moz-border-radius: 5px;
145 -}
146 -
147 -li:first-child.as-result-item {
148 - margin: 0;
149 -}
150 -
151 -li.as-message {
152 - margin: 0;
153 - cursor: default;
154 -}
155 -
156 -li.as-result-item.active {
157 - background-color: #3668d9;
158 - background-image: -webkit-gradient(linear, 0% 0%, 0% 64%, from(rgb(110, 129, 245)), to(rgb(62, 82, 242)));
159 - border-color: #3342e8;
160 - color: #fff;
161 - text-shadow: 0 1px 2px #122042;
162 -}
163 -
164 -li.as-result-item em {
165 - font-style: normal;
166 - background: #444;
167 - padding: 0 2px;
168 - color: #fff;
169 -}
170 -
171 -li.as-result-item.active em {
172 - background: #253f7a;
173 - color: #fff;
174 -}
175 -
176 -/* Webkit Hacks */
177 -@media screen and (-webkit-min-device-pixel-ratio:0) {
178 - ul.as-selections {
179 - border-top-width: 2px;
180 - }
181 - ul.as-selections li.as-selection-item {
182 - padding-top: 3px;
183 - padding-bottom: 3px;
184 - }
185 - ul.as-selections li.as-selection-item a.as-close {
186 - margin-top: -1px;
187 - }
188 - ul.as-selections li.as-original input {
189 - height: 19px;
190 - }
191 -}
192 -
193 -/* Opera Hacks */
194 -@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
195 - ul.as-list {
196 - border: 1px solid #888;
197 - }
198 - ul.as-selections li.as-selection-item a.as-close {
199 - margin-left: 4px;
200 - margin-top: 0;
201 - }
202 -}
203 -
204 -/* IE Hacks */
205 -ul.as-list {
206 - border: 1px solid #888\9;
207 -}
208 -ul.as-selections li.as-selection-item a.as-close {
209 - margin-left: 4px\9;
210 - margin-top: 0\9;
211 -}
212 -
213 -/* Firefox 3.0 Hacks */
214 -ul.as-list, x:-moz-any-link, x:default {
215 - border: 1px solid #888;
216 -}
217 -BODY:first-of-type ul.as-list, x:-moz-any-link, x:default { /* Target FF 3.5+ */
218 - border: none;
219 -}
Index: trunk/extensions/UploadWizard/resources/jquery.mwCoolCats.css
@@ -1,63 +0,0 @@
2 -.cat-widget {
3 - clear: both;
4 - position: relative;
5 -}
6 -.cat-widget ul {
7 - list-style: none;
8 - padding-left: 0;
9 - margin-top: 0;
10 - margin-left: 0;
11 -}
12 -.cat-widget li {
13 - float: left;
14 - margin-right: 10px;
15 - padding: 3px;
16 -}
17 -.cat-widget li a {
18 - text-decoration: none;
19 -}
20 -.cat-widget li:hover a {
21 - text-decoration: none;
22 - color: white;
23 -}
24 -.cat-widget li {
25 - background-color: #fff;
26 - border-radius: 4px;
27 - -moz-border-radius: 4px;
28 - -webkit-border-radius: 4px;
29 - border-top: 1px solid #fff;
30 - border: 1px solid #fff;
31 - color: black;
32 - font-size: 12px;
33 -
34 -}
35 -.cat-widget li:hover {
36 - background-color: #444;
37 - border-radius: 4px;
38 - -moz-border-radius: 4px;
39 - -webkit-border-radius: 4px;
40 - border-top: 1px solid #111;
41 - border: 1px solid #222;
42 - color:white;
43 -}
44 -
45 -.cat-widget li div.mwe-upwiz-remove-ctrl {
46 - display: inline-block;
47 -}
48 -
49 -
50 -/* Utilities */
51 -.pkg:after, #content-inner:after {
52 - content: " ";
53 - display: block;
54 - visibility: hidden;
55 - clear: both;
56 - height: 0.1px;
57 - font-size: 0.1em;
58 - line-height: 0;
59 -}
60 -.pkg, #content-inner { display: inline-block; }
61 -/* no ie mac \*/
62 -* html .pkg, * html #content-inner { height: 1%; }
63 -.pkg, #content-inner { display: block; }
64 -/* */
Index: trunk/extensions/UploadWizard/resources/jquery.tipsy.help.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: trunk/extensions/UploadWizard/resources/jquery.tipsy.error.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: trunk/extensions/UploadWizard/resources/jquery.tipsy.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: trunk/extensions/UploadWizard/resources/inactive-arrow-divider.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Index: trunk/extensions/UploadWizard/resources/arrow-tail.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Index: trunk/extensions/UploadWizard/resources/arrow-head.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Index: trunk/extensions/UploadWizard/resources/jquery.tipsy.css
@@ -1,30 +0,0 @@
2 -.tipsy { padding: 5px; font-size: small; position: absolute; z-index: 100000; }
3 - .tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
4 - .tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
5 - .tipsy-arrow { position: absolute; background: url('jquery.tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
6 - .tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
7 - .tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
8 - .tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
9 - .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
10 - .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
11 - .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
12 - .tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
13 - .tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }
14 -
15 -
16 -.tipsy-help .tipsy-inner { background-color: #96d8d9; color: black; }
17 -.tipsy-help .tipsy-arrow { background: url('jquery.tipsy.help.gif') }
18 -
19 -.tipsy-error .tipsy-inner { background-color: #f89c90; color: black; }
20 -.tipsy-error .tipsy-arrow { background: url('jquery.tipsy.error.gif') }
21 -
22 -.shadow {
23 - /* offset left, top, thickness, color with alpha */
24 - -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
25 - -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
26 - box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
27 - /* IE */
28 - filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray');
29 - /* slightly different syntax for IE8 */
30 - -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray')";
31 -}
Index: trunk/extensions/UploadWizard/resources/jquery.arrowSteps.css
@@ -1,40 +0,0 @@
2 -.arrowSteps {
3 - list-style-type: none;
4 - list-style-image: none;
5 - border: 1px solid #666666;
6 - position: relative;
7 -}
8 -
9 -.arrowSteps li {
10 - float: left;
11 - padding: 0px;
12 - margin: 0px;
13 - border: 0 none;
14 -}
15 -
16 -.arrowSteps li div {
17 - padding: 0.5em;
18 - text-align: center;
19 - white-space: nowrap;
20 - overflow: hidden;
21 -}
22 -
23 -.arrowSteps li.arrow div {
24 - background: url(inactive-arrow-divider.png) no-repeat right center;
25 -}
26 -
27 -/* applied to the element preceding the highlighted step */
28 -.arrowSteps li.arrow.tail div {
29 - background: url(arrow-tail.png) no-repeat right center;
30 -}
31 -
32 -/* this applies to all highlighted, including the last */
33 -.arrowSteps li.head div {
34 - background: url(arrow-head.png) no-repeat left center;
35 - font-weight: bold;
36 -}
37 -
38 -/* this applies to all highlighted arrows except the last */
39 -.arrowSteps li.arrow.head div {
40 - background: url(arrow-head.png) no-repeat right center;
41 -}
Index: trunk/extensions/UploadWizard/resources/jquery/jquery.autoSuggest.css
@@ -0,0 +1,218 @@
 2+/* AutoSuggest CSS - Version 1.2 */
 3+
 4+ul.as-selections {
 5+ list-style-type: none;
 6+ list-style-image: none;
 7+ border-top: 1px solid #888;
 8+ border-bottom: 1px solid #b6b6b6;
 9+ border-left: 1px solid #aaa;
 10+ border-right: 1px solid #aaa;
 11+ padding: 4px 0 4px 4px;
 12+ margin: 0;
 13+ overflow: auto;
 14+ background-color: #fff;
 15+ box-shadow:inset 0 1px 2px #888;
 16+ -webkit-box-shadow:inset 0 1px 2px #888;
 17+ -moz-box-shadow:inset 0 1px 2px #888;
 18+}
 19+
 20+ul.as-selections.loading {
 21+ background-color: #eee;
 22+}
 23+
 24+ul.as-selections li {
 25+ float: left;
 26+ margin: 1px 4px 1px 0;
 27+}
 28+
 29+ul.as-selections li.as-selection-item {
 30+ color: #2b3840;
 31+ font-size: 13px;
 32+ font-family: "Lucida Grande", arial, sans-serif;
 33+ text-shadow: 0 1px 1px #fff;
 34+ background-color: #ddeefe;
 35+ background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddeefe), to(#bfe0f1));
 36+ border: 1px solid #acc3ec;
 37+ border-top-color: #c0d9e9;
 38+ padding: 2px 7px 2px 10px;
 39+ border-radius: 12px;
 40+ -webkit-border-radius: 12px;
 41+ -moz-border-radius: 12px;
 42+ box-shadow: 0 1px 1px #e4edf2;
 43+ -webkit-box-shadow: 0 1px 1px #e4edf2;
 44+ -moz-box-shadow: 0 1px 1px #e4edf2;
 45+}
 46+
 47+ul.as-selections li.as-selection-item:last-child {
 48+ margin-left: 30px;
 49+}
 50+
 51+ul.as-selections li.as-selection-item a.as-close {
 52+ float: right;
 53+ margin: 1px 0 0 7px;
 54+ padding: 0 2px;
 55+ cursor: pointer;
 56+ color: #5491be;
 57+ font-family: "Helvetica", helvetica, arial, sans-serif;
 58+ font-size: 14px;
 59+ font-weight: bold;
 60+ text-shadow: 0 1px 1px #fff;
 61+ -webkit-transition: color .1s ease-in;
 62+}
 63+
 64+ul.as-selections li.as-selection-item.blur {
 65+ color: #666666;
 66+ background-color: #f4f4f4;
 67+ background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f4f4), to(#d5d5d5));
 68+ border-color: #bbb;
 69+ border-top-color: #ccc;
 70+ box-shadow: 0 1px 1px #e9e9e9;
 71+ -webkit-box-shadow: 0 1px 1px #e9e9e9;
 72+ -moz-box-shadow: 0 1px 1px #e9e9e9;
 73+}
 74+
 75+ul.as-selections li.as-selection-item.blur a.as-close {
 76+ color: #999;
 77+}
 78+
 79+ul.as-selections li:hover.as-selection-item {
 80+ color: #2b3840;
 81+ background-color: #bbd4f1;
 82+ background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bbd4f1), to(#a3c2e5));
 83+ border-color: #6da0e0;
 84+ border-top-color: #8bb7ed;
 85+}
 86+
 87+ul.as-selections li:hover.as-selection-item a.as-close {
 88+ color: #4d70b0;
 89+}
 90+
 91+ul.as-selections li.as-selection-item.selected {
 92+ border-color: #1f30e4;
 93+}
 94+
 95+ul.as-selections li.as-selection-item a:hover.as-close {
 96+ color: #1b3c65;
 97+}
 98+
 99+ul.as-selections li.as-selection-item a:active.as-close {
 100+ color: #4d70b0;
 101+}
 102+
 103+ul.as-selections li.as-original {
 104+ margin-left: 0;
 105+}
 106+
 107+ul.as-selections li.as-original input {
 108+ border: none;
 109+ outline: none;
 110+ font-size: 13px;
 111+ width: 120px;
 112+ height: 18px;
 113+ padding-top: 3px;
 114+}
 115+
 116+ul.as-list {
 117+ position: absolute;
 118+ list-style-type: none;
 119+ margin: 2px 0 0 0;
 120+ padding: 0;
 121+ font-size: 14px;
 122+ color: #000;
 123+ font-family: "Lucida Grande", arial, sans-serif;
 124+ background-color: #fff;
 125+ background-color: rgba(255,255,255,0.95);
 126+ z-index: 2;
 127+ box-shadow: 0 2px 12px #222;
 128+ -webkit-box-shadow: 0 2px 12px #222;
 129+ -moz-box-shadow: 0 2px 12px #222;
 130+ border-radius: 5px;
 131+ -webkit-border-radius: 5px;
 132+ -moz-border-radius: 5px;
 133+}
 134+
 135+li.as-result-item, li.as-message {
 136+ margin: 0 0 0 0;
 137+ padding: 5px 12px;
 138+ background-color: transparent;
 139+ border: 1px solid #fff;
 140+ border-bottom: 1px solid #ddd;
 141+ cursor: pointer;
 142+ border-radius: 5px;
 143+ -webkit-border-radius: 5px;
 144+ -moz-border-radius: 5px;
 145+}
 146+
 147+li:first-child.as-result-item {
 148+ margin: 0;
 149+}
 150+
 151+li.as-message {
 152+ margin: 0;
 153+ cursor: default;
 154+}
 155+
 156+li.as-result-item.active {
 157+ background-color: #3668d9;
 158+ background-image: -webkit-gradient(linear, 0% 0%, 0% 64%, from(rgb(110, 129, 245)), to(rgb(62, 82, 242)));
 159+ border-color: #3342e8;
 160+ color: #fff;
 161+ text-shadow: 0 1px 2px #122042;
 162+}
 163+
 164+li.as-result-item em {
 165+ font-style: normal;
 166+ background: #444;
 167+ padding: 0 2px;
 168+ color: #fff;
 169+}
 170+
 171+li.as-result-item.active em {
 172+ background: #253f7a;
 173+ color: #fff;
 174+}
 175+
 176+/* Webkit Hacks */
 177+@media screen and (-webkit-min-device-pixel-ratio:0) {
 178+ ul.as-selections {
 179+ border-top-width: 2px;
 180+ }
 181+ ul.as-selections li.as-selection-item {
 182+ padding-top: 3px;
 183+ padding-bottom: 3px;
 184+ }
 185+ ul.as-selections li.as-selection-item a.as-close {
 186+ margin-top: -1px;
 187+ }
 188+ ul.as-selections li.as-original input {
 189+ height: 19px;
 190+ }
 191+}
 192+
 193+/* Opera Hacks */
 194+@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
 195+ ul.as-list {
 196+ border: 1px solid #888;
 197+ }
 198+ ul.as-selections li.as-selection-item a.as-close {
 199+ margin-left: 4px;
 200+ margin-top: 0;
 201+ }
 202+}
 203+
 204+/* IE Hacks */
 205+ul.as-list {
 206+ border: 1px solid #888\9;
 207+}
 208+ul.as-selections li.as-selection-item a.as-close {
 209+ margin-left: 4px\9;
 210+ margin-top: 0\9;
 211+}
 212+
 213+/* Firefox 3.0 Hacks */
 214+ul.as-list, x:-moz-any-link, x:default {
 215+ border: 1px solid #888;
 216+}
 217+BODY:first-of-type ul.as-list, x:-moz-any-link, x:default { /* Target FF 3.5+ */
 218+ border: none;
 219+}
Property changes on: trunk/extensions/UploadWizard/resources/jquery/jquery.autoSuggest.css
___________________________________________________________________
Added: svn:eol-style
1220 + native
Index: trunk/extensions/UploadWizard/resources/jquery/jquery.mwCoolCats.css
@@ -0,0 +1,63 @@
 2+.cat-widget {
 3+ clear: both;
 4+ position: relative;
 5+}
 6+.cat-widget ul {
 7+ list-style: none;
 8+ padding-left: 0;
 9+ margin-top: 0;
 10+ margin-left: 0;
 11+}
 12+.cat-widget li {
 13+ float: left;
 14+ margin-right: 10px;
 15+ padding: 3px;
 16+}
 17+.cat-widget li a {
 18+ text-decoration: none;
 19+}
 20+.cat-widget li:hover a {
 21+ text-decoration: none;
 22+ color: white;
 23+}
 24+.cat-widget li {
 25+ background-color: #fff;
 26+ border-radius: 4px;
 27+ -moz-border-radius: 4px;
 28+ -webkit-border-radius: 4px;
 29+ border-top: 1px solid #fff;
 30+ border: 1px solid #fff;
 31+ color: black;
 32+ font-size: 12px;
 33+
 34+}
 35+.cat-widget li:hover {
 36+ background-color: #444;
 37+ border-radius: 4px;
 38+ -moz-border-radius: 4px;
 39+ -webkit-border-radius: 4px;
 40+ border-top: 1px solid #111;
 41+ border: 1px solid #222;
 42+ color:white;
 43+}
 44+
 45+.cat-widget li div.mwe-upwiz-remove-ctrl {
 46+ display: inline-block;
 47+}
 48+
 49+
 50+/* Utilities */
 51+.pkg:after, #content-inner:after {
 52+ content: " ";
 53+ display: block;
 54+ visibility: hidden;
 55+ clear: both;
 56+ height: 0.1px;
 57+ font-size: 0.1em;
 58+ line-height: 0;
 59+}
 60+.pkg, #content-inner { display: inline-block; }
 61+/* no ie mac \*/
 62+* html .pkg, * html #content-inner { height: 1%; }
 63+.pkg, #content-inner { display: block; }
 64+/* */
Property changes on: trunk/extensions/UploadWizard/resources/jquery/jquery.mwCoolCats.css
___________________________________________________________________
Added: svn:eol-style
165 + native
Index: trunk/extensions/UploadWizard/resources/jquery/jquery.tipsy.help.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/extensions/UploadWizard/resources/jquery/jquery.tipsy.help.gif
___________________________________________________________________
Added: svn:mime-type
266 + application/octet-stream
Index: trunk/extensions/UploadWizard/resources/jquery/jquery.tipsy.error.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/extensions/UploadWizard/resources/jquery/jquery.tipsy.error.gif
___________________________________________________________________
Added: svn:mime-type
367 + application/octet-stream
Index: trunk/extensions/UploadWizard/resources/jquery/jquery.tipsy.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/extensions/UploadWizard/resources/jquery/jquery.tipsy.gif
___________________________________________________________________
Added: svn:mime-type
468 + application/octet-stream
Index: trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.divider.png
Cannot display: file marked as a binary type.
svn:mime-type = image/png
Property changes on: trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.divider.png
___________________________________________________________________
Added: svn:mime-type
569 + 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
Property changes on: trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.tail.png
___________________________________________________________________
Added: svn:mime-type
670 + 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
Property changes on: trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.head.png
___________________________________________________________________
Added: svn:mime-type
771 + image/png
Index: trunk/extensions/UploadWizard/resources/jquery/jquery.tipsy.css
@@ -0,0 +1,30 @@
 2+.tipsy { padding: 5px; font-size: small; position: absolute; z-index: 100000; }
 3+ .tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
 4+ .tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
 5+ .tipsy-arrow { position: absolute; background: url('jquery.tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
 6+ .tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
 7+ .tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
 8+ .tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
 9+ .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
 10+ .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
 11+ .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
 12+ .tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
 13+ .tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }
 14+
 15+
 16+.tipsy-help .tipsy-inner { background-color: #96d8d9; color: black; }
 17+.tipsy-help .tipsy-arrow { background: url('jquery.tipsy.help.gif') }
 18+
 19+.tipsy-error .tipsy-inner { background-color: #f89c90; color: black; }
 20+.tipsy-error .tipsy-arrow { background: url('jquery.tipsy.error.gif') }
 21+
 22+.shadow {
 23+ /* offset left, top, thickness, color with alpha */
 24+ -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
 25+ -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
 26+ box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
 27+ /* IE */
 28+ filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray');
 29+ /* slightly different syntax for IE8 */
 30+ -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray')";
 31+}
Property changes on: trunk/extensions/UploadWizard/resources/jquery/jquery.tipsy.css
___________________________________________________________________
Added: svn:eol-style
132 + native
Index: trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.css
@@ -0,0 +1,40 @@
 2+.arrowSteps {
 3+ list-style-type: none;
 4+ list-style-image: none;
 5+ border: 1px solid #666666;
 6+ position: relative;
 7+}
 8+
 9+.arrowSteps li {
 10+ float: left;
 11+ padding: 0px;
 12+ margin: 0px;
 13+ border: 0 none;
 14+}
 15+
 16+.arrowSteps li div {
 17+ padding: 0.5em;
 18+ text-align: center;
 19+ white-space: nowrap;
 20+ overflow: hidden;
 21+}
 22+
 23+.arrowSteps li.arrow div {
 24+ background: url(jquery.arrowSteps.divider.png) no-repeat right center;
 25+}
 26+
 27+/* applied to the element preceding the highlighted step */
 28+.arrowSteps li.arrow.tail div {
 29+ background: url(jquery.arrowSteps.tail.png) no-repeat right center;
 30+}
 31+
 32+/* this applies to all highlighted, including the last */
 33+.arrowSteps li.head div {
 34+ background: url(jquery.arrowSteps.head.png) no-repeat left center;
 35+ font-weight: bold;
 36+}
 37+
 38+/* this applies to all highlighted arrows except the last */
 39+.arrowSteps li.arrow.head div {
 40+ background: url(jquery.arrowSteps.head.png) no-repeat right center;
 41+}
Property changes on: trunk/extensions/UploadWizard/resources/jquery/jquery.arrowSteps.css
___________________________________________________________________
Added: svn:eol-style
142 + native
Index: trunk/extensions/UploadWizard/SpecialUploadWizard.php
@@ -62,8 +62,17 @@
6363 "resources/jquery.ui/ui/ui.core.js",
6464 "resources/jquery.ui/ui/ui.progressbar.js",
6565 "resources/jquery.ui/ui/ui.datepicker.js",
66 - "resources/jquery.autocomplete.js",
67 -
 66+
 67+ // interface helping stuff
 68+ "resources/jquery/jquery.tipsy.js",
 69+ "resources/jquery/jquery.morphCrossfade.js",
 70+ "resources/jquery/jquery.validate.js",
 71+ "resources/jquery/jquery.arrowSteps.js",
 72+ "resources/jquery/jquery.mwCoolCats.js",
 73+ "resources/jquery/jquery.autocomplete.js",
 74+
 75+ // our application...
 76+
6877 // miscellaneous utilities
6978 "resources/mw.Utilities.js",
7079 "resources/mw.UtilitiesTime.js",
@@ -80,14 +89,6 @@
8190 "resources/mw.IframeTransport.js",
8291 "resources/mw.ApiUploadHandler.js",
8392 "resources/mw.DestinationChecker.js",
84 -
85 - // interface helping stuff
86 - "resources/jquery.tipsy.js",
87 - "resources/jquery.morphCrossfade.js",
88 - "resources/jquery.validate.js",
89 - "resources/jquery.arrowSteps.js",
90 - "resources/jquery.mwCoolCats.js",
91 -
9293 // the thing that does most of it
9394 "resources/mw.UploadWizard.js",
9495
@@ -108,10 +109,10 @@
109110 $wgOut->addInlineScript( UploadWizardMessages::getMessagesJs( 'UploadWizard', $wgLang ) );
110111
111112 $styles = array(
112 - "resources/jquery.tipsy.css",
 113+ "resources/jquery/jquery.tipsy.css",
113114 "resources/uploadWizard.css",
114 - "resources/jquery.arrowSteps.css",
115 - "resources/jquery.mwCoolCats.css"
 115+ "resources/jquery/jquery.arrowSteps.css",
 116+ "resources/jquery/jquery.mwCoolCats.css"
116117 );
117118
118119 // TODO RTL

Status & tagging log