aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into gruntJörn Zaefferer2012-04-02227-905/+10823
|\
| * Datepicker: Changed German translation for weekHeader to "KW". Fixes #8231 - ↵Simon2012-04-021-1/+1
| | | | | | | | Provide a better German translation for the week header.
| * Tooltip: Store the title in ui-tooltip-title data only if the element has a ↵Scott González2012-03-301-1/+1
| | | | | | | | title.
| * Tooltip: Avoid infinite recursion when disabling a tooltip on close.Scott González2012-03-291-0/+8
| |
| * Datepicker: Fixed nextText, prevText, and Sunday and split words onto ↵Amir E. Aharoni2012-03-291-7/+43
| | | | | | | | multiple lines for readability. Fixes #8225 - Datepicker: Incorrect values in Persian localization.
| * Bump versionJörn Zaefferer2012-03-281-1/+1
| |
| * Tagging 1.9m71.9m7Jörn Zaefferer2012-03-281-1/+1
| |
| * Accordion: Added animation tests.Scott González2012-03-271-1/+169
| |
| * Accordion: Fixed post-init changes to event option and added tests for ↵Scott González2012-03-274-14/+53
| | | | | | | | keyboard support.
| * Datepicker tests: Use $.ui.keyCode instead of $.simulate.VK_*.Scott González2012-03-273-113/+113
| |
| * Accordion: Fixed ARIA support and added proper keyboard support.Hans Hillen2012-03-272-33/+119
| |
| * Tabs: Wrap attribute value in quotes when querying. Fixes #8207 - Tabs: ↵Scott González2012-03-221-1/+1
| | | | | | | | Error with href selector.
| * Datepicker: Fixed month name for Macedonian localization. Fixes #8206 - ↵stojce2012-03-221-2/+2
| | | | | | | | Datepicker: Incorrect month name for Macedonian localization.
| * Datepicker: Added Georgian localization. Fixes #8205 - Datepicker: Add ↵Lado Lomidze2012-03-223-0/+24
| | | | | | | | Georgian localization.
| * Upgrade jQuery to 1.7.2.Scott González2012-03-22204-718/+10260
| |
| * Update QUnit.Scott González2012-03-212-8/+11
| |
| * Mouse: Unbind events bound to document on destroy. Fixes #8199 - ↵Scott González2012-03-191-0/+3
| | | | | | | | _mouseDestroy keeps mousemove and mouseup events bound.
| * Revert "Button: Apply overflow: hidden in all browsers except IE 6,7 to ↵Scott González2012-03-191-1/+1
| | | | | | | | | | | | 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.
| * Menu: Better disabled item handling using preventDefault() for the click ↵kborchers2012-03-182-0/+4
| | | | | | | | event on anchors inside of disabled menu items and change the pointer to default
| * Merge branch 'accordion-cleanup'Jörn Zaefferer2012-03-184-14/+19
| |\
| | * Accordion: Use _bind for event option. Refactor other _bind call to go into ↵Jörn Zaefferer2012-03-071-9/+10
| | | | | | | | | | | | _setupEvents as well, simplifying unbinding a lot. Also add missing semicolon
| | * Accordion: Update method tests - active option still works when accordion is ↵Jörn Zaefferer2012-03-071-3/+7
| | | | | | | | | | | | disabled
| | * Accordion: Update test helper to use QUnit.push instead of deepEqual to get ↵Jörn Zaefferer2012-03-071-1/+1
| | | | | | | | | | | | useful stacktrace
| | * 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 ↵Jörn Zaefferer2012-03-072-2/+2
| | | | | | | | | | | | multiple events. Make sure to unbind only those namespaced to .accordion
| | * 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
| | | | | | | | | | | | #8194 - Datepicker: Incorrect day name for Finnish localization.
* | | 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 ↵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
| |