aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.datepicker.js
Commit message (Collapse)AuthorAgeFilesLines
* Correct keystroke handled for MacKeith Wood2008-10-051-7/+14
| | | | Correct date determination - no hours/mins/secs/ms
* Factor out class names for day hover and week hoverKeith Wood2008-10-051-14/+19
| | | | | Call _optionDatepicker from _changeDatepicker Don't recalculate default date and cell over
* Datepicker: Default date cell shows over-state when nothing is selected, ↵Marc Grabanski2008-09-291-5/+14
| | | | next months do not show over state unless keyboard is activated.
* Datepicker: Updated Mac keyboard commandsMarc Grabanski2008-09-291-14/+25
|
* Datepicker: Added option, "constrainInput" to restrict input text to the ↵Marc Grabanski2008-09-281-4/+7
| | | | current date format.
* Datepicker: Created "option" method, deprecated "change" method.Marc Grabanski2008-09-281-1/+4
|
* Fixed 3266. Datepicker is displayed when using "setDate" and "change" methodsKeith Wood2008-09-201-1/+1
|
* Fixed 3232 Datepicker position problem in IE 6/7Keith Wood2008-09-201-2/+4
|
* whitespace: Removed trailing whitespace from non-blank linesRichard Worth2008-09-201-3/+3
|
* whitespaceRichard Worth2008-09-201-55/+55
|
* Reverted r695.Scott González2008-09-191-41/+41
|
* Remove Trailing SpacesEduardo Lundgren2008-09-191-41/+41
|
* datepicker: fixed jslint warnings, fixed invalid increment operand (Fixes #3434)Paul Bakaus2008-09-161-10/+10
|
* Fixed 3183 onSelect and onClose have inconsistent signaturesKeith Wood2008-09-071-2/+2
|
* Fixed 3267 Alternate field not updated when using "setDate"Keith Wood2008-09-071-0/+1
|
* Fixed #3284 - Put version numbers inside of individual files.Richard Worth2008-09-041-1/+1
|
* Fixed 3191 NaN causes breakage for relative datesKeith Wood2008-08-211-2/+3
|
* Fixed 3238 getDate causes error if datepicker does not existKeith Wood2008-08-211-15/+28
|
* Fixed 3180 Datepicker automatic ID assignmentKeith Wood2008-08-211-2/+3
|
* Fixed 3159 Datepicker function to do refresh/redrawKeith Wood2008-08-211-6/+15
| | | | Simplified iso8601Week function
* Fixed 3165 Invalid comparison in _changeDatepickerKeith Wood2008-08-081-1/+2
|
* Fixed 3146 Inconsistent year/month change notifyKeith Wood2008-08-021-4/+9
|
* Fixed 3116 Incorrect handling of change of range selectKeith Wood2008-08-021-2/+13
|
* Corrected keystrokes for big previous/nextKeith Wood2008-08-021-20/+21
| | | | | Moved global stayOpen into instances Use parseInt to convert to numeric
* Rename monthAfterYear setting to showMonthAfterYearKeith Wood2008-07-301-4/+4
|
* Fixed 2818 Display simultaneously past and current month in datepickerKeith Wood2008-07-251-1/+7
|
* Disable inline datepickersKeith Wood2008-07-231-6/+46
|
* Fixed 3105 First week in November day repeatKeith Wood2008-07-231-2/+6
| | | | Fixed 3088 Repeating date in October 2008
* Fixed 3108 Allow ids with square bracketsKeith Wood2008-07-231-1/+2
| | | | Fixed 3113 Allow ids with colon or period
* Fixed 3111 Add option to allow large previous/next movementsKeith Wood2008-07-231-3/+21
|
* don't need document ready on initMarc Grabanski2008-07-201-5/+3
|
* Datepicker div now appends to the document after the datepicker(); function ↵Marc Grabanski2008-07-201-6/+12
| | | | is called instead of automatically on include.
* Fixed 3084 Arrange order of month and year selectboxesKeith Wood2008-07-181-4/+11
|
* Fixed 3080 Calls _setDateFromField when inlineKeith Wood2008-07-181-3/+10
| | | | | | Fixed 3082 Arrow keys unnecissarily bound in datepicker Corrected otherMonth class name Corrected getDate for ranges
* Add day-of-year to format and parse date routinesKeith Wood2008-07-111-32/+68
| | | | Correct status display
* Fixed 3050 Renamed speed to duration, added support for UI effects animations.Keith Wood2008-07-081-44/+65
| | | | | Added standard date formats as attributes of $.datepicker. Added timestamp metacharacter for date formats.
* Added gotoCurrent setting to show currently selected date instead of todayKeith Wood2008-07-061-2/+11
| | | | Fixed positioning for right-to-left languages
* Refactor to use $.data for instance settingsKeith Wood2008-07-061-488/+481
|
* datepicker: stop propagation on the button triggering the datepicker (fixes ↵Paul Bakaus2008-07-041-0/+2
| | | | #3047)
* Ensure datepicker is initially hiddenKeith Wood2008-06-301-1/+1
|
* Fixed 2038 Split out display date and date value formatsKeith Wood2008-06-211-3/+28
|
* Correct datepicker placement when used in static areasKeith Wood2008-06-201-20/+23
| | | | Correct select coverage in IE 6-
* Missed highlightWeek setting defaultKeith Wood2008-06-181-0/+1
|
* Fixed 2371 Datepicker showing "off page" behaves strangelyKeith Wood2008-06-171-19/+24
|
* Fixed 2641 Week row hover stylingKeith Wood2008-06-171-2/+7
|
* Fixed 2593 Datepicker using months instead of prev and nextKeith Wood2008-06-171-7/+16
|
* Fixed #2658 Next link shows > when hideIfNoPrevNext is trueKeith Wood2008-06-161-4/+5
| | | | | Fixed #2700 Datepicker does not allow manual entry of alphabetic characters Fixed #2724 Date range + restricting allows invalid range
* Allow relative dates with multiple periodsKeith Wood2008-06-161-7/+8
|
* Fix onClose bug for ranges in IEKeith Wood2008-06-131-14/+20
| | | | | | Fix wrapper span bug in IE Fix remove attribute bug in IE Refactor more class names to constants
* #2876 Fire event on change of month/yearKeith Wood2008-06-121-0/+13
|