Defect #4723
closedHTML is shown while the target version selection
Added by Guillaume Camera almost 15 years ago. Updated over 14 years ago.
0%
Description
With Chrome and iceweasel web brower and the 0.9.1-1 redmine version,
on the target version selection, HTML is shown.
Obviously, the target selection doesn't work.
Screenshot : http://sky-sacrament.fr/redmine-bug.png
Updated by Guillaume Camera almost 15 years ago
I'm using Debian and installed redmine by the debian packages manager.
The following code is that I think to be the code around the bug:
<p><label for="issue_fixed_version_id">Target version</label><select id="issue_fixed_version_id" name="issue[fixed_version_id]"><option value=""></option> <option value="<option value="2">0.1.1</option>"><option value="2">0.1.1</option> </option> <option value="<option value="3" selected="selected">0.2.0</option>"><option value="3" selected="selected">0.2.0</option></option></select> <a href="/issues/14" onclick="promptToRemote('New version', 'version[name]', '/projects/bigbangcode/versions/new'); return false;" tabindex="200" title="New version"><img alt="Add" src="/images/add.png?1264849245" style="vertical-align: middle;" /></a> </p>
Updated by Jean-Philippe Lang almost 15 years ago
Looks very similar to #4376. Make sure you're using the appropriate Rails version for 0.9.1, which is Rails 2.3.5.
Updated by Guillaume Camera almost 15 years ago
Indeed my rails version is under the rails version required, but, I installed redmine from the sid debian packagin,
May be there is an error on rails version dependency ?
Updated by Eric Davis almost 15 years ago
Guillaume Camera wrote:
Indeed my rails version is under the rails version required, but, I installed redmine from the sid debian packagin,
May be there is an error on rails version dependency ?
If I recall, the maintainer of the Debain package had to include a patched Redmine for Rails 2.2 because Debian doesn't have Rails 2.3.5 which Redmine requires. If ruby script/about
doesn't say Rails 2.3.5, then I think this is a packaging bug for the Debian bug tracker.
Updated by Nick Semenkovich almost 15 years ago
The bug has been reported upstream: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569080
Updated by Jérémy Lal almost 15 years ago
I've fixed it and will release a new package soon.
This issue should be rejected as it is not a bug in the official redmine release.
Please report bugs to the debian bug tracking system,
since most of the time it will be rails 2.2 backporting bugs.
Updated by Eric Davis almost 15 years ago
- Status changed from New to Closed
- Resolution set to Invalid
Thanks Jérémy Lal.
Updated by David Ang over 14 years ago
- Status changed from Closed to Reopened
Hi
This doesn't seem to be fixed on the latest version, I just deployed redmine now and i still see the html on the target version combo box.
Updated by Felix Schäfer over 14 years ago
David Ang wrote:
This doesn't seem to be fixed on the latest version, I just deployed redmine now and i still see the html on the target version combo box.
What OS? Packaged redmine or from source? (if the answers are debian and packaged, please report to their bugtracker) What rails/ruby/rack versions?
Updated by David Ang over 14 years ago
thanks for the quick response.
I deployed mine from the source(revision 3769). I am running on ruby 1.8.6, rails 2.3.8. I am not using rack.
Updated by Felix Schäfer over 14 years ago
David Ang wrote:
thanks for the quick response.
I deployed mine from the source(revision 3769). I am running on ruby 1.8.6, rails 2.3.8. I am not using rack.
I'll be damned if you don't use rack... Anyway, rails 2.3.8 is not supported, try 2.3.5.
Updated by David Ang over 14 years ago
oh wow thanks, that kinda do the trick.
On second thought, I guess rack is built into rails already, not sure what its use is, I suppose its working doing its deeds behind the scene.
Updated by Felix Schäfer over 14 years ago
- Status changed from Reopened to Closed