r53399 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r53398‎ | r53399 | r53400 >
Date:15:17, 17 July 2009
Author:brion
Status:ok
Tags:
Comment:
Merging UI fixes from trunk (acaifix tag), first batch:
r52290: Move TablePager code from main.css to shared.css
r52402: Fixed IE6 bugs for search UI
r52404: move #mw_trackbacks definition to common/shared.css
r52718: Added hook SkinTemplateNavigation which provides a way to tweak the navigation before page rendering
r52737: bug 19225 width for td.mw-label causes issues
r52759: (bug 19503) Missing definition for #filetoc. Move various toc declarations out of Monobook and Modern and into common.
r52776: remove background to clear, by FireJackey
r52791: svn:eol-style native
r52800: Resolved hidden language variants
r52808: Resolves improperly named XML ids on the namespace tabs, as well as fixes up some nastyness in the Title object
r52812: Fixed more XML IDs to be compatible with monobook
r52813: (bug 19554) Bot/minor markers aren't bolded in Vector
Modified paths:
  • /branches/wmf-deployment (modified) (history)
  • /branches/wmf-deployment/extensions (modified) (history)
  • /branches/wmf-deployment/includes/ConfEditor.php (modified) (history)
  • /branches/wmf-deployment/includes/Skin.php (modified) (history)
  • /branches/wmf-deployment/includes/Title.php (modified) (history)
  • /branches/wmf-deployment/includes/specials (modified) (history)
  • /branches/wmf-deployment/includes/specials/SpecialSearch.php (modified) (history)
  • /branches/wmf-deployment/includes/specials/SpecialUserrights.php (modified) (history)
  • /branches/wmf-deployment/skins/Vector.php (modified) (history)
  • /branches/wmf-deployment/skins/common/common_rtl.css (modified) (history)
  • /branches/wmf-deployment/skins/common/oldshared.css (modified) (history)
  • /branches/wmf-deployment/skins/common/shared.css (modified) (history)
  • /branches/wmf-deployment/skins/modern/main.css (modified) (history)
  • /branches/wmf-deployment/skins/monobook/main.css (modified) (history)
  • /branches/wmf-deployment/skins/monobook/rtl.css (modified) (history)
  • /branches/wmf-deployment/skins/vector (modified) (history)
  • /branches/wmf-deployment/skins/vector/images/bullet-icon.png (modified) (history)
  • /branches/wmf-deployment/skins/vector/main-ltr.css (modified) (history)
  • /branches/wmf-deployment/skins/vector/main-rtl.css (modified) (history)

Diff [purge]

