Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Datepicker: Fixed #4634 Incorrect month number when using selectOtherMonths | Keith Wood | 2009-07-05 | 1 | -1/+1 |
| | |||||
* | Datepicker: Fixed #4536 Datepicker maxDate doesn't take into account column ↵ | Keith Wood | 2009-06-22 | 1 | -3/+3 |
| | | | | layout | ||||
* | Datepicker. Fixed #3657 showOtherMonths should allow the selection of days ↵ | Keith Wood | 2009-06-21 | 1 | -3/+6 |
| | | | | from other months | ||||
* | Datepicker: default, min, and max dates can be specified as date strings in ↵ | Keith Wood | 2009-06-16 | 1 | -9/+15 |
| | | | | the current format | ||||
* | Datepicker: Fixed #4514 Dialog doesn't accept initial date as Date | Keith Wood | 2009-06-11 | 1 | -6/+7 |
| | |||||
* | Datepicker: Fixed #4474 Pressing Return (keyCode 13) overwrites manually ↵ | Keith Wood | 2009-04-26 | 1 | -3/+1 |
| | | | | inserted input in DatePicker | ||||
* | Datepicker: Fixed #3861 Manually entered date does not update altField | Keith Wood | 2009-04-16 | 1 | -2/+25 |
| | |||||
* | Datepicker: Fixed #4348 - Datepicker positioned outside body when scrollbar ↵ | Keith Wood | 2009-04-10 | 1 | -4/+4 |
| | | | | enabled | ||||
* | Datepicker: Restored keystrokes for yearly movements | Keith Wood | 2009-04-10 | 1 | -10/+17 |
| | |||||
* | Datepicker: Removed more remnants of range select functionality | Keith Wood | 2009-04-10 | 1 | -11/+5 |
| | |||||
* | Datepicker: Apply min/max settings on setDate | Keith Wood | 2009-04-10 | 1 | -13/+14 |
| | |||||
* | Datepicker: Fixed #4054 - Datepicker overlay problem in IE6 | Keith Wood | 2009-04-10 | 1 | -7/+19 |
| | |||||
* | Datepicker: Removed remnants of yearly steps | Keith Wood | 2009-04-10 | 1 | -18/+10 |
| | |||||
* | Datepicker: added Windows ticks format | Keith Wood | 2009-04-01 | 1 | -26/+29 |
| | |||||
* | Datepicker: fixed #4285 - Week of the Year off by one during daylight saving ↵ | Keith Wood | 2009-04-01 | 1 | -14/+7 |
| | | | | | | time And simplified calculation | ||||
* | Datepicker: fixed #4085 - Can not display year and month correctly in Japanese | Keith Wood | 2009-04-01 | 1 | -2/+4 |
| | |||||
* | Datepicker: Removed remnants of range select functionality | Keith Wood | 2009-04-01 | 1 | -36/+12 |
| | |||||
* | Datepicker: fixed #4301 - option dateFormat getter does not return same ↵ | Keith Wood | 2009-04-01 | 1 | -12/+17 |
| | | | | value as setter | ||||
* | Fixed #4240 - Datepicker destroy affects other datepickers - appended text too | Keith Wood | 2009-03-22 | 1 | -14/+15 |
| | |||||
* | Fixed #4240 - Datepicker destroy affects other datepickers | Richard Worth | 2009-03-18 | 1 | -8/+12 |
| | |||||
* | changed ui.jquery.com to jqueryui.com | Richard Worth | 2009-02-27 | 1 | -1/+1 |
| | |||||
* | datepicker: temporary solution for inline click events with ↵ | Paul Bakaus | 2009-02-11 | 1 | -9/+13 |
| | | | | noConflict(true), introduces another global called DT_jQuery to deal with the inline events (fixes #4055, going to be removed with scheduled rewrite) | ||||
* | datepicker: #4032 - Incorrect layout in multiple month rows. I noticed the ↵ | Ca-Phun Ung | 2009-02-01 | 1 | -1/+2 |
| | | | | static tests were recently updated with a row-break so I have added the row-break fix for now so it will be ready for the release. We should seriously consider inline-block. | ||||
* | datepicker: #4003 - Inline datepicker and button panel. | Ca-Phun Ung | 2009-01-31 | 1 | -3/+2 |
| | |||||
* | datepicker: fixes #3863: fixed vertical position when scroll position is ↵ | Ca-Phun Ung | 2009-01-28 | 1 | -3/+3 |
| | | | | present and added a viewport visual testcase. | ||||
* | whitespace | Richard Worth | 2009-01-22 | 1 | -6/+6 |
| | |||||
* | Fixed #3778 - Unable to select month: numberOfMonths - maxDate - changeMonth ↵ | Keith Wood | 2009-01-19 | 1 | -1/+5 |
| | | | | combi | ||||
* | Fixed #3859 - Datepicker can't pick years before 1999 | Keith Wood | 2009-01-19 | 1 | -3/+2 |
| | |||||
* | Fixed #3858 - Datepicker not hiding consistently on external click | Keith Wood | 2009-01-19 | 1 | -2/+2 |
| | |||||
* | datepicker: fixes #3779: added code to detect browser width/height in ↵ | Ca-Phun Ung | 2009-01-08 | 1 | -2/+2 |
| | | | | quirksmode. | ||||
* | datepicker: prev/next buttons were bumping in disabled state due to :hover ↵ | Paul Bakaus | 2009-01-07 | 1 | -1/+5 |
| | | | | rules in the stylesheet, fixed by adding ui-datepicker-prev/next-hover classes, fixes #3774 | ||||
* | datepicker: Fixes regression in #3232 [datepicker position problem in IE ↵ | Ca-Phun Ung | 2009-01-04 | 1 | -3/+15 |
| | | | | 6/7]: added back functionality to detect whether the datepicker displays outside a viewpoint. Additionally if the viewpoint is too small to fit the datepicker it will show in its usual position regardless. I have also added a visual test case for this. | ||||
* | datepicker: fixes #3755 [clearText option exists but not used.]: removed ↵ | Ca-Phun Ung | 2009-01-04 | 1 | -3/+0 |
| | | | | clearText and clearStatus from ui.datepicker.js and related i18n files. | ||||
* | datepicker: fixes #3232 [Position Problem in IE 6/7]: re-wrote the ↵ | Ca-Phun Ung | 2009-01-04 | 1 | -23/+5 |
| | | | | _checkOffset function to remove browser detection and compact it to 3 lines. Positioning tested and looks good in FF3, Safari3, Opera 9.61, IE6 & 7. | ||||
* | Happy New Year | Richard Worth | 2009-01-03 | 1 | -1/+1 |
| | |||||
* | datepicker: added a span wrapper to disabled dates for better styling of ↵ | Ca-Phun Ung | 2009-01-02 | 1 | -1/+1 |
| | | | | unselectable days when setting min/max values. | ||||
* | Re-fixed #3709 - Datepicker: clicking on a date causes the browser to follow ↵ | Richard Worth | 2009-01-01 | 1 | -1/+1 |
| | | | | | | '#' anchor This time it works in IE | ||||
* | reverted r1414 as it doesn't work in IE | Richard Worth | 2009-01-01 | 1 | -1/+1 |
| | |||||
* | Fixed #3709 - Datepicker: clicking on a date causes the browser to follow ↵ | Richard Worth | 2008-12-31 | 1 | -1/+1 |
| | | | | '#' anchor | ||||
* | Fixed #3712 - Month and year dropdown mis-alignment in datepicker | Richard Worth | 2008-12-31 | 1 | -4/+5 |
| | |||||
* | Remove trailing spaces | Eduardo Lundgren | 2008-12-31 | 1 | -16/+16 |
| | |||||
* | datepicker: IE6 css fixes for default theme. | Ca-Phun Ung | 2008-12-30 | 1 | -1/+1 |
| | |||||
* | Datepicker - fixes #3695 [multi-datepicker layout issue in IE]: added a ↵ | Ca-Phun Ung | 2008-12-24 | 1 | -18/+7 |
| | | | | better fix - needs refactoring. | ||||
* | Datepicker - fixes #3695 [multi-datepicker layout issue in IE]: IE doesn't ↵ | Ca-Phun Ung | 2008-12-23 | 1 | -0/+18 |
| | | | | seem to like dynamic widths so had no other choice but to hard code some width values (this needs a better fix). | ||||
* | Datepicker #3647: Added RTL support to the datepicker theme and reverted ↵ | Ca-Phun Ung | 2008-12-22 | 1 | -6/+5 |
| | | | | markup changes for RTL in r1196 for better semantics. | ||||
* | Datepicker #3647: fixed disabled state for inline datepicker so it looks ↵ | Ca-Phun Ung | 2008-12-22 | 1 | -22/+18 |
| | | | | disabled visually and removed the erroneous cover div. | ||||
* | Datepicker #3647: added enable, disable, destroy buttons to visual test. ↵ | Ca-Phun Ung | 2008-12-22 | 1 | -6/+11 |
| | | | | Fixed failing localisation tests. Fixed RTL support and selected day highlighting for keyboard navigation. | ||||
* | Datepicker #3647: Removed date range features, removed related tests, and ↵ | Ca-Phun Ung | 2008-12-21 | 1 | -79/+22 |
| | | | | fixed disabled states for prev, next and day. | ||||
* | Datepicker #3647: fixed RTL support for new UI markup. | Ca-Phun Ung | 2008-12-20 | 1 | -16/+23 |
| | |||||
* | Datepicker #3647: removed clickable weekdays. | Ca-Phun Ung | 2008-12-20 | 1 | -14/+1 |
| |