Bug#793387:

2016-08-08 Thread Daniel Scharon
Hi Antonio,

> The help I need is
> 
> 1) confirmation that this does still happen with the packages in jessie

yes, I can confirm that this still happens with the packages in jessie.

> 2) identifying exactly which commit on the upstream source, between 2.5
> and 3.0, fixes it.

It seems the fix was by replacing awesome_nested_set gem (changesets
linked within issue description): https://www.redmine.org/issues/18860

Kind regards,
Dan



smime.p7s
Description: S/MIME cryptographic signature


Bug#793387:

2016-07-25 Thread Antonio Terceiro
On Mon, Jul 25, 2016 at 03:33:47PM +0200, Daniel Scharon wrote:
> Hi Antonio, 
>  
> > > can we still expect an update for stable that fixes this?
> > 
> > we could, but I need help as I explained earlier in this bug report.
> 
> unfortunatly I am not quite sure about the specifics of the help needed.
> Do you mean testing the packages in your repo at
> https://people.debian.org/~terceiro/redmine-jessie/ ?

at this point those have already been released as proper stable updates
for months, so there is no point.

The help I need is

1) confirmation that this does still happen with the packages in jessie

2) identifying exactly which commit on the upstream source, between 2.5
and 3.0, fixes it.


signature.asc
Description: PGP signature


Bug#793387:

2016-07-25 Thread Daniel Scharon
Hi Antonio, 
 
> > can we still expect an update for stable that fixes this?
> 
> we could, but I need help as I explained earlier in this bug report.

unfortunatly I am not quite sure about the specifics of the help needed.
Do you mean testing the packages in your repo at
https://people.debian.org/~terceiro/redmine-jessie/ ?

> > Or do we have to wait for a backport of the version in stretch (if that
> > is in any way feasible)?
> 
> probably not happening as that would involve also backporting the entire
> rails stack and quite a few other dependencies.

I understand.

Cheers,
Dan



smime.p7s
Description: S/MIME cryptographic signature


Bug#793387:

2016-07-11 Thread Antonio Terceiro
On Mon, Jul 04, 2016 at 11:25:34AM +0200, Daniel Scharon wrote:
> Hi,
> 
> can we still expect an update for stable that fixes this?

we could, but I need help as I explained earlier in this bug report.

> Or do we have to wait for a backport of the version in stretch (if that
> is in any way feasible)?

probably not happening as that would involve also backporting the entire
rails stack and quite a few other dependencies.


signature.asc
Description: PGP signature


Bug#793387:

2016-07-04 Thread Daniel Scharon
Hi,

can we still expect an update for stable that fixes this?
Or do we have to wait for a backport of the version in stretch (if that
is in any way feasible)?

Kind regards,
Dan



Bug#793387: Info received (Bug#793387: Acknowledgement (redmine: Can't create issues with parent task set))

2015-12-04 Thread Erik Berls
I'm also seeing this.
We've got a bunch of other things running on this system, so I'm hesitant in 
upgrading to Redmine 3.x, has anyone actually fixed this?

(This issue is driving my project manager absolutely bonkers.)


