Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Calendar tests: Add missing Gobalize formatter / parser full | Felix Nagel | 2015-12-02 | 1 | -34/+44 |
| | |||||
* | Calendar: Use globalize-runtime with compiled locales | Felix Nagel | 2015-11-18 | 8 | -7259/+1098 |
| | |||||
* | Calendar: Move custom date object to ui namespace | Felix Nagel | 2015-09-27 | 1 | -241/+0 |
| | |||||
* | Calendar: Remove some obsolete todo comments | Felix Nagel | 2015-09-27 | 1 | -1/+0 |
| | |||||
* | Calendar: Use day of the month instead day of the week in setMonth | Felix Nagel | 2015-09-10 | 1 | -1/+1 |
| | | | | Fixes $.ui.calendarDate tests. | ||||
* | Calendar: Some code style and CGL fixes | Felix Nagel | 2015-09-10 | 1 | -9/+9 |
| | |||||
* | Calendar: Update Globalize to 1.0.0 | Felix Nagel | 2015-07-29 | 9 | -617/+3556 |
| | |||||
* | Merge branch 'datepicker' into datepicker-globalize-1.x | Felix Nagel | 2015-07-29 | 2 | -41/+79 |
| | |||||
* | (fix) Datepicker: Use Globalize 1.0.0 | Rafael Xavier de Souza | 2015-07-29 | 3 | -450/+590 |
| | | | | - Update Globalize to 1.0.0-alpha.7 | ||||
* | Datepicker: Use Globalize 1.0.0 | Rafael Xavier de Souza | 2015-07-29 | 1 | -537/+0 |
| | | | | - \o/ \o/ \o/ get rid of all name translations | ||||
* | Datepicker: Use Globalize 1.0.0 | Rafael Xavier de Souza | 2015-07-29 | 1 | -4/+8 |
| | | | | | - Fix Use narrow day names (e.g., "ﺥ" EEEEE) if short (e.g., "ﺎﻠﺨﻤﻴﺳ" EEE) if too lengthy; | ||||
* | Datepicker: Use Globalize 1.0.0 | Rafael Xavier de Souza | 2015-07-29 | 1 | -1/+1402 |
| | | | | - Update demos | ||||
* | Datepicker: Use Globalize 1.0.0 | Rafael Xavier de Souza | 2015-07-29 | 10 | -3303/+4638 |
| | | | | - Update Globalize to 1.0.0-alpha.6 | ||||
* | Merge branch 'master' into datepicker | Scott González | 2015-07-15 | 37 | -4125/+98689 |
|\ | |||||
| * | Tests: Add custom build of core to tests | Alexander Schmitz | 2015-05-20 | 2 | -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.3 | Scott González | 2015-05-14 | 3 | -4/+10381 |
| | | |||||
| * | Build: Update to qunit-assert-classes to V 1.0.2 | Alexander Schmitz | 2015-05-01 | 1 | -18/+140 |
| | | | | | | | | Closes gh-1547 | ||||
| * | Build: Upgrade to qunit-composite 1.1.0 | Scott González | 2015-04-09 | 1 | -3/+14 |
| | | | | | | | | | | Ref #10119 Closes gh-1528 | ||||
| * | Tests: Use the qunit-assert-close module | Scott González | 2015-04-09 | 2 | -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 boilerplate | Scott González | 2015-04-09 | 1 | -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 module | Scott González | 2015-04-07 | 3 | -0/+233 |
| | | | | | | | | | | | | This module was created from our existing implementation. Closes gh-1532 | ||||
| * | Build: Upgrade to QUnit 1.18.0 | Jörn Zaefferer | 2015-04-03 | 3 | -225/+1188 |
| | | |||||
| * | Build: Add qunit-assert-classes plug-in for classes tests | Alexander Schmitz | 2015-03-11 | 2 | -0/+69 |
| | | |||||
| * | Build: Upgrade to jQuery 1.11.2 | Scott González | 2015-02-23 | 17 | -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 WIP | Felix Nagel | 2015-03-24 | 1 | -0/+2 |
| | | | | | | | | Fixes multiple-month demo and other-month demo. | ||||
* | | Calendar: Remove selected property from $.date | Felix Nagel | 2015-03-20 | 1 | -9/+0 |
| | | |||||
* | | Calendar: Fix German localization | Felix Nagel | 2015-01-29 | 1 | -3/+3 |
| | | |||||
* | | Datepicker: Introduce value option | Felix Nagel | 2015-01-29 | 1 | -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 header | Felix Nagel | 2015-01-29 | 1 | -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 issues | Felix Nagel | 2015-01-29 | 1 | -1/+1 |
| | | |||||
* | | Date: Make `$.date()` a constructor function | TJ VanToll | 2015-01-29 | 1 | -152/+169 |
| | | | | | | | | Move methods to prototype. | ||||
* | | Datepicker: Use Globalize 1.0.0 | Rafael Xavier de Souza | 2015-01-29 | 5 | -2077/+4771 |
| | | |||||
* | | Datepicker: Fix the `eachDay` option | Jörn Zaefferer | 2015-01-29 | 1 | -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 branch | TJ VanToll | 2015-01-29 | 2 | -0/+633 |
|/ | | | | History is on the datepicker-dead branch. | ||||
* | Build: Update QUnit to latest (1.17.1) | Jörn Zaefferer | 2015-01-26 | 2 | -1175/+1805 |
| | |||||
* | All: Drop support for jQuery 1.6.x | Jörn Zaefferer | 2015-01-13 | 10 | -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 Bower | Mike Sherov | 2014-08-22 | 2 | -0/+367 |
| | | | | Fixes #10563 | ||||
* | Build: Upgrade to jquery-mousewheel 3.1.12 | Scott González | 2014-07-22 | 2 | -4/+25 |
| | |||||
* | Test: Get all jQuery versions from Bower | Scott González | 2014-06-24 | 42 | -0/+194526 |
| | | | | Ref gh-1266 | ||||
* | Build: Reorganize external directory | Scott González | 2014-06-24 | 12 | -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 file | Jörn Zaefferer | 2014-04-14 | 1 | -33/+152 |
| | |||||
* | Externals: Update jshint to latest | Jörn Zaefferer | 2014-03-05 | 1 | -59347/+58475 |
| | |||||
* | Tests: Update to latest QUnit | Jörn Zaefferer | 2014-02-20 | 2 | -685/+814 |
| | |||||
* | Upgrade to JSHint 2.3.0 for browser version. | Scott González | 2013-11-22 | 1 | -2607/+59214 |
| | |||||
* | Updating Globalize to v0.0.1. | TJ VanToll | 2013-07-11 | 1 | -52/+64 |
| | |||||
* | Upgrade mousewheel to 3.1.0. | Scott González | 2013-02-22 | 1 | -56/+73 |
| | |||||
* | Upgrade QUnit to 1.11.0. Fixes #8969 - Global test failure in Opera 12.12. | Scott González | 2013-01-31 | 2 | -162/+346 |
| | |||||
* | Libs/externals: Fix line endings. | Jörn Zaefferer | 2013-01-08 | 1 | -83/+83 |
| | |||||
* | Removed bgiframe. | Scott González | 2012-10-26 | 1 | -39/+0 |
| | |||||
* | Widget: Removed use of metadata. Fixes #7192 - Widget: Remove use of metadata. | Scott González | 2012-10-25 | 1 | -122/+0 |
| |