aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Build/grunt: Extract css related tasks, use grunt-css insteadJörn Zaefferer2012-03-282-45/+8
|
* Grunt: Update for new grunt API.Scott González2012-03-231-79/+83
|
* Grunt: Switch back to using file.copy().Scott González2012-03-231-3/+6
|
* Build/grunt: Fix copying of binary filesJörn Zaefferer2012-03-221-1/+2
|
* Build/grunt: Coding standardsJörn Zaefferer2012-03-221-7/+7
|
* Build/grunt: Use ascii encoding when reading files for digestingJörn Zaefferer2012-03-221-1/+1
|
* Build/grunt: Always clean befoe release taskJörn Zaefferer2012-03-211-1/+1
|
* Build/grunt: Use rimraf for clean task. Fix cop_hemes task to correctly ↵Jörn Zaefferer2012-03-212-7/+4
| | | | rename the -custom.css file
* Build/grunt: Another attempt at using adm-zip. Keep the result in place, but ↵Jörn Zaefferer2012-03-192-14/+15
| | | | don't (yet) use it - need to report issues to adm-zip
* Build/grunt: Add a clean task. Good enough for now, but not really a good ↵Jörn Zaefferer2012-03-191-0/+8
| | | | implementation
* Build/grunt: Update to latest grunt API, using reigsterMultiTask instead of ↵Jörn Zaefferer2012-03-191-6/+6
| | | | registerBasicTask
* Grunt: Coding standards.Scott González2012-03-191-481/+483
|
* Merge branch 'master' into gruntScott González2012-03-1458-281/+384
|\
| * Accordion: Removed ui-accordion-disabled class. Fixes #8193 - Accordion: ↵Scott González2012-03-141-5/+3
| | | | | | | | Remove ui-accordion-disabled class.
| * Updated to QUnit 1.4.0.Jörn Zaefferer2012-03-104-216/+245
| | | | | | | | | | | | 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.
| * Added composite test suite for all 'active' tests.Scott González2012-03-081-0/+72
| |
| * Updated copyright year.Scott González2012-03-0853-53/+53
| |
| * Accordion: Added missing semicolon.Scott González2012-03-071-1/+1
| |
| * Accordion: Code review.Scott González2012-03-021-9/+13
| |
* | Build/grunt: Fix themes taskJörn Zaefferer2012-03-111-1/+2
| |
* | Build/grunt: Replace child_process helper with utils.spawnJörn Zaefferer2012-03-111-3/+3
| |
* | Build/grunt: Fix copy_themes task, files.themes config property wasn't ↵Jörn Zaefferer2012-03-101-1/+2
| | | | | | | | processed properly
* | Build: Modify uglify.js to include a newline charakter after the copyright ↵Jörn Zaefferer2012-03-101-1/+1
| | | | | | | | comment, makes diffing against new build a little bit more efficient
* | Build/grunt: Simplify css_min basic task, concat helper already takes care ↵Jörn Zaefferer2012-03-101-15/+2
| | | | | | | | of executing directives
* | Build/grunt: Integrate CSSLintJörn Zaefferer2012-03-102-3/+44
| |
* | Build/grunt: Update codebase to adapt or make use of latest changes in gruntJörn Zaefferer2012-03-101-39/+36
| |
* | Build/grunt: Improve lint setup, get rid of file comment, using gruntjs ↵Jörn Zaefferer2012-03-091-1/+2
| | | | | | | | specific config anyway
* | Build/grunt: Improve lint setup, configure options and globals for different ↵Jörn Zaefferer2012-03-091-7/+35
| | | | | | | | contexts
* | Build/grunt: Fix a few oversights from the files config refactoring. Also ↵Jörn Zaefferer2012-03-091-12/+13
| | | | | | | | finish the release_cdn target, now it includes all themes
* | Build/grunt: Use child process for zipping until adm-zip works better. ↵Jörn Zaefferer2012-03-091-41/+59
| | | | | | | | Rewrote files config to make that work with the cwd requirement.
* | Build/grunt: Can use config('pkg.version'), now was fixed in gruntJörn Zaefferer2012-03-091-1/+1
| |
* | Build/grunt: Use custom directive to strip banners. Now works against ↵Jörn Zaefferer2012-03-091-1/+4
| | | | | | | | unmodified grunt again.
* | Build/grunt: Add back version.txt. Will remove that later along with the old ↵Jörn Zaefferer2012-03-091-0/+1
| | | | | | | | build files, until then its useful to compare the new system against the old.
* | Build/grunt: Add sizer task. Some cleanup in other areas.Jörn Zaefferer2012-03-091-7/+78
| |
* | Build/grunt: Cleanup todosJörn Zaefferer2012-03-091-2/+0
| |
* | Build/grunt: Finish release_themes task. Strip headers from concatenated files.Jörn Zaefferer2012-03-091-14/+50
| |
* | Build/grunt: Extend themes_download task with unzippingJörn Zaefferer2012-03-081-14/+34
| |
* | Build/grunt: Partial download_themes task. Extracting currently fails with ↵Jörn Zaefferer2012-03-082-4/+26
| | | | | | | | crc32 checksum failure
* | Build/grunt: Almost complete release and release_cdn tasks. Concat task ↵Jörn Zaefferer2012-03-082-40/+172
| | | | | | | | fails to strip headers, everything else is in place.
* | Build/grunt: First draft for cdn tasks. Hashing works fine, zip file doesn't ↵Jörn Zaefferer2012-03-071-1/+37
| | | | | | | | quite match the intended structure.
* | Build/grunt: Update banner template to use task.current.data.src when no ↵Jörn Zaefferer2012-03-071-13/+16
| | | | | | | | file list is given.
* | Build/grunt: Minify CSS files, using sqwish.Jörn Zaefferer2012-03-062-13/+43
| |
* | Build/grunt: cleanupJörn Zaefferer2012-03-061-3/+0
| |
* | Build/grunt: Custom banners for the various minified filesJörn Zaefferer2012-03-061-9/+20
| |
* | Build/grunt: Extend concat and min tasks to include all the files the ↵Jörn Zaefferer2012-03-061-6/+19
| | | | | | | | current build includes. Headers aren't correct yet.
* | Build/grunt: Switch to adm-zip. Use addFile method until addLocalFile is ↵Jörn Zaefferer2012-03-062-22/+8
| | | | | | | | implemented.
* | Use isoDate format for min bannerJörn Zaefferer2012-03-021-1/+1
| |
* | Add list of included files to min bannerJörn Zaefferer2012-03-021-6/+11
| |
* | First iteration on grunt-based build. lint, qunit, concat, min and zip all ↵Jörn Zaefferer2012-03-023-0/+134
|/ | | | work, but all have various limiations.
* Resizable: Update aspectRatio to use calculated aspectRatio in case of: ↵gromo2012-03-021-2/+2
| | | | containment - parent; aspectRatio - true. Fixes #8158 - Resizable: aspectRatio: true isn't handled properly.