Index: branches/wmf-deployment/skins/monobook/rtl.css
@@ -227,19 +227,6 @@
228228 text-align: right;
229229 }
230230
231 -/**
232 - * Lists:
233 - * The following lines don't have a visible effect on non-Gecko browsers
234 - * They fix a problem ith Gecko browsers rendering lists to the right of
235 - * left-floated objects in an RTL layout.
236 - */
237 -html > body div#bodyContent ul {
238 - display: table;
239 -}
240 -html > body div#bodyContent ul#filetoc {
241 - display: block;
242 -}
243 -
244231 /* Special:Allpages styling */
245232 td.mw-allpages-nav, p.mw-allpages-nav, td.mw-allpages-alphaindexline {
246233 text-align: left;
Index: branches/wmf-deployment/skins/monobook/main.css
@@ -1274,25 +1274,6 @@
12751275 display: none;
12761276 }
12771277
1278 -
1279 -/* filetoc */
1280 -ul#filetoc {
1281 - text-align: center;
1282 - border: 1px solid #aaaaaa;
1283 - background-color: #f9f9f9;
1284 - padding: 5px;
1285 - font-size: 95%;
1286 - margin-bottom: 0.5em;
1287 - margin-left: 0;
1288 - margin-right: 0;
1289 -}
1290 -
1291 -#filetoc li {
1292 - display: inline;
1293 - list-style-type: none;
1294 - padding-right: 2em;
1295 -}
1296 -
12971278 input#wpSummary {
12981279 width: 80%;
12991280 }
@@ -1330,13 +1311,6 @@
13311312 font-weight:bold;
13321313 }
13331314
1334 -#mw_trackbacks {
1335 - border: solid 1px #bbbbff;
1336 - background-color: #eeeeff;
1337 - padding: 0.2em;
1338 -}
1339 -
1340 -
13411315 /* Allmessages table */
13421316
13431317 #allmessagestable th {
@@ -1419,31 +1393,6 @@
14201394 text-align: center;
14211395 }
14221396
1423 -
1424 -/*
1425 - Table pager (e.g. Special:Imagelist)
1426 - - remove underlines from the navigation link
1427 - - collapse borders
1428 - - set the borders to outsets (similar to Special:Allmessages)
1429 - - remove line wrapping for all td and th, set background color
1430 - - restore line wrapping for the last two table cells (description and size)
1431 -*/
1432 -.TablePager { min-width: 80%; }
1433 -.TablePager_nav a { text-decoration: none; }
1434 -.TablePager { border-collapse: collapse; }
1435 -.TablePager, .TablePager td, .TablePager th {
1436 - border: 1px solid #aaaaaa;
1437 - padding: 0 0.15em 0 0.15em;
1438 -}
1439 -.TablePager th { background-color: #eeeeff }
1440 -.TablePager td { background-color: #ffffff }
1441 -.TablePager tr:hover td { background-color: #eeeeff }
1442 -
1443 -.imagelist td, .imagelist th { white-space: nowrap }
1444 -.imagelist .TablePager_col_links { background-color: #eeeeff }
1445 -.imagelist .TablePager_col_img_description { white-space: normal }
1446 -.imagelist th.TablePager_sort { background-color: #ccccff }
1447 -
14481397 .templatesUsed { margin-top: 1.5em; }
14491398
14501399 .mw-summary-preview {
Index: branches/wmf-deployment/skins/modern/main.css
@@ -788,25 +788,6 @@
789789 display: none;
790790 }
791791
792 -
793 -/* filetoc */
794 -ul#filetoc {
795 - text-align: center;
796 - border: 1px solid #aaaaaa;
797 - background-color: #f9f9f9;
798 - padding: 5px;
799 - font-size: 95%;
800 - margin-bottom: 0.5em;
801 - margin-left: 0;
802 - margin-right: 0;
803 -}
804 -
805 -#filetoc li {
806 - display: inline;
807 - list-style-type: none;
808 - padding-right: 2em;
809 -}
810 -
811792 input#wpSummary {
812793 width: 80%;
813794 }
@@ -844,13 +825,6 @@
845826 font-weight:bold;
846827 }
847828
848 -#mw_trackbacks {
849 - border: solid 1px #bbbbff;
850 - background-color: #eeeeff;
851 - padding: 0.2em;
852 -}
853 -
854 -
855829 /* Allmessages table */
856830
857831 #allmessagestable th {
Index: branches/wmf-deployment/skins/common/common_rtl.css
@@ -52,3 +52,13 @@
5353 background: none !important;
5454 padding-left: 0 !important;
5555 }
 56+
 57+/**
 58+ * Lists:
 59+ * The following lines don't have a visible effect on non-Gecko browsers
 60+ * They fix a problem ith Gecko browsers rendering lists to the right of
 61+ * left-floated objects in an RTL layout.
 62+ */
 63+html > body div#bodyContent ul#filetoc {
 64+ display: block;
 65+}
Index: branches/wmf-deployment/skins/common/oldshared.css
@@ -319,12 +319,6 @@
320320 clear: both;
321321 }
322322
323 -#mw_trackbacks {
324 - border: solid 1px #bbbbff;
325 - background-color: #eeeeff;
326 - padding: 0.2em;
327 -}
328 -
329323 /* Allmessages table */
330324
331325 #allmessagestable th {
Index: branches/wmf-deployment/skins/common/shared.css
@@ -67,7 +67,9 @@
6868 body.rtl td.mw-input { text-align: right; }
6969 body.rtl td.mw-submit { text-align: right; }
7070
71 -td.mw-label { vertical-align: top; width: 30%; }
 71+td.mw-label { vertical-align: top; }
 72+.prefsection td.mw-label { width: 20%; }
 73+.prefsection table { width: 100%; }
