Index: trunk/extensions/UsabilityInitiative/css/vector.expandableSearch.css |
— | — | @@ -5,5 +5,7 @@ |
6 | 6 | overflow: auto; |
7 | 7 | } |
8 | 8 | div#simpleSearch button#searchButton { |
9 | | - margin: 3px 0 0 0; |
| 9 | + margin: 5px 5px 0 0; |
| 10 | + height: 13px; |
| 11 | + width: 12px; |
10 | 12 | } |
Index: trunk/extensions/UsabilityInitiative/css/combined.css |
— | — | @@ -140,7 +140,9 @@ |
141 | 141 | overflow: auto; |
142 | 142 | } |
143 | 143 | div#simpleSearch button#searchButton { |
144 | | - margin: 3px 0 0 0; |
| 144 | + margin: 5px 5px 0 0; |
| 145 | + height: 13px; |
| 146 | + width: 12px; |
145 | 147 | } |
146 | 148 | /* wikiEditor plugin */ |
147 | 149 | |
Index: trunk/extensions/UsabilityInitiative/css/combined.min.css |
— | — | @@ -138,7 +138,9 @@ |
139 | 139 | overflow:auto; |
140 | 140 | } |
141 | 141 | div#simpleSearch button#searchButton{ |
142 | | -margin:3px 0 0 0; |
| 142 | +margin:5px 5px 0 0; |
| 143 | +height:13px; |
| 144 | +width:12px; |
143 | 145 | } |
144 | 146 | form#editform{ |
145 | 147 | margin:0; |
Index: trunk/extensions/UsabilityInitiative/Vector/Modules/ExpandableSearch/ExpandableSearch.js |
— | — | @@ -69,5 +69,5 @@ |
70 | 70 | } ) |
71 | 71 | .css( 'float', $j( 'body' ).is( '.rtl' ) ? 'right' : 'left' ) |
72 | 72 | .siblings( 'button' ) |
73 | | - .css( 'float', $j( 'body' ).is( '.rtl' ) ? 'left' : 'right' ); |
| 73 | + .css( 'float', $j( 'body' ).is( '.rtl' ) ? 'right' : 'left' ); |
74 | 74 | }); |
Index: trunk/extensions/UsabilityInitiative/Vector/Vector.hooks.php |
— | — | @@ -20,10 +20,10 @@ |
21 | 21 | array( 'src' => 'Modules/SimpleSearch/SimpleSearch.js', 'version' => 17 ), |
22 | 22 | ), |
23 | 23 | 'combined' => array( |
24 | | - array( 'src' => 'Vector.combined.js', 'version' => 53 ), |
| 24 | + array( 'src' => 'Vector.combined.js', 'version' => 54 ), |
25 | 25 | ), |
26 | 26 | 'minified' => array( |
27 | | - array( 'src' => 'Vector.combined.min.js', 'version' => 54 ), |
| 27 | + array( 'src' => 'Vector.combined.min.js', 'version' => 55 ), |
28 | 28 | ), |
29 | 29 | ); |
30 | 30 | static $modules = array( |
Index: trunk/extensions/UsabilityInitiative/Vector/Vector.combined.js |
— | — | @@ -411,7 +411,7 @@ |
412 | 412 | } ) |
413 | 413 | .css( 'float', $j( 'body' ).is( '.rtl' ) ? 'right' : 'left' ) |
414 | 414 | .siblings( 'button' ) |
415 | | - .css( 'float', $j( 'body' ).is( '.rtl' ) ? 'left' : 'right' ); |
| 415 | + .css( 'float', $j( 'body' ).is( '.rtl' ) ? 'right' : 'left' ); |
416 | 416 | }); |
417 | 417 | /* Prototype code to demonstrate proposed edit page footer cleanups */ |
418 | 418 | /* First draft and will be changing greatly */ |
Index: trunk/extensions/UsabilityInitiative/Vector/Vector.combined.min.js |
— | — | @@ -20,7 +20,7 @@ |
21 | 21 | if(wgAction=='submit'||$j('#wpTextbox1').data('origtext')!=$j('#wpTextbox1').val()||$j('#wpSummary').data('origtext')!=$j('#wpSummary').val()){return mw.usability.getMsg('vector-editwarning-warning');}} |
22 | 22 | $j('form').submit(function(){window.onbeforeunload=fallbackWindowOnBeforeUnload;});});var fallbackWindowOnBeforeUnload=null;$j(document).ready(function(){if(!wgVectorEnabledModules.expandablesearch||skin!='vector'){return true;} |
23 | 23 | var map={'ltr':{'msie':[['>=',8]],'blackberry':false,'ipod':false,'iphone':false,'ps3':false},'rtl':{'msie':[['>=',8]],'blackberry':false,'ipod':false,'iphone':false,'ps3':false}};if(!mw.usability.testBrowser(map)){return true;} |
24 | | -$j('#searchInput').expandableField({'beforeExpand':function(context){$j(this).parent().animate({'borderTopColor':'#a0d8ff','borderLeftColor':'#a0d8ff','borderRightColor':'#a0d8ff','borderBottomColor':'#a0d8ff'},'fast');},'beforeCondense':function(context){$j(this).parent().animate({'borderTopColor':'#aaaaaa','borderLeftColor':'#aaaaaa','borderRightColor':'#aaaaaa','borderBottomColor':'#aaaaaa'},'fast');},'afterExpand':function(context){if(typeof $j.collapsibleTabs!='undefined'){$j.collapsibleTabs.handleResize();}},'afterCondense':function(context){if(typeof $j.collapsibleTabs!='undefined'){$j.collapsibleTabs.handleResize();}},'expandToLeft':!$j('body').is('.rtl')}).css('float',$j('body').is('.rtl')?'right':'left').siblings('button').css('float',$j('body').is('.rtl')?'left':'right');});$j(document).ready(function(){if(!wgVectorEnabledModules.footercleanup){return true;} |
| 24 | +$j('#searchInput').expandableField({'beforeExpand':function(context){$j(this).parent().animate({'borderTopColor':'#a0d8ff','borderLeftColor':'#a0d8ff','borderRightColor':'#a0d8ff','borderBottomColor':'#a0d8ff'},'fast');},'beforeCondense':function(context){$j(this).parent().animate({'borderTopColor':'#aaaaaa','borderLeftColor':'#aaaaaa','borderRightColor':'#aaaaaa','borderBottomColor':'#aaaaaa'},'fast');},'afterExpand':function(context){if(typeof $j.collapsibleTabs!='undefined'){$j.collapsibleTabs.handleResize();}},'afterCondense':function(context){if(typeof $j.collapsibleTabs!='undefined'){$j.collapsibleTabs.handleResize();}},'expandToLeft':!$j('body').is('.rtl')}).css('float',$j('body').is('.rtl')?'right':'left').siblings('button').css('float',$j('body').is('.rtl')?'right':'left');});$j(document).ready(function(){if(!wgVectorEnabledModules.footercleanup){return true;} |
25 | 25 | $j('#editpage-copywarn').add('.editOptions').wrapAll('<div id="editpage-bottom"></div>');$j('#wpSummary').data('hint',$j('#wpSummaryLabel span small').remove().text().replace(/\)|\(/g,'')).change(function(){if($j(this).val().length==0){$j(this).addClass('inline-hint').val($j(this).data('hint'));}else{$j(this).removeClass('inline-hint');}}).focus(function(){if($j(this).val()==$j(this).data('hint')){$j(this).removeClass('inline-hint').val("");}}).blur(function(){$j(this).trigger('change');}).trigger('change');$j('#wpSummary').add('.editCheckboxes').wrapAll('<div id="editpage-summary-fields"></div>');$j('#editpage-specialchars').remove();var transclusionCount=$j('.templatesUsed ul li').size();$j('.templatesUsed ul').wrap('<div id="transclusions-list" class="collapsible-list collapsed"></div>').parent().prepend('<label>This page contains <a href="http://en.wikipedia.org/wiki/transclusion">transclusions</a> of <strong>' |
26 | 26 | +transclusionCount |
27 | 27 | +'</strong> other pages.</label>');$j('.mw-templatesUsedExplanation').remove();$j('.collapsible-list label').click(function(){$j(this).parent().toggleClass('expanded').toggleClass('collapsed').find('ul').slideToggle('fast');return false;}).trigger('click');$j('#wpPreview, #wpDiff, .editHelp, #editpage-specialchars').remove();$j('#mw-editform-cancel').remove().appendTo('.editButtons');});if(wgVectorEnabledModules.simplesearch&&skin=='vector'&&typeof os_autoload_inputs!=='undefined'&&os_autoload_forms!=='undefined'){os_autoload_inputs=[];os_autoload_forms=[];} |
Index: trunk/extensions/UsabilityInitiative/UsabilityInitiative.hooks.php |
— | — | @@ -30,11 +30,11 @@ |
31 | 31 | array( 'src' => 'css/vector/jquery-ui-1.7.2.css', 'version' => '1.7.2y' ), |
32 | 32 | ), |
33 | 33 | 'combined' => array( |
34 | | - array( 'src' => 'css/combined.css', 'version' => 104 ), |
| 34 | + array( 'src' => 'css/combined.css', 'version' => 106 ), |
35 | 35 | array( 'src' => 'css/vector/jquery-ui-1.7.2.css', 'version' => '1.7.2y' ), |
36 | 36 | ), |
37 | 37 | 'minified' => array( |
38 | | - array( 'src' => 'css/combined.min.css', 'version' => 104 ), |
| 38 | + array( 'src' => 'css/combined.min.css', 'version' => 106 ), |
39 | 39 | array( 'src' => 'css/vector/jquery-ui-1.7.2.css', 'version' => '1.7.2y' ), |
40 | 40 | ), |
41 | 41 | ) |
— | — | @@ -80,10 +80,10 @@ |
81 | 81 | array( 'src' => 'js/thirdparty/contentCollector.js', 'version' => 2 ), |
82 | 82 | ), |
83 | 83 | 'combined' => array( |
84 | | - array( 'src' => 'js/plugins.combined.js', 'version' => 434 ), |
| 84 | + array( 'src' => 'js/plugins.combined.js', 'version' => 435 ), |
85 | 85 | ), |
86 | 86 | 'minified' => array( |
87 | | - array( 'src' => 'js/plugins.combined.min.js', 'version' => 435 ), |
| 87 | + array( 'src' => 'js/plugins.combined.min.js', 'version' => 437 ), |
88 | 88 | ), |
89 | 89 | ), |
90 | 90 | ); |
Index: trunk/extensions/UsabilityInitiative/WikiEditor/WikiEditor.hooks.php |
— | — | @@ -22,10 +22,10 @@ |
23 | 23 | array( 'src' => 'Modules/AddMediaWizard/AddMediaWizard.js', 'version' => 6 ), |
24 | 24 | ), |
25 | 25 | 'combined' => array( |
26 | | - array( 'src' => 'WikiEditor.combined.js', 'version' => 100 ), |
| 26 | + array( 'src' => 'WikiEditor.combined.js', 'version' => 101 ), |
27 | 27 | ), |
28 | 28 | 'minified' => array( |
29 | | - array( 'src' => 'WikiEditor.combined.min.js', 'version' => 100 ), |
| 29 | + array( 'src' => 'WikiEditor.combined.min.js', 'version' => 101 ), |
30 | 30 | ), |
31 | 31 | ); |
32 | 32 | static $messages = array( |