Made bug fix - unsure how to proceed
Hi, I'm new to jQuery UI development and stumbled upon a bug in the datepicker. I tried to submit a bug report in trac, but it won't allow me to file it. At
http://bugs.jqueryui.com/newticket I get "
TICKET_CREATE privileges are required to perform this operation".
Anyhow, I managed to write some new tests for the bug and fix it in the implementation. I pushed the bugfix to my fork
git://github.com/pheiberg/jquery-ui.git (15a21d537ab3af0c80f3). Since I had no bug to file it against, the commit message isn't complete.
The bug I found was that the parseDate function does not handle the y format string correctly. The lookahead was never applied in the size check, so the size of year was always considered to be 4 regardless of if there were 2 y:s or not.
How can I proceed with this to follow the correct procedure and hopefully get the fix included in 1.9?
Best regards,
--
Peter Heiberg