7274 td.mw-submit { white-space: nowrap; }
7375
7476 table.mw-htmlform-nolabel td.mw-label { width: 0 !important; }
@@ -136,25 +138,25 @@
137139 float:left;
138140 padding-left: 0.25em;
139141 }
140 -.mw-search-formheader div.search-types > ul {
 142+.mw-search-formheader div.search-types ul {
141143 margin: 0 !important;
142144 padding: 0 !important;
143145 list-style: none !important;
144146 }
145 -.mw-search-formheader div.search-types > ul > li {
 147+.mw-search-formheader div.search-types ul li {
146148 float: left;
147149 margin: 0;
148150 padding: 0;
149151 }
150 -.mw-search-formheader div.search-types > ul > li > a {
 152+.mw-search-formheader div.search-types ul li a {
151153 display: block;
152154 padding: 0.5em;
153155 }
154 -.mw-search-formheader div.search-types > ul > li.current > a {
 156+.mw-search-formheader div.search-types ul li.current a {
155157 color: #333333;
156158 cursor: default;
157159 }
158 -.mw-search-formheader div.search-types > ul > li.current > a:hover {
 160+.mw-search-formheader div.search-types ul li.current a:hover {
159161 text-decoration: none;
160162 }
161163 .mw-search-formheader div.results-info {
@@ -162,12 +164,12 @@
163165 padding: 0.5em;
164166 padding-right: 0.75em;
165167 }
166 -.mw-search-formheader div.results-info > ul {
 168+.mw-search-formheader div.results-info ul {
167169 margin: 0 !important;
168170 padding: 0 !important;
169171 list-style: none !important;
170172 }
171 -.mw-search-formheader div.results-info > ul > li {
 173+.mw-search-formheader div.results-info ul li {
172174 float: right;
173175 margin: 0;
174176 padding: 0;
@@ -181,33 +183,33 @@
182184 border: none;
183185 background-color: #f9f9f9;
184186 border: 1px solid silver !important;
185 - border-top: none !important;
 187+ border-top-width: 0 !important;
186188 }
187 -fieldset#mw-searchoptions > legend {
 189+fieldset#mw-searchoptions legend {
188190 display: none;
189191 }
190 -fieldset#mw-searchoptions > h4 {
 192+fieldset#mw-searchoptions h4 {
191193 padding: 0;
192194 margin: 0;
193195 float: left;
194196 }
195 -fieldset#mw-searchoptions > div#mw-search-togglebox {
 197+fieldset#mw-searchoptions div#mw-search-togglebox {
196198 float: right;
197199 }
198 -fieldset#mw-searchoptions > div#mw-search-togglebox > label {
 200+fieldset#mw-searchoptions div#mw-search-togglebox label {
199201 margin-right: 0.25em;
200202 }
201 -fieldset#mw-searchoptions > div#mw-search-togglebox > input {
 203+fieldset#mw-searchoptions div#mw-search-togglebox input {
202204 margin-left: 0.25em;
203205 }
204 -fieldset#mw-searchoptions > table {
 206+fieldset#mw-searchoptions table {
205207 float: left;
206208 margin-right: 3em;
207209 }
208 -fieldset#mw-searchoptions > table td {
 210+fieldset#mw-searchoptions table td {
209211 padding-right: 1em;
210212 }
211 -body.rtl fieldset#mw-searchoptions > table {
 213+body.rtl fieldset#mw-searchoptions table {
