Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Calendar: Create helper methods for Date object creation | Felix Nagel | 2017-04-14 | 3 | -26/+29 |
| | |||||
* | Datepicker tests: Add ARIA tests | Felix Nagel | 2017-03-31 | 1 | -2/+13 |
| | |||||
* | Calendar: Introduce refresh callback event | Felix Nagel | 2017-01-21 | 2 | -0/+19 |
| | |||||
* | Datepicker: Make select and change event pass the current value | Felix Nagel | 2017-01-21 | 1 | -4/+6 |
| | |||||
* | Datepicker tests: Update to QUnit 2.x, shift to use no globals | Felix Nagel | 2016-12-11 | 4 | -117/+127 |
| | |||||
* | Calendar: Use name space for timestamp data attribute | Felix Nagel | 2016-10-12 | 1 | -2/+2 |
| | |||||
* | Calendar tests: Use assert.expect instead of global expect | Felix Nagel | 2016-10-12 | 4 | -44/+44 |
| | |||||
* | Calendar: Add change event | Felix Nagel | 2016-10-12 | 2 | -1/+31 |
| | |||||
* | Datepicker: Add min / max option tests | Felix Nagel | 2016-10-12 | 1 | -0/+39 |
| | |||||
* | Datepicker tests: Use setup and teardown methods, remove helper file | Felix Nagel | 2016-10-11 | 6 | -294/+277 |
| | |||||
* | Calendar tests: Add dateEqual assertion, clean up helper methods | Felix Nagel | 2016-10-05 | 3 | -27/+12 |
| | |||||
* | Datepicker: Make use of Calendar widget icons option | Felix Nagel | 2016-09-29 | 1 | -1/+11 |
| | | | | Fix missing classes options defaults in tests. | ||||
* | Datepicker: Always focus calendar grid when opening | Felix Nagel | 2016-09-28 | 1 | -2/+2 |
| | | | | Remove arrow down key requirement. | ||||
* | Calendar tests: Adjust structure tests to latest changes | Felix Nagel | 2015-12-10 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |