]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
12 years agoPosition: Finish refactoring of within data
Jörn Zaefferer [Fri, 13 Apr 2012 12:46:43 +0000 (14:46 +0200)]
Position: Finish refactoring of within data

12 years agoPosition: Refactor within-data to avoid calculating that more then needed. Not quite...
Jörn Zaefferer [Thu, 12 Apr 2012 16:33:31 +0000 (18:33 +0200)]
Position: Refactor within-data to avoid calculating that more then needed. Not quite done, but good enough for now

12 years agoPosition: Inline center variable. Not necessary with gzip (or a good minifier) in...
Jörn Zaefferer [Thu, 12 Apr 2012 15:48:01 +0000 (17:48 +0200)]
Position: Inline center variable. Not necessary with gzip (or a good minifier) in place, wasn't consistent with other inline strings

12 years agoPosition: add target property to feedback argument, to allow additional calculation...
Jörn Zaefferer [Thu, 12 Apr 2012 15:33:05 +0000 (17:33 +0200)]
Position: add target property to feedback argument, to allow additional calculation in user's using callback

12 years agoPosition: Cache Math.abs and Math.max lookups
Jörn Zaefferer [Thu, 12 Apr 2012 15:14:03 +0000 (17:14 +0200)]
Position: Cache Math.abs and Math.max lookups

12 years agoPosition: Refactor css parse calls
Jörn Zaefferer [Thu, 12 Apr 2012 15:10:51 +0000 (17:10 +0200)]
Position: Refactor css parse calls

12 years agoPosition: Cleanup feedback test page
Jörn Zaefferer [Thu, 12 Apr 2012 15:10:32 +0000 (17:10 +0200)]
Position: Cleanup feedback test page

12 years agoPosition: Calculate scrollInfo just once, not for each element
Jörn Zaefferer [Thu, 12 Apr 2012 14:57:51 +0000 (16:57 +0200)]
Position: Calculate scrollInfo just once, not for each element

12 years agoPosition: Refactor offset calculations
Jörn Zaefferer [Thu, 12 Apr 2012 14:56:54 +0000 (16:56 +0200)]
Position: Refactor offset calculations

12 years agoPosition: Restrict the center/middle priority to target < element cases
Jörn Zaefferer [Thu, 12 Apr 2012 14:14:16 +0000 (16:14 +0200)]
Position: Restrict the center/middle priority to target < element cases

12 years agoPosition: Improve feedback API by giving the center/middle position more weight....
Jörn Zaefferer [Wed, 11 Apr 2012 23:32:30 +0000 (01:32 +0200)]
Position: Improve feedback API by giving the center/middle position more weight. Also removed themeswitcher from test pages, now load faster

12 years agoPosition: Extend feedback test page to include two mouse-positioned elements, highlig...
Jörn Zaefferer [Wed, 11 Apr 2012 13:20:30 +0000 (15:20 +0200)]
Position: Extend feedback test page to include two mouse-positioned elements, highlights the 0px center/middle limitation

Also rename the demo file to match the variables names, 'feedback', instead of 'notification'

12 years agoPosition: Mini refactoring, avoids proxying using callback multiple times if more...
Jörn Zaefferer [Tue, 10 Apr 2012 22:19:26 +0000 (00:19 +0200)]
Position: Mini refactoring, avoids proxying using callback multiple times if more then one element is positioned

12 years agoPosition: Fix single var, whitespace. Clone targetOffset to avoid reading that twice
Jörn Zaefferer [Tue, 10 Apr 2012 21:41:41 +0000 (23:41 +0200)]
Position: Fix single var, whitespace. Clone targetOffset to avoid reading that twice

12 years agoPosition: Use a separate object and argument for the feedback information, keeping...
Jörn Zaefferer [Tue, 10 Apr 2012 20:16:38 +0000 (22:16 +0200)]
Position: Use a separate object and argument for the feedback information, keeping position props as they were

12 years agoPosition: First draft for a new notification API, via using callback, telling you...
Jörn Zaefferer [Tue, 10 Apr 2012 16:11:28 +0000 (18:11 +0200)]
Position: First draft for a new notification API, via using callback, telling you were the of-element is, not just when something flipped. New test page demonstrates usage

12 years agoMenu: Cleanup.
Scott González [Tue, 10 Apr 2012 12:39:18 +0000 (08:39 -0400)]
Menu: Cleanup.

