aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/datepicker
Commit message (Collapse)AuthorAgeFilesLines
...
| * Datepicker: onClose callback should be triggered by show. Fixed #6656 - ↵Kato Kazuyoshi2011-05-072-0/+6
| | | | | | | | onClose event not triggered.
* | Datepicker: Made the day of year calculator be more accurate. Fixes #6827 - ↵Jay Merrifield2011-05-161-0/+5
| | | | | | | | Datepicker: Incorrect value for "oo" during Daylight Saving Time.
* | Datepicker: Disabled datepicker should disable own select element too. Fixed ↵Kato Kazuyoshi2011-05-071-1/+4
|/ | | | #6850 - Disable datepicker should disable month and year dropdowns.
* Merge pull request #200 from kzys/trac-6704-2Scott González2011-05-041-0/+8
|\ | | | | Fixed #6704 - Display overflow when multiple datepickers have different numberOfMonths.
| * Datepicker: Remove old "ui-datepicker-multi-N" before add new one. Fixed ↵Kato Kazuyoshi2011-05-051-0/+8
| | | | | | | | #6704 - Display overflow when multiple datepickers have different numberOfMonths.
* | Datepicker: Greedy matching in month name. Fixed #7062 - ↵Kato Kazuyoshi2011-05-052-0/+5
|/ | | | $.datepicker.parseDate does not work for some locale date strings.
* Switched to latest stable jQuery 1.5.1Richard Worth2011-03-021-1/+1
|
* Use #qunit-fixture instead of deprecated #main. Fixes #7031 - Tests usejzaefferer2011-02-231-1/+1
|
* Unit tests: Add QUnit toolbar for hiding passed testsjzaefferer2011-02-211-0/+1
|
* Fix datepicker tests to pass in Chrome and run faster by letting QUnitjzaefferer2011-02-185-40/+20
| | | | | | handle the staggered proessing (renders at least once per second, faster then rendering after each test). Disabled broken manual-entry tests after confirming its only an issue in the test, not the impl.
* Datepicker: prevent datepicker initialization on empty jquery collection and ↵Dan Heberden2011-02-151-0/+5
| | | | add unit test. Fixed #6976 - datepicker creates extra dom element with empty object
* Datepicker: Update parseDate to properly handle a string value in ↵Ivan Peters2011-01-181-10/+15
| | | | shortYearCutoff. Fixed #6872: parseDate does not default shortYearCutoff correctly.
* Datepicker: changed setDate not to modify the passed date argument. Fixes ↵pheiberg2010-11-221-0/+4
| | | | #6671 - setDate manipulates its argument
* Datepicker: Fixed parsing of single y character for date formats. Fixes ↵pheiberg2010-11-181-5/+7
| | | | #6659 - Datepicker: Date format ymmdd not parsed correctly.
* Upgraded jQuery to 1.4.4.Scott González2010-11-121-1/+1
|
* Datpicker: Fixed some failing tests.Scott González2010-11-052-7/+7
|
* Upgraded jQuery to 1.4.3.Scott González2010-10-211-1/+1
|
* Seperated testswarm injection from testsuite extensions, to fix 'failing' ↵jzaefferer2010-08-291-1/+2
| | | | testsuites on TestSwarm due to unhandled errors and race conditions
* Unit tests: Disable stale widget tests on testswarmjzaefferer2010-04-141-1/+12
|
* debug commentJörn Zaefferer2010-03-201-0/+3
|
* Fixed broken encoding of PrécJörn Zaefferer2010-03-201-1/+1
|
* html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercaseRichard Worth2010-03-121-1/+2
|
* Externals: updated QUnit to http://github.com/jquery/qunit commit ↵Richard Worth2010-02-252-7/+13
| | | | | | | 67ba5a338d836014c24345dc218ab3c9bb63b06e The various updates to the unit test suites introduced 0 regressions due to update of QUnit, however the addition of jquery.ui.dialog.css to the dialog test suite did introduce one regression, to the dialog option height tests. Also removed some old crufty woefully incomplete unused and rotted test harnesses.
* Fixed #5182 - Update to jQuery 1.4.2Richard Worth2010-02-161-1/+1
|
* fixed #5163 - themes: css files need to be renamed to be consistent with js ↵Richard Worth2010-02-161-1/+1
| | | | file renames in 1.8a1
* Datepicker: Fixed conflict between beforeShowDay and getDateKeith Wood2010-01-291-1/+22
| | | | http://forum.jquery.com/topic/several-breaking-changes-in-jquery-ui-1-8rc1
* switched to jQuery 1.4.1Richard Worth2010-01-271-1/+1
|
* switched to jQuery 1.4Richard Worth2010-01-201-1/+1
|
* Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵Scott González2010-01-071-0/+5
| | | | menu; including menu static tests).
* Datepicker: Corrected tests for changes in r3494Keith Wood2009-12-261-4/+8
|
* extracting widget factory into jquery.ui.widget.jsJörn Zaefferer2009-12-161-0/+1
|
* Datepicker - Fixed #4870 - yearRange doesn't work as expectedKeith Wood2009-12-011-2/+9
|
* Datepicker - Fixed #4787 - Datepicker: fix animation controlKeith Wood2009-12-012-2/+2
|
* update to latest QUnitJörn Zaefferer2009-09-291-1/+1
|
* datepicker: removing odd ticket test, has no assertionsJörn Zaefferer2009-09-191-14/+0
|
* datepicker: renabling tests, with timeouts inbetween each test, hopefully ↵Jörn Zaefferer2009-09-195-11/+24
| | | | avoids to kill testswarm clients with slow-script warnings
* renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵Richard Worth2009-09-171-4/+4
| | | | jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935
* datepicker tests keep crashing testswarm client, disabled tests until that ↵Jörn Zaefferer2009-09-151-1/+1
| | | | issue is resolved
* datepicker tests keep crashing testswarm client, disabled tests until that ↵Jörn Zaefferer2009-09-151-1/+8
| | | | issue is resolved
* updated to latest QUnitJörn Zaefferer2009-09-151-1/+1
|
* change script ordering to load testswarm agent after QUnitJörn Zaefferer2009-09-111-1/+1
|
* update to lastest QUnitJörn Zaefferer2009-08-301-1/+1
|
* Removed jquery.simulate from external/ as it's being removed from ↵Richard Worth2009-08-101-1/+1
| | | | jqueryjs.googlecode.com/svn/trunk/plugins
* Datepicker: Fixed #3891 Autosize input fieldKeith Wood2009-07-221-0/+38
|
* Datepicker: Fixed #4647 setDate cannot be called multiple timesKeith Wood2009-07-221-0/+11
|
* Datepicker. Fixed #3657 showOtherMonths should allow the selection of days ↵Keith Wood2009-06-211-0/+21
| | | | from other months
* Datepicker: default, min, and max dates can be specified as date strings in ↵Keith Wood2009-06-161-3/+15
| | | | the current format
* replaced svn:externals with versioned files within trunk/externalsJörn Zaefferer2009-05-271-2/+2
|
* Datepicker: Fixed #3861 Manually entered date does not update altFieldKeith Wood2009-04-161-0/+11
|
* Datepicker: Apply min/max settings on setDateKeith Wood2009-04-101-0/+34
|