Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Datepicker: Added onSelect.apply() call to _setDate method if ↵ | Scott González | 2011-08-09 | 1 | -10/+0 |
| | | | | | | onSelect is defined. Fixed #6264 - Datepicker: onSelect does not fire when setDate is called" This reverts commit b8e14e79e5bc630bf459137896c08fc37936f52f. | ||||
* | jQuery 1.6 support. | Scott González | 2011-07-29 | 1 | -1/+1 |
| | |||||
* | Tests: Deleted failing widget tests. | Scott González | 2011-07-28 | 1 | -28/+2 |
| | |||||
* | Datepicker: Added onSelect.apply() call to _setDate method if onSelect is ↵ | marcneuwirth | 2011-06-28 | 1 | -0/+10 |
| | | | | | | defined. Fixed #6264 - Datepicker: onSelect does not fire when setDate is called (cherry picked from commit effdd5d19c534f8445ebafe4212278c4366b0041) | ||||
* | Datepicker: Greedy matching in month name. Fixed #7062 - ↵ | Kato Kazuyoshi | 2011-05-04 | 1 | -0/+4 |
| | | | | | | $.datepicker.parseDate does not work for some locale date strings. (cherry picked from commit a891e81e06c7ce491ae9058aea2fa7fbd51eddb6) | ||||
* | Datepicker: Update parseDate to properly handle a string value in ↵ | Ivan Peters | 2011-01-18 | 1 | -10/+15 |
| | | | | shortYearCutoff. Fixed #6872: parseDate does not default shortYearCutoff correctly. | ||||
* | Datepicker: changed setDate not to modify the passed date argument. Fixes ↵ | pheiberg | 2010-11-22 | 1 | -0/+4 |
| | | | | #6671 - setDate manipulates its argument | ||||
* | Datepicker: Fixed parsing of single y character for date formats. Fixes ↵ | pheiberg | 2010-11-18 | 1 | -5/+7 |
| | | | | #6659 - Datepicker: Date format ymmdd not parsed correctly. | ||||
* | Datpicker: Fixed some failing tests. | Scott González | 2010-11-05 | 1 | -1/+1 |
| | |||||
* | Fixed broken encoding of Préc | Jörn Zaefferer | 2010-03-20 | 1 | -1/+1 |
| | |||||
* | Externals: updated QUnit to http://github.com/jquery/qunit commit ↵ | Richard Worth | 2010-02-25 | 1 | -2/+2 |
| | | | | | | | 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. | ||||
* | Datepicker: Corrected tests for changes in r3494 | Keith Wood | 2009-12-26 | 1 | -4/+8 |
| | |||||
* | Datepicker - Fixed #4870 - yearRange doesn't work as expected | Keith Wood | 2009-12-01 | 1 | -2/+9 |
| | |||||
* | Datepicker - Fixed #4787 - Datepicker: fix animation control | Keith Wood | 2009-12-01 | 1 | -1/+1 |
| | |||||
* | datepicker: renabling tests, with timeouts inbetween each test, hopefully ↵ | Jörn Zaefferer | 2009-09-19 | 1 | -1/+6 |
| | | | | avoids to kill testswarm clients with slow-script warnings | ||||
* | Datepicker: Fixed #3891 Autosize input field | Keith Wood | 2009-07-22 | 1 | -0/+38 |
| | |||||
* | Datepicker: Fixed #4647 setDate cannot be called multiple times | Keith Wood | 2009-07-22 | 1 | -0/+11 |
| | |||||
* | Datepicker. Fixed #3657 showOtherMonths should allow the selection of days ↵ | Keith Wood | 2009-06-21 | 1 | -0/+21 |
| | | | | from other months | ||||
* | Datepicker: default, min, and max dates can be specified as date strings in ↵ | Keith Wood | 2009-06-16 | 1 | -3/+15 |
| | | | | the current format | ||||
* | Datepicker: Fixed #3861 Manually entered date does not update altField | Keith Wood | 2009-04-16 | 1 | -0/+11 |
| | |||||
* | Datepicker: Apply min/max settings on setDate | Keith Wood | 2009-04-10 | 1 | -0/+34 |
| | |||||
* | Datepicker: added Windows ticks format | Keith Wood | 2009-04-01 | 1 | -0/+8 |
| | |||||
* | Datepicker: Corrected unit tests for structural changes and end of month | Keith Wood | 2009-04-01 | 1 | -8/+6 |
| | |||||
* | Datepicker: fixed #4301 - option dateFormat getter does not return same ↵ | Keith Wood | 2009-04-01 | 1 | -0/+11 |
| | | | | value as setter | ||||
* | datepicker unit tests: split tests into individual files | Richard Worth | 2009-02-04 | 1 | -2/+743 |
| | |||||
* | unit tests: created separate file for each module: core, common widget, ↵ | Richard Worth | 2009-02-02 | 1 | -0/+12 |
events, methods, options, tickets |