Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Datepicker: Removed iframe cover for IE6. | Scott González | 2012-10-26 | 1 | -18/+3 |
| | |||||
* | Effects: Remove deprecated $.effects[]. Fixes #7115 - Effects: Remove ↵ | Jörn Zaefferer | 2012-10-25 | 1 | -2/+1 |
| | | | | support for effects in $.effects[]. | ||||
* | Remove trailing whitespace and add final newlines | Trey Hunner | 2012-10-21 | 1 | -12/+12 |
| | |||||
* | Remove use of $.browser; add $.ui.ie and $.ui.ie6 temporarily. | Scott González | 2012-10-10 | 1 | -1/+1 |
| | |||||
* | Updated docs URLS. | Scott González | 2012-09-26 | 1 | -1/+1 |
| | |||||
* | Revert "Datepicker: Modified _updateDatepicker to not update display if ↵ | Scott González | 2012-08-26 | 1 | -3/+0 |
| | | | | | | updated instance is not current instance." This revert fixes a more serious problem: Fixes #8522 - Calendar doesn't render when moving between datepicker controls. This reverts commit b4ef2f7ebb1162f75d8fa3276d73e4746bcace84. | ||||
* | Datepicker: Unescape double escaped ids when handling events. Fixes #8480 - ↵ | Scott González | 2012-08-09 | 1 | -1/+1 |
| | | | | Datepicker 1.8.22 escaped id does not work. | ||||
* | Simplify licensing. | Scott González | 2012-08-09 | 1 | -1/+1 |
| | |||||
* | Datepicker: Changed body selector to document.body. Fixed #8464 - Datepicker ↵ | Mark Aaron Shirley | 2012-07-27 | 1 | -1/+1 |
| | | | | does not properly scope the body selector. | ||||
* | Datepicker: Fixed position problem when input is in a fixed element. Fixes ↵ | Luis Dalmolin | 2012-07-17 | 1 | -2/+2 |
| | | | | #5626 - DatePicker doesn't work inside fixed div. | ||||
* | Datepicker: Deleted z-index style on hidden input. Fixed #7449 - Datepicker ↵ | Maciej Mroziński | 2012-07-17 | 1 | -1/+1 |
| | | | | dialog has a negative z-index. | ||||
* | Datepicker: Modified _updateDatepicker to not update display if updated ↵ | Maciej Mroziński | 2012-07-17 | 1 | -0/+3 |
| | | | | instance is not current instance. Fixed #6814 - datepicker('setDate') incorrectly overwrites current display with two datepickers. | ||||
* | Update copyright to jQuery Foundation. | Scott González | 2012-07-04 | 1 | -1/+2 |
| | |||||
* | Datepicker: Remove workaround for old Opera. | Scott González | 2012-06-14 | 1 | -4/+0 |
| | |||||
* | Datepicker: Removed unused isArray() function. | Scott González | 2012-06-14 | 1 | -6/+0 |
| | |||||
* | Datepicker: Pulled event handlers into static code. Fixed #3945 - DatePicker ↵ | Mike Stay | 2012-06-06 | 1 | -16/+46 |
| | | | | does not respond to any click events in AIR, Google Sites, Windows Metro. | ||||
* | Datepicker: Don't set _curInst in hideDatepicker. Fixes #8174 - jQuery ↵ | Scott González | 2012-04-03 | 1 | -2/+0 |
| | | | | datepicker is stuck open if label is clicked from open state. | ||||
* | Protect all copyright notices against minification | Jo Liss | 2012-04-02 | 1 | -1/+1 |
| | | | | | | | For instance, this is useful for the jquery-ui-rails gem, which does not use jQuery UI's own minification, but relies on Rails to minify the files where necessary. Rails in turn uses UglifyJS for JS and YUI for CSS, both of which respect the /*! ... */ convention. | ||||
* | Updated copyright year. | Scott González | 2012-03-08 | 1 | -1/+1 |
| | |||||
* | Use hard tabs for indentation consistently | Trey Hunner | 2012-02-27 | 1 | -8/+8 |
| | |||||
* | Datepicker: modified a catch variable to no longer mask an existing variable ↵ | Jasvir Nagra | 2012-02-24 | 1 | -2/+2 |
| | | | | in scope. Fixed #8138 - datepicker: IE8 does not create a new scope for catch blocks and will cause | ||||
* | Datepicker: Use 'that' instead of 'self'. Partial fix for #5404 - remove ↵ | Scott González | 2012-02-12 | 1 | -4/+3 |
| | | | | uses of 'var self = this;' | ||||
* | Datepicker: Allow descendant elements in triggers. Fixes #8107 - Closing the ↵ | Scott González | 2012-02-08 | 1 | -1/+1 |
| | | | | datepicker via the provided button does not work in Chrome when the button contains other non-text elements. | ||||
* | Datepicker: added check to account for multiple pickers on one page. Fixed ↵ | ryanolton | 2012-01-12 | 1 | -1/+4 |
| | | | | #5818 – multiple DatePickers won't trigger close event | ||||
* | Merge pull request #463 from jason-oster/master | Scott González | 2011-11-21 | 1 | -1/+2 |
|\ | | | | | Merge #463. | ||||
| * | Datepicker: Fix `this` reference in _hideDatepicker(). Fixed #7722 - ↵ | Jay Oster | 2011-09-15 | 1 | -1/+2 |
| | | | | | | | | Datepicker: Does not properly clear current instance when hidden. | ||||
* | | Datepicker: Added additional check to checkExternalClick to work when ↵ | kborchers | 2011-09-12 | 1 | -15/+14 |
|/ | | | | clicking in another datepicker and removed old fix. Fixes #7686 - infinite loop when onclose event shows a second calendar | ||||
* | Datepicker: Revert "Datepicker: Removing unnessecary typeof check. Fixed ↵ | Scott González | 2011-08-10 | 1 | -1/+2 |
| | | | | | | #6669 - Datepicker: _selectDate restores focus to non-object" Fixes #7623 - DatePicker reappears after selection in ie8. This reverts commit 5f0a2f01c4609315ab66158191d3f9bd420f827f. | ||||
* | Datepicker: Added ability to stop datepicker from beforeShow. Fixes #7602 - ↵ | Karl Kirch | 2011-08-09 | 1 | -1/+7 |
| | | | | Ability to stop datepicker from appearing with beforeShow event handler. | ||||
* | Revert "Datepicker: Added onSelect.apply() call to _setDate method if ↵ | Scott González | 2011-08-09 | 1 | -8/+0 |
| | | | | | | onSelect is defined. Fixed #6264 - Datepicker: onSelect does not fire when setDate is called" This reverts commit effdd5d19c534f8445ebafe4212278c4366b0041. | ||||
* | Datepicker: Removed click handling for month and year dropdowns. Fixes #6198 ↵ | Scott González | 2011-08-01 | 1 | -15/+0 |
| | | | | | | - Datepicker Month and Year dropdowns in IE have to click twice. Thanks jdufresne | ||||
* | Merge branch 'master' into core-1.6.1 | Scott González | 2011-07-25 | 1 | -6/+41 |
|\ | | | | | | | | | | | | | | | | | Conflicts: demos/menubar/default.html tests/unit/autocomplete/autocomplete.html tests/visual/effects/effects.all.html ui/jquery.ui.menu.js ui/jquery.ui.popup.js | ||||
| * | Datepicker: show inline datepicker setting explicit display:block instead of ↵ | Richard D. Worth | 2011-07-19 | 1 | -1/+3 |
| | | | | | | | | using .show() in case it is disconnected. Fixed #7552 - A Datepicker created on a detached div has zero height | ||||
| * | Merge remote branch 'pgraham/master' | Jörn Zaefferer | 2011-06-28 | 1 | -1/+4 |
| |\ | |||||
| | * | Updated guard against unparsed characters to allow extra characters as long ↵ | Philip Graham | 2011-06-28 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | as they are separated from the date by whitespace. This maintains compatibility with timepicker extensions. Fixes #7244 - Datepicker: parseDate() does not throw an exception for long years | ||||
| * | | Datepicker: Added onSelect.apply() call to _setDate method if onSelect is ↵ | marcneuwirth | 2011-06-28 | 1 | -0/+8 |
| | | | | | | | | | | | | defined. Fixed #6264 - Datepicker: onSelect does not fire when setDate is called | ||||
| * | | Datepicker: Added onSelect.apply() call to _doKeyDown method when enter ↵ | marcneuwirth | 2011-06-28 | 1 | -0/+7 |
| |/ | | | | | | | button pushed if onSelect is defined. Fixed #7124 - Datepicker: onSelect does not fire when enter button is pushed | ||||
| * | Datepicker: Removing unnessecary typeof check. Fixed #6669 - Datepicker: ↵ | marcneuwirth | 2011-06-22 | 1 | -2/+1 |
| | | | | | | | | _selectDate restores focus to non-object | ||||
| * | Merge pull request #353 from kborchers/bug_7043 | Scott González | 2011-06-16 | 1 | -1/+8 |
| |\ | | | | | | | Datepicker: Calculate the max number of rows necessary when displaying months. Fixes #7043 - Datepicker: Using multiple months always renders 6 rows of dates even if only 5 are needed | ||||
| | * | Datepicker: Reset this.maxRows (rows in a month) on each row in a multi-row ↵ | kborchers | 2011-06-13 | 1 | -0/+1 |
| | | | | | | | | | | | | datepicker. | ||||
| | * | Datepicker: Calculate the max number of rows necessary when displaying ↵ | kborchers | 2011-05-27 | 1 | -1/+7 |
| | | | | | | | | | | | | months. Fixes #7043 - Datepicker: Using multiple months always renders 6 rows of dates even if only 5 are needed | ||||
| * | | Datepicker: Added checks for the disabled option. Fixed #5665 - Datepicker: ↵ | kborchers | 2011-05-20 | 1 | -1/+10 |
| |/ | | | | | | | Disabled parameter doesn't work | ||||
* | | Datepicker: Use .attr() for size. | Scott González | 2011-07-25 | 1 | -1/+1 |
| | | |||||
* | | .attr() -> .prop() | Scott González | 2011-06-08 | 1 | -3/+3 |
|/ | |||||
* | There's no guard against unparsed characters at the end of the date string, ↵ | Jörn Zaefferer | 2011-05-18 | 1 | -0/+3 |
| | | | | | | any extra characters are just ignored Fixes #7244 - Datepicker: parseDate() does not throw an exception for long years | ||||
* | Merge remote branch 'kzys/trac-6656' | Jörn Zaefferer | 2011-05-18 | 1 | -4/+12 |
|\ | |||||
| * | Datepicker: onClose callback should be triggered by show. Fixed #6656 - ↵ | Kato Kazuyoshi | 2011-05-07 | 1 | -4/+12 |
| | | | | | | | | onClose event not triggered. | ||||
* | | Datepicker: Made the day of year calculator be more accurate. Fixes #6827 - ↵ | Jay Merrifield | 2011-05-16 | 1 | -1/+1 |
| | | | | | | | | Datepicker: Incorrect value for "oo" during Daylight Saving Time. | ||||
* | | Datepicker: removed conditional mozilla browser check block. Fixes #7322 - ↵ | Andrew Powell | 2011-05-12 | 1 | -9/+4 |
| | | | | | | | | Year selector disappears after setting an option in Firefox | ||||
* | | Revert "Datepicker: Fixed #7043 - Using multiple months always renders 6 ↵ | Scott González | 2011-05-12 | 1 | -1/+1 |
| | | | | | | | | | | | | rows of dates even if only 5 are needed." This reverts commit ac459ff7df4904cb8601d4efb95107177ecb40e0. |