589
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected 1 day ago.
May 17, 2023 — May 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed 3105 First week in November day repeat Fixed 3088 Repeating date in October 2008 More... almost 16 years ago
Fixed 3108 Allow ids with square brackets Fixed 3113 Allow ids with colon or period More... almost 16 years ago
Fixed 3111 Add option to allow large previous/next movements More... almost 16 years ago
don't need document ready on init More... almost 16 years ago
Datepicker div now appends to the document after the datepicker(); function is called instead of automatically on include. More... almost 16 years ago
updated default style path More... almost 16 years ago
sortable: fixed a items issue caused the items of the container itself to be doubled if the connected query also match on it. Implemented the option connected (bool), for function serialize to also serialize connected lists. More... almost 16 years ago
Fixed 3084 Arrange order of month and year selectboxes More... almost 16 years ago
Fixed 3080 Calls _setDateFromField when inline Fixed 3082 Arrow keys unnecissarily bound in datepicker Corrected otherMonth class name Corrected getDate for ranges More... almost 16 years ago
Added tests for inline datepicker More... almost 16 years ago
draggable: implemented more advanced features for the snap option - you can now pass in a object instead of a bolean into "snap", possible keys are the callbacks snap/release (which both receive ui.snapItem) and items (jQuery selector, defaults to :data(draggable)) More... almost 16 years ago
draggable: fixed relative position bug (please NEVER check in elem.style just for performance optimizations) More... almost 16 years ago
Added missing ui-selectable-helper class to helper/lasso element More... almost 16 years ago
Magnifier: Partial cleanup. More... almost 16 years ago
Magnifier: Partial cleanup. More... almost 16 years ago
Magnifier: Partial cleanup. More... almost 16 years ago
Magnifier: Partial cleanup. More... almost 16 years ago
Tabs: Updated to use new trigger() method. More... almost 16 years ago
Accordion: Updated to use new trigger() method. More... almost 16 years ago
completes keyboard operation (fixes #3801) More... almost 16 years ago
Droppable .is(accept) on init() fixed More... almost 16 years ago
draggable: removed adding the class ui-draggable in favor of the new data selector More... almost 16 years ago
core: added :data selector that matches elements that have data for a given key. droppable: removed the addition of "ui-droppable" class which greatly improves intialization time for IE6/7 and FF2 More... almost 16 years ago
Color Picker: Fixed heading and indentation. More... almost 16 years ago
Dialog: Fixed #3076: Proper sizing of overlays in Opera 9.51. More... almost 16 years ago
accordion: fixed incosistent accordionchange event arguments (http://dev.jquery.com/ticket/3111) More... almost 16 years ago
Dialog: If options.title is empty on init, set it to the title attribute of the dialog element. More... almost 16 years ago
Dialog: Fixed #3013: Force dialog titlebars to have a full line height when no title is provided (after initialization). More... almost 16 years ago
Added tests for datepicker structure and callbacks 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 More... almost 16 years ago
Add day-of-year to format and parse date routines Correct status display More... almost 16 years ago