Commit Graph

5550 Commits

Author SHA1 Message Date
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
Jörn Zaefferer
397176da3e Accordion: Remove disabled check in _keydown, covered by _bind 2012-03-07 19:28:42 +01:00
Jörn Zaefferer
0509582773 Accordion: Fix unbinding of accordion event option when dealing with multiple events. Make sure to unbind only those namespaced to .accordion 2012-03-07 19:17:09 +01:00
Jörn Zaefferer
1d68f13399 Accordion: Use _bind for keydown handler 2012-03-07 18:54:38 +01:00
Jörn Zaefferer
0bf7d25d66 Build/grunt: First draft for cdn tasks. Hashing works fine, zip file doesn't quite match the intended structure. 2012-03-07 15:16:32 +01:00
Jörn Zaefferer
34f813413b Build/grunt: Update banner template to use task.current.data.src when no file list is given. 2012-03-07 14:51:20 +01:00
Jörn Zaefferer
cc3b08df2d Build/grunt: Minify CSS files, using sqwish. 2012-03-06 20:15:51 +01:00
Jörn Zaefferer
02981c7c40 Build/grunt: cleanup 2012-03-06 19:31:00 +01:00
Jörn Zaefferer
3f17503300 Build/grunt: Custom banners for the various minified files 2012-03-06 19:30:20 +01:00
Jörn Zaefferer
953c49ff9d Build/grunt: Extend concat and min tasks to include all the files the current build includes. Headers aren't correct yet. 2012-03-06 18:52:50 +01:00
Jörn Zaefferer
98fc87a5d7 Build/grunt: Switch to adm-zip. Use addFile method until addLocalFile is implemented. 2012-03-06 18:18:09 +01:00
Jörn Zaefferer
15eb3ac8f1 Use isoDate format for min banner 2012-03-02 17:19:48 +01:00
Jörn Zaefferer
3cb276c467 Add list of included files to min banner 2012-03-02 16:55:49 +01:00
Jörn Zaefferer
69dcb76e6b First iteration on grunt-based build. lint, qunit, concat, min and zip all work, but all have various limiations. 2012-03-02 16:45:10 +01:00
Scott González
374661a2ff Accordion: Code review. 2012-03-02 07:14:44 -05:00
gromo
3e8ec7eb6b Resizable: Update aspectRatio to use calculated aspectRatio in case of: containment - parent; aspectRatio - true. Fixes #8158 - Resizable: aspectRatio: true isn't handled properly. 2012-03-02 06:13:37 -05:00
Jörn Zaefferer
f65d6b92cc Merge branch 'data-naming' 2012-03-01 15:19:57 +01:00
Jörn Zaefferer
2321ae06cb Remove both widgetName and widgetFullName data 2012-03-01 15:13:52 +01:00
Jörn Zaefferer
5e51b8db28 Update Widget data naming/usage. Remove unnecessary fallbacks, update .removeData to use full name. 2012-03-01 15:03:30 +01:00
Jörn Zaefferer
d901cd4160 Autocomplete: Add removal TODOs for #7810 2012-03-01 14:40:23 +01:00
Jörn Zaefferer
1b80154832 Widget: Rename widgetBaseClass to widgetFullName. Deprecates widgetBaseClass, to be removed later. Fixes #8154 2012-03-01 14:36:17 +01:00
Jörn Zaefferer
5fda4f6828 Update data naming for Widget, including backwards compability. Updated tests and added one for the custom expression. Partial fix for #7810 2012-03-01 14:30:02 +01:00
Jörn Zaefferer
45ca20fa33 Update data naming for Effects. Partial fix for #7810 2012-03-01 13:42:42 +01:00
Jörn Zaefferer
6d20d1463b Merge branch 'master' into data-naming 2012-03-01 13:35:04 +01:00
Jörn Zaefferer
59f2e88c58 Update data naming for Tooltip. Partial fix for #7810 2012-03-01 13:32:47 +01:00
Jörn Zaefferer
e93993c54f Update data naming for Tabs. Partial fix for #7810 2012-03-01 13:31:25 +01:00
Jörn Zaefferer
bfadd5c5a2 Tabs: Whitespace cleanup 2012-03-01 13:30:57 +01:00
Jörn Zaefferer
b141d63a17 Update data naming for Slider. Partial fix for #7810 2012-03-01 13:29:56 +01:00