Your message dated Mon, 22 Mar 2010 19:37:05 +0100
with message-id <[email protected]>
and subject line Re: Bug#574993: redmine: Target version in a new issue 
malformed
has caused the Debian Bug report #574993,
regarding redmine: Target version in a new issue malformed
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
574993: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574993
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: redmine
Version: 0.9.1-1~bpo50+1
Severity: important

When you create a new target version in redmine, 
(shared or not), and try to use it in an issue,
the field is malformed and prevent using it
the code look like :

<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="&lt;option value=&quot;3&quot;&gt;Stage March 
2010&lt;/option&gt;">&lt;option value=&quot;3&quot;&gt;Stage March 
2010&lt;/option&gt;</option></select> 

instead of somth like 

<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="Stage March 2010">Stage March 2010</option>



-- System Information:
Debian Release: 5.0.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages redmine depends on:
ii  dbconfig-common         1.8.39           common framework for packaging dat
ii  debconf [debconf-2.0]   1.5.24           Debian configuration management sy
ii  libjs-prototype         1.6.1-1~bpo50+1  JavaScript Framework for dynamic w
ii  libjs-scriptaculous     1.8.3-1~bpo50+1  JavaScript library for dynamic web
ii  rails                   2.2.3-1~bpo50+1  MVC ruby based framework geared fo
ii  rake                    0.8.7-1~bpo50+1  a ruby build program
ii  redmine-pgsql           0.9.1-1~bpo50+1  metapackage providing PostgreSQL d
ii  ruby                    4.2              An interpreter of object-oriented 
ii  ruby1.8                 1.8.7.72-3lenny1 Interpreter of object-oriented scr