12 years agoAutocomplete combobox demo: Fixed styling of button. Fixed #8242 - Autocomplete combo...
Scott González [Sun, 8 Apr 2012 00:37:12 +0000 (20:37 -0400)]
Autocomplete combobox demo: Fixed styling of button. Fixed #8242 - Autocomplete combobox button has vertical offset relatively to input field (Opera 11.62). Fixed #8243 - Autocomplete combobox button has smaller height than input field (Firefox 11.0).

12 years agoMerge branch 'menuDividers' into master
kborchers [Sat, 7 Apr 2012 22:43:15 +0000 (17:43 -0500)]
Merge branch 'menuDividers' into master

12 years agoMenu: Add dividers using empty list items
kborchers [Sat, 7 Apr 2012 20:38:27 +0000 (15:38 -0500)]
Menu: Add dividers using empty list items

12 years agoTabs: Don't explicitly remove filter when animating opacity. Fixes #4621 - Tabs:...
Scott González [Fri, 6 Apr 2012 13:02:39 +0000 (09:02 -0400)]
Tabs: Don't explicitly remove filter when animating opacity. Fixes #4621 - Tabs: Don't forcefully remove filter attribute.

12 years agoMerge branch 'positionWithin'
kborchers [Thu, 5 Apr 2012 03:11:57 +0000 (22:11 -0500)]
Merge branch 'positionWithin'

12 years agoBuild: Get grunt default task to pass. Fix lint errors inside grunt.js file itself...
Jörn Zaefferer [Wed, 4 Apr 2012 09:14:03 +0000 (11:14 +0200)]
Build: Get grunt default task to pass. Fix lint errors inside grunt.js file itself. Removes invalid vertical-align from spinner button css, unnecessary adjoining class in tabs.css

12 years agoBuild: Filter filters for linting to exclude some to-be-rewritten ones. Fix lint...
Jörn Zaefferer [Wed, 4 Apr 2012 08:52:41 +0000 (10:52 +0200)]
Build: Filter filters for linting to exclude some to-be-rewritten ones. Fix lint in those remaining

12 years agoPosition: Fixed issue with offsets using the within option which caused flips to... 626/head
kborchers [Wed, 4 Apr 2012 02:08:34 +0000 (21:08 -0500)]
Position: Fixed issue with offsets using the within option which caused flips to not happen when the containing element had been scrolled.

12 years agoTabs: Coding standards.
Scott González [Tue, 3 Apr 2012 23:59:08 +0000 (19:59 -0400)]
Tabs: Coding standards.

12 years agoAutocomplete: Move race condition logic from ajax requests to general response handle...
Scott González [Tue, 3 Apr 2012 20:47:14 +0000 (16:47 -0400)]
Autocomplete: Move race condition logic from ajax requests to general response handler. Fixes #8234 - Autocomplete: Automatic race-condition handling for custom sources.

12 years agoDatepicker: Don't set _curInst in hideDatepicker. Fixes #8174 - jQuery datepicker...
Scott González [Tue, 3 Apr 2012 19:36:33 +0000 (15:36 -0400)]
Datepicker: Don't set _curInst in hideDatepicker. Fixes #8174 - jQuery datepicker is stuck open if label is clicked from open state.

12 years agoAutocomplete: Add header protection which was accidentally removed.
Scott González [Tue, 3 Apr 2012 11:14:47 +0000 (07:14 -0400)]
Autocomplete: Add header protection which was accidentally removed.

12 years agoPosition: Extend main visual test page with simple 'arrow' callouts, as a starting...
Jörn Zaefferer [Tue, 3 Apr 2012 08:49:34 +0000 (10:49 +0200)]
Position: Extend main visual test page with simple 'arrow' callouts, as a starting pointing for a better collision notification API

12 years agoTooltip: Remove old callout test page. Completely broken at this point, not worth...
Jörn Zaefferer [Tue, 3 Apr 2012 08:35:42 +0000 (10:35 +0200)]
Tooltip: Remove old callout test page. Completely broken at this point, not worth fixing

12 years agoEffects core: Properly handle defaults for effects that are called with a single...
Scott González [Tue, 3 Apr 2012 02:35:42 +0000 (22:35 -0400)]
Effects core: Properly handle defaults for effects that are called with a single hash.

