aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* | Calendar tests: Add comment to number of month testFelix Nagel2015-10-081-0/+1
| |
* | Calendar: Remove all unused methods from custom date objectFelix Nagel2015-09-271-18/+5
| |
* | Calendar: Move custom date object to ui namespaceFelix Nagel2015-09-272-20/+19
| |
* | 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 tests: Fix wrong data-widget attributeFelix Nagel2015-09-101-1/+1
| |
* | Calendar tests: Fix and clean-up $.ui.calendarDate unit testsFelix Nagel2015-09-103-38/+53
| |
* | 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-20105-128/+132
|\|
| * Tests: adjust jshint path for moving all widgets into folderAlexander Schmitz2015-08-081-1/+1
| | | | | | | | Ref #13885
| * Tooltip: Move tooltip into widgets directoryAlexander Schmitz2015-08-087-7/+7
| | | | | | | | Ref #13885
| * Tabs: Move tabs into widgets directoryAlexander Schmitz2015-08-086-6/+6
| | | | | | | | Ref #13885
| * Spinner: Move spinner into widgets folderAlexander Schmitz2015-08-087-7/+7
| | | | | | | | Ref #13885
| * Sortable: Move sortable into widgets folderAlexander Schmitz2015-08-086-6/+6
| | | | | | | | Ref #13885
| * Slider: Move slider into widgets folderAlexander Schmitz2015-08-085-5/+5
| | | | | | | | Ref #13885
| * Selectmenu: Move selectmenu into widgets folderAlexander Schmitz2015-08-085-5/+5
| | | | | | | | Ref #13885
| * Selectable: Move selectable into widgets folderAlexander Schmitz2015-08-084-4/+4
| | | | | | | | Ref #13885
| * Resizable: Move resizable into widgets folderAlexander Schmitz2015-08-086-6/+6
| | | | | | | | Ref #13885
| * Progressbar: Move progressbar into widgets folderAlexander Schmitz2015-08-085-5/+5
| | | | | | | | Ref #13885
| * Menu: Move menu into widgets folderAlexander Schmitz2015-08-085-5/+5
| | | | | | | | Ref #13885
| * Droppable: Move droppable into widgets folderAlexander Schmitz2015-08-088-8/+8
| | | | | | | | Ref #13885
| * Effects: Move individual effects into effects folderAlexander Schmitz2015-08-083-18/+18
| | | | | | | | Ref #13885
| * Draggable: Move draggable into widgets folderAlexander Schmitz2015-08-087-7/+7
| | | | | | | | Ref #13885
| * Dialog: Move dialog into widgets folderAlexander Schmitz2015-08-088-8/+8
| | | | | | | | Ref #13885
| * Datepicker: Move datepicker into widgets folderAlexander Schmitz2015-08-085-5/+5
| | | | | | | | Ref #13885
| * Button: Move button into widgets folderAlexander Schmitz2015-08-085-5/+5
| | | | | | | | Ref #13885
| * Autocomplete: Move autocomplete into widgets folderAlexander Schmitz2015-08-085-5/+5
| | | | | | | | Ref #13885
| * Accordion: Move accordion into widgets folderAlexander Schmitz2015-08-086-6/+6
| | | | | | | | Ref #13885
| * Core: Movie uniqueId into its own module and deprecate core moduleAlexander Schmitz2015-08-081-2/+2
| | | | | | | | | | | | | | uniqueId was the last thing in the core module, and it is now just a helper which require all the modules it used to contain. Closes #9647
| * Core: Move tabbable into its own moduleAlexander Schmitz2015-08-081-2/+3
| | | | | | | | Ref #9647
| * Core: Move labels into its own moduleAlexander Schmitz2015-08-081-1/+2
| | | | | | | | Ref #9647
| * Core: Move form method into its own moduleAlexander Schmitz2015-08-081-1/+2
| | | | | | | | Ref #9647
| * Core: Move focusable into its own moduleAlexander Schmitz2015-08-081-1/+2
| | | | | | | | Ref #9647
| * Core: Move data selector from core into its own moduleAlexander Schmitz2015-08-081-1/+2
| | | | | | | | Ref #9647
* | Datepicker: Re-introduce formatDate option, simplify Globalize usageFelix Nagel2015-07-292-1/+7
| |
* | Calendar: Re-introduce formatDate optionFelix Nagel2015-07-291-0/+1
| |
* | Merge branch 'datepicker' into datepicker-globalize-1.xFelix Nagel2015-07-295-68/+27
| |
* | Datepicker: Use Globalize 1.0.0Felix Nagel2015-07-293-36/+33
| | | | | | | | | | | | | | | | | | - 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-292-6/+34
| | | | | | | | - Make unit tests work
* | Datepicker: Use Globalize 1.0.0Rafael Xavier de Souza2015-07-292-4/+4
| | | | | | | | - Remove unneeded territory DE from de-DE locale;
* | 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-15207-2794/+4306
|\|
| * Spinner: Deprecate _uiSpinnerHtml and _buttonHtml extension pointsAlexander Schmitz2015-06-033-0/+97
| | | | | | | | | | Fixes #11097 Closes gh-1560
| * Tests: Add custom build of core to testsAlexander Schmitz2015-05-201-1/+1
| | | | | | | | | | | | | | This adds a custom build which excludes the event/alias and deprecated modules Fixes #12770 Closes gh-1556
| * Tests: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-2/+2
| |
| * Position: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-202-4/+4
| |
| * Effects: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-204-16/+16
| |