212214 float: right;
213215 }
214216 fieldset#mw-searchoptions div.divider {
@@ -550,3 +552,51 @@
551553 .visualClear {
552554 clear: both;
553555 }
 556+
 557+#mw_trackbacks {
 558+ border: solid 1px #bbbbff;
 559+ background-color: #eeeeff;
 560+ padding: 0.2em;
 561+}
 562+
 563+/*
 564+ Table pager (e.g. Special:Imagelist)
 565+ - remove underlines from the navigation link
 566+ - collapse borders
 567+ - set the borders to outsets (similar to Special:Allmessages)
 568+ - remove line wrapping for all td and th, set background color
 569+ - restore line wrapping for the last two table cells (description and size)
 570+*/
 571+.TablePager { min-width: 80%; }
 572+.TablePager_nav a { text-decoration: none; }
 573+.TablePager { border-collapse: collapse; }
 574+.TablePager, .TablePager td, .TablePager th {
 575+ border: 1px solid #aaaaaa;
 576+ padding: 0 0.15em 0 0.15em;
 577+}
 578+.TablePager th { background-color: #eeeeff }
 579+.TablePager td { background-color: #ffffff }
 580+.TablePager tr:hover td { background-color: #eeeeff }
 581+
 582+.imagelist td, .imagelist th { white-space: nowrap }
 583+.imagelist .TablePager_col_links { background-color: #eeeeff }
 584+.imagelist .TablePager_col_img_description { white-space: normal }
 585+.imagelist th.TablePager_sort { background-color: #ccccff }
 586+
 587+/* filetoc */
 588+ul#filetoc {
 589+ text-align: center;
 590+ border: 1px solid #aaaaaa;
 591+ background-color: #f9f9f9;
 592+ padding: 5px;
 593+ font-size: 95%;
 594+ margin-bottom: 0.5em;
 595+ margin-left: 0;
 596+ margin-right: 0;
 597+}
 598+
 599+#filetoc li {
 600+ display: inline;
 601+ list-style-type: none;
 602+ padding-right: 2em;
 603+}
\ No newline at end of file
Index: branches/wmf-deployment/skins/Vector.php
@@ -79,21 +79,21 @@
8080 $isTalk = $this->mTitle->isTalkPage();
8181
8282 // Generates XML IDs from namespace names
83 - $subjectId = $wgContLang->lc( $this->mTitle->getSubjectNsText() );
84 - if ( $subjectId == '' ) {
85 - $subjectId = 'main';
86 - }
 83+ $subjectId = $this->mTitle->getNamespaceKey( '' );
 84+
8785 $talkId = "{$subjectId}_talk";
8886 $currentId = $isTalk ? $talkId : $subjectId;
89 -
 87+
9088 // Adds namespace links
9189 $links['namespaces'][$subjectId] = $this->tabAction(
9290 $subjectPage, 'vector-namespace-' . $subjectId, !$isTalk, '', true
9391 );
 92+ $links['namespaces'][$subjectId]['context'] = 'subject';
9493 $links['namespaces'][$talkId] = $this->tabAction(
9594 $talkPage, 'vector-namespace-talk', $isTalk, '', true
9695 );
97 -
 96+ $links['namespaces'][$talkId]['context'] = 'talk';
 97+
9898 // Adds view view link
9999 if ( $this->mTitle->exists() ) {
100100 $links['views']['view'] = $this->tabAction(
@@ -292,7 +292,10 @@
293293 );
294294 }
295295 }
296 -
 296+
 297+ // This is instead of SkinTemplateTabs - which uses a flat array
 298+ wfRunHooks( 'SkinTemplateNavigation', array( &$this, &$links ) );
 299+
297300 // If it's not content, it's got to be a special page
298301 } else {
299302 $links['namespaces']['special'] = array(
@@ -366,8 +369,12 @@
367370 $nav = $this->skin->buildNavigationUrls();
368371 foreach ( $nav as $section => $links ) {
369372 foreach ( $links as $key => $link ) {
 373+ $insert = '';
 374+ if ( isset( $link['context'] ) && $link['context'] == 'subject' ) {
 375+ $insert = 'nstab-';
 376+ }
370377 $nav[$section][$key]['attributes'] =
371 - ' id="' . Sanitizer::escapeId( "ca-$key" ) . '"';
 378+ ' id="' . Sanitizer::escapeId( "ca-{$insert}{$key}" ) . '"';
372379 if ( $nav[$section][$key]['class'] ) {
373380 $nav[$section][$key]['attributes'] .=
374381 ' class="' . htmlspecialchars( $link['class'] ) . '"';
@@ -382,10 +389,10 @@
383390 in_array( $key, array( 'edit', 'watch', 'unwatch' ) )
384391 ) {
385392 $nav[$section][$key]['key'] =
386 - $this->skin->tooltip( "ca-$key" );
 393+ $this->skin->tooltip( "ca-{$insert}{$key}" );
387394 } else {
388395 $nav[$section][$key]['key'] =
389 - $this->skin->tooltipAndAccesskey( "ca-$key" );
 396+ $this->skin->tooltipAndAccesskey( "ca-{$insert}{$key}" );
390397 }
391398 }
392399 }
@@ -546,7 +553,7 @@
547554 <!-- header -->
548555 <div id="head" class="noprint">
549556 <!-- personal -->
550 - <div id="personal">
 557+ <div id="p-personal">
551558 <h5><?php $this->msg('personaltools') ?></h5>
552559 <ul <?php $this->html('userlangattributes') ?>>
553560 <?php foreach($this->data['personal_urls'] as $key => $item): ?>
Property changes on: branches/wmf-deployment/skins/Vector.php
___________________________________________________________________
Name: svn:mergeinfo
554561 - /branches/REL1_15/phase3/skins/Vector.php:51646
/trunk/phase3/skins/Vector.php:52089-52665,53369
555562 + /branches/REL1_15/phase3/skins/Vector.php:51646
/trunk/phase3/skins/Vector.php:52089-52665,52718,52737,52759,52776,52791,52800,52808,52812-52813,53369
Index: branches/wmf-deployment/skins/vector/images/bullet-icon.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: branches/wmf-deployment/skins/vector/main-ltr.css
@@ -52,20 +52,21 @@
5353 padding: 0;
5454 }
5555 /* Personal */
56 - div#personal {
 56+ div#p-personal {
5757 position: absolute;
5858 top: 0;
5959 right: 0.75em;
6060 }
61 - div#personal h5 {
 61+ div#p-personal h5 {
6262 display: none;
6363 }
64 - div#personal li {
 64+ div#p-personal li {
