aboutsummaryrefslogtreecommitdiffstats
path: root/tests/datepicker.js
Commit message (Collapse)AuthorAgeFilesLines
* updating tests to latest QUnit, using same, fixing a few assertions that ↵Jörn Zaefferer2008-10-131-1/+1
| | | | relied on type casting (mostly null/undefined)
* 'change' command is now 'option' commandKeith Wood2008-10-051-41/+61
|
* set svn:eol-style to nativeRichard Worth2008-09-201-1657/+1657
|
* Fixed 3183 onSelect and onClose have inconsistent signaturesKeith Wood2008-09-071-56/+74
|
* Fixed 3267 Alternate field not updated when using "setDate"Keith Wood2008-09-071-2/+15
|
* Added tests for 3191 - handling NaN and other invalid values for relative datesKeith Wood2008-08-211-22/+43
|
* Added tests for stepMonths and stepBigMonthsKeith Wood2008-08-081-50/+78
| | | | Added tests for onChangeMonthYear callback from setDate
* Tests for inline disabled datepickerKeith Wood2008-07-231-0/+17
|
* Added tests for inline datepickerKeith Wood2008-07-181-1/+134
|
* Added tests for datepicker structure and callbacksKeith Wood2008-07-111-159/+652
| | | | | | Enhanced tests for destroy, enable/disable, ranges, and status Added tests for gotoCurrent, highlihgtWeek, yearRange, navigationAsDateFormat, rangeSeparator settings Added tests for day-of-year in format and parse
* Refactored datepicker to use $.data for instance settingsKeith Wood2008-07-061-25/+67
| | | | Added tests for setDate
* New tests for invocation, mouse interactions, alternate field, status, ↵Keith Wood2008-06-301-210/+503
| | | | localisation
* tests datepicker - added closure (for isolation in all.html)Richard Worth2008-06-211-0/+7
|
* Tests for relative dates with multiple periodsKeith Wood2008-06-161-2/+79
| | | | Tests for default date
* Add tests for destroying datepicker, keystrokes, minimum/maximum date ↵Keith Wood2008-06-131-10/+300
| | | | processing, ranges, and callbacks
* Add datepicker testsKeith Wood2008-06-101-0/+225