Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 1.8: initial version of tree component, dependant upon sortables and droppables | Paul Bakaus | 2008-07-28 | 1 | -61/+31 | |
| | | | | 1.6: droppables can now operate in a seperate scope, droppables and sortables in the current dragged item are filtered out at start, preventing node hierarchy issues | |||||
* | Tests for inline disabled datepicker | Keith Wood | 2008-07-23 | 2 | -0/+18 | |
| | ||||||
* | Added tests for inline datepicker | Keith Wood | 2008-07-18 | 2 | -2/+135 | |
| | ||||||
* | accordion: fixed incosistent accordionchange event arguments ↵ | Jörn Zaefferer | 2008-07-13 | 1 | -0/+30 | |
| | | | | (http://dev.jquery.com/ticket/3111) | |||||
* | Dialog: Fixed #3013: Force dialog titlebars to have a full line height when ↵ | Scott González | 2008-07-12 | 1 | -2/+2 | |
| | | | | no title is provided (after initialization). | |||||
* | Added tests for datepicker structure and callbacks | Keith Wood | 2008-07-11 | 2 | -160/+654 | |
| | | | | | | Enhanced tests for destroy, enable/disable, ranges, and status Added tests for gotoCurrent, highlihgtWeek, yearRange, navigationAsDateFormat, rangeSeparator settings Added tests for day-of-year in format and parse | |||||
* | - moved all default css files into themes/default | Paul Bakaus | 2008-07-10 | 1 | -0/+358 | |
| | | | | - added Colorpicker, heavily modified for UI (thanks Stefan!) | |||||
* | - removed 1.6 branch1.5.2 | Paul Bakaus | 2008-07-09 | 9 | -0/+572 | |
| | | | | | - changed version in tags/1.5.2 to 1.5.2 - merged trunk with 1.6 | |||||
* | Refactored datepicker to use $.data for instance settings | Keith Wood | 2008-07-06 | 2 | -31/+67 | |
| | | | | Added tests for setDate | |||||
* | New tests for invocation, mouse interactions, alternate field, status, ↵ | Keith Wood | 2008-06-30 | 2 | -211/+505 | |
| | | | | localisation | |||||
* | restored test image from [236] - still referenced in a few test files. | Richard Worth | 2008-06-27 | 1 | -0/+0 | |
| | ||||||
* | tests visual draggable - moved handle test to its own file. default visual ↵ | Richard Worth | 2008-06-26 | 2 | -4/+29 | |
| | | | | tests should have no options. | |||||
* | tests dialog - added unit tests for #3017 - Dialog callback scopes | Richard Worth | 2008-06-26 | 1 | -11/+67 | |
| | ||||||
* | visual css: corrected styles for slider | Paul Bakaus | 2008-06-26 | 1 | -2/+2 | |
| | ||||||
* | resizable, selectable, sortable: changed cancel default to ':input' instead ↵ | Richard Worth | 2008-06-26 | 1 | -1/+1 | |
| | | | | of (redundant) ':input,button' | |||||
* | tests draggable #2965 - fixed to account for distance: 1 default | Richard Worth | 2008-06-26 | 1 | -2/+2 | |
| | ||||||
* | tests resizable - restructured to match others, added defaults test | Richard Worth | 2008-06-26 | 1 | -232/+231 | |
| | ||||||
* | sortable: added visual test page for profiling performance | Paul Bakaus | 2008-06-25 | 1 | -0/+757 | |
| | ||||||
* | fixed #3025 - dialog should have an autoResize option; default value: true | Richard Worth | 2008-06-25 | 1 | -0/+20 | |
| | ||||||
* | sortable: changed default distance to 1 | Paul Bakaus | 2008-06-24 | 1 | -1/+1 | |
| | ||||||
* | sortable: changed default distance to 1 | Paul Bakaus | 2008-06-24 | 1 | -2/+4 | |
| | ||||||
* | draggable: fixed failing test, mousemove is actually called 3 times in ↵ | Paul Bakaus | 2008-06-24 | 1 | -1/+1 | |
| | | | | jquery.simulate.js, so 4 is the correct value | |||||
* | sortable: added default checks for scroll options | Paul Bakaus | 2008-06-24 | 1 | -0/+3 | |
| | ||||||
* | sortable:fixed #3019, stop being fird too early | Paul Bakaus | 2008-06-24 | 1 | -0/+12 | |
| | ||||||
* | tests dialog - added missing tests (placeholders) | Richard Worth | 2008-06-22 | 1 | -0/+24 | |
| | ||||||
* | accordion: added test for headers with descendants; replaced while-loop to ↵ | Jörn Zaefferer | 2008-06-21 | 3 | -256/+198 | |
| | | | | find header-parent with call to parents | |||||
* | tests dialog - added some tests and placeholders | Richard Worth | 2008-06-21 | 2 | -70/+177 | |
| | ||||||
* | simulate - drag: added mousemove [+1, +1] after mousedown. Removed mouseover ↵ | Richard Worth | 2008-06-21 | 2 | -2/+6 | |
| | | | | and mouseout as they're not minimal/required for drag. They were there as work-around for resizable. Moved work-around to resizable test. | |||||
* | tests selectable - removed unneeded refs to draggable and resizable | Richard Worth | 2008-06-21 | 1 | -2/+0 | |
| | ||||||
* | tests draggable - corrected defaults tests tracking [304], and [305] | Richard Worth | 2008-06-21 | 1 | -2/+2 | |
| | ||||||
* | tests datepicker - added closure (for isolation in all.html) | Richard Worth | 2008-06-21 | 1 | -0/+7 | |
| | ||||||
* | tests all - added sortable | Richard Worth | 2008-06-21 | 1 | -0/+9 | |
| | ||||||
* | tests sortable - fixed failing disable tests | Richard Worth | 2008-06-21 | 1 | -4/+4 | |
| | ||||||
* | tests sortable - fixed failing enable test | Richard Worth | 2008-06-21 | 2 | -7/+7 | |
| | ||||||
* | tests sortable - corrected page title | Richard Worth | 2008-06-21 | 1 | -2/+2 | |
| | ||||||
* | visual tests: dialog - removed unused offset var | Richard Worth | 2008-06-20 | 1 | -1/+0 | |
| | ||||||
* | Tests for relative dates with multiple periods | Keith Wood | 2008-06-16 | 1 | -2/+79 | |
| | | | | Tests for default date | |||||
* | Add tests for destroying datepicker, keystrokes, minimum/maximum date ↵ | Keith Wood | 2008-06-13 | 1 | -10/+300 | |
| | | | | processing, ranges, and callbacks | |||||
* | Add named keystrokes | Keith Wood | 2008-06-13 | 1 | -1/+12 | |
| | ||||||
* | tests: initial version of sortable tests/ | Paul Bakaus | 2008-06-13 | 2 | -0/+171 | |
| | | | | sortable: added default value for helper ("clone") | |||||
* | removed (unused) flora class from body | Richard Worth | 2008-06-10 | 1 | -1/+1 | |
| | ||||||
* | Add datepicker tests | Keith Wood | 2008-06-10 | 3 | -0/+269 | |
| | ||||||
* | whitespace | Richard Worth | 2008-06-10 | 1 | -1/+3 | |
| | ||||||
* | Added effects visual test pages | Richard Worth | 2008-06-09 | 3 | -0/+279 | |
| | ||||||
* | fix for slider visual test | Eduardo Lundgren | 2008-06-09 | 1 | -1/+1 | |
| | ||||||
* | Added droppable visual test | Richard Worth | 2008-06-09 | 3 | -1/+62 | |
| | ||||||
* | Added simple slider test | Richard Worth | 2008-06-09 | 3 | -1/+35 | |
| | ||||||
* | Delete uneeded test files | Eduardo Lundgren | 2008-06-09 | 4 | -599/+0 | |
| | ||||||
* | - Added functional demo application | Eduardo Lundgren | 2008-06-09 | 3 | -0/+599 | |
| | | | | - Removed datepicker folder from functional demo folder | |||||
* | tests - all.html, removed links for missing .js files | Richard Worth | 2008-06-09 | 1 | -4/+0 | |
| |