On Thu, 26 Nov 2015 13:24:05 +0100 Michael Probst  wrote:
> Hi,
> 
> we have exactly the same issue with Redmine 2.5.2 on Jessie.
> After installing the packages  from your repository nothing changed.
> 
> Environment:
>   Redmine version2.5.2.devel
>   Ruby version   2.1.5-p273 (2014-11-13) [i386-linux-gnu]
>   Rails version  4.1.14
>   Environmentproduction
>   Database adapter   Mysql2
> 
> 
> # gem --list
> 
> mysql2 (0.3.20, 0.3.16)
> awesome_nested_set (3.0.2, 3.0.0)
> 
> 
> # dpkg --list | grep redmine
> ii redmine 3.0~20140825-8~deb8u1
> ii  redmine-mysql  3.0~20140825-8~deb8u1
> 
> This is the error message when creating new redmine task with a parent task:
> 
> Started POST "/redmine/projects/hbb-rdm/issues" for 192.168.2.183 at
> 2015-11-26 12:54:51 +0100
> Processing by IssuesController#create as HTML
>   Parameters: {"utf8"=>"✓", "authenticity_token"=>"",
> "issue"=>{"is_private"=>"0", "tracker_id"=>"1", "subject"=>"test",
> "description"=>"", "status_id"=>"1", "priority_id"=>"4",
> "assigned_to_id"=>"", "parent_issue_id"=>"4251",
> "start_date"=>"2015-11-26", "due_date"=>"", "estimated_hours"=>"",
> "done_ratio"=>"0"}, "commit"=>"Create", "project_id"=>"test"}
>   Current user: test (id=5)
>   Rendered mailer/_issue.text.erb (6.2ms)
>   Rendered mailer/issue_add.text.erb within layouts/mailer (8.4ms)
>   Rendered mailer/_issue.html.erb (2.9ms)
>   Rendered mailer/issue_add.html.erb within layouts/mailer (4.6ms)
> Completed 500 Internal Server Error in 1003ms (ActiveRecord: 32.4ms)
> 
> ActiveRecord::ActiveRecordError (Impossible move, target node cannot be
> inside moved tree.):
>   app/models/issue.rb:1315:in `update_nested_set_attributes'
>   app/models/issue.rb:174:in `create_or_update'
>   app/controllers/issues_controller.rb:152:in `create'
> 
> 
> 
> Is there anything we can do to fix this?
> 
> Kind regard,
> Michael
> 
> 
> 
> On Fri, 11 Sep 2015 11:37:15 -0300 Antonio Terceiro
>  wrote:
> > On Wed, Sep 09, 2015 at 11:30:45AM -0400, Guillaume ! wrote:
> > > Hi !

-- 
Erik Berls



Bug#793387: Info received (Bug#793387: Acknowledgement (redmine: Can't create issues with parent task set))

2015-11-26 Thread Michael Probst
Hi,

we have exactly the same issue with Redmine 2.5.2 on Jessie.
After installing the packages  from your repository nothing changed.

Environment:
  Redmine version2.5.2.devel
  Ruby version   2.1.5-p273 (2014-11-13) [i386-linux-gnu]
  Rails version  4.1.14
  Environmentproduction
  Database adapter   Mysql2


# gem --list

mysql2 (0.3.20, 0.3.16)
awesome_nested_set (3.0.2, 3.0.0)


# dpkg --list | grep redmine
ii redmine 3.0~20140825-8~deb8u1
ii  redmine-mysql  3.0~20140825-8~deb8u1

This is the error message when creating new redmine task with a parent task:

Started POST "/redmine/projects/hbb-rdm/issues" for 192.168.2.183 at
2015-11-26 12:54:51 +0100
Processing by IssuesController#create as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"",
"issue"=>{"is_private"=>"0", "tracker_id"=>"1", "subject"=>"test",
"description"=>"", "status_id"=>"1", "priority_id"=>"4",
"assigned_to_id"=>"", "parent_issue_id"=>"4251",
"start_date"=>"2015-11-26", "due_date"=>"", "estimated_hours"=>"",
"done_ratio"=>"0"}, "commit"=>"Create", "project_id"=>"test"}
  Current user: test (id=5)
  Rendered mailer/_issue.text.erb (6.2ms)
  Rendered mailer/issue_add.text.erb within layouts/mailer (8.4ms)
  Rendered mailer/_issue.html.erb (2.9ms)
  Rendered mailer/issue_add.html.erb within layouts/mailer (4.6ms)
Completed 500 Internal Server Error in 1003ms (ActiveRecord: 32.4ms)

ActiveRecord::ActiveRecordError (Impossible move, target node cannot be
inside moved tree.):
  app/models/issue.rb:1315:in `update_nested_set_attributes'
  app/models/issue.rb:174:in `create_or_update'
  app/controllers/issues_controller.rb:152:in `create'



Is there anything we can do to fix this?

Kind regard,
Michael



On Fri, 11 Sep 2015 11:37:15 -0300 Antonio Terceiro
 wrote:
