Timeline


and

07/23/08:

20:36 Ticket #3129 (jQuery UI Datepicker. with Spring) created by toneofwinds@…
HI I cannot resolve one things. If Im using id of my input which is …
19:39 Ticket #3128 (Disabled Datepicker still pops up when buttonImage clicked in IE7 and ...) closed by kbwood
wontfix: Use $('selector').datepicker('disable') to properly disable the …
19:32 Ticket #3107 (ui.datepicker dialog example does not return false when returning from ...) closed by kbwood
fixed: Fixed.
17:29 Ticket #3088 (Repeating date when selecting october 2008) closed by kbwood
fixed: Fixed. Check both UTC and normal date to step through the days.
17:29 Ticket #3105 (Date picker first week in november day repeat) closed by kbwood
fixed: Fixed. Check both UTC and normal date to step through the days.
17:24 Ticket #3108 (ui.datepicker breaks with form elements whos ids contain square brackets) closed by kbwood
fixed: Fixed. Now handles ids with embedded square brackets.
17:23 Ticket #3113 (datepicker error for escaped special character in element id) closed by kbwood
fixed: Fixed. Now handles ids with embedded ':' or '.'. The 'fn is not a …
17:16 Ticket #3111 (Provide option to display double-arrows for navigation by (year) in ...) closed by kbwood
fixed: Fixed. Set showBigPrevNext to true to display the additional links. Set …
12:51 Ticket #3091 (Allow association with textbox for inline calendar) closed by kbwood
wontfix: You can do this with the latest version (1.5.2) via the altField setting, …
12:50 Changeset [531970d4ac851acd1b81d424b6703c19175e6e9f] by Keith Wood <kbwood.au@…>
  • themes/default/ui.datepicker.css
Disable inline datepickers
12:39 Changeset [d165e454b4a06d99f83bfb2f86546a1e3b4470c9] by Keith Wood <kbwood.au@…>
  • demos/functional/index.html
  • demos/functional/templates/ui.datepicker.dbd.html
  • demos/functional/templates/ui.datepicker.dlg.html
  • demos/functional/templates/ui.datepicker.html
  • demos/functional/templates/ui.datepicker.inl.html
  • demos/functional/templates/ui.datepicker.sel.html
Fixed 3107 Dialog example does not return false when clicked Demonstrate inline disabled datepicker Demonstrate big previous/next links
12:23 Changeset [30be7d0953f884951d242146edafac50b429a587] by Keith Wood <kbwood.au@…>
  • tests/datepicker.html
  • tests/datepicker.js
Tests for inline disabled datepicker
12:20 Changeset [72ea968893aa0eee93e39b0d558f9cc84ad44018] by Keith Wood <kbwood.au@…>
  • themes/flora/flora.datepicker.css
Disable inline datepickers
10:39 Changeset [a87fa9856ac85779b76cf382c7d872725e3b36f0] by Keith Wood <kbwood.au@…>
  • ui/ui.datepicker.js
Disable inline datepickers
10:35 Changeset [323399c7bfc13c81dbaf780bd11615f04c288ab1] by Keith Wood <kbwood.au@…>
  • ui/ui.datepicker.js
Fixed 3105 First week in November day repeat Fixed 3088 Repeating date in October 2008
10:29 Changeset [d1083005b44ec515e12ff09b7523da53442ef72b] by Keith Wood <kbwood.au@…>
  • ui/ui.datepicker.js
Fixed 3108 Allow ids with square brackets Fixed 3113 Allow ids with colon or period
10:26 Changeset [1f826dc041f74795fd466fd2d46bf0f68df4bcd1] by Keith Wood <kbwood.au@…>
  • ui/ui.datepicker.js
