Commit Graph

4650 Commits

Author SHA1 Message Date
Scott González
ccbfd45924 A few lint fixes. 2012-04-02 15:55:50 -04:00
Scott González
3876c874e3 Grunt: Whitelist js and css files for @version replacement instead of blacklisting png. 2012-04-02 13:15:54 -04:00
Scott González
585ef702ef Grunt: Copy jquery from root regardless of version; fix include list for minified CSS files. 2012-04-02 11:12:49 -04:00
Jörn Zaefferer
83756a1d87 Build/grunt: Strip existing (protected) headers from to-be-minified CSS files 2012-04-02 16:05:59 +02:00
Jörn Zaefferer
8769798cb3 Build/grunt: Fix dependencies to versions we've tested against. No more surprise API changes, for now 2012-04-02 15:59:32 +02:00
Jörn Zaefferer
b3374b9063 Build/grunt: grunt.file.copy now expects options as third argument. Fixes the version replacing 2012-04-02 15:49:34 +02:00
Jo Liss
37dcc3e21d Protect all copyright notices against minification
For instance, this is useful for the jquery-ui-rails gem, which does not
use jQuery UI's own minification, but relies on Rails to minify the
files where necessary. Rails in turn uses UglifyJS for JS and YUI for
CSS, both of which respect the /*! ... */ convention.
2012-04-02 15:21:06 +02:00
Jörn Zaefferer
1f0e0b2bb1 Merge branch 'master' into grunt 2012-04-02 15:20:37 +02:00
Simon
48e5c853f9 Datepicker: Changed German translation for weekHeader to "KW". Fixes #8231 - Provide a better German translation for the week header. 2012-04-02 08:47:29 -04:00
Scott González
ff72467038 Grunt: Move common modules to top, along with lists of files. 2012-03-30 13:32:23 -04:00
Scott González
45a5a24dfe Tooltip: Store the title in ui-tooltip-title data only if the element has a title. 2012-03-30 09:06:06 -04:00
Scott González
56de22eead Tooltip: Avoid infinite recursion when disabling a tooltip on close. 2012-03-29 18:36:38 -04:00
Jörn Zaefferer
748702c29a Build/grunt: Add download_docs task for 1.8 2012-03-29 16:29:27 +02:00
Amir E. Aharoni
a51451dc1b Datepicker: Fixed nextText, prevText, and Sunday and split words onto multiple lines for readability. Fixes #8225 - Datepicker: Incorrect values in Persian localization. 2012-03-29 09:51:43 -04:00
Jörn Zaefferer
3e7504156a Build/grunt: Use grunt.loadNpmTasks, now that its actually working 2012-03-29 12:48:21 +02:00
Jörn Zaefferer
08aaa225ce Build/grunt: Accept more grunt-css versions 2012-03-28 19:58:11 +02:00
Jörn Zaefferer
6813543129 Bump version 2012-03-28 18:50:57 +02:00
Jörn Zaefferer
a1f88869ab Tagging 1.9m7 2012-03-28 18:50:22 +02:00
Jörn Zaefferer
cd020af627 Build/grunt: Extract css related tasks, use grunt-css instead 2012-03-28 11:45:27 +02:00
Scott González
4a6692a57a Accordion: Added animation tests. 2012-03-27 18:05:51 -04:00
Scott González
6634e40053 Accordion: Fixed post-init changes to event option and added tests for keyboard support. 2012-03-27 16:49:05 -04:00
Scott González
a709943a8b Datepicker tests: Use $.ui.keyCode instead of $.simulate.VK_*. 2012-03-27 14:46:13 -04:00
Hans Hillen
0370170b2f Accordion: Fixed ARIA support and added proper keyboard support. 2012-03-27 10:19:35 -04:00
Scott González
b2cca9ad19 Grunt: Update for new grunt API. 2012-03-23 13:33:46 -04:00
Scott González
e4f0cab043 Grunt: Switch back to using file.copy(). 2012-03-23 07:59:36 -04:00
Jörn Zaefferer
610e794976 Build/grunt: Fix copying of binary files 2012-03-22 21:28:55 +01:00
Scott González
adbc2733bb Tabs: Wrap attribute value in quotes when querying. Fixes #8207 - Tabs: Error with href selector. 2012-03-22 13:17:17 -04:00
stojce
9bb9141f29 Datepicker: Fixed month name for Macedonian localization. Fixes #8206 - Datepicker: Incorrect month name for Macedonian localization. 2012-03-22 11:16:15 -04:00
Lado Lomidze
c12a47074e Datepicker: Added Georgian localization. Fixes #8205 - Datepicker: Add Georgian localization. 2012-03-22 11:10:36 -04:00
Scott González
89ff5c5232 Upgrade jQuery to 1.7.2. 2012-03-22 09:45:22 -04:00
Jörn Zaefferer
12832b7c35 Build/grunt: Coding standards 2012-03-22 13:54:47 +01:00
Jörn Zaefferer
a454c5d246 Build/grunt: Use ascii encoding when reading files for digesting 2012-03-22 13:51:08 +01:00
Jörn Zaefferer
a00e7f3c82 Build/grunt: Always clean befoe release task 2012-03-21 21:27:34 +01:00
Jörn Zaefferer
a84512f9cf Build/grunt: Use rimraf for clean task. Fix cop_hemes task to correctly rename the -custom.css file 2012-03-21 21:19:31 +01:00
Scott González
392c003e63 Update QUnit. 2012-03-21 13:24:31 -04:00
Jörn Zaefferer
2a1ee37258 Build/grunt: Another attempt at using adm-zip. Keep the result in place, but don't (yet) use it - need to report issues to adm-zip 2012-03-19 23:08:56 +01:00
Jörn Zaefferer
72d3aa2740 Build/grunt: Add a clean task. Good enough for now, but not really a good implementation 2012-03-19 22:57:51 +01:00
Jörn Zaefferer
5f95e7c815 Build/grunt: Update to latest grunt API, using reigsterMultiTask instead of registerBasicTask 2012-03-19 22:56:34 +01:00
Scott González
b1167efd28 Grunt: Coding standards. 2012-03-19 17:12:21 -04:00
Scott González
94c6f9ec84 Mouse: Unbind events bound to document on destroy. Fixes #8199 - _mouseDestroy keeps mousemove and mouseup events bound. 2012-03-19 09:47:38 -04:00
Scott González
99fd8511ed Revert "Button: Apply overflow: hidden in all browsers except IE 6,7 to avoid expanding the size of the button from negative text indent. Fixes #7911 - Button: icon only button in dialog causes horizontal scrollbar in Opera."
This reverts commit a3a5c65d4d.
2012-03-19 09:05:40 -04:00
kborchers
11b026d59b Menu: Better disabled item handling using preventDefault() for the click event on anchors inside of disabled menu items and change the pointer to default 2012-03-18 21:18:00 -05:00
Jörn Zaefferer
6de8030f01 Merge branch 'accordion-cleanup' 2012-03-18 15:46:11 +01:00
Harri Kilpiö
5c53dd1bbc Datepicker: Corrected values of dayNamesShort in Finnish translation. Fixes #8194 - Datepicker: Incorrect day name for Finnish localization. 2012-03-14 15:14:42 -04:00
Scott González
2e0fd83070 Merge branch 'master' into grunt 2012-03-14 13:32:54 -04:00
Scott González
ec062c1156 Accordion: Removed ui-accordion-disabled class. Fixes #8193 - Accordion: Remove ui-accordion-disabled class. 2012-03-14 11:08:19 -04:00
Jörn Zaefferer
ee64f899e0 Build/grunt: Fix themes task 2012-03-11 12:55:07 +01:00
Jörn Zaefferer
5fa2cd47bb Build/grunt: Replace child_process helper with utils.spawn 2012-03-11 12:34:52 +01:00
Jörn Zaefferer
575baa0e2c Updated to QUnit 1.4.0.
Added expect(0) to make tabs and tooltip tests pass, even though those assertions are actually missing.

Introduces dialog and slider failures when running in composite all.html suite, all green when running one by one, also all-active.html is green.
2012-03-10 15:39:37 +01:00
Jörn Zaefferer
6f301eab57 Build/grunt: Fix copy_themes task, files.themes config property wasn't processed properly 2012-03-10 15:07:53 +01:00