Bug#569080: redmine: Target version combo box corrupted

2010-02-11 Thread Nick Semenkovich
Not sure — I'm not seeing that problem on Ubuntu Lucid. I take it you've looked in /var/log/redmine/ and/or tried running rails in development mode (via environment.rb / RAILS_ENV)? # apt-cache policy redmine rails ruby redmine: Installed: 0.9.1-1 Candidate: 0.9.1-1 Version table: ***

Bug#569080: redmine: Target version combo box corrupted

2010-02-10 Thread Stefan Jenkner
Attached is a quick patch for /usr/share/redmine/config/initializers/action_group.rb Could you test the add version button on your setup ? I get a 500 server error when trying to use it. excepting the add version button it works - thank you! I got a 500 server error on my setup too. And

Bug#569080: redmine: Target version combo box corrupted

2010-02-10 Thread Nick Semenkovich
The patch also works on 0.9.1-1 add version does nothing both before and after the patch. I don't see the TargetRelease field. - Nick -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#569080: redmine: Target version combo box corrupted

2010-02-10 Thread Jérémy Lal
On 11/02/2010 00:16, Nick Semenkovich wrote: The patch also works on 0.9.1-1 add version does nothing both before and after the patch. i'm stuck on that one, in fact ALL POST requests returns error 500, and there is no backtrace. I'm going to diff against rails 2.3... not sure i'll find

Bug#569080: redmine: Target version combo box corrupted

2010-02-09 Thread Stefan Jenkner
Package: redmine Version: 0.9.2-1 Severity: normal Hi Jérémy, with current rails 2.2.3-2 and redmine 0.9.2-1 we are affected by this bug: http://www.redmine.org/issues/4376 The problem seems to be fixed in Rails 2.3.x. I'm not sure if this bug should be assigned to the rails package instead.

Bug#569080: redmine: Target version combo box corrupted

2010-02-09 Thread Nick Semenkovich
More information on the previous workaround is at: http://www.redmine.org/issues/4723 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#569080: redmine: Target version combo box corrupted

2010-02-09 Thread Jérémy Lal
Attached is a quick patch for /usr/share/redmine/config/initializers/action_group.rb Could you test the add version button on your setup ? I get a 500 server error when trying to use it. Jérémy diff -Nur redmine-0.9.2/config/initializers/action_group.rb