Fixed 3111 Add option to allow large previous/next movements
00:49 Ticket #3128 (Disabled Datepicker still pops up when buttonImage clicked in IE7 and ...) created by jstayton
Example:  http://www.justinstayton.com/datepickerTest.html When you click …
00:44 Ticket #3127 (Accordion + Slider) created by anonymous
[jq1.2.6][ui1.5.2] When using sliders within an accordion, sliding (then …
00:00 Ticket #3126 (IE7 dialog error on simple v1.5.2) created by anonymous
get a megabundle from the build your own jquery ui create the following …

07/22/08:

23:51 Ticket #3125 (UI/Tabs strange behavior) created by jeelong0101@…
I am testing the tab functions with twelve tabs. On initial load, the …
23:00 Ticket #3124 (Resizable element within Iframe jumps/shifts during resize) created by rbudiantara@…
The iframe have horizontal and vertival scrollbars. After I scrolled the …
21:09 Ticket #3123 (Tabbing stops in modal dialog) created by Jacob
If you launch a modal dialog and try to use the tab key to select elements …
05:01 Ticket #3122 (Reset styles more carefuly after animation) created by klaus.hartl
After animation of tab switch inline CSS added by the animation is …

07/21/08:

13:22 Ticket #3121 (toggle("slide"); effect is not working over a flash movie in FireFox) created by kulldox@…
Hi! I'm trying to make slide from bottom effect over a flash movie(flv …

07/20/08:

17:16 Changeset [57599ce0334c4b930a63c009303b8c86533e2e7a] by Marc Grabanski <m@…>
  • ui/ui.datepicker.js
don't need document ready on init
17:09 Changeset [d675c6c5104cba85a059c2eafbd59a8a2abfeff8] by Marc Grabanski <m@…>
  • ui/ui.datepicker.js
Datepicker div now appends to the document after the datepicker(); function is called instead of automatically on include.
16:22 Changeset [5e1286120ca1aa0834e752728e2463ce5a8f4dca] by Marc Grabanski <m@…>
  • demos/functional/templates/ui.datepicker.html
updated default style path
03:09 Ticket #3120 (Resize handles fail to appear after partial page update (ASP.NET AJAX)) created by serializer
- I apply .resizable() to my element (with options, code listed further …

07/19/08:

23:45 Ticket #3119 (A draggable object is offset by a few pixels on revert in firefox when ...) created by akshaychand
When I add jquery.dimensions.js to my HTML page, a draggable object gets …
15:31 Ticket #3118 (bug with ui.resizable in FF) created by emiliodeg@…
in firefox 2 and 3, if I do this .... <script type="text/javascript" …
15:05 Changeset [3ddb7477e26d2ade5e22ed488ae214ab71a26c53] by Paul Bakaus <paul.bakaus@…>
  • ui/ui.sortable.js
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.
11:13 Ticket #3117 (fix for autoResize in dialog with button pane) created by mgl
I already posted this in the jQuery UI google group, but I figured it …
05:49 Ticket #2953 (Spinner seems broken) closed by klaus.hartl
fixed
01:30 Ticket #3116 (datepicker incorrectly handling change of rangeSelect) created by anonymous
if i have some code like the following to change the settings of an inline …

07/18/08:

20:34 Ticket #3115 (resizable on divs with position:absolute, anchored on right) created by balliano
hi, i need to resize a div which has position: absolute; top: 0px; …
20:30 Ticket #3114 (resizable on divs with position:absolute) created by balliano
hi, i've some divs with position:absolute but i'm not using ------------ …
20:08 Ticket #3113 (datepicker error for escaped special character in element id) created by gdoe6545@…
I'm using jQuery in combination with JavaServer Faces and the element IDs …
17:45 Ticket #3112 (SwitchClass doesn't have any effect in Safari 3.1.1) created by igor.morozov@…
Neither the demo on  http://docs.jquery.com/UI/Effects/switchClass not my …
16:16 Ticket #3084 (arrange order of month and year selectboxes for each locale) closed by kbwood
fixed: Fixed - added monthAfterYear setting - set to true to reverse the order of …
15:56 Ticket #3082 (arrow keys unnecessarily bound in datepicker) closed by kbwood
fixed: Fixed - keystrokes not recognised by datepicker are passed on to the …
15:53 Ticket #3080 (Datepicker calls _setDateFromField on a div when inline) closed by kbwood
fixed: Fixed - _setDateFromField is not called if the datepicker is inline.
09:23 Changeset [5ec53d2c2cf1d68945d89722c628ba8816235cc5] by Keith Wood <kbwood.au@…>
  • demos/functional/templates/ui.datepicker.html
  • ui/ui.datepicker.js
Fixed 3084 Arrange order of month and year selectboxes
09:00 Changeset [e139f6ccaafe51ef8e181a6236e713cf64fe2918] by Keith Wood <kbwood.au@…>
  • ui/ui.datepicker.js
Fixed 3080 Calls _setDateFromField when inline Fixed 3082 Arrow keys unnecissarily bound in datepicker Corrected otherMonth class name Corrected getDate for ranges
08:28 Changeset [0f1592128fadf1b65d335e0cd34d54a503ea9f89] by Keith Wood <kbwood.au@…>
  • tests/datepicker.html
  • tests/datepicker.js
Added tests for inline datepicker
01:27 Ticket #3111 (Provide option to display double-arrows for navigation by (year) in ...) created by keith.hughitt@…
Would it be possible to provide an option to display not only the single …
00:44 Ticket #3110 (Datepicker conflict with jquery.dimensions) created by kenitech
I read somewhere that the UI version of datepicker no longer needs …

07/17/08:

21:44 Ticket #3109 (resizable: alsoResize not working(?)) created by Bruno Basto
I'm using the new resizable feature alsoResize. Each time I start resizing …
16:13 Changeset [83f858aa286c6351c0a48004ca11f205b2833887] by Paul Bakaus <paul.bakaus@…>
  • ui/ui.draggable.js
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))
15:04 Changeset [db258edf2a4411e888e13180ec60b4d56436808c] by Paul Bakaus <paul.bakaus@…>
  • ui/ui.draggable.js
