The file list for each parsed directory is sorted prior to processing to prevent parse order differences when parsing the same files in different environments.
yuicreated
tag
yuidoc-42
at yui/yuidoc
Wed Nov 18 12:45:51 -0800 2009
Changed setStdModContent(SECTION, stringcontent) to use non-destructive node methods - node.append, node.prepend and node.setContent - to maintain listeners in the BEFORE/AFTER case, and allow node to clean up removed references in the REPLACE case. Fixes #2528319
yuipushed to
master
at
yui/yui3
Tue Nov 17 16:38:03 -0800 2009
First widget milestone drop for 3.1. Key changes: srcNode for progressive enh, single-box support, remove boundingBox on destroy, added id attribute, added method hooks to allow for HTML_PARSER processing customization, added auto-render attribute. READMEs for widget, attribute and base have change details under 'Developement Master'. Fixes #2528360, #2528338, #2528337, #2528323, #2527980, #2527944, #2528273, #2527907
[ref bug #2528309] DataSource query normalization: the sendRequest() method now accepts a single object containing the properties request, callback, and cfg. Src, README, and tests updated. Userguide and examples still todo.