> On Wed, Sep 09, 2015 at 11:30:45AM -0400, Guillaume ! wrote:
> > Hi !
> > 
> > We have to get this fixed, so in the next couple of weeks we should be
> > coming up with some way of running redmine 3.0.4 with the debian patches.
> > We'd be happy to submit our work to make a new version of this package,
> > or to make a NMU if other folks needs this thing and you got other yaks
> > to shave.
> 
> Unless you are running unstable on your server, a completely new version
> will not help.
> 
> If you are using stable/jessie, please try these packages here:
> https://people.debian.org/~terceiro/redmine-jessie/
> (official stable update still pending)
> 
> If if does not fix it for you, please try to identify the upstream
> commit that fixed the problem, so I can try a stable update including
> that as a patch.
> 
> -- 
> Antonio Terceiro 

-- 
Michael Probst
Platforms for Broadcast Services
Tel.: +49(0)89/323 99-338
mail: mpro...@irt.de

Institut fuer Rundfunktechnik GmbH
Research and Development Institute of ARD, ZDF, DRadio, ORF and SRG/SSR
Floriansmuehlstraße 60, 80939 Muenchen, Germany
registration court Munich Commercial, Register No. B 5191
Managing Director: Dr. Klaus Illgner-Fehns



Bug#793387: Info received (Bug#793387: Acknowledgement (redmine: Can't create issues with parent task set))

2015-09-11 Thread Antonio Terceiro
On Wed, Sep 09, 2015 at 11:30:45AM -0400, Guillaume ! wrote:
> Hi !
> 
> We have to get this fixed, so in the next couple of weeks we should be
> coming up with some way of running redmine 3.0.4 with the debian patches.
> We'd be happy to submit our work to make a new version of this package,
> or to make a NMU if other folks needs this thing and you got other yaks
> to shave.

Unless you are running unstable on your server, a completely new version
will not help.

If you are using stable/jessie, please try these packages here:
https://people.debian.org/~terceiro/redmine-jessie/
(official stable update still pending)

If if does not fix it for you, please try to identify the upstream
commit that fixed the problem, so I can try a stable update including
that as a patch.

-- 
Antonio Terceiro 


signature.asc
Description: Digital signature


Bug#793387: Info received (Bug#793387: Acknowledgement (redmine: Can't create issues with parent task set))

2015-09-09 Thread Guillaume !
Hi !

We have to get this fixed, so in the next couple of weeks we should be
coming up with some way of running redmine 3.0.4 with the debian patches.
We'd be happy to submit our work to make a new version of this package,
or to make a NMU if other folks needs this thing and you got other yaks
to shave. 

