aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/datepicker
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Datepicker: Allow `dateFormat` to be changed after initTJ VanToll2015-01-291-1/+13
| |
* | Datepicker: Support changing `eachDay` after initializationTJ VanToll2015-01-291-1/+37
| |
* | Datepicker: Support `position` option changes after initTJ VanToll2015-01-291-2/+26
| |
* | Datepicker: Various changes for the `showWeek` optionTJ VanToll2015-01-291-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 initTJ VanToll2015-01-291-0/+38
| |
* | Datepicker: Clean up testsTJ VanToll2015-01-296-509/+443
| |
* | Datepicker: Update tests and demos for new structureTJ VanToll2015-01-292-12/+9
|/
* Tests: Fix style issues with missing or multiple line breaksJörn Zaefferer2015-01-242-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 2015Luke Page2015-01-101-2/+2
|
* DatePicker: Fix tests to have unique namesLuke Page2015-01-101-4/+4
|
* Datepicker: Fix test for French localeScott González2014-10-071-2/+2
| | | | Ref #10651
* Build: Pull in jquery.simulate.js from BowerMike Sherov2014-08-221-1/+1
| | | | Fixes #10563
* Tests: Fix composite testsScott González2014-08-011-1/+1
|
* Datepicker: reject dates with two year digits when expecting 'yy'Rodrigo Menezes2014-07-141-1/+3
| | | | | Fixes #8353 Closes gh-1248