aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Build: Also minify i18n files.Jörn Zaefferer2011-12-011-0/+6
|
* Button: Apply overflow: hidden in all browsers except IE 6,7 to avoid ↵Scott González2011-11-291-1/+1
| | | | | | expanding the size of the button from negative text indent. Fixes #7911 - Button: icon only button in dialog causes horizontal scrollbar in Opera. (cherry picked from commit a3a5c65d4dd9eb6be0e8a71d82c3ca86b38ed009)
* Updating the 1-8-stable version to 1.8.18preScott González2011-11-291-1/+1
|
* Tagging the 1.8.17 release.1.8.17Scott González2011-11-291-1/+1
|
* Upgrade jQuery to 1.7.1.Scott González2011-11-22311-632/+9864
|
* Selectable: Explicitly check event.ctrlKey now that jQuery differentiates ↵Scott González2011-11-221-4/+4
| | | | | | between meta and ctrl. Fixes #7858 - ctrl-click to select multiple elements not working. (cherry picked from commit 35dd0417bdb442ad00a9eb37a85db5ddf1b14615)
* Datepicker: Fix `this` reference in _hideDatepicker(). Fixed #7722 - ↵Jay Oster2011-11-211-1/+2
| | | | | | Datepicker: Does not properly clear current instance when hidden. (cherry picked from commit c36b43d0ee3cf7e10d82d21e3a4ca6cb954f4c16)
* Droppable: Make sure._drop is called for all relevant droppables. Fixes ↵Michael P. Jung2011-11-211-1/+1
| | | | | | #6009 - Upper droppable should receive draggable. Fixes #6085 - Parent droppable takes precedence over dynamically created child droppable. (cherry picked from commit fdc332ed5fb7f7e688151d5cae9b450569d73da5)
* Widget: Don't use $.event.props when creating events.Scott González2011-11-211-12/+12
| | | | (cherry picked from commit 91ef69d7503f11f2b6223b9c0061fca51e3a006f)
* jquery.ui.datepicker-uk.js : Corrected translation of the weekHeader.(cherry ↵igor milla2011-11-191-1/+2
| | | | picked from commit f25937b215b1302368a71d69368d4782abdb7bac)
* Datepicker: added i18n for nl-BE. Fixes #7895 Datepicker: Add Dutch ↵David De Sloovere2011-11-193-0/+26
| | | | | | (Belgium) Localization (cherry picked from commit dfbd9be72df7734451f535af6dcc1f07294c242b)
* Datepicker: Added Macedonian i18n for date picker plugin. Fixes #7893 ↵stojce2011-11-193-0/+26
| | | | | | Datepicker: Add Macedonian Localization (cherry picked from commit b2d05f8b76a0de4e66f6a51d77b952be1633e17a)
* Datepicker: Added Welsh/UK localization. Fixes #7892 Datepicker: Add ↵William Griffiths2011-11-193-0/+26
| | | | | | Welsh/UK Localization (cherry picked from commit 6525365944d306931e0697b7bb909e9e48a5501c)
* Datepicker: Added Luxembourgish translation. Fixes #7891 Datepicker: Add ↵Michel Weimerskirch2011-11-193-0/+26
| | | | | | Luxembourgish Translation (cherry picked from commit 326bfec626b3039e2d51f53d2d6d2d48cdd78207)
* Merge pull request #511 from basti1253/masterRichard D. Worth2011-11-172-2/+2
| | | | build: removes disturbing error outputs on which call(cherry picked from commit d764388a65c5d56be7443f1de52e92876d009430)
* Selectable: add ui-selectee class to elements matching filter on refresh. ↵Richard D. Worth2011-11-161-0/+1
| | | | | | Fixes #7716 - Selectable: new elements added programatically don't have class ui-selectee (cherry picked from commit 97bc2d9de9875e222254cfa1cd3fa3bde605c2ed)
* Demos accordion hoverintent: moved event.type setter to not clobber ↵Richard D. Worth2011-11-111-1/+1
| | | | | | event.type. Partial fix for #7871 - Demo accordion hoverintent: hover instead of hoverintent behavior with jQuery 1.7.0 (cherry picked from commit f0f54e38d8eab613d7ea25d698b81126e5263d83)
* Widget: Set event.target in ._trigger(). Fixes #7852 - Droppable event ↵Scott González2011-11-101-0/+4
| | | | | | target changes under jQuery 1.7. (cherry picked from commit 1b165148a6654f64d572bd4c28ddb2cee5f6a332)
* Theme base core: Updated clearfix to 'new micro clearfix hack' by Nicolas ↵Richard D. Worth2011-11-091-6/+3
| | | | | | Gallagher http://nicolasgallagher.com/micro-clearfix-hack/ . Fixed #7838 - Clearfix breaks after runs through YUI Compressor (cherry picked from commit c21a5b4451f5eded288de4482b9508e2bd13756d)
* Upgrade jQuery to 1.7.Scott González2011-11-09312-1631/+11185
|
* Accordion: Fixed #7238 - Problem with accordion slide animation fixed width ↵Gaëtan Muller2011-11-071-5/+5
| | | | | | calculation (cherry picked from commit 124cf3cc6c9bf182563e2fe0663cdde497700f7b)
* Datepicker: Changed Kazakh locale from kz to kk. Fixes #7829 - Kazakhstan ↵Scott González2011-11-013-5/+5
| | | | | | language code. (cherry picked from commit f11dab34cce80f027c74cf604394c05d32c38255)
* Position: Added a check for fraction support in element positions. Fixes ↵kborchers2011-10-262-20/+66
| | | | #7255 - Position: Revisit solution for off-by-1 errors.
* Autocomplete: Add 1px to the width of the menu to avoid wrapping in Firefox. ↵Scott González2011-10-251-1/+3
| | | | | | Fixes #7513 - Autocomplete: long text wraps in Firefox. (cherry picked from commit 4cc61b459d73af78dd40f01e3250f2546d9f04bd)
* Button: Create text span in correct document.Scott González2011-10-201-1/+1
| | | | (cherry picked from commit c145f1698aa4bfb8b0d1c94e2bfa83399f1de0f3)
* Build: Switching to uglify.js instead of closure compilier. Saves 4 minutes ↵Corey Frang2011-10-188-65/+8804
| | | | | | | | | | per build, and actually produces slightly smaller files (cherry picked from commit bd71f24f5d5c1767f24b3c88df9fab8be38ed734) Conflicts: build/build.xml
* Default to jQuery 1.6.4 for tests.Scott González2011-10-181-1/+1
|
* Sortable tests: Commented out assertions that don't make sense.Scott González2011-10-181-4/+4
|
* Upgraded jQuery to 1.6.4.Scott González2011-10-18311-471/+18626
|
* Autocomplete: Re-enable native autocomplete whent he page is unloaded. Fixes ↵Scott González2011-10-181-0/+8
| | | | #7790 - Autocomplete-enabled text input does not keep value when using back button in browser.
* Build: For some reason, using parallel for gzip is causing some truncation ↵Corey Frang2011-10-171-11/+9
| | | | | | issues (cherry picked from commit d871fe46aa18abd561f2f9189a5e14c00f022420)
* Build: Fixing the sizer script to handle this many filesCorey Frang2011-10-171-9/+11
| | | | (cherry picked from commit f6c12849f1018f928c933ce63e4aceea6290a191)
* Build: whitespaceCorey Frang2011-10-171-98/+89
|
* Build: `ant size` will now give you a report detailing differences in size ↵Corey Frang2011-10-173-113/+192
| | | | | | | | | | since the last time you ran the report (cherry picked from commit 264139b22584eef1de672d0a7f1c52d14318eb56) Conflicts: build/build.xml
* Progressbar: Hide overflowing content. Fixes #7743 - Progressbar: Value div ↵Scott González2011-09-271-1/+1
| | | | | | can flow out of wrapper div. (cherry picked from commit 25ba0e6ef39c7aebcf2f0901823470422110970f)
* Sortable: replaced hard-coded sortable with this.widgetName, and removed ↵Richard D. Worth2011-09-271-10/+9
| | | | | | lines from destroy that are handled by super. Fixes #7741 - ui.sortable is not working when it is extended (cherry picked from commit 228b1b191b4f668a74e7005fc9c8c9250c090aa9)
* Datepicker: Added additional check to checkExternalClick to work when ↵kborchers2011-09-161-15/+14
| | | | | | clicking in another datepicker and removed old fix. Fixes #7686 - infinite loop when onclose event shows a second calendar (cherry picked from commit af76ad1c82625521b94bfc8bf967d9ca4f44da37)
* Datepicker i18n hu: Corrected four-digit year in dateFormat. Fixes #7714 - ↵Richard D. Worth2011-09-131-1/+1
| | | | | | Hungarian translation (cherry picked from commit cedac75bccbfd8eb2b0301fd40fc31a36a9296b1)
* Datepicker i17n hu: Corrected some spellings and abbreviations as well as ↵Richard D. Worth2011-09-131-6/+6
| | | | dateFormat. Fixes #7714 - Hungarian translation
* Button: Fixed RTL detection to default to LTR. Fixes #7697 - Buttonset: ↵Scott González2011-09-061-3/+3
| | | | | | Incorrect corners for disconnected elements. (cherry picked from commit 08450c3b2dfa652c7866653af93566c9bfa2f2cb)
* Dialog: Update to 96e5c24 - keyup apparently doesn't work like I thought it ↵Corey Frang2011-08-202-2/+2
| | | | | | would everywhere, switching back to keydown. (cherry picked from commit dfe75e1b552013c440186645a7a1ae9ec3c757b5)
* Dialog: Tabbing out of a modal dialog was possible because keypress doesn't ↵Corey Frang2011-08-192-4/+33
| | | | | | fire for tabs everywhere, switched to keyup. Added Unit Test - Caught by @DomenicDenicola - Fixes #3123 - Tabbing stops in modal dialog (cherry picked from commit 96e5c241e1b26224c53738b590e07290db7a3e54)
* Updating the 1-8-stable version to 1.8.17preScott González2011-08-151-1/+1
|
* Tagging the 1.8.16 release.1.8.16Scott González2011-08-151-1/+1
|
* Droppable: Don't use .parentsUntil(). Fixes #7530 - Droppable fails on ↵Scott González2011-08-121-2/+2
| | | | a.element.parentsuntil in version 1.8.14.
* Draggable: Only run iframeFix logic if the option is truthy. Fixes #7632 - ↵Scott González2011-08-121-9/+11
| | | | Draggable: iframeFix always runs with old versions of jQuery.
* Datepicker: Revert "Datepicker: Removing unnessecary typeof check. Fixed ↵Scott González2011-08-101-1/+2
| | | | | | #6669 - Datepicker: _selectDate restores focus to non-object" Fixes #7623 - DatePicker reappears after selection in ie8. This reverts commit 86a09aeb332851971bc2b2ce6bbf4d4292b12020.
* Widget demo: Fixed typo.Scott González2011-08-091-1/+1
| | | | (cherry picked from commit a0eb042bcdb3a8028631e648269fefdad762f522)
* Widget: Wrap the remove event trigerring in a try/catch. Fixes #7510 - ↵Scott González2011-08-091-2/+8
| | | | jQuery.data throws a script error in certain circumstances.
* Datepicker: Added ability to stop datepicker from beforeShow. Fixes #7602 - ↵Karl Kirch2011-08-092-1/+40
| | | | | | Ability to stop datepicker from appearing with beforeShow event handler. (cherry picked from commit d14629735648fb10403e38eac2b764ce6adf56c9)