aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/calendar/options.js
Commit message (Collapse)AuthorAgeFilesLines
* Calendar: Create helper methods for Date object creationFelix Nagel2017-04-141-12/+13
|
* Calendar tests: Remove unused and outdated daylight saving testsFelix Nagel2017-03-311-86/+0
|
* Calendar: Make sure option numberOfMonth could be changed after creationFelix Nagel2017-01-251-11/+5
|
* Calendar tests: Update to QUnit 2.x, shift to use no globalsFelix Nagel2016-12-111-77/+78
|
* Calendar tests: use dateEqual assert instead of timestamp compareFelix Nagel2016-11-041-3/+3
| | | | Fix travis unit test issue due to timezone difference.
* Calendar: Clear value if an invalid min / max option value was givenFelix Nagel2016-10-251-1/+9
|
* Calendar: Clear value if an invalid input was givenFelix Nagel2016-10-121-5/+5
|
* Calendar: Use name space for timestamp data attributeFelix Nagel2016-10-121-3/+7
|
* Calendar tests: Use assert.expect instead of global expectFelix Nagel2016-10-121-12/+12
|
* Calendar tests: Add basic value option testsFelix Nagel2016-10-121-0/+15
|
* Calendar tests: Use setup and teardown methodsFelix Nagel2016-10-121-104/+105
|
* Calendar tests: Add dateEqual assertion, clean up helper methodsFelix Nagel2016-10-051-10/+9
|
* Calendar tests: Fix and update button advances unit testsFelix Nagel2015-12-021-7/+5
| | | | Related to 3570cc5a2b2ec59fa1ccb4c78a58f526ca69918e
* Calendar: Fix jscs errors after merging masterFelix Nagel2015-10-081-22/+22
|
* Calendar tests: Add comment to number of month testFelix Nagel2015-10-081-0/+1
|
* Calendar tests: Test for using right arrow button with numberOfMonthFelix Nagel2015-09-101-2/+8
|
* Calendar tests: Add header buttons test when using date below min optionFelix Nagel2015-09-101-4/+14
|
* Calendar tests: Fix min / max range header button state testsFelix Nagel2015-09-101-4/+4
|
* Calendar: Make header prev / next buttons min / max option awareFelix Nagel2015-09-101-1/+26
| | | | | | | | * Disable / enable header buttons according to min / max * Add tests for header button states * Improve header button rendering and refreshing * Improve header button label escaping on create * Create button pane for multiple pickers (bugfix)
* Calendar: Fix view when moving between multiple months with keyboardFelix Nagel2015-09-101-2/+10
| | | | | Make sure numberOfMonths is taken into account while navigating with keyboard when rendering multiple calendar grids (numberOfMonths > 1).
* Calendar: Fix weekday name jumping when using numberOfMonths optionFelix Nagel2015-08-251-1/+29
| | | | | | Fixes weekday name jumping when clicking the last day of the last grid. Includes some basic tests for multiple month demo and this specific issue.
* Merge branch 'master' into datepickerScott González2015-08-201-1/+1
|
* Merge branch 'master' into datepickerScott González2015-07-151-0/+323