draggable: fixed relative position bug (please NEVER check in elem.style just for performance optimizations)
04:23 Ticket #3108 (ui.datepicker breaks with form elements whos ids contain square brackets) created by ahunter@…
if you have an element who's id is something like "ticket[owner]" then …
04:06 Ticket #3107 (ui.datepicker dialog example does not return false when returning from ...) created by ahunter@…
the dialog example does not return false when returning from onclick, so …
02:13 Ticket #3106 (Sortable: serialize throws error if sortable contains tabs.) created by kape
I have a bunch of sortable widgets and for any that contain tabs I get the …
01:34 Ticket #3105 (Date picker first week in november day repeat) created by bto108@…
I've got the following UI datepicker options and it is generating the …

07/16/08:

21:28 Ticket #3045 (active link) closed by eduardo
fixed
16:58 Ticket #3103 (datepicker's '{speed: ""}' doesn't work width downloaded files) closed by kbwood
wontfix: In the latest version, the speed setting has been renamed to duration in …
09:15 Ticket #2992 (tabs select) closed by scott.gonzalez
invalid: This sounds to me like you want to load the content from one tab into the …
08:34 Ticket #3085 (ui.tabs doesnt support json) closed by scott.gonzalez
invalid: We can't allow overriding the success function because we need to use that …
08:11 Ticket #3093 (Themeroller Bug in the production of the Theme CSS file for DatePicker) closed by scott.gonzalez
duplicate: Duplicate of #3003.
08:07 Ticket #3068 (IntegrityError: (1062, "Duplicate entry 'jquery@rickster-1-0' for key 1")) closed by scott.gonzalez
worksforme
07:38 Ticket #3099 (Dialog buttons partially hidden with a theme file) closed by scott.gonzalez
duplicate
06:01 Ticket #3104 (Dialog (or draggable) glitch when html tags styled) created by Matro
Conditions: *FF3 (OS X and Win XP) but not IE6 This bug appears with the …
02:59 Ticket #3103 (datepicker's '{speed: ""}' doesn't work width downloaded files) created by summerrain19@…
I need a datepicker, which appears immidiately, without animation. On the …
00:28 Changeset [872c757f40e7a7efb88f1dab865a6ef93e490727] by Richard Worth <rdworth@…>
  • ui/ui.selectable.js
Added missing ui-selectable-helper class to helper/lasso element
00:08 Changeset [6cfb6208ee121f21565a12f7bf2ca57bb074b44d] by Scott González <scott.gonzalez@…>
  • ui/ui.magnifier.js
Magnifier: Partial cleanup.
00:01 Ticket #3102 ([scale-effect][patch] Add scale: 'textbox' option) created by lrbabe
There are several reasons to change two lines of code in the scale effect. …
Note: See TracTimeline for information about the timeline view.