12 years agoGrunt: Removed newcap option from jshint task.
Scott González [Tue, 3 Apr 2012 02:20:18 +0000 (22:20 -0400)]
Grunt: Removed newcap option from jshint task.

12 years agoLint fixes.
Scott González [Mon, 2 Apr 2012 23:12:21 +0000 (19:12 -0400)]
Lint fixes.

12 years agoGrunt: Fixed jshint options.
Scott González [Mon, 2 Apr 2012 23:12:10 +0000 (19:12 -0400)]
Grunt: Fixed jshint options.

12 years agoA few lint fixes.
Scott González [Mon, 2 Apr 2012 19:55:50 +0000 (15:55 -0400)]
A few lint fixes.

12 years agoGrunt: Whitelist js and css files for @version replacement instead of blacklisting...
Scott González [Mon, 2 Apr 2012 17:15:54 +0000 (13:15 -0400)]
Grunt: Whitelist js and css files for @version replacement instead of blacklisting png.

12 years agoGrunt: Copy jquery from root regardless of version; fix include list for minified...
Scott González [Mon, 2 Apr 2012 15:12:49 +0000 (11:12 -0400)]
Grunt: Copy jquery from root regardless of version; fix include list for minified CSS files.

12 years agoBuild/grunt: Strip existing (protected) headers from to-be-minified CSS files
Jörn Zaefferer [Mon, 2 Apr 2012 14:05:59 +0000 (16:05 +0200)]
Build/grunt: Strip existing (protected) headers from to-be-minified CSS files

12 years agoBuild/grunt: Fix dependencies to versions we've tested against. No more surprise...
Jörn Zaefferer [Mon, 2 Apr 2012 13:59:32 +0000 (15:59 +0200)]
Build/grunt: Fix dependencies to versions we've tested against. No more surprise API changes, for now

12 years agoBuild/grunt: grunt.file.copy now expects options as third argument. Fixes the version...
Jörn Zaefferer [Mon, 2 Apr 2012 13:49:34 +0000 (15:49 +0200)]
Build/grunt: grunt.file.copy now expects options as third argument. Fixes the version replacing

12 years agoProtect all copyright notices against minification
Jo Liss [Mon, 27 Feb 2012 00:49:51 +0000 (01:49 +0100)]
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.

12 years agoMerge branch 'master' into grunt
Jörn Zaefferer [Mon, 2 Apr 2012 13:20:37 +0000 (15:20 +0200)]
Merge branch 'master' into grunt

12 years agoDatepicker: Changed German translation for weekHeader to "KW". Fixes #8231 - Provide...
Simon [Mon, 2 Apr 2012 07:44:51 +0000 (10:44 +0300)]
Datepicker: Changed German translation for weekHeader to "KW". Fixes #8231 - Provide a better German translation for the week header.

12 years agoGrunt: Move common modules to top, along with lists of files.
Scott González [Fri, 30 Mar 2012 17:32:23 +0000 (13:32 -0400)]
Grunt: Move common modules to top, along with lists of files.

12 years agoTooltip: Store the title in ui-tooltip-title data only if the element has a title.
Scott González [Fri, 30 Mar 2012 13:06:06 +0000 (09:06 -0400)]
Tooltip: Store the title in ui-tooltip-title data only if the element has a title.

12 years agoTooltip: Avoid infinite recursion when disabling a tooltip on close.
Scott González [Thu, 29 Mar 2012 22:36:38 +0000 (18:36 -0400)]
Tooltip: Avoid infinite recursion when disabling a tooltip on close.

12 years agoBuild/grunt: Add download_docs task for 1.8
Jörn Zaefferer [Thu, 29 Mar 2012 14:29:27 +0000 (16:29 +0200)]
Build/grunt: Add download_docs task for 1.8

12 years agoDatepicker: Fixed nextText, prevText, and Sunday and split words onto multiple lines...
Amir E. Aharoni [Thu, 29 Mar 2012 13:51:43 +0000 (09:51 -0400)]
Datepicker: Fixed nextText, prevText, and Sunday and split words onto multiple lines for readability. Fixes #8225 - Datepicker: Incorrect values in Persian localization.

