YUILibrary - Open source JavaScript and CSS for building richly interactive software.
Fork YUI on GitHub

YUI 2.x

Latest Commits for YUI 3

SHA1 Developer Date Message
d484fb8e6 Luke Smith 6 hours ago Making _renderRail and _renderThumb public, since they are hooks to allow for reuse of existing nodes.
26bb96def Luke Smith 6 hours ago Adding public methods getValue and setValue as convenience methods for get("value") and set("value",val). Allowing hook to apply output and input formating.
d2b3a07a3 Matt Sweeney 11 hours ago broke out label and content setters, panelNodeFn
4466a31ff Matt Sweeney 03/13/10 added Y.Node support to NodeList constructor [fixes #2528644]
3115bd0cc 03/13/10 Made DataType date format pattern %r unlocalizable as specified, except in compatibility mode. Removed locale data for en-GY, fr-GF, nl-SR. Updated some locale data based on "contributed" data in CLDR 1.7.1.
9d877bf17 Satyen Desai 03/13/10 Language pack to Langauge resource bundle in READMES
f9650ce85 Satyen Desai 03/12/10 Fixed WidgetStdMod so that we don't remove content from DOM while processing HTML_PARSER for headerContent, footerContent, bodyContent. This allows custom classes can apply their own parsing to the contents if required to extract more configuration data. Fixes #2528689
1be417a9d Thomas S. Sha 03/12/10 Fixed 2528685.
5902a3c09 Matt Sweeney 03/12/10 finding tab panel by ID instead of index; css cleanup
0159bcf23 Satyen Desai 03/12/10 Added prevSibling check to WidgetParent _uiAddChild logic, to cover addition of first child
4d0289815 Satyen Desai 03/12/10 Fixed incorrect index being passed around in the WidgetParent addChild event facade, and fixed logic in _uiAddChild to allow for decorator elements in the WidgetParent child container (came out of TabView Add/Remove Tabs example, which introduces a dummy decorator tab, which acts as a add tab button but is not really a WidgetChild)
6eb4be1e0 Adam Moore 03/12/10 submodule skin supersede approach was causing premature rollup
f68132aeb Adam Moore 03/12/10 fixed redundant metadata. fixed submodule propagation of skin data.
d3f71ec89 Adam Moore 03/12/10 Fixed submodule skin configuration
8210c4566 Satyen Desai 03/11/10 Changed focusedChild (back) to activeDescendant. Turns activeElement is supported by the A-Grade, and is in the HTML5 spec. Also changing it to descendant, rather than child seemed to make sense as the low-level state, since only one widget actually has real focus. activeChild can be calculated from activeDescendant. See #2528688
761b73849 Satyen Desai 03/11/10 Renamed activeItem to focusedChild as per comments in bug report. Fixes #2528688. Also cleaned up some temp sandbox files.
ac183771e Satyen Desai 03/11/10 cleaned up manual test case
071296c65 Satyen Desai 03/11/10 Added _childrenContainer property to allow WidgetParents to define where their children should be rendered. Defaults to parent's contentBox. Fixes #2528687
73a03a913 03/11/10 Added documentation for lang parameter of Loader.addModule.
f5446c83d 03/11/10 Added data formatting test case using application-provided locale data.
cd48ee48c Matt Sweeney 03/11/10 api doc update
e97388649 Satyen Desai 03/11/10 widget-parent test files for defaultChildContainer support
e82965084 Adam Moore 03/10/10 New metadata for the loader component
5b137d5ed Dav Glass 03/10/10 Added buttons for justify commands
e371fe507 Adam Moore 03/10/10 Added 2in3 versioning and default is now the production version. Added submodules to make it possible to omit YUI3 metadata.
94b67e8c4 Dav Glass 03/10/10 Updated API docs
00439a7c3 Dav Glass 03/10/10 Adding createlink-base and tab->indent/outdent plugins
7385b0fc7 Luke Smith 03/10/10 Renaming skin files since slider-base is configured with skinnable: true. CSS inside still refers to yui3-slider-* which means they are expected to be used with a class that has a NAME='slider', such as range-slider.
81b3af285 Dav Glass 03/10/10 Working lists, fontsize, fontname, forecolor, backcolor, indent, outdent & hr
2fb322ce4 Dav Glass 03/10/10 Dev Checkin
b0ffb8a6e Dav Glass 03/10/10 Dev Checkin
a402035ab Satyen Desai 03/8/10 Fixed use case where enable, disable, and then re-enable 'constrain' wasn't working. Fixes #2528684
98fa1a8fa Dav Glass 03/8/10 Adding starter list support
c1baf48e0 Adam Moore 03/5/10 more 2in3 versions
5d1b0f044 Thomas S. Sha 03/5/10 Fixed 2528681.
c9231c5e5 Adam Moore 03/5/10 Added long path to yui2 skins to handle older skins
0b9b9d3bd Satyen Desai 03/5/10 Added unit tests for destroy
4a5f24116 Satyen Desai 03/5/10 Fixed destroy before render. Fixes #2528678
6772215f9 Adam Moore 03/5/10 2in3 updated for testing against 2.5.2, 2.6.0, 2.7.0, and 2.8.0.
8bd7cda01 Adam Moore 03/4/10 Fixed augmentObject compat [fixes #2528666].
d58fc46dd Matt Sweeney 03/4/10 Node.get -> Y.all
972b01870 Matt Sweeney 03/4/10 fixed docScrollY for IE [fixes 2528674]
138f191a5 Matt Sweeney 03/4/10 fixed docScrollY for IE [fixes 2528674]
0fca340c3 Adam Moore 03/4/10 .
9c53e8a17 Adam Moore 03/4/10 .
98aaf0cf0 Adam Moore 03/4/10 more 2in3 tests
c062ce94d Adam Moore 03/4/10 .
65e7a3841 Adam Moore 03/4/10 More 2in3 tests
ee2325dc6 Satyen Desai 03/4/10 Override Widget contentbox height, until we move to Widget-StdMod
88b4c1e67 Matt Sweeney 03/4/10 removed debug code
2659f65a0 Adam Moore 03/4/10 Testing intrinsic yui2 loading via the 2in3 project.
c0b3f1041 Luke Smith 03/4/10 type passed in config object is actually supported now. Fixes bug #2528675
f189bf50b Matt Sweeney 03/4/10 handle nodelist creation with nodes array
355f5dbfa Matt Sweeney 03/4/10 updated destroy to remove tabEventName
1900635d5 Matt Sweeney 03/4/10 updated destroy to remove tabEventName
376aae2e7 Matt Sweeney 03/4/10 added detach prefix to delegated TabEvent
f0e4d35cc Matt Sweeney 03/3/10 removed log msg
edb19bbd9 Matt Sweeney 03/3/10 removed log msg
bdac4fbcf Matt Sweeney 03/3/10 removed log msg
2cf717b5e Matt Sweeney 03/3/10 updated skin class
688fb0b7d Matt Sweeney 03/3/10 added tabs_plugin.html
8c52d2f62 Dav Glass 03/3/10 Working version with IE support
7e3abdcb3 Adam Moore 03/3/10 The event facade type attribute is focus/blur for the synthetic events rather than the native event type it wraps.
99e90ebd8 Dav Glass 03/3/10 Still working on IE range/selection issue
fe9b73d5a Dav Glass 03/3/10 More Dev Checkins - working on IE support
0641920e8 Luke Smith 03/3/10 I must have mistyped when moving skin resources into place. capsule/rail-y-lines.png is also present; .html should not be there.
2340c155c Allen Rabinovich 03/2/10 Removed extra copy of Simple.swf
10006cd5d Matt Sweeney 03/2/10 updated path to sprite.png
c28f85fdf Luke Smith 03/2/10 yui-skin-sam => yui3-skin-sam
8ec5ff1b9 Luke Smith 03/2/10 yui-skin-sam => yui3-skin-sam and adding a test case for bug 2528602. Commented out because it's an unfixed infinite loop bug.
0d325a398 Luke Smith 03/2/10 Providing a simple example in the API docs for Array.invoke. Missing @ in @method Array.lastIndexOf