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
Jörn Zaefferer
f8bad0441d
Build: Modify uglify.js to include a newline charakter after the copyright comment, makes diffing against new build a little bit more efficient
2012-03-10 14:16:13 +01:00
Jörn Zaefferer
5e6fc4f086
Build/grunt: Simplify css_min basic task, concat helper already takes care of executing directives
2012-03-10 13:53:53 +01:00
Jörn Zaefferer
fd9b7d3475
Build/grunt: Integrate CSSLint
2012-03-10 13:45:16 +01:00
Jörn Zaefferer
2865a62987
Build/grunt: Update codebase to adapt or make use of latest changes in grunt
2012-03-10 12:55:36 +01:00
Jörn Zaefferer
85ea681685
Build/grunt: Improve lint setup, get rid of file comment, using gruntjs specific config anyway
2012-03-09 17:59:57 +01:00
Jörn Zaefferer
9fd5e7a153
Build/grunt: Improve lint setup, configure options and globals for different contexts
2012-03-09 17:58:34 +01:00
Jörn Zaefferer
19088fa91e
Build/grunt: Fix a few oversights from the files config refactoring. Also finish the release_cdn target, now it includes all themes
2012-03-09 17:42:57 +01:00
Jörn Zaefferer
fcab58aba4
Build/grunt: Use child process for zipping until adm-zip works better. Rewrote files config to make that work with the cwd requirement.
2012-03-09 17:18:35 +01:00
Jörn Zaefferer
59a26c87c4
Build/grunt: Can use config('pkg.version'), now was fixed in grunt
2012-03-09 16:25:51 +01:00
Jörn Zaefferer
8a982f5968
Build/grunt: Use custom directive to strip banners. Now works against unmodified grunt again.
2012-03-09 16:23:57 +01:00
Jörn Zaefferer
36302cc3c9
Build/grunt: Add back version.txt. Will remove that later along with the old build files, until then its useful to compare the new system against the old.
2012-03-09 16:21:45 +01:00
Jörn Zaefferer
ff5895a39f
Build/grunt: Add sizer task. Some cleanup in other areas.
2012-03-09 15:18:30 +01:00
Jörn Zaefferer
60bbda3eb9
Build/grunt: Cleanup todos
2012-03-09 14:02:00 +01:00
Jörn Zaefferer
4a2b004c07
Build/grunt: Finish release_themes task. Strip headers from concatenated files.
2012-03-09 13:52:18 +01:00
Jörn Zaefferer
64ea9d427e
Build/grunt: Extend themes_download task with unzipping
2012-03-08 17:11:57 +01:00
Scott González
edec16acbb
Added composite test suite for all 'active' tests.
2012-03-08 11:11:30 -05:00
Scott González
932fe888c0
Updated copyright year.
2012-03-08 10:53:08 -05:00
Jörn Zaefferer
6aa41bf4ae
Build/grunt: Partial download_themes task. Extracting currently fails with crc32 checksum failure
2012-03-08 14:52:50 +01:00
Jörn Zaefferer
face6de0b6
Build/grunt: Almost complete release and release_cdn tasks. Concat task fails to strip headers, everything else is in place.
2012-03-08 14:06:25 +01:00
Jörn Zaefferer
17db755a4f
Accordion: Use _bind for event option. Refactor other _bind call to go into _setupEvents as well, simplifying unbinding a lot. Also add missing semicolon
2012-03-07 20:00:02 +01:00
Jörn Zaefferer
c7cf13f5ed
Accordion: Update method tests - active option still works when accordion is disabled
2012-03-07 19:54:06 +01:00
Jörn Zaefferer
724772e591
Accordion: Update test helper to use QUnit.push instead of deepEqual to get useful stacktrace
2012-03-07 19:45:20 +01:00
Scott González
471ac4dd1c
Accordion: Added missing semicolon.
2012-03-07 13:34:47 -05:00