Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Autocomplete: Update demos to use AMD | Alexander Schmitz | 2015-07-21 | 12 | -135/+45 | |
| | | | | | | | | Ref #10119 | |||||
| * | Datepicker: Update localization demo to use i18n files from ui folder | Alexander Schmitz | 2015-07-21 | 5 | -147/+1 | |
| | | | | | | | | Ref #10119 | |||||
| * | Datepicker: Use new demos infrastructure | Alexander Schmitz | 2015-07-21 | 18 | -113/+32 | |
| | | | | | | | | Ref #10119 | |||||
| * | Accordion: Use new demos infrastructure | Alexander Schmitz | 2015-07-21 | 8 | -202/+13 | |
| | | | | | | | | Ref #10119 | |||||
| * | Demos: Fixup correct name | Alexander Schmitz | 2015-07-21 | 1 | -1/+1 | |
| | | ||||||
| * | Demos: Add new infrastructure using a require.js bootstrap | Alexander Schmitz | 2015-07-21 | 2 | -0/+64 | |
| | | | | | | | | | | Fixes #10119 Closes gh-1557 | |||||
* | | Datepicker: Update to Globalize 1.0.0 | Felix Nagel | 2015-07-29 | 5 | -0/+5 | |
| | | ||||||
* | | Calendar: Update Globalize to 1.0.0 | Felix Nagel | 2015-07-29 | 8 | -0/+8 | |
| | | ||||||
* | | Merge branch 'datepicker' into datepicker-globalize-1.x | Felix Nagel | 2015-07-29 | 13 | -14/+14 | |
| | | ||||||
* | | Datepicker: Use Globalize 1.0.0 | Felix Nagel | 2015-07-29 | 12 | -35/+62 | |
| | | | | | | | | | | | | - Make all demos work - Fix calendar localization demo - Fix merge errors | |||||
* | | Datepicker: Use Globalize 1.0.0 | Rafael Xavier de Souza | 2015-07-29 | 1 | -6/+8 | |
| | | | | | | | | | | | | | | | | | | - Move external/date.js -> ui/calendar/date.js and UMDify it; - Create a locale option as discussed during Chicago's meeting: - [String] A String with locale value, e.g. "en"; or - [Object] An object with all the formatters. TODO: Use the Globalize to-be-created generators instead of these wrap functions. | |||||
* | | Datepicker: Use Globalize 1.0.0 | Rafael Xavier de Souza | 2015-07-29 | 1 | -5/+5 | |
| | | | | | | | | | | - Fix "I never liked that we attempted to translate the language https://github.com/jquery/jquery-ui/pull/1341#discussion_r17171152 | |||||
* | | Datepicker: Use Globalize 1.0.0 | Rafael Xavier de Souza | 2015-07-29 | 5 | -6/+34 | |
| | | | | | | | | - Update demos | |||||
* | | Spinner: Fix demos to use old Globalize | Scott González | 2015-07-15 | 3 | -8/+8 | |
| | | ||||||
* | | Merge branch 'master' into datepicker | Scott González | 2015-07-15 | 48 | -344/+131 | |
|\| | ||||||
| * | Progressbar: 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 | -5/+5 | |
| | | ||||||
| * | Effects: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 10 | -10/+10 | |
| | | ||||||
| * | Widget: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -2/+2 | |
| | | ||||||
| * | Tooltip: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 2 | -3/+3 | |
| | | ||||||
| * | Tabs: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -4/+4 | |
| | | ||||||
| * | Spinner: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 4 | -7/+7 | |
| | | ||||||
| * | Sortable: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -1/+1 | |
| | | ||||||
| * | Slider: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -1/+1 | |
| | | ||||||
| * | Droppable: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -1/+1 | |
| | | ||||||
| * | Dialog: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -1/+1 | |
| | | ||||||
| * | Datepicker: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 3 | -3/+3 | |
| | | ||||||
| * | Button: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 3 | -5/+5 | |
| | | ||||||
| * | Autocomplete: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 3 | -6/+6 | |
| | | ||||||
| * | Accordion: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 2 | -6/+6 | |
| | | ||||||
| * | Slider: Remove scrollbar demo | Scott González | 2015-04-22 | 1 | -131/+0 | |
| | | | | | | | | | | Custom scrollbars are often a bad idea and this was a particularly minimal, and therefore terrible, implementation. | |||||
| * | Autocomplete: Cleanup remote-jsonp demo | Jörn Zaefferer | 2015-04-20 | 1 | -18/+11 | |
| | | | | | | | | | | | | | | Fix handling of empty response, remove silly open/close handlers, fix select callback, fix demo description. Closes gh-1542 | |||||
| * | Selectmenu: Add a disabled-default option example to default demo | Jörn Zaefferer | 2015-04-08 | 1 | -0/+12 | |
| | | | | | | | | Ref gh-1520 | |||||
| * | Menu: Update default demo, use product categories | Jörn Zaefferer | 2015-04-08 | 1 | -20/+18 | |
| | | | | | | | | | | | | | | Makes it look like a navigation menu that can't be navigated, at least better than the random city names we had before. Ref #11641 | |||||
| * | Droppable: Remove shopping cart demo | Alexander Schmitz | 2015-03-11 | 1 | -96/+0 | |
| | | | | | | | | This has terrible UX that we shouldn't promote anymore. | |||||
| * | Tooltip: Add classes option | Alexander Schmitz | 2015-03-11 | 1 | -1/+3 | |
| | | | | | | | | | | Ref #7053 Ref gh-1411 | |||||
| * | Droppable: Add classes option | Alexander Schmitz | 2015-03-11 | 6 | -15/+33 | |
| | | | | | | | | | | Ref #7053 Ref gh-1411 | |||||
| * | Selectmenu: Support `width: false` and default to 14em | Scott González | 2015-03-05 | 3 | -9/+0 | |
| | | | | | | | | | | | | | | | | | | | | `width: null` still matches the width of the original element. `width: false` prevents an inline style from being set for the width. This makes it easy to set the width via a stylesheet and allows the use of any unit for setting the width, such as the new default of `14em`. Fixes #11198 Closes gh-1467 | |||||
| * | Tabs: Use standard promise methods for jqXHR | Scott González | 2015-02-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | The old success(), error() and complete() methods have been deprecated for a while and have been removed in upstream master. Closes gh-1455 | |||||
| * | Datepicker: Fix date range demo when entering values manually | Scott González | 2015-02-23 | 1 | -15/+28 | |
| | | | | | | | | | | Fixes #11143 Closes gh-1454 | |||||
* | | Calendar: Clean up demos. | Felix Nagel | 2015-01-29 | 4 | -38/+3 | |
| | | ||||||
* | | Calendar: Add buttons option | Felix Nagel | 2015-01-29 | 1 | -2/+6 | |
| | | ||||||
* | | Datepicker: Fix localization demo | Felix Nagel | 2015-01-29 | 2 | -9/+16 | |
| | | ||||||
* | | Calendar: Add min and max option. | Felix Nagel | 2015-01-29 | 1 | -2/+9 | |
| | | | | | | | | Improve render day cell mechanism. | |||||
* | | Calendar: Add calendar widget | Felix Nagel | 2015-01-29 | 19 | -147/+146 | |
| | | | | | | | | | | | | | | | | | | | | | | 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: Fix icon trigger demo | Felix Nagel | 2015-01-29 | 1 | -15/+16 | |
| | | ||||||
* | | Datepicker: Fix populate alternate field demo | Felix Nagel | 2015-01-29 | 1 | -2/+2 | |
| | | ||||||
* | | Datepicker: Fix code style issues | Felix Nagel | 2015-01-29 | 1 | -1/+1 | |
| | | ||||||
* | | Datepicker: Use Globalize 1.0.0 | Rafael Xavier de Souza | 2015-01-29 | 3 | -16/+28 | |
| | | ||||||
* | | Datepicker: Fix the `eachDay` option | Jörn Zaefferer | 2015-01-29 | 1 | -2/+7 | |
| | | | | | | | | | | Use the `eachDay` option in the other-months demo. Fix handling of `extraClasses` property, split on space. |