6565 float: left;
6666 margin-left: 0.75em;
6767 margin-top: 0.5em;
6868 font-size: 0.9em;
6969 }
 70+ /* Navigation Containers */
7071 div#left-navigation {
7172 position: absolute;
7273 left: 12em;
@@ -77,7 +78,7 @@
7879 }
7980 /* Navigation Labels */
8081 div#namespaces h5,
81 - div#variants h5,
 82+ div#variants h5 span,
8283 div#views h5,
8384 div#actions h5 span,
8485 div#search h5 {
@@ -243,6 +244,7 @@
244245 padding-left: 1.25em;
245246 cursor: default;
246247 border: none;
 248+ font-size: 0.9em;
247249 }
248250 div#panel div.portal div.body {
249251 margin: 0;
@@ -262,6 +264,7 @@
263265 padding-bottom: 0.5em;
264266 margin: 0;
265267 overflow: hidden;
 268+ font-size: 0.9em;
266269 }
267270 div#panel div.portal div.body ul li a {
268271 color: #0645ad;
@@ -880,4 +883,9 @@
881884 background: url(images/user-icon.png) left top no-repeat;
882885 padding-left: 15px !important;
883886 text-transform: none;
884 -}
\ No newline at end of file
 887+}
 888+
 889+span.newpage, span.minor, span.bot {
 890+ font-weight: bold;
 891+}
 892+
Index: branches/wmf-deployment/skins/vector/main-rtl.css
@@ -65,20 +65,21 @@
6666 padding: 0;
6767 }
6868 /* Personal */
69 - div#personal {
 69+ div#p-personal {
7070 position: absolute;
7171 top: 0;
7272 left: 0.75em;
7373 }
74 - div#personal h5 {
 74+ div#p-personal h5 {
7575 display: none;
7676 }
77 - div#personal li {
 77+ div#p-personal li {
7878 float: right;
7979 margin-right: 0.75em;
8080 margin-top: 0.5em;
8181 font-size: 0.9em;
8282 }
 83+ /* Navigation Containers */
8384 div#left-navigation {
8485 position: absolute;
8586 right: 12em;
@@ -90,7 +91,7 @@
9192 }
9293 /* Navigation Labels */
9394 div#namespaces h5,
94 - div#variants h5,
 95+ div#variants h5 span,
9596 div#views h5,
9697 div#actions h5 span,
9798 div#search h5 {
@@ -264,6 +265,7 @@
265266 background-image: url(images/portal-break-rtl.png);
266267 background-repeat: no-repeat;
267268 background-position: top right;
 269+ font-size: 0.9em;
