Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Calendar: Create helper methods for Date object creation | Felix Nagel | 2017-04-14 | 1 | -12/+13 |
| | |||||
* | Calendar tests: Remove unused and outdated daylight saving tests | Felix Nagel | 2017-03-31 | 1 | -86/+0 |
| | |||||
* | Calendar: Make sure option numberOfMonth could be changed after creation | Felix Nagel | 2017-01-25 | 1 | -11/+5 |
| | |||||
* | Calendar tests: Update to QUnit 2.x, shift to use no globals | Felix Nagel | 2016-12-11 | 1 | -77/+78 |
| | |||||
* | Calendar tests: use dateEqual assert instead of timestamp compare | Felix Nagel | 2016-11-04 | 1 | -3/+3 |
| | | | | Fix travis unit test issue due to timezone difference. | ||||
* | Calendar: Clear value if an invalid min / max option value was given | Felix Nagel | 2016-10-25 | 1 | -1/+9 |
| | |||||
* | Calendar: Clear value if an invalid input was given | Felix Nagel | 2016-10-12 | 1 | -5/+5 |
| | |||||
* | Calendar: Use name space for timestamp data attribute | Felix Nagel | 2016-10-12 | 1 | -3/+7 |
| | |||||
* | Calendar tests: Use assert.expect instead of global expect | Felix Nagel | 2016-10-12 | 1 | -12/+12 |
| | |||||
* | Calendar tests: Add basic value option tests | Felix Nagel | 2016-10-12 | 1 | -0/+15 |
| | |||||
* | Calendar tests: Use setup and teardown methods | Felix Nagel | 2016-10-12 | 1 | -104/+105 |
| | |||||
* | Calendar tests: Add dateEqual assertion, clean up helper methods | Felix Nagel | 2016-10-05 | 1 | -10/+9 |
| | |||||
* | Calendar tests: Fix and update button advances unit tests | Felix Nagel | 2015-12-02 | 1 | -7/+5 |
| | | | | Related to 3570cc5a2b2ec59fa1ccb4c78a58f526ca69918e | ||||
* | Calendar: Fix jscs errors after merging master | Felix Nagel | 2015-10-08 | 1 | -22/+22 |
| | |||||
* | Calendar tests: Add comment to number of month test | Felix Nagel | 2015-10-08 | 1 | -0/+1 |
| | |||||
* | Calendar tests: Test for using right arrow button with numberOfMonth | Felix Nagel | 2015-09-10 | 1 | -2/+8 |
| | |||||
* | Calendar tests: Add header buttons test when using date below min option | Felix Nagel | 2015-09-10 | 1 | -4/+14 |
| | |||||
* | Calendar tests: Fix min / max range header button state tests | Felix Nagel | 2015-09-10 | 1 | -4/+4 |
| | |||||
* | Calendar: Make header prev / next buttons min / max option aware | Felix Nagel | 2015-09-10 | 1 | -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 keyboard | Felix Nagel | 2015-09-10 | 1 | -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 option | Felix Nagel | 2015-08-25 | 1 | -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 datepicker | Scott González | 2015-08-20 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into datepicker | Scott González | 2015-07-15 | 1 | -0/+323 |