aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.datepicker.js
Commit message (Collapse)AuthorAgeFilesLines
* Datepicker: Fixed #4634 Incorrect month number when using selectOtherMonthsKeith Wood2009-07-051-1/+1
|
* Datepicker: Fixed #4536 Datepicker maxDate doesn't take into account column ↵Keith Wood2009-06-221-3/+3
| | | | layout
* Datepicker. Fixed #3657 showOtherMonths should allow the selection of days ↵Keith Wood2009-06-211-3/+6
| | | | from other months
* Datepicker: default, min, and max dates can be specified as date strings in ↵Keith Wood2009-06-161-9/+15
| | | | the current format
* Datepicker: Fixed #4514 Dialog doesn't accept initial date as DateKeith Wood2009-06-111-6/+7
|
* Datepicker: Fixed #4474 Pressing Return (keyCode 13) overwrites manually ↵Keith Wood2009-04-261-3/+1
| | | | inserted input in DatePicker
* Datepicker: Fixed #3861 Manually entered date does not update altFieldKeith Wood2009-04-161-2/+25
|
* Datepicker: Fixed #4348 - Datepicker positioned outside body when scrollbar ↵Keith Wood2009-04-101-4/+4
| | | | enabled
* Datepicker: Restored keystrokes for yearly movementsKeith Wood2009-04-101-10/+17
|
* Datepicker: Removed more remnants of range select functionalityKeith Wood2009-04-101-11/+5
|
* Datepicker: Apply min/max settings on setDateKeith Wood2009-04-101-13/+14
|
* Datepicker: Fixed #4054 - Datepicker overlay problem in IE6Keith Wood2009-04-101-7/+19
|
* Datepicker: Removed remnants of yearly stepsKeith Wood2009-04-101-18/+10
|
* Datepicker: added Windows ticks formatKeith Wood2009-04-011-26/+29
|
* Datepicker: fixed #4285 - Week of the Year off by one during daylight saving ↵Keith Wood2009-04-011-14/+7
| | | | | | time And simplified calculation
* Datepicker: fixed #4085 - Can not display year and month correctly in JapaneseKeith Wood2009-04-011-2/+4
|
* Datepicker: Removed remnants of range select functionalityKeith Wood2009-04-011-36/+12
|
* Datepicker: fixed #4301 - option dateFormat getter does not return same ↵Keith Wood2009-04-011-12/+17
| | | | value as setter
* Fixed #4240 - Datepicker destroy affects other datepickers - appended text tooKeith Wood2009-03-221-14/+15
|
* Fixed #4240 - Datepicker destroy affects other datepickersRichard Worth2009-03-181-8/+12
|
* changed ui.jquery.com to jqueryui.comRichard Worth2009-02-271-1/+1
|
* datepicker: temporary solution for inline click events with ↵Paul Bakaus2009-02-111-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 Ung2009-02-011-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 Ung2009-01-311-3/+2
|
* datepicker: fixes #3863: fixed vertical position when scroll position is ↵Ca-Phun Ung2009-01-281-3/+3
| | | | present and added a viewport visual testcase.
* whitespaceRichard Worth2009-01-221-6/+6
|
* Fixed #3778 - Unable to select month: numberOfMonths - maxDate - changeMonth ↵Keith Wood2009-01-191-1/+5
| | | | combi
* Fixed #3859 - Datepicker can't pick years before 1999Keith Wood2009-01-191-3/+2
|
* Fixed #3858 - Datepicker not hiding consistently on external clickKeith Wood2009-01-191-2/+2
|
* datepicker: fixes #3779: added code to detect browser width/height in ↵Ca-Phun Ung2009-01-081-2/+2
| | | | quirksmode.
* datepicker: prev/next buttons were bumping in disabled state due to :hover ↵Paul Bakaus2009-01-071-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 Ung2009-01-041-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 Ung2009-01-041-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 Ung2009-01-041-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 YearRichard Worth2009-01-031-1/+1
|
* datepicker: added a span wrapper to disabled dates for better styling of ↵Ca-Phun Ung2009-01-021-1/+1
| | | | unselectable days when setting min/max values.
* Re-fixed #3709 - Datepicker: clicking on a date causes the browser to follow ↵Richard Worth2009-01-011-1/+1
| | | | | | '#' anchor This time it works in IE
* reverted r1414 as it doesn't work in IERichard Worth2009-01-011-1/+1
|
* Fixed #3709 - Datepicker: clicking on a date causes the browser to follow ↵Richard Worth2008-12-311-1/+1
| | | | '#' anchor
* Fixed #3712 - Month and year dropdown mis-alignment in datepickerRichard Worth2008-12-311-4/+5
|
* Remove trailing spacesEduardo Lundgren2008-12-311-16/+16
|
* datepicker: IE6 css fixes for default theme.Ca-Phun Ung2008-12-301-1/+1
|
* Datepicker - fixes #3695 [multi-datepicker layout issue in IE]: added a ↵Ca-Phun Ung2008-12-241-18/+7
| | | | better fix - needs refactoring.
* Datepicker - fixes #3695 [multi-datepicker layout issue in IE]: IE doesn't ↵Ca-Phun Ung2008-12-231-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 Ung2008-12-221-6/+5
| | | | markup changes for RTL in r1196 for better semantics.
* Datepicker #3647: fixed disabled state for inline datepicker so it looks ↵Ca-Phun Ung2008-12-221-22/+18
| | | | disabled visually and removed the erroneous cover div.
* Datepicker #3647: added enable, disable, destroy buttons to visual test. ↵Ca-Phun Ung2008-12-221-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 Ung2008-12-211-79/+22
| | | | fixed disabled states for prev, next and day.
* Datepicker #3647: fixed RTL support for new UI markup.Ca-Phun Ung2008-12-201-16/+23
|
* Datepicker #3647: removed clickable weekdays.Ca-Phun Ung2008-12-201-14/+1
|