12 years agoBuild/grunt: Use grunt.loadNpmTasks, now that its actually working
Jörn Zaefferer [Thu, 29 Mar 2012 10:48:21 +0000 (12:48 +0200)]
Build/grunt: Use grunt.loadNpmTasks, now that its actually working

12 years agoBuild/grunt: Accept more grunt-css versions
Jörn Zaefferer [Wed, 28 Mar 2012 17:58:11 +0000 (19:58 +0200)]
Build/grunt: Accept more grunt-css versions

12 years agoBump version
Jörn Zaefferer [Wed, 28 Mar 2012 16:50:57 +0000 (18:50 +0200)]
Bump version

12 years agoTagging 1.9m7 1.9m7
Jörn Zaefferer [Wed, 28 Mar 2012 16:50:22 +0000 (18:50 +0200)]
Tagging 1.9m7

12 years agoBuild/grunt: Extract css related tasks, use grunt-css instead
Jörn Zaefferer [Wed, 28 Mar 2012 09:45:27 +0000 (11:45 +0200)]
Build/grunt: Extract css related tasks, use grunt-css instead

12 years agoAccordion: Added animation tests.
Scott González [Tue, 27 Mar 2012 22:05:51 +0000 (18:05 -0400)]
Accordion: Added animation tests.

12 years agoAccordion: Fixed post-init changes to event option and added tests for keyboard support.
Scott González [Tue, 27 Mar 2012 20:49:05 +0000 (16:49 -0400)]
Accordion: Fixed post-init changes to event option and added tests for keyboard support.

12 years agoDatepicker tests: Use $.ui.keyCode instead of $.simulate.VK_*.
Scott González [Tue, 27 Mar 2012 18:46:13 +0000 (14:46 -0400)]
Datepicker tests: Use $.ui.keyCode instead of $.simulate.VK_*.

12 years agoAccordion: Fixed ARIA support and added proper keyboard support.
Hans Hillen [Tue, 27 Mar 2012 14:19:35 +0000 (10:19 -0400)]
Accordion: Fixed ARIA support and added proper keyboard support.

12 years agoGrunt: Update for new grunt API.
Scott González [Fri, 23 Mar 2012 17:33:46 +0000 (13:33 -0400)]
Grunt: Update for new grunt API.

12 years agoGrunt: Switch back to using file.copy().
Scott González [Fri, 23 Mar 2012 11:59:36 +0000 (07:59 -0400)]
Grunt: Switch back to using file.copy().

12 years agoBuild/grunt: Fix copying of binary files
Jörn Zaefferer [Thu, 22 Mar 2012 20:28:55 +0000 (21:28 +0100)]
Build/grunt: Fix copying of binary files

12 years agoTabs: Wrap attribute value in quotes when querying. Fixes #8207 - Tabs: Error with...
Scott González [Thu, 22 Mar 2012 17:17:17 +0000 (13:17 -0400)]
Tabs: Wrap attribute value in quotes when querying. Fixes #8207 - Tabs: Error with href selector.

12 years agoDatepicker: Fixed month name for Macedonian localization. Fixes #8206 - Datepicker...
stojce [Thu, 22 Mar 2012 14:26:47 +0000 (15:26 +0100)]
Datepicker: Fixed month name for Macedonian localization. Fixes #8206 - Datepicker: Incorrect month name for Macedonian localization.

12 years agoDatepicker: Added Georgian localization. Fixes #8205 - Datepicker: Add Georgian local...
Lado Lomidze [Thu, 22 Mar 2012 15:10:36 +0000 (11:10 -0400)]
Datepicker: Added Georgian localization. Fixes #8205 - Datepicker: Add Georgian localization.

12 years agoUpgrade jQuery to 1.7.2.
Scott González [Thu, 22 Mar 2012 13:45:22 +0000 (09:45 -0400)]
Upgrade jQuery to 1.7.2.

12 years agoBuild/grunt: Coding standards
Jörn Zaefferer [Thu, 22 Mar 2012 12:54:47 +0000 (13:54 +0100)]
Build/grunt: Coding standards

12 years agoBuild/grunt: Use ascii encoding when reading files for digesting
Jörn Zaefferer [Thu, 22 Mar 2012 12:51:08 +0000 (13:51 +0100)]
Build/grunt: Use ascii encoding when reading files for digesting

12 years agoBuild/grunt: Always clean befoe release task
Jörn Zaefferer [Wed, 21 Mar 2012 20:27:34 +0000 (21:27 +0100)]
Build/grunt: Always clean befoe release task

