Felix Nagel
6b8ac7ef1b
Merge branch 'master' into datepicker
2016-11-09 10:13:28 +01:00
Michał Gołębiowski
4673c8808b
Build: Add jQuery 3.1.1
...
Closes gh-1766
2016-11-02 12:52:22 -04:00
Felix Nagel
2c43879a46
Datepicker: Use simple split instead of globalize for parsing attributes
...
This reverts commit ea986f2808
.
2016-10-25 18:27:31 +02:00
Felix Nagel
ea986f2808
Datepicker: Add missing Globalize parse format for min / max attribute
2016-10-12 01:04:25 +02:00
Scott González
ea44d84975
Build: Add jQuery 3.1.0
2016-07-08 13:02:10 -04:00
Alexander Schmitz
71b93ed247
Build: Add jQuery 3.0 for testing
2016-07-06 09:45:29 -04:00
Michał Gołębiowski
468f1e3abe
Build: Add jQuery 1.12/2.2 to the test configuration
...
Ref gh-1706
2016-05-25 16:42:06 -04:00
Felix Nagel
705b674776
Calendar tests: Add missing Gobalize formatter / parser full
2015-12-02 17:15:23 +01:00
Felix Nagel
c43149d8a4
Calendar: Use globalize-runtime with compiled locales
2015-11-18 19:56:19 +01:00
Felix Nagel
dcef453594
Calendar: Move custom date object to ui namespace
2015-09-27 18:45:53 +02:00
Felix Nagel
af7d2009ce
Calendar: Remove some obsolete todo comments
2015-09-27 18:11:35 +02:00
Felix Nagel
430715b206
Calendar: Use day of the month instead day of the week in setMonth
...
Fixes $.ui.calendarDate tests.
2015-09-10 23:21:24 +02:00
Felix Nagel
9bc5fd2387
Calendar: Some code style and CGL fixes
2015-09-10 23:21:24 +02:00
Felix Nagel
f9ba50df66
Calendar: Update Globalize to 1.0.0
2015-07-29 00:06:29 +02:00
Felix Nagel
8238c25980
Merge branch 'datepicker' into datepicker-globalize-1.x
2015-07-29 00:06:29 +02:00
Rafael Xavier de Souza
7f432eddb0
(fix) Datepicker: Use Globalize 1.0.0
...
- Update Globalize to 1.0.0-alpha.7
2015-07-29 00:04:01 +02:00
Rafael Xavier de Souza
fda7a7e98f
Datepicker: Use Globalize 1.0.0
...
- \o/ \o/ \o/ get rid of all name translations
2015-07-29 00:03:37 +02:00
Rafael Xavier de Souza
846852a250
Datepicker: Use Globalize 1.0.0
...
- Fix Use narrow day names (e.g., "ﺥ" EEEEE) if short (e.g., "ﺎﻠﺨﻤﻴﺳ" EEE) if
too lengthy;
2015-07-29 00:03:36 +02:00
Rafael Xavier de Souza
a16a788943
Datepicker: Use Globalize 1.0.0
...
- Update demos
2015-07-29 00:03:36 +02:00
Rafael Xavier de Souza
d0a5a7a0e6
Datepicker: Use Globalize 1.0.0
...
- Update Globalize to 1.0.0-alpha.6
2015-07-29 00:03:35 +02:00
Scott González
71d8f16ad4
Merge branch 'master' into datepicker
2015-07-15 09:40:38 -04:00
Alexander Schmitz
6fd9fc92a3
Tests: Add custom build of core to tests
...
This adds a custom build which excludes the event/alias and deprecated modules
Fixes #12770
Closes gh-1556
2015-05-20 14:28:55 -04:00
Scott González
ae25cdb688
Build: Upgrade to jQuery 1.11.3
2015-05-14 08:25:16 -04:00
Alexander Schmitz
6a03b0f2ba
Build: Update to qunit-assert-classes to V 1.0.2
...
Closes gh-1547
2015-05-01 07:11:35 -04:00
Scott González
f499569bff
Build: Upgrade to qunit-composite 1.1.0
...
Ref #10119
Closes gh-1528
2015-04-09 09:28:25 -04:00
Scott González
4bf80d209a
Tests: Use the qunit-assert-close module
...
Moved QUnit assertion dependencies from `lib/bootstrap` to `lib/qunit`.
Corrected bad draggable assertions.
Ref gh-1528
2015-04-09 09:28:25 -04:00
Scott González
7c896ddb85
Tests: Change test infrastructure to use AMD and reduce boilerplate
...
Ref #10119
Ref gh-1528
* Adds RequireJS and relies on AMD for loading dependencies.
* Updates to grunt-contrib-qunit 0.6.0.
* Convert `domEqual()` to a proper QUnit assertion.
* Introduces two bootstrap files (JS and CSS) which use `data-` attributes to
reduce the amount of boilerplate needed in each test
2015-04-09 09:21:06 -04:00
Scott González
500f6b4992
Tests: Switch to the new qunit-composite module
...
This module was created from our existing implementation.
Closes gh-1532
2015-04-07 09:03:36 -04:00
Jörn Zaefferer
98d9bb9b3e
Build: Upgrade to QUnit 1.18.0
2015-04-03 12:49:43 +02:00
Felix Nagel
4c2229fc51
Calendar: Fix month jumping WIP
...
Fixes multiple-month demo and other-month demo.
2015-03-24 01:57:59 +01:00
Felix Nagel
ec0d679e64
Calendar: Remove selected property from $.date
2015-03-20 23:36:56 +01:00
Alexander Schmitz
4959c81d80
Build: Add qunit-assert-classes plug-in for classes tests
2015-03-11 14:55:44 -04:00
Scott González
8fdfea5fe9
Build: Upgrade to jQuery 1.11.2
...
Adds jQuery 1.11.0, 1.11.1, 1.11.2, 2.1.0, 2.1.1, 2.1.2, 2.1.3
2015-02-23 14:01:03 -05:00
Felix Nagel
fd3a68cfa3
Calendar: Fix German localization
2015-01-29 18:01:29 -05:00
Felix Nagel
35b52a0dfc
Datepicker: Introduce value option
...
Change status caching, fix existing value related methods, introduce
$.date construction with date object, selected property is null by
default, add selected getter
2015-01-29 17:48:26 -05:00
Felix Nagel
9c66d2e92f
Datepicker: Use short
instead of abbreviated
format for table header
...
Revert to old behavior with two instead of three chars.
Fixes layout issue with wrong day table cell width.
2015-01-29 17:48:25 -05:00
Felix Nagel
cfea8df90a
Datepicker: Fix code style issues
2015-01-29 17:48:19 -05:00
TJ VanToll
77d7dd21a7
Date: Make $.date()
a constructor function
...
Move methods to prototype.
2015-01-29 17:47:50 -05:00
Rafael Xavier de Souza
ffc8ab2710
Datepicker: Use Globalize 1.0.0
2015-01-29 17:47:48 -05:00
Jörn Zaefferer
9ec69ccb73
Datepicker: Fix the eachDay
option
...
Use the `eachDay` option in the other-months demo.
Fix handling of `extraClasses` property, split on space.
2015-01-29 17:47:46 -05:00
TJ VanToll
68f8e3c2e3
Datepicker: Initial commit of widget rewrite work from old branch
...
History is on the datepicker-dead branch.
2015-01-29 13:42:45 -05:00
Jörn Zaefferer
0aa4e989ef
Build: Update QUnit to latest (1.17.1)
2015-01-26 16:49:03 +01:00
Jörn Zaefferer
9d0f44fd7b
All: Drop support for jQuery 1.6.x
...
Affects core, effects, position and widget. Only position has unit tests
that fail with jQuery 1.6 without the workaround.
Drops the 1.6.x copies jQuery of jQuery and removes them from the select
in the testsuites.
Fixes #10723
Closes gh-1422
2015-01-13 15:05:54 +01:00
Mike Sherov
aa425ab95d
Build: Pull in jquery.simulate.js from Bower
...
Fixes #10563
2014-08-22 17:01:50 -04:00
Scott González
1071346aea
Build: Upgrade to jquery-mousewheel 3.1.12
2014-07-22 12:13:59 -04:00
Scott González
19dfa2dc1b
Test: Get all jQuery versions from Bower
...
Ref gh-1266
2014-06-24 22:45:44 -04:00
Scott González
6df127a0b5
Build: Reorganize external directory
...
Put each external library into its own directory.
Move jquery.js to external.
Ref gh-1266
2014-06-24 22:45:32 -04:00
Jörn Zaefferer
919d9185f2
External: Update mousewheel plugin, copy only main file
2014-04-14 18:08:18 +02:00
Jörn Zaefferer
385821e365
Externals: Update jshint to latest
2014-03-05 16:04:45 +01:00
Jörn Zaefferer
e7c932ee2b
Tests: Update to latest QUnit
2014-02-20 17:05:02 +01:00