| Commit message (Expand) | Author | Age | Files | Lines |
* | draggable unit tests: added option iframeFix tests | Richard Worth | 2009-02-07 | 7 | -16/+65 |
* | draggable unit tests: Added a few tests | Richard Worth | 2009-02-07 | 4 | -13/+81 |
* | resizable unit tests: zIndex default: 1000 | Richard Worth | 2009-02-07 | 1 | -1/+1 |
* | unit tests: Added all defaults test page | Richard Worth | 2009-02-07 | 1 | -0/+42 |
* | sortable: implemented tests for start,stop,beforeStop,change and update | Paul Bakaus | 2009-02-06 | 1 | -6/+103 |
* | sortable unit tests - fixed el.css not a function | Richard Worth | 2009-02-06 | 3 | -20/+34 |
* | Tabs: fixed bug related to setting selected via data method, cleaned up mess ... | Klaus Hartl | 2009-02-05 | 1 | -27/+22 |
* | Tabs: Added tests for select method while at the same time implemented consis... | Klaus Hartl | 2009-02-05 | 1 | -4/+35 |
* | Dialog: Removed shadow option due to introducing too many bugs. (Reopens #3681). | Scott González | 2009-02-05 | 3 | -55/+0 |
* | accordion defaults in alpha order | Richard Worth | 2009-02-05 | 1 | -1/+1 |
* | just reviewed | Klaus Hartl | 2009-02-04 | 3 | -4/+6 |
* | unit tests: added index page | Richard Worth | 2009-02-04 | 1 | -0/+57 |
* | all unit tests: fixed paths to point to new separate files | Richard Worth | 2009-02-04 | 1 | -21/+93 |
* | selectable unit tests: split tests into individual files | Richard Worth | 2009-02-04 | 8 | -208/+170 |
* | resizable unit tests: split tests into individual files | Richard Worth | 2009-02-04 | 8 | -427/+411 |
* | progressbar unit tests: split tests into individual files | Richard Worth | 2009-02-04 | 8 | -80/+41 |
* | dialog unit tests: split tests into individual files | Richard Worth | 2009-02-04 | 8 | -733/+683 |
* | datepicker unit tests: split tests into individual files | Richard Worth | 2009-02-04 | 8 | -1398/+1375 |
* | tabs unit tests: split tests into individual files, added some missing tests | Richard Worth | 2009-02-03 | 8 | -312/+322 |
* | accordion unit tests: split tests into individual files | Richard Worth | 2009-02-03 | 8 | -164/+273 |
* | sortable unit tests: stubbed out missing tests | Richard Worth | 2009-02-03 | 1 | -4/+0 |
* | sortable unit tests: stubbed out missing tests | Richard Worth | 2009-02-03 | 1 | -0/+224 |
* | Fixed #4038 (sortable: cssNamespace option should be removed) | Richard Worth | 2009-02-03 | 1 | -1/+0 |
* | sortable defaults | Richard Worth | 2009-02-03 | 1 | -2/+7 |
* | sortable unit tests: split tests into individual files | Richard Worth | 2009-02-03 | 8 | -159/+213 |
* | Tabs: introduced "collapsible" option while deprecating "deselectable", fixes... | Klaus Hartl | 2009-02-02 | 1 | -16/+27 |
* | unit tests: created separate file for each module: core, common widget, event... | Richard Worth | 2009-02-02 | 48 | -0/+552 |
* | unit tests: minor updates | Richard Worth | 2009-02-02 | 4 | -5/+15 |
* | Fixed #4037 (droppable: cssNamespace option should be removed, addClasses opt... | Richard Worth | 2009-02-02 | 1 | -11/+1 |
* | Failing test for #4037 (droppable: cssNamespace option should be removed, add... | Richard Worth | 2009-02-02 | 2 | -1/+13 |
* | slider unit tests: moved init and destroy tests to 'slider: methods' module | Richard Worth | 2009-02-02 | 2 | -60/+60 |
* | draggable unit tests: typo in 'addClasses: false' test | Richard Worth | 2009-02-02 | 2 | -6/+2 |
* | droppable unit tests: created separate file for each module: core, common wid... | Richard Worth | 2009-02-02 | 8 | -224/+236 |
* | unit tests: added common widget tests. Thanks Scott G. | Richard Worth | 2009-02-02 | 1 | -0/+83 |
* | Fixed #4036 (draggable: cssNamespace option should be removed, addClasses opt... | Richard Worth | 2009-02-02 | 2 | -0/+13 |
* | draggable unit tests: cleanup | Richard Worth | 2009-02-02 | 5 | -79/+31 |
* | slider unit tests: created separate file for each module: core, common widget... | Richard Worth | 2009-02-02 | 7 | -96/+187 |
* | Accordion: Fixed #3969: Deprecated alwaysOpen for collapsible option; fixed d... | Scott González | 2009-02-02 | 1 | -5/+5 |
* | 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 |
* | datepicker: #4032 - Incorrect layout in multiple month rows. I noticed the st... | Ca-Phun Ung | 2009-02-01 | 1 | -0/+21 |
* | 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, events... | Richard Worth | 2009-02-01 | 8 | -724/+781 |
* | 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 default.... | Richard Worth | 2009-01-31 | 5 | -54/+109 |
* | 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 |