r61872 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r61871‎ | r61872 | r61873 >
Date:20:44, 2 February 2010
Author:catrope
Status:ok
Tags:
Comment:
wmf-deployment: Merge r61700 (jQuery patch) from trunk
Modified paths:
  • /branches/wmf-deployment/skins/common (modified) (history)
  • /branches/wmf-deployment/skins/common/ajaxwatch.js (modified) (history)
  • /branches/wmf-deployment/skins/common/edit.js (modified) (history)
  • /branches/wmf-deployment/skins/common/jquery.js (modified) (history)
  • /branches/wmf-deployment/skins/common/jquery.min.js (modified) (history)

Diff [purge]

Index: branches/wmf-deployment/skins/common/jquery.js
@@ -1059,7 +1059,7 @@
10601060 return letter.toUpperCase();
10611061 });
10621062
1063 - if ( set && value != 'NaNpx' ) // Patched by Trevor, see http://is.gd/5NXiD
 1063+ if ( set && value != 'NaNpx' && value != 'nullpx' ) // Patched by Trevor, see http://is.gd/5NXiD
10641064 elem[ name ] = value;
10651065
10661066 return elem[ name ];
Property changes on: branches/wmf-deployment/skins/common/jquery.js
___________________________________________________________________
Name: svn:mergeinfo
10671067 - /trunk/phase3/skins/common/jquery.js:61558
10681068 + /trunk/phase3/skins/common/jquery.js:61558,61700
Index: branches/wmf-deployment/skins/common/jquery.min.js
@@ -121,7 +121,7 @@
122122 if(!jQuery.support.opacity&&name=="opacity"){if(set){elem.zoom=1;elem.filter=(elem.filter||"").replace(/alpha\([^)]*\)/,"")+
123123 (parseInt(value)+''=="NaN"?"":"alpha(opacity="+value*100+")");}
124124 return elem.filter&&elem.filter.indexOf("opacity=")>=0?(parseFloat(elem.filter.match(/opacity=([^)]*)/)[1])/100)+'':"";}
125 -name=name.replace(/-([a-z])/ig,function(all,letter){return letter.toUpperCase();});if(set&&value!='NaNpx')
 125+name=name.replace(/-([a-z])/ig,function(all,letter){return letter.toUpperCase();});if(set&&value!='NaNpx'&&value!='nullpx')
126126 elem[name]=value;return elem[name];},trim:function(text){return(text||"").replace(/^\s+|\s+$/g,"");},makeArray:function(array){var ret=[];if(array!=null){var i=array.length;if(i==null||typeof array==="string"||jQuery.isFunction(array)||array.setInterval)
127127 ret[0]=array;else
128128 while(i)
Property changes on: branches/wmf-deployment/skins/common/jquery.min.js
___________________________________________________________________
Name: svn:mergeinfo
129129 - /trunk/phase3/skins/common/jquery.min.js:61558
130130 + /trunk/phase3/skins/common/jquery.min.js:61558,61700
Property changes on: branches/wmf-deployment/skins/common/ajaxwatch.js
___________________________________________________________________
Name: svn:mergeinfo
131131 - /branches/REL1_15/phase3/skins/common/ajaxwatch.js:51646
/trunk/phase3/skins/common/ajaxwatch.js:56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350,57154-57447,57541,57916,58151,58219,58633,58816,59680,59683,61557-61558
132132 + /branches/REL1_15/phase3/skins/common/ajaxwatch.js:51646
/trunk/phase3/skins/common/ajaxwatch.js:56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350,57154-57447,57541,57916,58151,58219,58633,58816,59680,59683,61557-61558,61700
Property changes on: branches/wmf-deployment/skins/common/edit.js
___________________________________________________________________
Name: svn:mergeinfo
133133 - /branches/REL1_15/phase3/skins/common/edit.js:51646
/trunk/phase3/skins/common/edit.js:56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350,57154-57447,57541,57916,58151,58219,58633,58816,59604,59939,61557-61558
134134 + /branches/REL1_15/phase3/skins/common/edit.js:51646
/trunk/phase3/skins/common/edit.js:56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350,57154-57447,57541,57916,58151,58219,58633,58816,59604,59939,61557-61558,61700
Property changes on: branches/wmf-deployment/skins/common
___________________________________________________________________
Name: svn:mergeinfo
135135 - /branches/REL1_15/phase3/skins/common:51646
/trunk/phase3/skins/common:56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350,57154-57447,57541,57916,58151,58219,58633,58816,59718,61557-61558
136136 + /branches/REL1_15/phase3/skins/common:51646
/trunk/phase3/skins/common:56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350,57154-57447,57541,57916,58151,58219,58633,58816,59718,61557-61558,61700

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r61700Patch jQuery to test for 'nullpx' as well as 'NaNpx'catrope23:57, 29 January 2010

Status & tagging log