12 years agoBuild/grunt: Use rimraf for clean task. Fix cop_hemes task to correctly rename the...
Jörn Zaefferer [Wed, 21 Mar 2012 20:19:31 +0000 (21:19 +0100)]
Build/grunt: Use rimraf for clean task. Fix cop_hemes task to correctly rename the -custom.css file

12 years agoUpdate QUnit.
Scott González [Wed, 21 Mar 2012 17:24:31 +0000 (13:24 -0400)]
Update QUnit.

12 years agoBuild/grunt: Another attempt at using adm-zip. Keep the result in place, but don...
Jörn Zaefferer [Mon, 19 Mar 2012 22:08:56 +0000 (23:08 +0100)]
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

12 years agoBuild/grunt: Add a clean task. Good enough for now, but not really a good implementation
Jörn Zaefferer [Mon, 19 Mar 2012 21:57:51 +0000 (22:57 +0100)]
Build/grunt: Add a clean task. Good enough for now, but not really a good implementation

12 years agoBuild/grunt: Update to latest grunt API, using reigsterMultiTask instead of registerB...
Jörn Zaefferer [Mon, 19 Mar 2012 21:56:34 +0000 (22:56 +0100)]
Build/grunt: Update to latest grunt API, using reigsterMultiTask instead of registerBasicTask

12 years agoGrunt: Coding standards.
Scott González [Mon, 19 Mar 2012 21:12:21 +0000 (17:12 -0400)]
Grunt: Coding standards.

12 years agoMouse: Unbind events bound to document on destroy. Fixes #8199 - _mouseDestroy keeps...
Scott González [Mon, 19 Mar 2012 13:47:38 +0000 (09:47 -0400)]
Mouse: Unbind events bound to document on destroy. Fixes #8199 - _mouseDestroy keeps mousemove and mouseup events bound.

12 years agoRevert "Button: Apply overflow: hidden in all browsers except IE 6,7 to avoid expandi...
Scott González [Mon, 19 Mar 2012 13:05:40 +0000 (09:05 -0400)]
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 a3a5c65d4dd9eb6be0e8a71d82c3ca86b38ed009.

12 years agoMenu: Better disabled item handling using preventDefault() for the click event on...
kborchers [Mon, 19 Mar 2012 02:18:00 +0000 (21:18 -0500)]
Menu: Better disabled item handling using preventDefault() for the click event on anchors inside of disabled menu items and change the pointer to default

12 years agoMerge branch 'accordion-cleanup'
Jörn Zaefferer [Sun, 18 Mar 2012 14:46:11 +0000 (15:46 +0100)]
Merge branch 'accordion-cleanup'

12 years agoDatepicker: Corrected values of dayNamesShort in Finnish translation. Fixes #8194...
Harri Kilpiö [Thu, 8 Mar 2012 20:52:22 +0000 (22:52 +0200)]
Datepicker: Corrected values of dayNamesShort in Finnish translation. Fixes #8194 - Datepicker: Incorrect day name for Finnish localization.

12 years agoMerge branch 'master' into grunt
Scott González [Wed, 14 Mar 2012 17:32:54 +0000 (13:32 -0400)]
Merge branch 'master' into grunt

12 years agoAccordion: Removed ui-accordion-disabled class. Fixes #8193 - Accordion: Remove ui...
Scott González [Wed, 14 Mar 2012 15:08:19 +0000 (11:08 -0400)]
Accordion: Removed ui-accordion-disabled class. Fixes #8193 - Accordion: Remove ui-accordion-disabled class.

12 years agoBuild/grunt: Fix themes task
Jörn Zaefferer [Sun, 11 Mar 2012 11:55:07 +0000 (12:55 +0100)]
Build/grunt: Fix themes task

12 years agoBuild/grunt: Replace child_process helper with utils.spawn
Jörn Zaefferer [Sun, 11 Mar 2012 11:34:52 +0000 (12:34 +0100)]
Build/grunt: Replace child_process helper with utils.spawn

12 years agoUpdated to QUnit 1.4.0.
Jörn Zaefferer [Sat, 10 Mar 2012 14:38:30 +0000 (15:38 +0100)]
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.

