Welcome, Guest. Please login or register.

Author Topic: What is the best bugtracker / project manager?  (Read 3809 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline buzz

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 612
    • Show all replies
Re: What is the best bugtracker / project manager?
« on: September 25, 2011, 02:53:46 PM »
I've used a few over the years. The only one flexible enough has been redmine.
multiple projects/parent child projects/public/private projects/multi user/wiki/repo browser/files/formus/documents/issues etc etc.

only thing it's ruby so if you are not familiar might take a few mins longer to config/setup.

http://www.redmine.org/

http://www.redmine.org/projects/redmine/wiki/Features
« Last Edit: September 25, 2011, 02:57:04 PM by buzz »
 

Offline buzz

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 612
    • Show all replies
Re: What is the best bugtracker / project manager?
« Reply #1 on: September 25, 2011, 03:27:36 PM »
in addition - you can happily run php alongside ruby. you need ruby and rails and a a few other ruby libs like rack. on debian most is available as packages but you can use ruby's "gem" tool to install anything missing.

I run it via apache with mod_rails (passenger) - http://www.modrails.com/ on debian squeeze.

it was more of an arse to setup initially that perhaps some php+mysql app, but it was worth it imho.
 

Offline buzz

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 612
    • Show all replies
Re: What is the best bugtracker / project manager?
« Reply #2 on: September 26, 2011, 03:12:16 AM »
Quote from: ChaosLord;661314
What is the procedure for when u close a bug ticket with a commit but then it turns out that ur commit did not actually fix the bug?


you reopen the ticket.
 

Offline buzz

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 612
    • Show all replies
Re: What is the best bugtracker / project manager?
« Reply #3 on: September 26, 2011, 04:52:48 AM »
it's up to you. you have user/group control and full control over who can do what on which project etc. why not have a read of the redmine site :-)