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

YUI 2.x

Latest Commits for YUI 2

SHA1 Developer Date Message
8f7b714b0 Satyen Desai 03/6/10 Added presentation role and tabIndex -1 to allow screen readers to ignore the text resize iframe
7073c1ed0 Matt Mlinac 02/26/10 update
5a114472e Matt Mlinac 02/26/10 update
94060f6ee Matt Mlinac 02/26/10 fix #2527646 - time limit and fold check initiated on DOMReady instead of window load; does checks immediately if past point of DOM readiness
f1d9c52e1 Matt Mlinac 02/26/10 "var" usage cleanup
bf4de5f2d Matt Mlinac 02/26/10 "var" usage cleanup
f7d5db890 Matt Mlinac 02/26/10 page title, for good measure
c696b345c Satyen Desai 02/25/10 Fixed missing YAHOO.util.Connect and extended methods in APIDoc
77c5d33de 02/10/10 Initial checkin
ef9378c39 Satyen Desai 02/9/10 Removed component.skins.exists check in simpleeditor custom build. With more rigid test for rollup support, it doesn't pass (now looks for /assets/component-core.css, before just used to look for assets/skins)
dc5b9a9de 02/1/10 Updated with additional test cases for the direct descendant combinator
8fe7b6a45 Satyen Desai 01/15/10 Removed fixed width calculation for Opera. Latest versions handle float correctly
120e6a075 Satyen Desai 01/15/10 Hide or Show can now be prevented by returning false from a beforeHide/beforeShow subscriber
084d42d71 Adam Moore 12/10/09 nodes get charset='utf-8' by default. [fixes #2528670].
3907cc0c7 Satyen Desai 12/10/09 Removing RELEASENOTES as per conversation with George
be9cc3c23 Satyen Desai 12/9/09 Added whitespace to test CI build changes
5d3b5744a Luke Smith 12/1/09 Duplicating example files in sandbox dir for ease of maintenance.
db30632d9 Luke Smith 12/1/09 Updating _UNSAFE regex to be a more appropriate name. Previously, it was doing a confirmation that the string ONLY contained SAFE characters. Now it does a test for any UNSAFE characters. _isSafe's use was also appropriately negated.
ed6087373 Luke Smith 12/1/09 Tightening up the negativeFormat back compat code a bit.
b9aa209e4 Satyen Desai 11/30/09 Added whitespace to check automated builds off of yuisource
c4ee0a4b3 Luke Smith 11/24/09 API Docs for Number.format.default and Number.format._applyFormat
b0769a4e7 Luke Smith 11/24/09 Added format property support to config object for templating rather than fixed prefix and suffix properties. Expanded negativeFormat to also use this template system so $-123.45 is allowed again (back compat regression). null and empty string return empty string again (regression). [fixes #2528651]. Added tests for bug fix verification and for format/negativeFormat coverage. Other misc formatting fixes.
619d1e387 Alaric Cole 11/23/09 fixed bug with cross-domain scripting, added double-encoding of backslashes to support JSON encoding
ff33f7eb0 Eric Gelinas 11/23/09 updated identification comment
11deb9c13 Eric Gelinas 11/23/09 fixed docs comment
39aa87673 Eric Gelinas 11/23/09 created test for sorting
6f21c798c Eric Gelinas 11/23/09 change example to wrap the datatable instead of augment
134d15579 Eric Gelinas 11/23/09 removed basic from the name of the basic example to match what is on the YUI public example
d969ebb01 Thomas S. Sha 11/20/09 Fixed 2528524
f4b57b71c Nicholas C. Zakas 11/19/09 Updates for CI integration
20e996b6c Nicholas C. Zakas 11/19/09 Rearranged internal testsuite handling
6aa497fcf Nicholas C. Zakas 11/19/09 Fixed XML escaping problem/feature parity with YUI 3
785f1d1ad Luke Smith 11/17/09 [fixes #2528626] Decimal separator applied to formatted numbers less than 1000.
ee0eb11f0 Jenny Han Donnelly 11/17/09 Apidoc cleanup.
208cd5f05 Jenny Han Donnelly 11/16/09 [fix bug #2528627] JS error when setting COLOR_COLUMNFILLER in constructor config.
f707ef495 Jenny Han Donnelly 11/13/09 [fix bug #2528625] Editor instance was not being passed properly to keydownEvent.
325496b20 Jenny Han Donnelly 11/12/09 [fix bug #2528584] Apidoc now links response object params to http://developer.yahoo.com/yui/datasource/#ds_oParsedResponse.
b10d434bd Jenny Han Donnelly 11/12/09 [fix bug #2528579] Added _disabled and isDisabled() so that cell editing w/disabledBtns = true and asyncSubmitter is better supported.
478b142c5 Jenny Han Donnelly 11/12/09 [fix bug #2528576] Support for Calendar widget close config.
b9f2f61e4 Jenny Han Donnelly 11/12/09 [fix bug #2528567] Incorrect formatting for '1,000'.
09b5d7721 Jenny Han Donnelly 11/12/09 [fix bug #2528236] Corrected position of mask in disable().
1a987bd54 Jenny Han Donnelly 11/11/09 [fix bug #2528063] Return oPayload||{} from handleDataReturnPayload().
5ed7eda21 Jenny Han Donnelly 11/11/09 apidoc fix for _handleDataReturnPayload()
4d90aa3b0 Jenny Han Donnelly 11/7/09 Updated READMEs.
b3f011999 Jenny Han Donnelly 11/7/09 Standalone code patch for bug 2528610.
9f417facd Jenny Han Donnelly 11/7/09 [fix bug #2528560] Added className property to BaseCellEditor. Since column is late-binding to each editor in the attach() method, I didn't want to explicitly tie the column to the editor via the className at this time. But I'm open to revisiting the Column/CellEditor relationship.
9b0d80ca7 Jenny Han Donnelly 11/7/09 [fix bug #2528552] typeAhead with forceSelection should not clear input if user arrows to selection then blurs the widget, since input value has been updated via typeAhead.
9b074b5f2 Jenny Han Donnelly 11/7/09 [fix bug #2528610] Support for iframe shim under cell editor. New APIs:
270135624 Nicholas C. Zakas 11/6/09 Added getName()
d40e013a5 Nicholas C. Zakas 11/6/09 Added setName() to TestRunner
07efc8aef Satyam 11/5/09 failed to add the @static doc comment
90dd19b9d Satyam 11/5/09 fixes #2528415
08e4f8197 Nicholas C. Zakas 11/3/09 Changed charset to encoding in XML formats
b2acd7c1a Adam Moore 11/2/09 API doc comment update
1e917fb2b Adam Moore 11/2/09 doc tweak
2624d9cd1 Satyam 10/31/09 Fixes #2528590
899a8bad7 Nicholas C. Zakas 10/27/09 Code coverage updates
7f68e3151 Nicholas C. Zakas 10/16/09 Added support for code coverage
2c73e3e13 10/12/09 last testng
fff3c00f9 Satyen Desai 10/9/09 Another dummy checkin, to test polling
176b0e80b 10/9/09 Selenium unit test
d6ba1a790 Satyen Desai 10/9/09 Dummy commit, to test build system polling
f14027033 Nicholas C. Zakas 10/7/09 Added isRunning() and getResults() methods to TestRunner
34b43e034 Nicholas C. Zakas 10/7/09 Added TAP results format
e2317e5fc 10/7/09 Selenium Unit Test Driver
e3478bcbb 10/6/09 Added Selenium Unit Test
2e7ba8175 09/29/09 Corrected typo
b5dbeb634 Alaric Cole 09/28/09 removing redundant registration and updating build file