Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into grunt | Jörn Zaefferer | 2012-04-02 | 227 | -905/+10823 |
|\ | |||||
| * | Datepicker: Changed German translation for weekHeader to "KW". Fixes #8231 - ↵ | Simon | 2012-04-02 | 1 | -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ález | 2012-03-30 | 1 | -1/+1 |
| | | | | | | | | title. | ||||
| * | Tooltip: Avoid infinite recursion when disabling a tooltip on close. | Scott González | 2012-03-29 | 1 | -0/+8 |
| | | |||||
| * | Datepicker: Fixed nextText, prevText, and Sunday and split words onto ↵ | Amir E. Aharoni | 2012-03-29 | 1 | -7/+43 |
| | | | | | | | | multiple lines for readability. Fixes #8225 - Datepicker: Incorrect values in Persian localization. | ||||
| * | Bump version | Jörn Zaefferer | 2012-03-28 | 1 | -1/+1 |
| | | |||||
| * | Tagging 1.9m71.9m7 | Jörn Zaefferer | 2012-03-28 | 1 | -1/+1 |
| | | |||||
| * | Accordion: Added animation tests. | Scott González | 2012-03-27 | 1 | -1/+169 |
| | | |||||
| * | Accordion: Fixed post-init changes to event option and added tests for ↵ | Scott González | 2012-03-27 | 4 | -14/+53 |
| | | | | | | | | keyboard support. | ||||
| * | Datepicker tests: Use $.ui.keyCode instead of $.simulate.VK_*. | Scott González | 2012-03-27 | 3 | -113/+113 |
| | | |||||
| * | Accordion: Fixed ARIA support and added proper keyboard support. | Hans Hillen | 2012-03-27 | 2 | -33/+119 |
| | | |||||
| * | Tabs: Wrap attribute value in quotes when querying. Fixes #8207 - Tabs: ↵ | Scott González | 2012-03-22 | 1 | -1/+1 |
| | | | | | | | | Error with href selector. | ||||
| * | Datepicker: Fixed month name for Macedonian localization. Fixes #8206 - ↵ | stojce | 2012-03-22 | 1 | -2/+2 |
| | | | | | | | | Datepicker: Incorrect month name for Macedonian localization. | ||||
| * | Datepicker: Added Georgian localization. Fixes #8205 - Datepicker: Add ↵ | Lado Lomidze | 2012-03-22 | 3 | -0/+24 |
| | | | | | | | | Georgian localization. | ||||
| * | Upgrade jQuery to 1.7.2. | Scott González | 2012-03-22 | 204 | -718/+10260 |
| | | |||||
| * | Update QUnit. | Scott González | 2012-03-21 | 2 | -8/+11 |
| | | |||||
| * | Mouse: Unbind events bound to document on destroy. Fixes #8199 - ↵ | Scott González | 2012-03-19 | 1 | -0/+3 |
| | | | | | | | | _mouseDestroy keeps mousemove and mouseup events bound. | ||||
| * | Revert "Button: Apply overflow: hidden in all browsers except IE 6,7 to ↵ | Scott González | 2012-03-19 | 1 | -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 ↵ | kborchers | 2012-03-18 | 2 | -0/+4 |
| | | | | | | | | event on anchors inside of disabled menu items and change the pointer to default | ||||
| * | Merge branch 'accordion-cleanup' | Jörn Zaefferer | 2012-03-18 | 4 | -14/+19 |
| |\ | |||||
| | * | Accordion: Use _bind for event option. Refactor other _bind call to go into ↵ | Jörn Zaefferer | 2012-03-07 | 1 | -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 Zaefferer | 2012-03-07 | 1 | -3/+7 |
| | | | | | | | | | | | | disabled | ||||
| | * | Accordion: Update test helper to use QUnit.push instead of deepEqual to get ↵ | Jörn Zaefferer | 2012-03-07 | 1 | -1/+1 |
| | | | | | | | | | | | | useful stacktrace | ||||
| | * | 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 ↵ | Jörn Zaefferer | 2012-03-07 | 2 | -2/+2 |
| | | | | | | | | | | | | multiple events. Make sure to unbind only those namespaced to .accordion | ||||
| | * | 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 |
| | | | | | | | | | | | | #8194 - Datepicker: Incorrect day name for Finnish localization. | ||||
* | | | 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 ↵ | Jörn Zaefferer | 2012-03-21 | 2 | -7/+4 |
| | | | | | | | | | | | | rename the -custom.css file | ||||
* | | | Build/grunt: Another attempt at using adm-zip. Keep the result in place, but ↵ | Jörn Zaefferer | 2012-03-19 | 2 | -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 Zaefferer | 2012-03-19 | 1 | -0/+8 |
| | | | | | | | | | | | | implementation | ||||
* | | | Build/grunt: Update to latest grunt API, using reigsterMultiTask instead of ↵ | Jörn Zaefferer | 2012-03-19 | 1 | -6/+6 |
| | | | | | | | | | | | | registerBasicTask | ||||
* | | | 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: ↵ | Scott González | 2012-03-14 | 1 | -5/+3 |
| | | | | | | | | | | | | Remove ui-accordion-disabled class. | ||||
| * | | Updated to QUnit 1.4.0. | Jörn Zaefferer | 2012-03-10 | 4 | -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á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 |
| | |