aboutsummaryrefslogtreecommitdiffstats
path: root/external
Commit message (Collapse)AuthorAgeFilesLines
* Calendar tests: Add missing Gobalize formatter / parser fullFelix Nagel2015-12-021-34/+44
|
* Calendar: Use globalize-runtime with compiled localesFelix Nagel2015-11-188-7259/+1098
|
* Calendar: Move custom date object to ui namespaceFelix Nagel2015-09-271-241/+0
|
* Calendar: Remove some obsolete todo commentsFelix Nagel2015-09-271-1/+0
|
* Calendar: Use day of the month instead day of the week in setMonthFelix Nagel2015-09-101-1/+1
| | | | Fixes $.ui.calendarDate tests.
* Calendar: Some code style and CGL fixesFelix Nagel2015-09-101-9/+9
|
* Calendar: Update Globalize to 1.0.0Felix Nagel2015-07-299-617/+3556
|
* Merge branch 'datepicker' into datepicker-globalize-1.xFelix Nagel2015-07-292-41/+79
|
* (fix) Datepicker: Use Globalize 1.0.0Rafael Xavier de Souza2015-07-293-450/+590
| | | | - Update Globalize to 1.0.0-alpha.7
* Datepicker: Use Globalize 1.0.0Rafael Xavier de Souza2015-07-291-537/+0
| | | | - \o/ \o/ \o/ get rid of all name translations
* Datepicker: Use Globalize 1.0.0Rafael Xavier de Souza2015-07-291-4/+8
| | | | | - Fix Use narrow day names (e.g., "ﺥ" EEEEE) if short (e.g., "ﺎﻠﺨﻤﻴﺳ" EEE) if too lengthy;
* Datepicker: Use Globalize 1.0.0Rafael Xavier de Souza2015-07-291-1/+1402
| | | | - Update demos
* Datepicker: Use Globalize 1.0.0Rafael Xavier de Souza2015-07-2910-3303/+4638
| | | | - Update Globalize to 1.0.0-alpha.6
* Merge branch 'master' into datepickerScott González2015-07-1537-4125/+98689
|\
| * Tests: Add custom build of core to testsAlexander Schmitz2015-05-202-0/+10326
| | | | | | | | | | | | | | This adds a custom build which excludes the event/alias and deprecated modules Fixes #12770 Closes gh-1556
| * Build: Upgrade to jQuery 1.11.3Scott González2015-05-143-4/+10381
| |
| * Build: Update to qunit-assert-classes to V 1.0.2Alexander Schmitz2015-05-011-18/+140
| | | | | | | | Closes gh-1547
| * Build: Upgrade to qunit-composite 1.1.0Scott González2015-04-091-3/+14
| | | | | | | | | | Ref #10119 Closes gh-1528
| * Tests: Use the qunit-assert-close moduleScott González2015-04-092-0/+127
| | | | | | | | | | | | | | | | Moved QUnit assertion dependencies from `lib/bootstrap` to `lib/qunit`. Corrected bad draggable assertions. Ref gh-1528
| * Tests: Change test infrastructure to use AMD and reduce boilerplateScott González2015-04-091-0/+2076
| | | | | | | | | | | | | | | | | | | | | | 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
| * Tests: Switch to the new qunit-composite moduleScott González2015-04-073-0/+233
| | | | | | | | | | | | This module was created from our existing implementation. Closes gh-1532
| * Build: Upgrade to QUnit 1.18.0Jörn Zaefferer2015-04-033-225/+1188
| |
| * Build: Add qunit-assert-classes plug-in for classes testsAlexander Schmitz2015-03-112-0/+69
| |
| * Build: Upgrade to jQuery 1.11.2Scott González2015-02-2317-3901/+72343
| | | | | | | | Adds jQuery 1.11.0, 1.11.1, 1.11.2, 2.1.0, 2.1.1, 2.1.2, 2.1.3
* | Calendar: Fix month jumping WIPFelix Nagel2015-03-241-0/+2
| | | | | | | | Fixes multiple-month demo and other-month demo.
* | Calendar: Remove selected property from $.dateFelix Nagel2015-03-201-9/+0
| |
* | Calendar: Fix German localizationFelix Nagel2015-01-291-3/+3
| |
* | Datepicker: Introduce value optionFelix Nagel2015-01-291-0/+7
| | | | | | | | | | | | Change status caching, fix existing value related methods, introduce $.date construction with date object, selected property is null by default, add selected getter
* | Datepicker: Use `short` instead of `abbreviated` format for table headerFelix Nagel2015-01-291-1/+1
| | | | | | | | | | Revert to old behavior with two instead of three chars. Fixes layout issue with wrong day table cell width.
* | Datepicker: Fix code style issuesFelix Nagel2015-01-291-1/+1
| |
* | Date: Make `$.date()` a constructor functionTJ VanToll2015-01-291-152/+169
| | | | | | | | Move methods to prototype.
* | Datepicker: Use Globalize 1.0.0Rafael Xavier de Souza2015-01-295-2077/+4771
| |
* | Datepicker: Fix the `eachDay` optionJörn Zaefferer2015-01-291-2/+3
| | | | | | | | | | Use the `eachDay` option in the other-months demo. Fix handling of `extraClasses` property, split on space.
* | Datepicker: Initial commit of widget rewrite work from old branchTJ VanToll2015-01-292-0/+633
|/ | | | History is on the datepicker-dead branch.
* Build: Update QUnit to latest (1.17.1)Jörn Zaefferer2015-01-262-1175/+1805
|
* All: Drop support for jQuery 1.6.xJörn Zaefferer2015-01-1310-44972/+0
| | | | | | | | | | | 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
* Build: Pull in jquery.simulate.js from BowerMike Sherov2014-08-222-0/+367
| | | | Fixes #10563
* Build: Upgrade to jquery-mousewheel 3.1.12Scott González2014-07-222-4/+25
|
* Test: Get all jQuery versions from BowerScott González2014-06-2442-0/+194526
| | | | Ref gh-1266
* Build: Reorganize external directoryScott González2014-06-2412-0/+9872
| | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266
* External: Update mousewheel plugin, copy only main fileJörn Zaefferer2014-04-141-33/+152
|
* Externals: Update jshint to latestJörn Zaefferer2014-03-051-59347/+58475
|
* Tests: Update to latest QUnitJörn Zaefferer2014-02-202-685/+814
|
* Upgrade to JSHint 2.3.0 for browser version.Scott González2013-11-221-2607/+59214
|
* Updating Globalize to v0.0.1.TJ VanToll2013-07-111-52/+64
|
* Upgrade mousewheel to 3.1.0.Scott González2013-02-221-56/+73
|
* Upgrade QUnit to 1.11.0. Fixes #8969 - Global test failure in Opera 12.12.Scott González2013-01-312-162/+346
|
* Libs/externals: Fix line endings.Jörn Zaefferer2013-01-081-83/+83
|
* Removed bgiframe.Scott González2012-10-261-39/+0
|
* Widget: Removed use of metadata. Fixes #7192 - Widget: Remove use of metadata.Scott González2012-10-251-122/+0
|