Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Calendar tests: Add comment to number of month test | Felix Nagel | 2015-10-08 | 1 | -0/+1 | |
| | | ||||||
* | | Calendar: Remove all unused methods from custom date object | Felix Nagel | 2015-09-27 | 1 | -18/+5 | |
| | | ||||||
* | | Calendar: Move custom date object to ui namespace | Felix Nagel | 2015-09-27 | 2 | -20/+19 | |
| | | ||||||
* | | 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 tests: Fix wrong data-widget attribute | Felix Nagel | 2015-09-10 | 1 | -1/+1 | |
| | | ||||||
* | | Calendar tests: Fix and clean-up $.ui.calendarDate unit tests | Felix Nagel | 2015-09-10 | 3 | -38/+53 | |
| | | ||||||
* | | 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 | 105 | -128/+132 | |
|\| | ||||||
| * | Tests: adjust jshint path for moving all widgets into folder | Alexander Schmitz | 2015-08-08 | 1 | -1/+1 | |
| | | | | | | | | Ref #13885 | |||||
| * | Tooltip: Move tooltip into widgets directory | Alexander Schmitz | 2015-08-08 | 7 | -7/+7 | |
| | | | | | | | | Ref #13885 | |||||
| * | Tabs: Move tabs into widgets directory | Alexander Schmitz | 2015-08-08 | 6 | -6/+6 | |
| | | | | | | | | Ref #13885 | |||||
| * | Spinner: Move spinner into widgets folder | Alexander Schmitz | 2015-08-08 | 7 | -7/+7 | |
| | | | | | | | | Ref #13885 | |||||
| * | Sortable: Move sortable into widgets folder | Alexander Schmitz | 2015-08-08 | 6 | -6/+6 | |
| | | | | | | | | Ref #13885 | |||||
| * | Slider: Move slider into widgets folder | Alexander Schmitz | 2015-08-08 | 5 | -5/+5 | |
| | | | | | | | | Ref #13885 | |||||
| * | Selectmenu: Move selectmenu into widgets folder | Alexander Schmitz | 2015-08-08 | 5 | -5/+5 | |
| | | | | | | | | Ref #13885 | |||||
| * | Selectable: Move selectable into widgets folder | Alexander Schmitz | 2015-08-08 | 4 | -4/+4 | |
| | | | | | | | | Ref #13885 | |||||
| * | Resizable: Move resizable into widgets folder | Alexander Schmitz | 2015-08-08 | 6 | -6/+6 | |
| | | | | | | | | Ref #13885 | |||||
| * | Progressbar: Move progressbar into widgets folder | Alexander Schmitz | 2015-08-08 | 5 | -5/+5 | |
| | | | | | | | | Ref #13885 | |||||
| * | Menu: Move menu into widgets folder | Alexander Schmitz | 2015-08-08 | 5 | -5/+5 | |
| | | | | | | | | Ref #13885 | |||||
| * | Droppable: Move droppable into widgets folder | Alexander Schmitz | 2015-08-08 | 8 | -8/+8 | |
| | | | | | | | | Ref #13885 | |||||
| * | Effects: Move individual effects into effects folder | Alexander Schmitz | 2015-08-08 | 3 | -18/+18 | |
| | | | | | | | | Ref #13885 | |||||
| * | Draggable: Move draggable into widgets folder | Alexander Schmitz | 2015-08-08 | 7 | -7/+7 | |
| | | | | | | | | Ref #13885 | |||||
| * | Dialog: Move dialog into widgets folder | Alexander Schmitz | 2015-08-08 | 8 | -8/+8 | |
| | | | | | | | | Ref #13885 | |||||
| * | Datepicker: Move datepicker into widgets folder | Alexander Schmitz | 2015-08-08 | 5 | -5/+5 | |
| | | | | | | | | Ref #13885 | |||||
| * | Button: Move button into widgets folder | Alexander Schmitz | 2015-08-08 | 5 | -5/+5 | |
| | | | | | | | | Ref #13885 | |||||
| * | Autocomplete: Move autocomplete into widgets folder | Alexander Schmitz | 2015-08-08 | 5 | -5/+5 | |
| | | | | | | | | Ref #13885 | |||||
| * | Accordion: Move accordion into widgets folder | Alexander Schmitz | 2015-08-08 | 6 | -6/+6 | |
| | | | | | | | | Ref #13885 | |||||
| * | Core: Movie uniqueId into its own module and deprecate core module | Alexander Schmitz | 2015-08-08 | 1 | -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 module | Alexander Schmitz | 2015-08-08 | 1 | -2/+3 | |
| | | | | | | | | Ref #9647 | |||||
| * | Core: Move labels into its own module | Alexander Schmitz | 2015-08-08 | 1 | -1/+2 | |
| | | | | | | | | Ref #9647 | |||||
| * | Core: Move form method into its own module | Alexander Schmitz | 2015-08-08 | 1 | -1/+2 | |
| | | | | | | | | Ref #9647 | |||||
| * | Core: Move focusable into its own module | Alexander Schmitz | 2015-08-08 | 1 | -1/+2 | |
| | | | | | | | | Ref #9647 | |||||
| * | Core: Move data selector from core into its own module | Alexander Schmitz | 2015-08-08 | 1 | -1/+2 | |
| | | | | | | | | Ref #9647 | |||||
* | | Datepicker: Re-introduce formatDate option, simplify Globalize usage | Felix Nagel | 2015-07-29 | 2 | -1/+7 | |
| | | ||||||
* | | Calendar: Re-introduce formatDate option | Felix Nagel | 2015-07-29 | 1 | -0/+1 | |
| | | ||||||
* | | Merge branch 'datepicker' into datepicker-globalize-1.x | Felix Nagel | 2015-07-29 | 5 | -68/+27 | |
| | | ||||||
* | | Datepicker: Use Globalize 1.0.0 | Felix Nagel | 2015-07-29 | 3 | -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.0 | Felix Nagel | 2015-07-29 | 2 | -6/+34 | |
| | | | | | | | | - Make unit tests work | |||||
* | | Datepicker: Use Globalize 1.0.0 | Rafael Xavier de Souza | 2015-07-29 | 2 | -4/+4 | |
| | | | | | | | | - Remove unneeded territory DE from de-DE locale; | |||||
* | | Datepicker: Use Globalize 1.0.0 | Rafael Xavier de Souza | 2015-07-29 | 1 | -3/+35 | |
| | | | | | | | | - Update Globalize to 1.0.0-alpha.6 | |||||
* | | Merge branch 'master' into datepicker | Scott González | 2015-07-15 | 207 | -2794/+4306 | |
|\| | ||||||
| * | Spinner: Deprecate _uiSpinnerHtml and _buttonHtml extension points | Alexander Schmitz | 2015-06-03 | 3 | -0/+97 | |
| | | | | | | | | | | Fixes #11097 Closes gh-1560 | |||||
| * | Tests: Add custom build of core to tests | Alexander Schmitz | 2015-05-20 | 1 | -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 dependencies | Alexander Schmitz | 2015-05-20 | 1 | -2/+2 | |
| | | ||||||
| * | Position: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 2 | -4/+4 | |
| | | ||||||
| * | Effects: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 4 | -16/+16 | |
| | |