Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Calendar: Fix jscs errors after merging master | Felix Nagel | 2015-10-08 | 5 | -49/+49 |
| | |||||
* | Merge branch 'master' into datepicker | Scott González | 2015-08-20 | 6 | -6/+6 |
|\ | |||||
| * | Datepicker: Move datepicker into widgets folder | Alexander Schmitz | 2015-08-08 | 5 | -5/+5 |
| | | | | | | | | Ref #13885 | ||||
* | | Datepicker: Re-introduce formatDate option, simplify Globalize usage | Felix Nagel | 2015-07-29 | 2 | -1/+7 |
| | | |||||
* | | Merge branch 'datepicker' into datepicker-globalize-1.x | Felix Nagel | 2015-07-29 | 2 | -35/+13 |
| | | |||||
* | | Datepicker: Use Globalize 1.0.0 | Felix Nagel | 2015-07-29 | 1 | -11/+8 |
| | | | | | | | | | | | | | | | | | | - Fix merge conflict in value method - Fix common unit tests - Fix calendar localization tests - Fix rebase regression: labels update on refresh - Add new pass through options - lint fixes | ||||
* | | Datepicker: Use Globalize 1.0.0 | Felix Nagel | 2015-07-29 | 1 | -3/+2 |
| | | | | | | | | - Make unit tests work | ||||
* | | Datepicker: Use Globalize 1.0.0 | Rafael Xavier de Souza | 2015-07-29 | 1 | -3/+35 |
| | | | | | | | | - Update Globalize to 1.0.0-alpha.6 | ||||
* | | Merge branch 'master' into datepicker | Scott González | 2015-07-15 | 8 | -77/+80 |
|\| | |||||
| * | Datepicker: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 3 | -11/+11 |
| | | |||||
| * | Tests: Fix AMD loading in IE8 | Scott González | 2015-04-17 | 1 | -0/+1 |
| | | | | | | | | | | It appears that we must load require.js via a standard script tag in order for it to work properly in IE8. | ||||
| * | Tests: Rename files | Scott González | 2015-04-09 | 6 | -4/+4 |
| | | | | | | | | Ref gh-1528 | ||||
| * | Tests: Widget test helpers extend the main helper | Scott González | 2015-04-09 | 5 | -218/+220 |
| | | | | | | | | | | Ref #10119 Ref gh-1528 | ||||
| * | Datepicker: Convert tests to new infrastructure | Scott González | 2015-04-09 | 6 | -259/+251 |
| | | | | | | | | | | Ref #10119 Ref gh-1528 | ||||
| * | Tests: Switch to the new qunit-composite module | Scott González | 2015-04-07 | 1 | -2/+2 |
| | | | | | | | | | | | | This module was created from our existing implementation. Closes gh-1532 | ||||
* | | Calendar: Use button instead of link elements for day items | Felix Nagel | 2015-02-26 | 3 | -5/+11 |
| | | | | | | | | Ref gh-1432 | ||||
* | | Calendar: Use document.activeElement for retrieving focused element | Felix Nagel | 2015-01-29 | 1 | -2/+2 |
| | | | | | | | | Fixes unit tests in phantom. | ||||
* | | Datepicker: Add missing handling for disabled option | Felix Nagel | 2015-01-29 | 2 | -15/+19 |
| | | |||||
* | | Datepicker tests: Remove pass-through options unit tests | Felix Nagel | 2015-01-29 | 2 | -161/+25 |
| | | | | | | | | Add Test if these options are set on the underlying calendar instance | ||||
* | | Calendar: Add buttons option | Felix Nagel | 2015-01-29 | 3 | -2/+19 |
| | | |||||
* | | Datepicker tests: Rewrite event unit tests | Felix Nagel | 2015-01-29 | 2 | -132/+81 |
| | | |||||
* | | Datepicker tests: Add open and close unit tests | Felix Nagel | 2015-01-29 | 2 | -5/+57 |
| | | |||||
* | | Calendar: Add min and max option. | Felix Nagel | 2015-01-29 | 3 | -3/+73 |
| | | | | | | | | Improve render day cell mechanism. | ||||
* | | Calendar: Add calendar widget | Felix Nagel | 2015-01-29 | 6 | -1526/+107 |
| | | | | | | | | | | | | | | | | | | | | | | Add calendar widget by copying and renaming datepicker widget files. Remove datepicker functionality, options and methods from Calendar. Remove calendar functionality, options and methods from Datepicker. Adjust tests due to split and changed specification. Remove duplicated demo files and fix some demos. Simplify calendar generation, use CSS instead of inline styles. Fix destroy method. Make use of uniqueId method. Fix focus highlighting when month is changed. Add version property. Add common unit tests. Fix input keyboard handling. | ||||
* | | Datepicker: Introduce value option | Felix Nagel | 2015-01-29 | 2 | -328/+198 |
| | | | | | | | | | | | | Change status caching, fix existing value related methods, introduce $.date construction with date object, selected property is null by default, add selected getter | ||||
* | | Datepicker: Fix code style issues | Felix Nagel | 2015-01-29 | 5 | -766/+767 |
| | | |||||
* | | Datepicker: Update the picker as the user types valid dates | TJ VanToll | 2015-01-29 | 1 | -1/+6 |
| | | |||||
* | | Datepicker: Handle invalid values in `value()` and `valueAsDate()` | TJ VanToll | 2015-01-29 | 1 | -6/+9 |
| | | |||||
* | | Datepicker: Add an `isValid()` method | TJ VanToll | 2015-01-29 | 1 | -0/+13 |
| | | |||||
* | | Datepicker: Re-adding mouse tests | TJ VanToll | 2015-01-29 | 1 | -70/+70 |
| | | |||||
* | | Datepicker: Update key handling implementation and tests | TJ VanToll | 2015-01-29 | 1 | -91/+147 |
| | | |||||
* | | Datepicker: Use Globalize 1.0.0 | Rafael Xavier de Souza | 2015-01-29 | 4 | -21/+17 |
| | | |||||
* | | Datepicker: Fix key handling implementation and tests | TJ VanToll | 2015-01-29 | 1 | -76/+134 |
| | | |||||
* | | Datepicker: Add `value()` and `valueAsDate()` methods | TJ VanToll | 2015-01-29 | 1 | -1/+45 |
| | | |||||
* | | Datepicker: Support destroying inline datepickers | TJ VanToll | 2015-01-29 | 2 | -20/+15 |
| | | |||||
* | | Datepicker: Add test to ensure the `<input>`'s value is preselected | TJ VanToll | 2015-01-29 | 1 | -11/+18 |
| | | |||||
* | | Datepicker: Allow `dateFormat` to be changed after init | TJ VanToll | 2015-01-29 | 1 | -1/+13 |
| | | |||||
* | | Datepicker: Support changing `eachDay` after initialization | TJ VanToll | 2015-01-29 | 1 | -1/+37 |
| | | |||||
* | | Datepicker: Support `position` option changes after init | TJ VanToll | 2015-01-29 | 1 | -2/+26 |
| | | |||||
* | | Datepicker: Various changes for the `showWeek` option | TJ VanToll | 2015-01-29 | 1 | -1/+23 |
| | | | | | | | | | | | | * Re-add `ui-datepicker-week-col` class name currently used. * Add test suite. * Support changing option after initialization. | ||||
* | | Datepicker: Support changing the `appendTo` option after init | TJ VanToll | 2015-01-29 | 1 | -0/+38 |
| | | |||||
* | | Datepicker: Clean up tests | TJ VanToll | 2015-01-29 | 6 | -509/+443 |
| | | |||||
* | | Datepicker: Update tests and demos for new structure | TJ VanToll | 2015-01-29 | 2 | -12/+9 |
|/ | |||||
* | Tests: Fix style issues with missing or multiple line breaks | Jörn Zaefferer | 2015-01-24 | 2 | -2/+1 |
| | | | | | As pointed out by jscs, after a esformatter run. The latter doesn't address these, so fixing them manually. | ||||
* | DatePicker: increase date range so that tests still pass through 2015 | Luke Page | 2015-01-10 | 1 | -2/+2 |
| | |||||
* | DatePicker: Fix tests to have unique names | Luke Page | 2015-01-10 | 1 | -4/+4 |
| | |||||
* | Datepicker: Fix test for French locale | Scott González | 2014-10-07 | 1 | -2/+2 |
| | | | | Ref #10651 | ||||
* | Build: Pull in jquery.simulate.js from Bower | Mike Sherov | 2014-08-22 | 1 | -1/+1 |
| | | | | Fixes #10563 | ||||
* | Tests: Fix composite tests | Scott González | 2014-08-01 | 1 | -1/+1 |
| | |||||
* | Datepicker: reject dates with two year digits when expecting 'yy' | Rodrigo Menezes | 2014-07-14 | 1 | -1/+3 |
| | | | | | Fixes #8353 Closes gh-1248 |