aboutsummaryrefslogtreecommitdiffstats
path: root/demos/datepicker
Commit message (Collapse)AuthorAgeFilesLines
* Datepicker: Fix outdated Globalize format option in date-format demoFelix Nagel2015-11-251-1/+1
|
* Merge branch 'master' into datepickerFelix Nagel2015-10-085-0/+5
|\
| * Demos: Add device-width viewport meta to all demosJörn Zaefferer2015-09-3014-0/+14
| | | | | | | | Ref 343c2651729af2fdf020dd538fce0855785f5a0d
* | Datepicker: Use button instead of a link in icon trigger demoFelix Nagel2015-09-101-4/+3
| |
* | Datepicker: Fix icon trigger demoFelix Nagel2015-09-101-5/+10
| | | | | | | | | | Support keyboard control. Fix close on second click. Add removal notice.
* | Merge branch 'master' into datepickerScott González2015-08-205-112/+25
|\|
| * Datepicker: Update localization demo to use i18n files from ui folderAlexander Schmitz2015-07-215-147/+1
| | | | | | | | Ref #10119
| * Datepicker: Use new demos infrastructureAlexander Schmitz2015-07-2118-113/+32
| | | | | | | | Ref #10119
* | Datepicker: Update to Globalize 1.0.0Felix Nagel2015-07-295-0/+5
| |
* | Merge branch 'datepicker' into datepicker-globalize-1.xFelix Nagel2015-07-295-6/+6
| |
* | Datepicker: Use Globalize 1.0.0Felix Nagel2015-07-294-15/+11
| | | | | | | | | | | | - Make all demos work - Fix calendar localization demo - Fix merge errors
* | Datepicker: Use Globalize 1.0.0Rafael Xavier de Souza2015-07-291-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.0Rafael Xavier de Souza2015-07-291-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.0Rafael Xavier de Souza2015-07-295-6/+34
| | | | | | | | - Update demos
* | Merge branch 'master' into datepickerScott González2015-07-153-3/+3
|\|
| * Datepicker: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-203-3/+3
| |
| * Datepicker: Fix date range demo when entering values manuallyScott González2015-02-231-15/+28
| | | | | | | | | | Fixes #11143 Closes gh-1454
* | Datepicker: Fix localization demoFelix Nagel2015-01-291-5/+9
| |
* | Calendar: Add calendar widgetFelix Nagel2015-01-2915-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 demoFelix Nagel2015-01-291-15/+16
| |
* | Datepicker: Fix populate alternate field demoFelix Nagel2015-01-291-2/+2
| |
* | Datepicker: Fix code style issuesFelix Nagel2015-01-291-1/+1
| |
* | Datepicker: Use Globalize 1.0.0Rafael Xavier de Souza2015-01-293-16/+28
| |
* | Datepicker: Fix the `eachDay` optionJörn Zaefferer2015-01-291-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 structureTJ VanToll2015-01-2917-176/+103
| |
* | Datepicker: Initial commit of widget rewrite work from old branchTJ VanToll2015-01-291-0/+5
|/ | | | History is on the datepicker-dead branch.
* Datepicker: Set explicit button text in demoScott González2014-07-151-1/+2
| | | | | Fixes #9626 Closes gh-1283
* Build: Reorganize external directoryScott González2014-06-2414-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 browsingTJ VanToll2014-03-071-0/+1
|
* All: Rename jquery.js to exclude version in filenameJörn Zaefferer2014-03-0514-14/+14
|
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-2418-67/+67
| | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029
* All: Wrap I18n files with UMD return exportsRafael Xavier de Souza2014-01-244-16/+68
| | | | | Ref #9464 Ref gh-1029
* Demos/tests: Losslessly recompress PNG/GIF images.Pere Orga2013-08-261-0/+0
|
* Updating jQuery to 1.10.2.Bruno M. Custódio2013-07-0514-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 Zaefferer2013-05-311-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ález2013-03-261-1/+1
|
* Datepicker demo: Corrected the Arabic word for Arabic.Suhail Alkowaileet2013-03-251-1/+1
|
* Updating 'jQuery' to 1.9.1.Bruno M. Custódio2013-02-0514-14/+14
|
* Datepicker demo: Simplify localization demo so that jqueryui.com works properly.Scott González2013-01-315-142/+98
|
* Updating to jQuery 1.9.0Kris Borchers2013-01-1714-14/+14
|
* Datepicker: Added Candian French locale. Fixes #8917 - Datepicker: Add ↵Matthieu Penant2012-12-171-0/+2
| | | | Canadian French locale.
* Datepicker: Added Norwegian Bokmål and Norwegian Nynorsk locales. Fixes ↵Bjørn Johansen2012-12-051-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 Selitskas2012-12-051-0/+2
| | | | Belarusian locale.
* Upgrade jQuery to 1.8.3.Scott González2012-11-1414-14/+14
|
* Datepicker: Added Kyrgyz localization. Fixes #8787 - Datepicker: Add Kyrgyz ↵Sergey Kartashov2012-11-071-0/+2
| | | | localization.
* Revert "Datepicker: Added Kyrgyz localisation"Scott González2012-11-061-2/+0
| | | | This reverts commit 4995ea05fef171bc6cb2f941f062997d2cab76a4.
* Datepicker: Added Kyrgyz localisationelisy2012-11-061-0/+2
|
* Datepicker demo: Fixed date range restriction when clearing dates. Fixes ↵Scott González2012-10-111-2/+2
| | | | #5473 - Datepicker: Date range demo bug when clearing date.
* Upgrade jQuery to 1.8.2.Scott González2012-09-2014-14/+14
|
* Demos: Cleanup.Scott González2012-09-1015-147/+45
|