[symfony-users] Re: sfWidgetFormJqueryDate - Bug when selecting in list the 8th or 9th of a month

2010-04-05 Thread alberthendriks
What xplo says is true. The fix has not yet been released. The fixed file can now be found here: http://svn.symfony-project.com/plugins/sfFormExtraPlugin/branches/1.3/lib/widget/ The diff is this: 86,88c86,88 jQuery(#%s).val(parseInt(date.substring(0, 4)));

[symfony-users] Re: sfWidgetFormJqueryDate - Bug when selecting in list the 8th or 9th of a month

2010-03-25 Thread Massimiliano Arione
Just don't use that plugin. Instead, you should use a pure javascript solution, that is the best approach. See http://garakkio.altervista.org/datepicker/ cheers Massimiliano -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You

[symfony-users] Re: sfWidgetFormJqueryDate - Bug when selecting in list the 8th or 9th of a month

2010-03-22 Thread xplo
Get the latest version of the plugin, it s been fixed ~ On Mar 22, 2:57 pm, Raphaël B. zera...@gmail.com wrote: Hello, I'm using this widget in a symfony form like this:     $dateWidget = new sfWidgetFormDate(array(       'format' = '%day%/%month%/%year%',       'years' = $years_list    

[symfony-users] Re: sfWidgetFormJqueryDate - Bug when selecting in list the 8th or 9th of a month

2010-03-22 Thread Raphaël B .
just update the plugin (php symfony plugin:upgrade sfFormExtraPlugin) and still has the same problem... On 22 mar, 15:33, xplo xplo...@gmail.com wrote: Get the latest version of the plugin, it s been fixed ~ On Mar 22, 2:57 pm, Raphaël B. zera...@gmail.com wrote: Hello, I'm using this

[symfony-users] Re: sfWidgetFormJqueryDate - Bug when selecting in list the 8th or 9th of a month

2010-03-22 Thread xplo
I m pretty sure it s been fixed since i had exactly the same problem however i took the latest version from the svn wich is not the latest build on their website and i guess the symfony update command. On Mar 22, 4:22 pm, Raphaël B. zera...@gmail.com wrote: just update the plugin (php symfony