Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Datepicker: Fix outdated Globalize format option in date-format demo | Felix Nagel | 2015-11-25 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into datepicker | Felix Nagel | 2015-10-08 | 5 | -0/+5 |
|\ | |||||
| * | Demos: Add device-width viewport meta to all demos | Jörn Zaefferer | 2015-09-30 | 14 | -0/+14 |
| | | | | | | | | Ref 343c2651729af2fdf020dd538fce0855785f5a0d | ||||
* | | Datepicker: Use button instead of a link in icon trigger demo | Felix Nagel | 2015-09-10 | 1 | -4/+3 |
| | | |||||
* | | Datepicker: Fix icon trigger demo | Felix Nagel | 2015-09-10 | 1 | -5/+10 |
| | | | | | | | | | | Support keyboard control. Fix close on second click. Add removal notice. | ||||
* | | Merge branch 'master' into datepicker | Scott González | 2015-08-20 | 5 | -112/+25 |
|\| | |||||
| * | 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 | ||||
* | | Datepicker: Update to Globalize 1.0.0 | Felix Nagel | 2015-07-29 | 5 | -0/+5 |
| | | |||||
* | | Merge branch 'datepicker' into datepicker-globalize-1.x | Felix Nagel | 2015-07-29 | 5 | -6/+6 |
| | | |||||
* | | Datepicker: Use Globalize 1.0.0 | Felix Nagel | 2015-07-29 | 4 | -15/+11 |
| | | | | | | | | | | | | - 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 | ||||
* | | Merge branch 'master' into datepicker | Scott González | 2015-07-15 | 3 | -3/+3 |
|\| | |||||
| * | Datepicker: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 3 | -3/+3 |
| | | |||||
| * | Datepicker: Fix date range demo when entering values manually | Scott González | 2015-02-23 | 1 | -15/+28 |
| | | | | | | | | | | Fixes #11143 Closes gh-1454 | ||||
* | | Datepicker: Fix localization demo | Felix Nagel | 2015-01-29 | 1 | -5/+9 |
| | | |||||
* | | Calendar: Add calendar widget | Felix Nagel | 2015-01-29 | 15 | -353/+17 |
| | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Datepicker: Update tests and demos for new structure | TJ VanToll | 2015-01-29 | 17 | -176/+103 |
| | | |||||
* | | Datepicker: Initial commit of widget rewrite work from old branch | TJ VanToll | 2015-01-29 | 1 | -0/+5 |
|/ | | | | History is on the datepicker-dead branch. | ||||
* | Datepicker: Set explicit button text in demo | Scott González | 2014-07-15 | 1 | -1/+2 |
| | | | | | Fixes #9626 Closes gh-1283 | ||||
* | Build: Reorganize external directory | Scott González | 2014-06-24 | 14 | -14/+14 |
| | | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266 | ||||
* | Demos: Adding <meta name="viewport"> tag for easier mobile browsing | TJ VanToll | 2014-03-07 | 1 | -0/+1 |
| | |||||
* | All: Rename jquery.js to exclude version in filename | Jörn Zaefferer | 2014-03-05 | 14 | -14/+14 |
| | |||||
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 18 | -67/+67 |
| | | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029 | ||||
* | All: Wrap I18n files with UMD return exports | Rafael Xavier de Souza | 2014-01-24 | 4 | -16/+68 |
| | | | | | Ref #9464 Ref gh-1029 | ||||
* | Demos/tests: Losslessly recompress PNG/GIF images. | Pere Orga | 2013-08-26 | 1 | -0/+0 |
| | |||||
* | Updating jQuery to 1.10.2. | Bruno M. Custódio | 2013-07-05 | 14 | -14/+14 |
| | | | | | Adding jQuery 1.10.0, 1.10.1, 1.10.2, 2.0.0, 2.0.1, 2.0.2 and 2.0.3 to the tests directory. | ||||
* | Datepicker: Replicate fr-locale changes to the demo copy. Adjust unit tests ↵ | Jörn Zaefferer | 2013-05-31 | 1 | -6/+6 |
| | | | | to match the new lowercase names. Fixes #9289 - Datepicker: Incorrect capitalisation for French and Spanish | ||||
* | Datepicker demo (localization): Add English as an option. | Scott González | 2013-03-26 | 1 | -1/+1 |
| | |||||
* | Datepicker demo: Corrected the Arabic word for Arabic. | Suhail Alkowaileet | 2013-03-25 | 1 | -1/+1 |
| | |||||
* | Updating 'jQuery' to 1.9.1. | Bruno M. Custódio | 2013-02-05 | 14 | -14/+14 |
| | |||||
* | Datepicker demo: Simplify localization demo so that jqueryui.com works properly. | Scott González | 2013-01-31 | 5 | -142/+98 |
| | |||||
* | Updating to jQuery 1.9.0 | Kris Borchers | 2013-01-17 | 14 | -14/+14 |
| | |||||
* | Datepicker: Added Candian French locale. Fixes #8917 - Datepicker: Add ↵ | Matthieu Penant | 2012-12-17 | 1 | -0/+2 |
| | | | | Canadian French locale. | ||||
* | Datepicker: Added Norwegian Bokmål and Norwegian Nynorsk locales. Fixes ↵ | Bjørn Johansen | 2012-12-05 | 1 | -0/+4 |
| | | | | | | #8886 - Datepicker: Add Norwegian Bokmål (nb) and Norwegian Nynorsk (nn) locales. Signed-off-by: Bjørn Johansen <bjorn.johansen@metronet.no> | ||||
* | Datepicker: Added Belarusian locale. Fixes #8885 - Datepicker: Add ↵ | Pavel Selitskas | 2012-12-05 | 1 | -0/+2 |
| | | | | Belarusian locale. | ||||
* | Upgrade jQuery to 1.8.3. | Scott González | 2012-11-14 | 14 | -14/+14 |
| | |||||
* | Datepicker: Added Kyrgyz localization. Fixes #8787 - Datepicker: Add Kyrgyz ↵ | Sergey Kartashov | 2012-11-07 | 1 | -0/+2 |
| | | | | localization. | ||||
* | Revert "Datepicker: Added Kyrgyz localisation" | Scott González | 2012-11-06 | 1 | -2/+0 |
| | | | | This reverts commit 4995ea05fef171bc6cb2f941f062997d2cab76a4. | ||||
* | Datepicker: Added Kyrgyz localisation | elisy | 2012-11-06 | 1 | -0/+2 |
| | |||||
* | Datepicker demo: Fixed date range restriction when clearing dates. Fixes ↵ | Scott González | 2012-10-11 | 1 | -2/+2 |
| | | | | #5473 - Datepicker: Date range demo bug when clearing date. | ||||
* | Upgrade jQuery to 1.8.2. | Scott González | 2012-09-20 | 14 | -14/+14 |
| | |||||
* | Demos: Cleanup. | Scott González | 2012-09-10 | 15 | -147/+45 |
| |