12 years agoBuild/grunt: Fix copy_themes task, files.themes config property wasn't processed...
Jörn Zaefferer [Sat, 10 Mar 2012 14:07:53 +0000 (15:07 +0100)]
Build/grunt: Fix copy_themes task, files.themes config property wasn't processed properly

12 years agoBuild: Modify uglify.js to include a newline charakter after the copyright comment...
Jörn Zaefferer [Sat, 10 Mar 2012 13:16:13 +0000 (14:16 +0100)]
Build: Modify uglify.js to include a newline charakter after the copyright comment, makes diffing against new build a little bit more efficient

12 years agoBuild/grunt: Simplify css_min basic task, concat helper already takes care of executi...
Jörn Zaefferer [Sat, 10 Mar 2012 12:53:53 +0000 (13:53 +0100)]
Build/grunt: Simplify css_min basic task, concat helper already takes care of executing directives

12 years agoBuild/grunt: Integrate CSSLint
Jörn Zaefferer [Sat, 10 Mar 2012 12:45:16 +0000 (13:45 +0100)]
Build/grunt: Integrate CSSLint

12 years agoBuild/grunt: Update codebase to adapt or make use of latest changes in grunt
Jörn Zaefferer [Sat, 10 Mar 2012 11:55:36 +0000 (12:55 +0100)]
Build/grunt: Update codebase to adapt or make use of latest changes in grunt

12 years agoBuild/grunt: Improve lint setup, get rid of file comment, using gruntjs specific...
Jörn Zaefferer [Fri, 9 Mar 2012 16:59:57 +0000 (17:59 +0100)]
Build/grunt: Improve lint setup, get rid of file comment, using gruntjs specific config anyway

12 years agoBuild/grunt: Improve lint setup, configure options and globals for different contexts
Jörn Zaefferer [Fri, 9 Mar 2012 16:58:34 +0000 (17:58 +0100)]
Build/grunt: Improve lint setup, configure options and globals for different contexts

12 years agoBuild/grunt: Fix a few oversights from the files config refactoring. Also finish...
Jörn Zaefferer [Fri, 9 Mar 2012 16:42:57 +0000 (17:42 +0100)]
Build/grunt: Fix a few oversights from the files config refactoring. Also finish the release_cdn target, now it includes all themes

12 years agoBuild/grunt: Use child process for zipping until adm-zip works better. Rewrote files...
Jörn Zaefferer [Fri, 9 Mar 2012 16:18:35 +0000 (17:18 +0100)]
Build/grunt: Use child process for zipping until adm-zip works better. Rewrote files config to make that work with the cwd requirement.

12 years agoBuild/grunt: Can use config('pkg.version'), now was fixed in grunt
Jörn Zaefferer [Fri, 9 Mar 2012 15:25:51 +0000 (16:25 +0100)]
Build/grunt: Can use config('pkg.version'), now was fixed in grunt

12 years agoBuild/grunt: Use custom directive to strip banners. Now works against unmodified...
Jörn Zaefferer [Fri, 9 Mar 2012 15:23:57 +0000 (16:23 +0100)]
Build/grunt: Use custom directive to strip banners. Now works against unmodified grunt again.

12 years agoBuild/grunt: Add back version.txt. Will remove that later along with the old build...
Jörn Zaefferer [Fri, 9 Mar 2012 15:21:45 +0000 (16:21 +0100)]
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.

12 years agoBuild/grunt: Add sizer task. Some cleanup in other areas.
Jörn Zaefferer [Fri, 9 Mar 2012 14:18:26 +0000 (15:18 +0100)]
Build/grunt: Add sizer task. Some cleanup in other areas.

12 years agoBuild/grunt: Cleanup todos
Jörn Zaefferer [Fri, 9 Mar 2012 13:02:00 +0000 (14:02 +0100)]
Build/grunt: Cleanup todos

12 years agoBuild/grunt: Finish release_themes task. Strip headers from concatenated files.
Jörn Zaefferer [Fri, 9 Mar 2012 12:52:18 +0000 (13:52 +0100)]
Build/grunt: Finish release_themes task. Strip headers from concatenated files.

12 years agoBuild/grunt: Extend themes_download task with unzipping
Jörn Zaefferer [Thu, 8 Mar 2012 16:11:57 +0000 (17:11 +0100)]
Build/grunt: Extend themes_download task with unzipping