Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reverted r695. | Scott González | 2008-09-19 | 1 | -41/+41 |
| | |||||
* | Remove Trailing Spaces | Eduardo Lundgren | 2008-09-19 | 1 | -41/+41 |
| | |||||
* | datepicker: fixed jslint warnings, fixed invalid increment operand (Fixes #3434) | Paul Bakaus | 2008-09-16 | 1 | -10/+10 |
| | |||||
* | Fixed 3183 onSelect and onClose have inconsistent signatures | Keith Wood | 2008-09-07 | 1 | -2/+2 |
| | |||||
* | Fixed 3267 Alternate field not updated when using "setDate" | Keith Wood | 2008-09-07 | 1 | -0/+1 |
| | |||||
* | Fixed #3284 - Put version numbers inside of individual files. | Richard Worth | 2008-09-04 | 1 | -1/+1 |
| | |||||
* | Fixed 3191 NaN causes breakage for relative dates | Keith Wood | 2008-08-21 | 1 | -2/+3 |
| | |||||
* | Fixed 3238 getDate causes error if datepicker does not exist | Keith Wood | 2008-08-21 | 1 | -15/+28 |
| | |||||
* | Fixed 3180 Datepicker automatic ID assignment | Keith Wood | 2008-08-21 | 1 | -2/+3 |
| | |||||
* | Fixed 3159 Datepicker function to do refresh/redraw | Keith Wood | 2008-08-21 | 1 | -6/+15 |
| | | | | Simplified iso8601Week function | ||||
* | Fixed 3165 Invalid comparison in _changeDatepicker | Keith Wood | 2008-08-08 | 1 | -1/+2 |
| | |||||
* | Fixed 3146 Inconsistent year/month change notify | Keith Wood | 2008-08-02 | 1 | -4/+9 |
| | |||||
* | Fixed 3116 Incorrect handling of change of range select | Keith Wood | 2008-08-02 | 1 | -2/+13 |
| | |||||
* | Corrected keystrokes for big previous/next | Keith Wood | 2008-08-02 | 1 | -20/+21 |
| | | | | | Moved global stayOpen into instances Use parseInt to convert to numeric | ||||
* | Rename monthAfterYear setting to showMonthAfterYear | Keith Wood | 2008-07-30 | 1 | -4/+4 |
| | |||||
* | Fixed 2818 Display simultaneously past and current month in datepicker | Keith Wood | 2008-07-25 | 1 | -1/+7 |
| | |||||
* | Disable inline datepickers | Keith Wood | 2008-07-23 | 1 | -6/+46 |
| | |||||
* | Fixed 3105 First week in November day repeat | Keith Wood | 2008-07-23 | 1 | -2/+6 |
| | | | | Fixed 3088 Repeating date in October 2008 | ||||
* | Fixed 3108 Allow ids with square brackets | Keith Wood | 2008-07-23 | 1 | -1/+2 |
| | | | | Fixed 3113 Allow ids with colon or period | ||||
* | Fixed 3111 Add option to allow large previous/next movements | Keith Wood | 2008-07-23 | 1 | -3/+21 |
| | |||||
* | don't need document ready on init | Marc Grabanski | 2008-07-20 | 1 | -5/+3 |
| | |||||
* | Datepicker div now appends to the document after the datepicker(); function ↵ | Marc Grabanski | 2008-07-20 | 1 | -6/+12 |
| | | | | is called instead of automatically on include. | ||||
* | Fixed 3084 Arrange order of month and year selectboxes | Keith Wood | 2008-07-18 | 1 | -4/+11 |
| | |||||
* | Fixed 3080 Calls _setDateFromField when inline | Keith Wood | 2008-07-18 | 1 | -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 routines | Keith Wood | 2008-07-11 | 1 | -32/+68 |
| | | | | Correct status display | ||||
* | Fixed 3050 Renamed speed to duration, added support for UI effects animations. | Keith Wood | 2008-07-08 | 1 | -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 today | Keith Wood | 2008-07-06 | 1 | -2/+11 |
| | | | | Fixed positioning for right-to-left languages | ||||
* | Refactor to use $.data for instance settings | Keith Wood | 2008-07-06 | 1 | -488/+481 |
| | |||||
* | datepicker: stop propagation on the button triggering the datepicker (fixes ↵ | Paul Bakaus | 2008-07-04 | 1 | -0/+2 |
| | | | | #3047) | ||||
* | Ensure datepicker is initially hidden | Keith Wood | 2008-06-30 | 1 | -1/+1 |
| | |||||
* | Fixed 2038 Split out display date and date value formats | Keith Wood | 2008-06-21 | 1 | -3/+28 |
| | |||||
* | Correct datepicker placement when used in static areas | Keith Wood | 2008-06-20 | 1 | -20/+23 |
| | | | | Correct select coverage in IE 6- | ||||
* | Missed highlightWeek setting default | Keith Wood | 2008-06-18 | 1 | -0/+1 |
| | |||||
* | Fixed 2371 Datepicker showing "off page" behaves strangely | Keith Wood | 2008-06-17 | 1 | -19/+24 |
| | |||||
* | Fixed 2641 Week row hover styling | Keith Wood | 2008-06-17 | 1 | -2/+7 |
| | |||||
* | Fixed 2593 Datepicker using months instead of prev and next | Keith Wood | 2008-06-17 | 1 | -7/+16 |
| | |||||
* | Fixed #2658 Next link shows > when hideIfNoPrevNext is true | Keith Wood | 2008-06-16 | 1 | -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 periods | Keith Wood | 2008-06-16 | 1 | -7/+8 |
| | |||||
* | Fix onClose bug for ranges in IE | Keith Wood | 2008-06-13 | 1 | -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/year | Keith Wood | 2008-06-12 | 1 | -0/+13 |
| | |||||
* | Allow setting of cell title via beforeShowDay | Keith Wood | 2008-06-12 | 1 | -1/+3 |
| | |||||
* | Refactor class names as constants | Keith Wood | 2008-06-12 | 1 | -34/+33 |
| | |||||
* | Correct appendText bug in destroy | Keith Wood | 2008-06-11 | 1 | -34/+22 |
| | | | | Tidy if statements | ||||
* | renamed source -> ui | Richard Worth | 2008-06-07 | 1 | -0/+1450 |