From a4a5ab0a895e132591bc427a265fc4976103d5c5 Mon Sep 17 00:00:00 2001 From: Jenny Donnelly Date: Tue, 11 Jan 2011 13:39:03 -0800 Subject: [PATCH 1/9] [ref #2529758, #2529775] README update. --- src/dataschema/README | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/dataschema/README b/src/dataschema/README index 8b5ad8df70d..079627901b0 100755 --- a/src/dataschema/README +++ b/src/dataschema/README @@ -1,12 +1,11 @@ 3.3.0 - * Bug 2528429: Added support for locator property to DataSchema.JSON - resultFields. - * Known issue bug 2529621: Safari on Android (as of version 2.3) does not - properly retrieve XML attribute values via XPath. Tracked externally at - http://code.google.com/p/android/issues/detail?id=13089. + * Bug 2528429: Added support for locator property to DataSchema.JSON + resultFields. + * Known Android issues (bugs 2529621, 2529758, 2529775): XML parsing is buggy + on the Android WebKit browser. 3.2.0 - * Set custom parser execution scope to be DataSchema instance. + * Set custom parser execution scope to be DataSchema instance. 3.1.1 * No changes. From 778e67bf9d2207f17f79630b3bed768f317ee2ab Mon Sep 17 00:00:00 2001 From: Jenny Donnelly Date: Tue, 11 Jan 2011 13:41:19 -0800 Subject: [PATCH 2/9] [ref #2529761] README update. --- src/datatable/README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/datatable/README b/src/datatable/README index c2e113f9b47..54dd3487560 100644 --- a/src/datatable/README +++ b/src/datatable/README @@ -1,2 +1,4 @@ 3.3.0 - * Initial release. \ No newline at end of file + * Initial release. + * Known Android issue (bug 2529761): Scrolling is currently not supported + on the Android WebKit browser. From 8df0ad17ac69e5d47947498a3279a0c5d4670a75 Mon Sep 17 00:00:00 2001 From: Satyen Desai Date: Tue, 11 Jan 2011 17:16:02 -0800 Subject: [PATCH 3/9] Added beta note in ArraySort README --- src/arraysort/README | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/arraysort/README b/src/arraysort/README index c2e113f9b47..78c251af412 100644 --- a/src/arraysort/README +++ b/src/arraysort/README @@ -1,2 +1,6 @@ +ArraySort is a Beta Component. It provides a case-insensitive +Array sort comparator. Future versions may add additional +comparator implementations. + 3.3.0 - * Initial release. \ No newline at end of file + * Initial release. From e944a37622a39bebef154579a1efb7bc8046addd Mon Sep 17 00:00:00 2001 From: Dav Glass Date: Wed, 12 Jan 2011 11:02:05 -0600 Subject: [PATCH 4/9] Updated package to 3.3.0pr4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9dc091d7e26..671b87a2f5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yui3-core", - "version": "2010.11.03", + "version": "3.3.0pr4", "description": "YUI 3 Source", "author": "Dav Glass ", "bugs": { "web" : "http://yuilibrary.com/projects/yui3/" }, From b2c370aab9a1860883bc606978a73d395858cafd Mon Sep 17 00:00:00 2001 From: Dav Glass Date: Wed, 12 Jan 2011 12:14:44 -0600 Subject: [PATCH 5/9] Bumping package version to 3.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 671b87a2f5f..75df0e9771f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yui3-core", - "version": "3.3.0pr4", + "version": "3.3.0", "description": "YUI 3 Source", "author": "Dav Glass ", "bugs": { "web" : "http://yuilibrary.com/projects/yui3/" }, From 1ed9bbe1a4c9c4b9f8a3eb74572baf6628db2317 Mon Sep 17 00:00:00 2001 From: Matt Sweeney Date: Wed, 12 Jan 2011 10:24:43 -0800 Subject: [PATCH 6/9] api doc udpate --- build/dom/dom-base-min.js | 4 ++-- build/dom/dom-deprecated-min.js | 2 +- build/dom/dom-min.js | 8 ++++---- build/dom/dom-screen-min.js | 2 +- build/dom/dom-style-ie-min.js | 2 +- build/dom/dom-style-min.js | 2 +- build/dom/selector-css2-min.js | 2 +- build/dom/selector-css3-min.js | 2 +- build/dom/selector-min.js | 4 ++-- build/dom/selector-native-min.js | 2 +- build/node/node-load-debug.js | 2 +- build/node/node-load.js | 2 +- src/node/js/node-load.js | 2 +- 13 files changed, 18 insertions(+), 18 deletions(-) diff --git a/build/dom/dom-base-min.js b/build/dom/dom-base-min.js index f2426ad09b6..e06dfda083c 100644 --- a/build/dom/dom-base-min.js +++ b/build/dom/dom-base-min.js @@ -1,2 +1,2 @@ -YUI.add("dom-base",function(D){(function(H){var O="nodeType",U="ownerDocument",V="documentElement",G="defaultView",M="parentWindow",S="tagName",K="parentNode",E="firstChild",T="previousSibling",W="nextSibling",L="contains",R="compareDocumentPosition",F="",I=[],Z=H.config.doc.documentElement,N=/<([a-z]+)/i,J=function(b,Y){var c=H.config.doc.createElement("div"),a=true;c.innerHTML=b;if(!c.firstChild||c.firstChild.tagName!==Y.toUpperCase()){a=false;}return a;},P=H.Features.add,Q=H.Features.test,X={byId:function(a,Y){return X.allById(a,Y)[0]||null;},getText:(Z.textContent!==undefined)?function(a){var Y="";if(a){Y=a.textContent;}return Y||"";}:function(a){var Y="";if(a){Y=a.innerText||a.nodeValue;}return Y||"";},setText:(Z.textContent!==undefined)?function(Y,a){if(Y){Y.textContent=a;}}:function(Y,a){if("innerText" in Y){Y.innerText=a;}else{if("nodeValue" in Y){Y.nodeValue=a;}}},ancestor:function(a,b,c){var Y=null;if(c){Y=(!b||b(a))?a:null;}return Y||X.elementByAxis(a,K,b,null);},ancestors:function(b,c,d){var a=X.ancestor.apply(X,arguments),Y=(a)?[a]:[];while((a=X.ancestor(a,c))){if(a){Y.unshift(a);}}return Y;},elementByAxis:function(Y,c,b,a){while(Y&&(Y=Y[c])){if((a||Y[S])&&(!b||b(Y))){return Y;}}return null;},contains:function(a,b){var Y=false;if(!b||!a||!b[O]||!a[O]){Y=false;}else{if(a[L]){if(H.UA.opera||b[O]===1){Y=a[L](b);}else{Y=X._bruteContains(a,b);}}else{if(a[R]){if(a===b||!!(a[R](b)&16)){Y=true;}}}}return Y;},inDoc:function(b,c){var a=false,Y;if(b&&b.nodeType){(c)||(c=b[U]);Y=c[V];if(Y&&Y.contains&&b.tagName){a=Y.contains(b);}else{a=X.contains(Y,b);}}return a;},allById:function(e,Y){Y=Y||H.config.doc;var a=[],b=[],c,d;if(Y.querySelectorAll){b=Y.querySelectorAll('[id="'+e+'"]');}else{if(Y.all){a=Y.all(e);if(a){if(a.nodeName){if(a.id===e){b.push(a);a=I;}else{a=[a];}}if(a.length){for(c=0;d=a[c++];){if(d.id===e||(d.attributes&&d.attributes.id&&d.attributes.id.value===e)){b.push(d);}}}}}else{b=[X._getDoc(Y).getElementById(e)];}}return b;},create:function(d,g){if(typeof d==="string"){d=H.Lang.trim(d);}g=g||H.config.doc;var c=N.exec(d),e=X._create,a=X.creators,f=null,b,h,Y;if(d!=undefined){if(c&&c[1]){b=a[c[1].toLowerCase()];if(typeof b==="function"){e=b;}else{h=b;}}Y=e(d,g,h).childNodes;if(Y.length===1){f=Y[0].parentNode.removeChild(Y[0]);}else{if(Y[0]&&Y[0].className==="yui3-big-dummy"){if(Y.length===2){f=Y[0].nextSibling;}else{Y[0].parentNode.removeChild(Y[0]);f=X._nl2frag(Y,g);}}else{f=X._nl2frag(Y,g);}}}return f;},_nl2frag:function(a,d){var b=null,c,Y;if(a&&(a.push||a.item)&&a[0]){d=d||a[0].ownerDocument;b=d.createDocumentFragment();if(a.item){a=H.Array(a,0,true);}for(c=0,Y=a.length;c";}catch(a){return false;}return(Y.firstChild&&Y.firstChild.nodeName==="TBODY");}});P("innerhtml-div","tr",{test:function(){return J("","tr");}});P("innerhtml-div","script",{test:function(){return J("