Versions of packages redmine recommends:
pn  libapache2-mod-fcgid          <none>     (no description available)
ii  libfcgi-ruby1.8 [libfcgi-ruby 0.8.7-4.1  FastCGI library for Ruby

Versions of packages redmine suggests:
ii  apache2-mpm-worker [http 2.2.9-10+lenny6 Apache HTTP Server - high speed th
pn  libopenid-ruby           <none>          (no description available)
pn  librmagick-ruby          <none>          (no description available)
pn  libsvn-ruby              <none>          (no description available)

-- debconf information:
  redmine/instances/default/passwords-do-not-match:
  redmine/instances/default/remote/newhost:
  redmine/instances/default/db/basepath:
  redmine/instances/default/pgsql/changeconf: false
  redmine/instances/default/missing-db-package-error: abort
  redmine/default-language: ${defaultLocale}
  redmine/instances/default/pgsql/no-empty-passwords:
  redmine/instances/default/pgsql/method: unix socket
* redmine/instances/default/database-type: pgsql
  redmine/instances/default/pgsql/manualconf:
  redmine/instances/default/pgsql/authmethod-admin: ident
  redmine/instances/default/pgsql/admin-user: postgres
  redmine/instances/default/pgsql/authmethod-user: password
  redmine/instances/default/dbconfig-reinstall: false
  redmine/instances/default/db/app-user: redmine
  redmine/instances/default/default-language: en
  redmine/notify-migration:
  redmine/old-instances:
  redmine/instances/default/upgrade-error: abort
  redmine/instances/default/db/dbname: redmine_default
  redmine/instances/default/purge: false
  redmine/current-instances: default
  redmine/instances/default/remote/host:
  redmine/instances/default/dbconfig-upgrade: true
  redmine/instances/default/internal/reconfiguring: false
  redmine/instances/default/upgrade-backup: true
  redmine/instances/default/install-error: abort
  redmine/instances/default/mysql/admin-user: root
  redmine/instances/default/mysql/method: unix socket
  redmine/instances/default/internal/skip-preseed: false
  redmine/instances/default/remove-error: abort
  redmine/instances/default/dbconfig-remove:
  redmine/instances/default/remote/port:
* redmine/instances/default/dbconfig-install: true



--- End Message ---
--- Begin Message ---
This bug has already been fixed in version 0.9.3,
which is not yet (unfortunately) backported to lenny.

On 22/03/2010 19:12, Brice Maron wrote:
> Package: redmine
> Version: 0.9.1-1~bpo50+1
> Severity: important
> 
> When you create a new target version in redmine, 
> (shared or not), and try to use it in an issue,
> the field is malformed and prevent using it
> the code look like :
> 
> <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="&lt;option value=&quot;3&quot;&gt;Stage March 
> 2010&lt;/option&gt;">&lt;option value=&quot;3&quot;&gt;Stage March 
> 2010&lt;/option&gt;</option></select> 
> 
> instead of somth like 
> 
> <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="Stage March 2010">Stage March 2010</option>
> 
> 
> 
> -- System Information:
> Debian Release: 5.0.1
>   APT prefers stable
>   APT policy: (500, 'stable')
> Architecture: amd64 (x86_64)
> 
> Kernel: Linux 2.6.26-1-amd64 (SMP w/4 CPU cores)
> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/bash
> 
> Versions of packages redmine depends on:
> ii  dbconfig-common         1.8.39           common framework for packaging 
> dat
> ii  debconf [debconf-2.0]   1.5.24           Debian configuration management 
> sy
> ii  libjs-prototype         1.6.1-1~bpo50+1  JavaScript Framework for dynamic 
> w
> ii  libjs-scriptaculous     1.8.3-1~bpo50+1  JavaScript library for dynamic 
> web
> ii  rails                   2.2.3-1~bpo50+1  MVC ruby based framework geared 
> fo
> ii  rake                    0.8.7-1~bpo50+1  a ruby build program
> ii  redmine-pgsql           0.9.1-1~bpo50+1  metapackage providing PostgreSQL 
> d
> ii  ruby                    4.2              An interpreter of 
> object-oriented 
> ii  ruby1.8                 1.8.7.72-3lenny1 Interpreter of object-oriented 
> scr
> 
> Versions of packages redmine recommends:
> pn  libapache2-mod-fcgid          <none>     (no description available)
> ii  libfcgi-ruby1.8 [libfcgi-ruby 0.8.7-4.1  FastCGI library for Ruby
> 
> Versions of packages redmine suggests:
> ii  apache2-mpm-worker [http 2.2.9-10+lenny6 Apache HTTP Server - high speed 
> th
> pn  libopenid-ruby           <none>          (no description available)
> pn  librmagick-ruby          <none>          (no description available)
> pn  libsvn-ruby              <none>          (no description available)
> 
> -- debconf information:
>   redmine/instances/default/passwords-do-not-match:
>   redmine/instances/default/remote/newhost:
>   redmine/instances/default/db/basepath:
>   redmine/instances/default/pgsql/changeconf: false
>   redmine/instances/default/missing-db-package-error: abort
>   redmine/default-language: ${defaultLocale}
>   redmine/instances/default/pgsql/no-empty-passwords:
>   redmine/instances/default/pgsql/method: unix socket
> * redmine/instances/default/database-type: pgsql
>   redmine/instances/default/pgsql/manualconf:
>   redmine/instances/default/pgsql/authmethod-admin: ident
>   redmine/instances/default/pgsql/admin-user: postgres
>   redmine/instances/default/pgsql/authmethod-user: password
>   redmine/instances/default/dbconfig-reinstall: false
>   redmine/instances/default/db/app-user: redmine
>   redmine/instances/default/default-language: en
>   redmine/notify-migration:
>   redmine/old-instances:
>   redmine/instances/default/upgrade-error: abort
>   redmine/instances/default/db/dbname: redmine_default
>   redmine/instances/default/purge: false
>   redmine/current-instances: default
>   redmine/instances/default/remote/host:
>   redmine/instances/default/dbconfig-upgrade: true
>   redmine/instances/default/internal/reconfiguring: false
>   redmine/instances/default/upgrade-backup: true
>   redmine/instances/default/install-error: abort
>   redmine/instances/default/mysql/admin-user: root
>   redmine/instances/default/mysql/method: unix socket
>   redmine/instances/default/internal/skip-preseed: false
>   redmine/instances/default/remove-error: abort
>   redmine/instances/default/dbconfig-remove:
>   redmine/instances/default/remote/port:
> * redmine/instances/default/dbconfig-install: true
> 
> 


Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
_______________________________________________
Pkg-ruby-extras-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-ruby-extras-maintainers

Reply via email to