Sorry for putting pressure :( !

G

On Sun, Sep 06, 2015 at 04:30:06PM +, Debian Bug Tracking System wrote:
> Thank you for the additional information you have supplied regarding
> this Bug report.
> 
> This is an automatically generated reply to let you know your message
> has been received.
> 
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
> 
> Your message has been sent to the package maintainer(s):
>  Jérémy Lal <kapo...@melix.org>
> 
> If you wish to submit further information on this problem, please
> send it to 793...@bugs.debian.org.
> 
> Please do not send mail to ow...@bugs.debian.org unless you wish
> to report a problem with the Bug-tracking system.
> 
> -- 
> 793387: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=793387
> Debian Bug Tracking System
> Contact ow...@bugs.debian.org with problems



Bug#793387: Acknowledgement (redmine: Can't create issues with parent task set)

2015-09-06 Thread Guillaume !
So, after a bit of digging, the issue is the same that the issue described
in:
 - https://redmine.org/issues/6579
 - https://redmine.org/issues/15581

All the current releases of the package use the same snapshot, that is
from a version prior to the stable one. Would it be possible to remake
the package with a more recent version of the code ?

Thanks a lot !

G

On Thu, Jul 23, 2015 at 02:45:09PM +, Debian Bug Tracking System wrote:
> Thank you for filing a new Bug report with Debian.
> 
> This is an automatically generated reply to let you know your message
> has been received.
> 
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
> 
> Your message has been sent to the package maintainer(s):
>  Jérémy Lal <kapo...@melix.org>
> 
> If you wish to submit further information on this problem, please
> send it to 793...@bugs.debian.org.
> 
> Please do not send mail to ow...@bugs.debian.org unless you wish
> to report a problem with the Bug-tracking system.
> 
> -- 
> 793387: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=793387
> Debian Bug Tracking System
> Contact ow...@bugs.debian.org with problems



Bug#793387: redmine: Can't create issues with parent task set

2015-07-23 Thread Guillaume !
Package: redmine
Version: 3.0~20140825-5
Severity: normal

Dear Maintainer,

We're having a production instance of redmine running and user have complained
that whey you create issues with parent task set, those give a 500 error, but
the issue is created anyway. I haven't checked upstream to see if the bug was
fixed yet. 

The trace that appears in the log:
Started POST /code/projects/riseuplabs/issues for 127.0.0.1 at 2015-07-23 
07:38:18 -0700
Processing by IssuesController#create as HTML
  Parameters: {utf8=✓, 
authenticity_token=6Pl7dvo5G4pCB+CDdswYeOmT5m6idBh3voTaL+DgLc8=, 
issue={is_private=0, tracker_id=1, subject=asdf, 
description=adsf, status_id=1, priority_id=4, 
assigned_to_id=, parent_issue_id=9617, start_date=2015-07-23, 
due_date=, estimated_hours=, done_ratio=0, 
custom_field_values={15=Wait}}, commit=Create, 
project_id=asdf3211}
  Current user: Guillaume (id=644)
  Rendered mailer/_issue.text.erb (1.9ms)
  Rendered mailer/issue_add.text.erb within layouts/mailer (3.5ms)
Completed 500 Internal Server Error in 323ms (ActiveRecord: 39.2ms)

ActiveRecord::ActiveRecordError (Impossible move, target node cannot be inside 
moved tree.):
  app/models/issue.rb:1315:in `update_nested_set_attributes'
  app/models/issue.rb:174:in `create_or_update'
  app/controllers/issues_controller.rb:151:in `create'

G

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

Kernel: Linux 3.16.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages redmine depends on:
ii  bundler 1.7.4-1
ii  dbconfig-common 1.8.47+nmu3
ii  debconf [debconf-2.0]   1.5.56
ii  libjs-scriptaculous 1.9.0-2
ii  redmine-mysql   3.0~20140825-5
ii  redmine-sqlite  3.0~20140825-5
ii  ruby1:2.1.5+deb8u1
ii  ruby-actionpack-action-caching  1.1.1-3
ii  ruby-awesome-nested-set 3.0.0-1
ii  ruby-coderay1.1.0-2
ii  ruby-i18n   0.6.9-2
ii  ruby-jquery-rails   3.1.2-2
ii  ruby-mime-types 1.25-2
ii  ruby-net-ldap   0.8.0-1
ii  ruby-openid 2.5.0debian-1
ii  ruby-protected-attributes   1.0.8-2
ii  ruby-rack   1.5.2-3
ii  ruby-rack-openid1.4.2-1
ii  ruby-rails  2:4.1.8-1
ii  ruby-rails-observers0.1.1-1
ii  ruby-redcarpet  3.1.2-1
ii  ruby-request-store  1.1.0-1
ii  ruby-rmagick2.13.2-4+b1
ii  ruby1.8 [ruby-interpreter]  1.8.7.358-7.1+deb7u3
ii  ruby1.9.1 [ruby-interpreter]1.9.3.194-8.1+deb7u5
ii  ruby2.1 [ruby-interpreter]  2.1.5-2+deb8u1

Versions of packages redmine recommends:
ii  libfcgi-ruby1.9.1  0.9.2.1-1
ii  ruby-fcgi [libfcgi-ruby1.9.1]  0.9.2.1-1+b3
ii  ruby-passenger 4.0.53-1

Versions of packages redmine suggests:
pn  bzr none
pn  cvs none
pn  darcs   none
ii  git 1:2.1.4-2.1
pn  mercurial   none
pn  subversion  none

-- Configuration Files:
/etc/logrotate.d/redmine changed [not included]

-- debconf information excluded


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org