Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed #4036 (draggable: cssNamespace option should be removed, addClasses ↵ | Richard Worth | 2009-02-02 | 2 | -0/+13 | |
| | | | | option added) | |||||
* | draggable unit tests: cleanup | Richard Worth | 2009-02-02 | 5 | -79/+31 | |
| | ||||||
* | slider unit tests: created separate file for each module: core, common ↵ | Richard Worth | 2009-02-02 | 7 | -96/+187 | |
| | | | | widget, events, methods, options, tickets | |||||
* | Accordion: Fixed #3969: Deprecated alwaysOpen for collapsible option; fixed ↵ | Scott González | 2009-02-02 | 1 | -5/+5 | |
| | | | | demos, tests, and using alwaysOpen on init. | |||||
* | Tabs: fixed test in IE... | Klaus Hartl | 2009-02-01 | 1 | -1/+1 | |
| | ||||||
* | Tabs: added simple test for length method | Klaus Hartl | 2009-02-01 | 1 | -1/+9 | |
| | ||||||
* | Tabs: Fixed IE bug which would mistake tabs as ajax with dynamically created ↵ | Klaus Hartl | 2009-02-01 | 1 | -0/+11 | |
| | | | | HTML, fixes #4033 | |||||
* | datepicker: #4032 - Incorrect layout in multiple month rows. I noticed the ↵ | Ca-Phun Ung | 2009-02-01 | 1 | -0/+21 | |
| | | | | static tests were recently updated with a row-break so I have added the row-break fix for now so it will be ready for the release. We should seriously consider inline-block. | |||||
* | unit tests: fixed missing tests to hide with new qunit checkbox | Richard Worth | 2009-02-01 | 2 | -21/+21 | |
| | ||||||
* | draggable unit tests: added some missing tests | Richard Worth | 2009-02-01 | 2 | -1/+86 | |
| | ||||||
* | Sortable: Added defaults for cursor, cursorAt, opacity. | Scott González | 2009-02-01 | 1 | -0/+3 | |
| | ||||||
* | draggable unit tests: created separate file for each module: defaults, ↵ | Richard Worth | 2009-02-01 | 8 | -724/+781 | |
| | | | | events, methods, options, tickets | |||||
* | eol-style and mime-type | Richard Worth | 2009-01-31 | 1 | -45/+45 | |
| | ||||||
* | dialog: changed shadow default to false. Not quite ready to be on by ↵ | Richard Worth | 2009-01-31 | 5 | -54/+109 | |
| | | | | default. Maybe in 1.next. | |||||
* | dialog visual tests - added option modal true and false | Richard Worth | 2009-01-31 | 2 | -0/+54 | |
| | ||||||
* | Tabs: simplified tests a bit, found bug by that - fixed as well as two other ↵ | Klaus Hartl | 2009-01-31 | 1 | -47/+27 | |
| | | | | unreported bugs | |||||
* | accordion: more realistic testcase for autoHeight:false accordion | Jörn Zaefferer | 2009-01-30 | 1 | -0/+57 | |
| | ||||||
* | accordion: added ul-visual-test; improved solution for fixing ul-accordions, ↵ | Jörn Zaefferer | 2009-01-30 | 1 | -0/+45 | |
| | | | | no more potential scope issues | |||||
* | accordion: added a list into the first panel on the static ul-test, need to ↵ | Jörn Zaefferer | 2009-01-30 | 1 | -3/+7 | |
| | | | | fix ui.accordion.css | |||||
* | accordion: better default for header-option | Jörn Zaefferer | 2009-01-30 | 2 | -4/+2 | |
| | ||||||
* | accordion: fix for the previous commit; event triggering still somewhat ↵ | Jörn Zaefferer | 2009-01-30 | 1 | -1/+1 | |
| | | | | crippled, a few tests failing | |||||
* | resizable visual tests: added tests for aspectRatio, and combining ↵ | Richard Worth | 2009-01-30 | 10 | -0/+264 | |
| | | | | aspectRatio with min and max height and width options | |||||
* | Resizable: Fixed defaults in tests. | Scott González | 2009-01-30 | 1 | -3/+2 | |
| | ||||||
* | Accordion: Fixed tests. | Scott González | 2009-01-30 | 2 | -9/+9 | |
| | ||||||
* | Accordion: Fixed destroy method with new markup. | Scott González | 2009-01-30 | 2 | -54/+48 | |
| | ||||||
* | dialog unit tests: Added option closeOnEscape tests | Richard Worth | 2009-01-30 | 2 | -0/+54 | |
| | ||||||
* | sortable unit tests: fixed default value for tolerance: intersect | Richard Worth | 2009-01-30 | 1 | -1/+1 | |
| | ||||||
* | dialog unit tests: no more overlay option | Richard Worth | 2009-01-30 | 1 | -4/+0 | |
| | ||||||
* | dialog unit tests: no more overlay option | Richard Worth | 2009-01-30 | 1 | -1/+0 | |
| | ||||||
* | accordion unit tests: fixed cap. of autoHeight | Richard Worth | 2009-01-30 | 1 | -1/+1 | |
| | ||||||
* | Accordion: Fixed #3788: Removed wrapper divs and smoothed animations, ↵ | Scott González | 2009-01-30 | 7 | -60/+58 | |
| | | | | allowing accordions to work with dl's and ul's again. | |||||
* | markup updates to support various container element types. accordion-groups ↵ | Scott Jehl | 2009-01-29 | 5 | -125/+122 | |
| | | | | | | are no longer needed. Also content wraps are gone. CSS for this is in the head - as it will break the rest of trunk until these markup changes are implemented | |||||
* | slider visual tests: added horizontal and vertical default and range (true, ↵ | Richard Worth | 2009-01-29 | 8 | -0/+198 | |
| | | | | min, max) tests | |||||
* | slider static tests: a couple more tests | Richard Worth | 2009-01-29 | 1 | -1/+1 | |
| | ||||||
* | slider static tests: a couple more tests | Richard Worth | 2009-01-29 | 2 | -0/+36 | |
| | ||||||
* | slider static tests: file renames | Richard Worth | 2009-01-29 | 6 | -0/+0 | |
| | ||||||
* | css updates to abstract left, right, bottom, top values into CSS | Scott Jehl | 2009-01-29 | 5 | -33/+21 | |
| | ||||||
* | slider static tests: updates and cleanup | Richard Worth | 2009-01-29 | 6 | -8/+66 | |
| | ||||||
* | file renames | Richard Worth | 2009-01-29 | 3 | -0/+0 | |
| | ||||||
* | slider static tests: range, range min | Richard Worth | 2009-01-29 | 2 | -0/+39 | |
| | ||||||
* | slider static tests: new test 'Slider range max' | Richard Worth | 2009-01-29 | 1 | -0/+19 | |
| | ||||||
* | dialog visual tests: Added new test 'Dialog on page with scrollbars' | Richard Worth | 2009-01-29 | 1 | -0/+25 | |
| | ||||||
* | slider unit tests: updated default value for orientation option (now 'auto' ↵ | Richard Worth | 2009-01-28 | 1 | -1/+1 | |
| | | | | instead of 'horizontal') | |||||
* | new static page for accordion with no wrapper divs (due to new animation update) | Scott Jehl | 2009-01-28 | 1 | -0/+53 | |
| | | | | the css in this file can replace accordion.css in themes/base once this is implemented and all css references to the content-wrap can be removed. | |||||
* | added row break class to datepicker with multiple calendars. we can delete ↵ | Maggie Costello Wachs | 2009-01-28 | 1 | -74/+94 | |
| | | | | this later if needed; just want to make sure a fix is in place before the next release. | |||||
* | eol-style and mime-type | Richard Worth | 2009-01-28 | 1 | -40/+40 | |
| | ||||||
* | test visual slider: new test - Slider in container with scrollbars | Richard Worth | 2009-01-28 | 1 | -0/+40 | |
| | ||||||
* | tests static icons: fixed icon test page in IE6 | Richard Worth | 2009-01-28 | 1 | -199/+207 | |
| | ||||||
* | Added missing icon: .ui-icon-script | Richard Worth | 2009-01-28 | 1 | -39/+44 | |
| | ||||||
* | eol-style and mime-type | Richard Worth | 2009-01-28 | 2 | -132/+132 | |
| |