Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build/grunt: Fix themes task | Jörn Zaefferer | 2012-03-11 | 1 | -1/+2 |
| | |||||
* | Build/grunt: Replace child_process helper with utils.spawn | Jörn Zaefferer | 2012-03-11 | 1 | -3/+3 |
| | |||||
* | Build/grunt: Fix copy_themes task, files.themes config property wasn't ↵ | Jörn Zaefferer | 2012-03-10 | 1 | -1/+2 |
| | | | | processed properly | ||||
* | Build: Modify uglify.js to include a newline charakter after the copyright ↵ | Jörn Zaefferer | 2012-03-10 | 1 | -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 Zaefferer | 2012-03-10 | 1 | -15/+2 |
| | | | | of executing directives | ||||
* | Build/grunt: Integrate CSSLint | Jörn Zaefferer | 2012-03-10 | 2 | -3/+44 |
| | |||||
* | Build/grunt: Update codebase to adapt or make use of latest changes in grunt | Jörn Zaefferer | 2012-03-10 | 1 | -39/+36 |
| | |||||
* | Build/grunt: Improve lint setup, get rid of file comment, using gruntjs ↵ | Jörn Zaefferer | 2012-03-09 | 1 | -1/+2 |
| | | | | specific config anyway | ||||
* | Build/grunt: Improve lint setup, configure options and globals for different ↵ | Jörn Zaefferer | 2012-03-09 | 1 | -7/+35 |
| | | | | contexts | ||||
* | Build/grunt: Fix a few oversights from the files config refactoring. Also ↵ | Jörn Zaefferer | 2012-03-09 | 1 | -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 Zaefferer | 2012-03-09 | 1 | -41/+59 |
| | | | | Rewrote files config to make that work with the cwd requirement. | ||||
* | Build/grunt: Can use config('pkg.version'), now was fixed in grunt | Jörn Zaefferer | 2012-03-09 | 1 | -1/+1 |
| | |||||
* | Build/grunt: Use custom directive to strip banners. Now works against ↵ | Jörn Zaefferer | 2012-03-09 | 1 | -1/+4 |
| | | | | unmodified grunt again. | ||||
* | Build/grunt: Add back version.txt. Will remove that later along with the old ↵ | Jörn Zaefferer | 2012-03-09 | 1 | -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 Zaefferer | 2012-03-09 | 1 | -7/+78 |
| | |||||
* | Build/grunt: Cleanup todos | Jörn Zaefferer | 2012-03-09 | 1 | -2/+0 |
| | |||||
* | Build/grunt: Finish release_themes task. Strip headers from concatenated files. | Jörn Zaefferer | 2012-03-09 | 1 | -14/+50 |
| | |||||
* | Build/grunt: Extend themes_download task with unzipping | Jörn Zaefferer | 2012-03-08 | 1 | -14/+34 |
| | |||||
* | Build/grunt: Partial download_themes task. Extracting currently fails with ↵ | Jörn Zaefferer | 2012-03-08 | 2 | -4/+26 |
| | | | | crc32 checksum failure | ||||
* | Build/grunt: Almost complete release and release_cdn tasks. Concat task ↵ | Jörn Zaefferer | 2012-03-08 | 2 | -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 Zaefferer | 2012-03-07 | 1 | -1/+37 |
| | | | | quite match the intended structure. | ||||
* | Build/grunt: Update banner template to use task.current.data.src when no ↵ | Jörn Zaefferer | 2012-03-07 | 1 | -13/+16 |
| | | | | file list is given. | ||||
* | Build/grunt: Minify CSS files, using sqwish. | Jörn Zaefferer | 2012-03-06 | 2 | -13/+43 |
| | |||||
* | Build/grunt: cleanup | Jörn Zaefferer | 2012-03-06 | 1 | -3/+0 |
| | |||||
* | Build/grunt: Custom banners for the various minified files | Jörn Zaefferer | 2012-03-06 | 1 | -9/+20 |
| | |||||
* | Build/grunt: Extend concat and min tasks to include all the files the ↵ | Jörn Zaefferer | 2012-03-06 | 1 | -6/+19 |
| | | | | current build includes. Headers aren't correct yet. | ||||
* | Build/grunt: Switch to adm-zip. Use addFile method until addLocalFile is ↵ | Jörn Zaefferer | 2012-03-06 | 2 | -22/+8 |
| | | | | implemented. | ||||
* | Use isoDate format for min banner | Jörn Zaefferer | 2012-03-02 | 1 | -1/+1 |
| | |||||
* | Add list of included files to min banner | Jörn Zaefferer | 2012-03-02 | 1 | -6/+11 |
| | |||||
* | First iteration on grunt-based build. lint, qunit, concat, min and zip all ↵ | Jörn Zaefferer | 2012-03-02 | 3 | -0/+134 |
| | | | | work, but all have various limiations. | ||||
* | Resizable: Update aspectRatio to use calculated aspectRatio in case of: ↵ | gromo | 2012-03-02 | 1 | -2/+2 |
| | | | | containment - parent; aspectRatio - true. Fixes #8158 - Resizable: aspectRatio: true isn't handled properly. | ||||
* | Merge branch 'data-naming' | Jörn Zaefferer | 2012-03-01 | 8 | -61/+94 |
|\ | |||||
| * | Remove both widgetName and widgetFullName data | Jörn Zaefferer | 2012-03-01 | 1 | -0/+3 |
| | | |||||
| * | Update Widget data naming/usage. Remove unnecessary fallbacks, update ↵ | Jörn Zaefferer | 2012-03-01 | 2 | -8/+7 |
| | | | | | | | | .removeData to use full name. | ||||
| * | Autocomplete: Add removal TODOs for #7810 | Jörn Zaefferer | 2012-03-01 | 1 | -2/+4 |
| | | |||||
| * | Widget: Rename widgetBaseClass to widgetFullName. Deprecates ↵ | Jörn Zaefferer | 2012-03-01 | 1 | -5/+7 |
| | | | | | | | | widgetBaseClass, to be removed later. Fixes #8154 | ||||
| * | Update data naming for Widget, including backwards compability. Updated ↵ | Jörn Zaefferer | 2012-03-01 | 2 | -17/+39 |
| | | | | | | | | tests and added one for the custom expression. Partial fix for #7810 | ||||
| * | Update data naming for Effects. Partial fix for #7810 | Jörn Zaefferer | 2012-03-01 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'master' into data-naming | Jörn Zaefferer | 2012-03-01 | 60 | -1554/+1683 |
| |\ | |||||
| * | | Update data naming for Tooltip. Partial fix for #7810 | Jörn Zaefferer | 2012-03-01 | 1 | -7/+7 |
| | | | |||||
| * | | Update data naming for Tabs. Partial fix for #7810 | Jörn Zaefferer | 2012-03-01 | 1 | -4/+4 |
| | | | |||||
| * | | Tabs: Whitespace cleanup | Jörn Zaefferer | 2012-03-01 | 1 | -2/+2 |
| | | | |||||
| * | | Update data naming for Slider. Partial fix for #7810 | Jörn Zaefferer | 2012-03-01 | 1 | -3/+3 |
| | | | |||||
| * | | Slider: Whitespace cleanup | Jörn Zaefferer | 2012-03-01 | 1 | -14/+14 |
| | | | |||||
| * | | Update data naming for Accordion. Partial fix for #7810 | Jörn Zaefferer | 2012-03-01 | 1 | -3/+3 |
| | | | |||||
| * | | Update data naming for autocomplete. Backwards compatible for overrides of ↵ | Jörn Zaefferer | 2012-02-28 | 1 | -5/+10 |
| | | | | | | | | | | | | _renderItem. Partial fix for #7810 | ||||
* | | | Tests: Cleaned up simulate. Still more work to do. | Scott González | 2012-02-29 | 1 | -119/+121 |
| |/ |/| | |||||
* | | Update QUnit to latest, reverting the bad reset 'patch' | Jörn Zaefferer | 2012-02-29 | 2 | -10/+10 |
| | | |||||
* | | Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal. | Jörn Zaefferer | 2012-02-29 | 58 | -1501/+1688 |
| | | |||||
* | | Datepicker: Fix a bad assertion - actual result is valid. | Jörn Zaefferer | 2012-02-29 | 1 | -4/+4 |
| | |