aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/datepicker
Commit message (Collapse)AuthorAgeFilesLines
* Calendar: Create helper methods for Date object creationFelix Nagel2017-04-143-26/+29
|
* Datepicker tests: Add ARIA testsFelix Nagel2017-03-311-2/+13
|
* Calendar: Introduce refresh callback eventFelix Nagel2017-01-212-0/+19
|
* Datepicker: Make select and change event pass the current valueFelix Nagel2017-01-211-4/+6
|
* Datepicker tests: Update to QUnit 2.x, shift to use no globalsFelix Nagel2016-12-114-117/+127
|
* Calendar: Use name space for timestamp data attributeFelix Nagel2016-10-121-2/+2
|
* Calendar tests: Use assert.expect instead of global expectFelix Nagel2016-10-124-44/+44
|
* Calendar: Add change eventFelix Nagel2016-10-122-1/+31
|
* Datepicker: Add min / max option testsFelix Nagel2016-10-121-0/+39
|
* Datepicker tests: Use setup and teardown methods, remove helper fileFelix Nagel2016-10-116-294/+277
|
* Calendar tests: Add dateEqual assertion, clean up helper methodsFelix Nagel2016-10-053-27/+12
|
* Datepicker: Make use of Calendar widget icons optionFelix Nagel2016-09-291-1/+11
| | | | Fix missing classes options defaults in tests.
* Datepicker: Always focus calendar grid when openingFelix Nagel2016-09-281-2/+2
| | | | Remove arrow down key requirement.
* Calendar tests: Adjust structure tests to latest changesFelix Nagel2015-12-101-1/+1
|
* Calendar: Fix jscs errors after merging masterFelix Nagel2015-10-085-49/+49
|
* Merge branch 'master' into datepickerScott González2015-08-206-6/+6
|\
| * Datepicker: Move datepicker into widgets folderAlexander Schmitz2015-08-085-5/+5
| | | | | | | | Ref #13885
* | Datepicker: Re-introduce formatDate option, simplify Globalize usageFelix Nagel2015-07-292-1/+7
| |
* | Merge branch 'datepicker' into datepicker-globalize-1.xFelix Nagel2015-07-292-35/+13
| |
* | Datepicker: Use Globalize 1.0.0Felix Nagel2015-07-291-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.0Felix Nagel2015-07-291-3/+2
| | | | | | | | - Make unit tests work
* | Datepicker: Use Globalize 1.0.0Rafael Xavier de Souza2015-07-291-3/+35
| | | | | | | | - Update Globalize to 1.0.0-alpha.6
* | Merge branch 'master' into datepickerScott González2015-07-158-77/+80
|\|
| * Datepicker: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-203-11/+11
| |
| * Tests: Fix AMD loading in IE8Scott González2015-04-171-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 filesScott González2015-04-096-4/+4
| | | | | | | | Ref gh-1528
| * Tests: Widget test helpers extend the main helperScott González2015-04-095-218/+220
| | | | | | | | | | Ref #10119 Ref gh-1528
| * Datepicker: Convert tests to new infrastructureScott González2015-04-096-259/+251
| | | | | | | | | | Ref #10119 Ref gh-1528
| * Tests: Switch to the new qunit-composite moduleScott González2015-04-071-2/+2
| | | | | | | | | | | | This module was created from our existing implementation. Closes gh-1532
* | Calendar: Use button instead of link elements for day itemsFelix Nagel2015-02-263-5/+11
| | | | | | | | Ref gh-1432
* | Calendar: Use document.activeElement for retrieving focused elementFelix Nagel2015-01-291-2/+2
| | | | | | | | Fixes unit tests in phantom.
* | Datepicker: Add missing handling for disabled optionFelix Nagel2015-01-292-15/+19
| |
* | Datepicker tests: Remove pass-through options unit testsFelix Nagel2015-01-292-161/+25
| | | | | | | | Add Test if these options are set on the underlying calendar instance
* | Calendar: Add buttons optionFelix Nagel2015-01-293-2/+19
| |
* | Datepicker tests: Rewrite event unit testsFelix Nagel2015-01-292-132/+81
| |
* | Datepicker tests: Add open and close unit testsFelix Nagel2015-01-292-5/+57
| |
* | Calendar: Add min and max option.Felix Nagel2015-01-293-3/+73
| | | | | | | | Improve render day cell mechanism.
* | Calendar: Add calendar widgetFelix Nagel2015-01-296-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 optionFelix Nagel2015-01-292-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 issuesFelix Nagel2015-01-295-766/+767
| |
* | Datepicker: Update the picker as the user types valid datesTJ VanToll2015-01-291-1/+6
| |
* | Datepicker: Handle invalid values in `value()` and `valueAsDate()`TJ VanToll2015-01-291-6/+9
| |
* | Datepicker: Add an `isValid()` methodTJ VanToll2015-01-291-0/+13
| |
* | Datepicker: Re-adding mouse testsTJ VanToll2015-01-291-70/+70
| |
* | Datepicker: Update key handling implementation and testsTJ VanToll2015-01-291-91/+147
| |
* | Datepicker: Use Globalize 1.0.0Rafael Xavier de Souza2015-01-294-21/+17
| |
* | Datepicker: Fix key handling implementation and testsTJ VanToll2015-01-291-76/+134
| |
* | Datepicker: Add `value()` and `valueAsDate()` methodsTJ VanToll2015-01-291-1/+45
| |
* | Datepicker: Support destroying inline datepickersTJ VanToll2015-01-292-20/+15
| |
* | Datepicker: Add test to ensure the `<input>`'s value is preselectedTJ VanToll2015-01-291-11/+18
| |