| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | Accordion: Remove disabled check in _keydown, covered by _bind | Jörn Zaefferer | 2012-03-07 | 1 | -2/+1 |
| | * | Accordion: Fix unbinding of accordion event option when dealing with multiple... | Jörn Zaefferer | 2012-03-07 | 2 | -2/+2 |
| | * | Accordion: Use _bind for keydown handler | Jörn Zaefferer | 2012-03-07 | 1 | -2/+3 |
| * | | Datepicker: Corrected values of dayNamesShort in Finnish translation. Fixes #... | Harri Kilpiö | 2012-03-14 | 1 | -2/+2 |
* | | | Grunt: Move common modules to top, along with lists of files. | Scott González | 2012-03-30 | 1 | -56/+88 |
* | | | Build/grunt: Add download_docs task for 1.8 | Jörn Zaefferer | 2012-03-29 | 1 | -0/+37 |
* | | | Build/grunt: Use grunt.loadNpmTasks, now that its actually working | Jörn Zaefferer | 2012-03-29 | 1 | -1/+1 |
* | | | Build/grunt: Accept more grunt-css versions | Jörn Zaefferer | 2012-03-28 | 1 | -1/+1 |
* | | | Build/grunt: Extract css related tasks, use grunt-css instead | Jörn Zaefferer | 2012-03-28 | 2 | -45/+8 |
* | | | Grunt: Update for new grunt API. | Scott González | 2012-03-23 | 1 | -79/+83 |
* | | | Grunt: Switch back to using file.copy(). | Scott González | 2012-03-23 | 1 | -3/+6 |
* | | | Build/grunt: Fix copying of binary files | Jörn Zaefferer | 2012-03-22 | 1 | -1/+2 |
* | | | Build/grunt: Coding standards | Jörn Zaefferer | 2012-03-22 | 1 | -7/+7 |
* | | | Build/grunt: Use ascii encoding when reading files for digesting | Jörn Zaefferer | 2012-03-22 | 1 | -1/+1 |
* | | | Build/grunt: Always clean befoe release task | Jörn Zaefferer | 2012-03-21 | 1 | -1/+1 |
* | | | Build/grunt: Use rimraf for clean task. Fix cop_hemes task to correctly renam... | Jörn Zaefferer | 2012-03-21 | 2 | -7/+4 |
* | | | Build/grunt: Another attempt at using adm-zip. Keep the result in place, but ... | Jörn Zaefferer | 2012-03-19 | 2 | -14/+15 |
* | | | Build/grunt: Add a clean task. Good enough for now, but not really a good imp... | Jörn Zaefferer | 2012-03-19 | 1 | -0/+8 |
* | | | Build/grunt: Update to latest grunt API, using reigsterMultiTask instead of r... | Jörn Zaefferer | 2012-03-19 | 1 | -6/+6 |
* | | | Grunt: Coding standards. | Scott González | 2012-03-19 | 1 | -481/+483 |
* | | | Merge branch 'master' into grunt | Scott González | 2012-03-14 | 58 | -281/+384 |
|\| | |
|
| * | | Accordion: Removed ui-accordion-disabled class. Fixes #8193 - Accordion: Remo... | Scott González | 2012-03-14 | 1 | -5/+3 |
| * | | Updated to QUnit 1.4.0. | Jörn Zaefferer | 2012-03-10 | 4 | -216/+245 |
| * | | Added composite test suite for all 'active' tests. | Scott González | 2012-03-08 | 1 | -0/+72 |
| * | | Updated copyright year. | Scott González | 2012-03-08 | 53 | -53/+53 |
| * | | Accordion: Added missing semicolon. | Scott González | 2012-03-07 | 1 | -1/+1 |
| |/ |
|
| * | Accordion: Code review. | Scott González | 2012-03-02 | 1 | -9/+13 |
* | | 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 proces... | Jörn Zaefferer | 2012-03-10 | 1 | -1/+2 |
* | | Build: Modify uglify.js to include a newline charakter after the copyright co... | Jörn Zaefferer | 2012-03-10 | 1 | -1/+1 |
* | | Build/grunt: Simplify css_min basic task, concat helper already takes care of... | Jörn Zaefferer | 2012-03-10 | 1 | -15/+2 |
* | | 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 speci... | Jörn Zaefferer | 2012-03-09 | 1 | -1/+2 |
* | | Build/grunt: Improve lint setup, configure options and globals for different ... | Jörn Zaefferer | 2012-03-09 | 1 | -7/+35 |
* | | Build/grunt: Fix a few oversights from the files config refactoring. Also fin... | Jörn Zaefferer | 2012-03-09 | 1 | -12/+13 |
* | | Build/grunt: Use child process for zipping until adm-zip works better. Rewrot... | Jörn Zaefferer | 2012-03-09 | 1 | -41/+59 |
* | | 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 unmodif... | Jörn Zaefferer | 2012-03-09 | 1 | -1/+4 |
* | | Build/grunt: Add back version.txt. Will remove that later along with the old ... | Jörn Zaefferer | 2012-03-09 | 1 | -0/+1 |
* | | 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 cr... | Jörn Zaefferer | 2012-03-08 | 2 | -4/+26 |
* | | Build/grunt: Almost complete release and release_cdn tasks. Concat task fails... | Jörn Zaefferer | 2012-03-08 | 2 | -40/+172 |
* | | Build/grunt: First draft for cdn tasks. Hashing works fine, zip file doesn't ... | Jörn Zaefferer | 2012-03-07 | 1 | -1/+37 |
* | | Build/grunt: Update banner template to use task.current.data.src when no file... | Jörn Zaefferer | 2012-03-07 | 1 | -13/+16 |
* | | Build/grunt: Minify CSS files, using sqwish. | Jörn Zaefferer | 2012-03-06 | 2 | -13/+43 |