aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Accordion: Remove disabled check in _keydown, covered by _bindJörn Zaefferer2012-03-071-2/+1
| | * Accordion: Fix unbinding of accordion event option when dealing with multiple...Jörn Zaefferer2012-03-072-2/+2
| | * Accordion: Use _bind for keydown handlerJörn Zaefferer2012-03-071-2/+3
| * | Datepicker: Corrected values of dayNamesShort in Finnish translation. Fixes #...Harri Kilpiö2012-03-141-2/+2
* | | Grunt: Move common modules to top, along with lists of files.Scott González2012-03-301-56/+88
* | | Build/grunt: Add download_docs task for 1.8Jörn Zaefferer2012-03-291-0/+37
* | | Build/grunt: Use grunt.loadNpmTasks, now that its actually workingJörn Zaefferer2012-03-291-1/+1
* | | Build/grunt: Accept more grunt-css versionsJörn Zaefferer2012-03-281-1/+1
* | | 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 renam...Jörn Zaefferer2012-03-212-7/+4
* | | Build/grunt: Another attempt at using adm-zip. Keep the result in place, but ...Jörn Zaefferer2012-03-192-14/+15
* | | Build/grunt: Add a clean task. Good enough for now, but not really a good imp...Jörn Zaefferer2012-03-191-0/+8
* | | Build/grunt: Update to latest grunt API, using reigsterMultiTask instead of r...Jörn Zaefferer2012-03-191-6/+6
* | | 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: Remo...Scott González2012-03-141-5/+3
| * | Updated to QUnit 1.4.0.Jörn Zaefferer2012-03-104-216/+245
| * | 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 proces...Jörn Zaefferer2012-03-101-1/+2
* | Build: Modify uglify.js to include a newline charakter after the copyright co...Jörn Zaefferer2012-03-101-1/+1
* | Build/grunt: Simplify css_min basic task, concat helper already takes care of...Jörn Zaefferer2012-03-101-15/+2
* | 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 speci...Jörn Zaefferer2012-03-091-1/+2
* | Build/grunt: Improve lint setup, configure options and globals for different ...Jörn Zaefferer2012-03-091-7/+35
* | Build/grunt: Fix a few oversights from the files config refactoring. Also fin...Jörn Zaefferer2012-03-091-12/+13
* | Build/grunt: Use child process for zipping until adm-zip works better. Rewrot...Jörn Zaefferer2012-03-091-41/+59
* | 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 unmodif...Jörn Zaefferer2012-03-091-1/+4
* | Build/grunt: Add back version.txt. Will remove that later along with the old ...Jörn Zaefferer2012-03-091-0/+1
* | 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 cr...Jörn Zaefferer2012-03-082-4/+26
* | Build/grunt: Almost complete release and release_cdn tasks. Concat task fails...Jörn Zaefferer2012-03-082-40/+172
* | Build/grunt: First draft for cdn tasks. Hashing works fine, zip file doesn't ...Jörn Zaefferer2012-03-071-1/+37
* | Build/grunt: Update banner template to use task.current.data.src when no file...Jörn Zaefferer2012-03-071-13/+16
* | Build/grunt: Minify CSS files, using sqwish.Jörn Zaefferer2012-03-062-13/+43