268270 }
269271 div#panel div.portal div.body ul {
270272 list-style: none;
@@ -275,6 +277,7 @@
276278 padding-bottom: 0.5em;
277279 margin: 0;
278280 overflow: hidden;
 281+ font-size: 0.9em;
279282 }
280283 div#panel div.portal div.body ul li a {
281284 color: #0645ad;
@@ -892,4 +895,9 @@
893896 background: url(images/user-icon.png) right top no-repeat;
894897 padding-right: 15px !important;
895898 text-transform: none;
896 -}
\ No newline at end of file
 899+}
 900+
 901+span.newpage, span.minor, span.bot {
 902+ font-weight: bold;
 903+}
 904+
Property changes on: branches/wmf-deployment/skins/vector/main-rtl.css
___________________________________________________________________
Name: svn:eol-style
897905 + native
Property changes on: branches/wmf-deployment/skins/vector
___________________________________________________________________
Name: svn:mergeinfo
898906 - /branches/REL1_15/phase3/skins/vector:51646
/trunk/phase3/skins/vector:52089-52665,53369
899907 + /branches/REL1_15/phase3/skins/vector:51646
/trunk/phase3/skins/vector:52089-52665,52718,52737,52759,52776,52791,52800,52808,52812-52813,53369
Property changes on: branches/wmf-deployment/extensions
___________________________________________________________________
Name: svn:mergeinfo
900908 - /branches/REL1_15/phase3/extensions:51646
/trunk/extensions:53272
/trunk/phase3:53272
/trunk/phase3/extensions:53369
901909 + /branches/REL1_15/phase3/extensions:51646
/trunk/extensions:53272
/trunk/phase3:53272
/trunk/phase3/extensions:52290,52402,52404,52718,52737,52759,52776,52791,52800,52808,52812-52813,53369
Index: branches/wmf-deployment/includes/Title.php
@@ -3502,40 +3502,29 @@
35033503 * Generate strings used for xml 'id' names in monobook tabs
35043504 * @return \type{\string} XML 'id' name
35053505 */
3506 - public function getNamespaceKey() {
3507 - global $wgContLang;
3508 - switch ($this->getNamespace()) {
3509 - case NS_MAIN:
3510 - case NS_TALK:
3511 - return 'nstab-main';
3512 - case NS_USER:
3513 - case NS_USER_TALK:
3514 - return 'nstab-user';
3515 - case NS_MEDIA:
3516 - return 'nstab-media';
3517 - case NS_SPECIAL:
3518 - return 'nstab-special';
3519 - case NS_PROJECT:
3520 - case NS_PROJECT_TALK:
3521 - return 'nstab-project';
3522 - case NS_FILE:
3523 - case NS_FILE_TALK:
3524 - return 'nstab-image';
3525 - case NS_MEDIAWIKI:
3526 - case NS_MEDIAWIKI_TALK:
3527 - return 'nstab-mediawiki';
3528 - case NS_TEMPLATE:
3529 - case NS_TEMPLATE_TALK:
3530 - return 'nstab-template';
3531 - case NS_HELP:
3532 - case NS_HELP_TALK:
3533 - return 'nstab-help';
3534 - case NS_CATEGORY:
3535 - case NS_CATEGORY_TALK:
3536 - return 'nstab-category';
3537 - default:
3538 - return 'nstab-' . $wgContLang->lc( $this->getSubjectNsText() );
 3506+ public function getNamespaceKey( $prepend = 'nstab-' ) {
 3507+ global $wgContLang, $wgCanonicalNamespaceNames;
 3508+ // Gets the subject namespace if this title
 3509+ $namespace = MWNamespace::getSubject( $this->getNamespace() );
 3510+ // Checks if cononical namespace name exists for namespace
 3511+ if ( isset( $wgCanonicalNamespaceNames[$namespace] ) ) {
 3512+ // Uses canonical namespace name
 3513+ $namespaceKey = $wgCanonicalNamespaceNames[$namespace];
 3514+ } else {
 3515+ // Uses text of namespace
 3516+ $namespaceKey = $this->getSubjectNsText();
35393517 }
 3518+ // Makes namespace key lowercase
 3519+ $namespaceKey = $wgContLang->lc( $namespaceKey );
 3520+ // Uses main
 3521+ if ( $namespaceKey == '' ) {
 3522+ $namespaceKey = 'main';
 3523+ }
 3524+ // Changes file to image for backwards compatibility
 3525+ if ( $namespaceKey == 'file' ) {
 3526+ $namespaceKey = 'image';
 3527+ }
 3528+ return $prepend . $namespaceKey;
35403529 }
35413530
35423531 /**
Property changes on: branches/wmf-deployment/includes/ConfEditor.php
___________________________________________________________________
Name: svn:mergeinfo
35433532 - /trunk/phase3/includes/ConfEditor.php:53369
35443533 + /trunk/phase3/includes/ConfEditor.php:52290,52402,52404,52718,52737,52759,52776,52791,52800,52808,52812-52813,53369
Property changes on: branches/wmf-deployment/includes/specials/SpecialUserrights.php
___________________________________________________________________
Name: svn:mergeinfo
35453534 - /trunk/phase3/includes/specials/SpecialUserrights.php:36354-52116,53369
35463535 + /trunk/phase3/includes/specials/SpecialUserrights.php:36354-52116,52290,52402,52404,52718,52737,52759,52776,52791,52800,52808,52812-52813,53369
Property changes on: branches/wmf-deployment/includes/specials/SpecialSearch.php
___________________________________________________________________
Name: svn:mergeinfo
35473536 - /trunk/phase3/includes/specials/SpecialSearch.php:36354-52665,53369
35483537 + /trunk/phase3/includes/specials/SpecialSearch.php:36354-52665,52718,52737,52759,52776,52791,52800,52808,52812-52813,53369
Property changes on: branches/wmf-deployment/includes/specials
___________________________________________________________________
Name: svn:mergeinfo
35493538 - /trunk/phase3/includes/specials:36354-52088,53369
35503539 + /trunk/phase3/includes/specials:36354-52088,52290,52402,52404,52718,52737,52759,52776,52791,52800,52808,52812-52813,53369
Property changes on: branches/wmf-deployment/includes/Skin.php
___________________________________________________________________
Name: svn:mergeinfo
35513540 - /branches/REL1_15/phase3/includes/Skin.php:51646
/trunk/phase3/includes/Skin.php:52089-52361,53369
35523541 + /branches/REL1_15/phase3/includes/Skin.php:51646
/trunk/phase3/includes/Skin.php:52089-52361,52402,52404,52718,52737,52759,52776,52791,52800,52808,52812-52813,53369
Property changes on: branches/wmf-deployment
___________________________________________________________________
Name: svn:mergeinfo
35533542 - /branches/REL1_15/phase3:51646
/trunk/phase3:53369
35543543 + /branches/REL1_15/phase3:51646
/trunk/phase3:52290,52402,52404,52718,52737,52759,52776,52791,52800,52808,52812-52813,53369

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r52290Move TablePager code from main.css to shared.csswerdna16:26, 22 June 2009
r52402Fixed IE6 bugs for search UItparscal17:24, 25 June 2009
r52404move #mw_trackbacks definition to common/shared.cssialex18:17, 25 June 2009
r52718Added hook SkinTemplateNavigation which provides a way to tweak the navigatio...tparscal19:17, 2 July 2009
r52737bug 19225 width for td.mw-label causes issueswerdna13:31, 3 July 2009
r52759(bug 19503) Missing definition for #filetoc. Move various toc declarations ou...demon00:41, 4 July 2009
r52776remove background to clear, by FireJackeyalexsh15:56, 5 July 2009
r52791svn:eol-style nativeialex10:31, 6 July 2009
r52800Resolved hidden language variantstparscal16:36, 6 July 2009
r52808Resolves improperly named XML ids on the namespace tabs, as well as fixes up ...tparscal22:43, 6 July 2009
r52812Fixed more XML IDs to be compatible with monobooktparscal23:13, 6 July 2009
r52813(bug 19554) Bot/minor markers aren't bolded in Vectorcatrope23:28, 6 July 2009

Status & tagging log