Thread: Bug listing application wanted..

  1. #1
    Registered User
    Join Date
    Oct 2003
    Posts
    106

    Bug listing application wanted..

    Hello everybody, I'm looking for a good freeware/shareware application to manage bugs lists, bug fixes, and all the problems concerning shared projects developement.

    Thank you for any suggestion,
    BrownB

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    Presently using this one - http://www.bugzilla.org/
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Crazy Fool Perspective's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    2,640
    Quote Originally Posted by Salem
    Presently using this one - http://www.bugzilla.org/
    Bugzilla is definatley the way to go... it's used in many large scale projects clicky

  4. #4
    Registered User
    Join Date
    Oct 2003
    Posts
    106

    Thank you!

    Thank you all: I just downloaded it. I'm going to read some docs because I don't understand how it works, but the company list is impressive and the services are really interesting.

    I'll try it out, thank you all for the suggestion,
    BrownB

  5. #5
    Registered User
    Join Date
    Oct 2003
    Posts
    106

    Does Bugzilla work in this way?

    I read much documentation, but I need to have a clear plan where to place ideas: does bugzilla work in this way?

    - I use MySQL to create the databases I need to maintain bugs and projects data;
    - I use Apache to let external internet users to access to my databases;
    - I need Perl to execute scripts from CGI pages of Bugzilla

    Is this right?

    I'm still reading, there's a HUGE amount of new informations for me!

    BrownB

  6. #6
    Registered User
    Join Date
    Oct 2003
    Posts
    106
    I had some hard time editing the WinXP register.

    The documentation to install Bugzilla on Windows is really good, but there's one error in the section about adding registry key for .cgi files:
    Code:
    HKEY_CLASSES_ROOT\.cgi\Shell\ExecCGI\Command
    the right key value is as follows:
    Code:
    C:\Perl\bin\perl.exe -T %1
    Now I'm trying it out, but it seems ok! Then I'll make this work on my provider's server to "Bugzilate" my website.

    Thank you all!
    BrownB

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Application Data folder on Windows
    By idelovski in forum Tech Board
    Replies: 24
    Last Post: 11-29-2008, 11:57 AM
  2. Cleanup of the application...
    By Petike in forum Windows Programming
    Replies: 1
    Last Post: 08-16-2008, 05:23 PM
  3. College application for free
    By ober in forum A Brief History of Cprogramming.com
    Replies: 14
    Last Post: 12-15-2003, 12:25 PM
  4. ?writing bug in a multi-process Linux server application?
    By Arrummzen in forum C Programming
    Replies: 7
    Last Post: 12-14-2002, 11:53 AM