Slashdot Mirror


Bugzilla 2.18 Goes Gold

bugger writes "After almost three years of development, the Bugzilla project has released long-waited Bugzilla 2.18. It contains many new features, a huge number of bug fixes, some security updates, and more. It is also the first Bugzilla version to run unmodified on Windows. In parallel, security release 2.16.8 and a new development snapshot 2.19.2 have been announced."

5 of 154 comments (clear)

  1. Comparison with Fog Creek Bugz? by bigjoeystud · · Score: 2, Interesting

    Does anyone have a good comparison of Bugzilla and Fog Creek Bugz?

  2. is bugzilla "good enought"? by Anonymous Coward · · Score: 2, Interesting

    I've always hated bugzilla, don't know why. Well, one of the reasons is why everybody uses it via a web interface, not through a mailing list (like de debian bug tracking system).This is one of the reasons why kernel developers don't like bugzilla - you've to waste too many time through the web interfaces

    A bug tracking system should help to the developers, it shouldn't be a wall you've to break. I think new ideas are needed.

    1) Bugs should not have owners. This is th approach taken by Joel (thy joelonsoftware.com guy) when creating Fozbug. Since you want to allow everybody to fix bugs (specially in OSS) everybody should be allowed to reopen or close a bug

    2) distributed system. For a example of this, look at Bitkeeper in the linux development.

  3. Re:Wow... by Moridineas · · Score: 2, Interesting

    LiveJournal? they seem to do pretty well with MySQL...sounds like they might be the biggest mysql user around? Just a guess.

  4. Can bugzilla see different products per login? by The+Wing+Lover · · Score: 4, Interesting

    I've used bugzilla before on projects that were solely internal. But now I'm working for a new company that does custom software development for outside customers. I'd like each customer to be able to log in and see their own bugs, but not any of the other customers' (ie, other projects') bugs. Of course, developers should see all bugs.

    So, is there a way to restricts the "products" that someone can see by login in Bugzilla?

    --

    - In Capitalist America, law violates YOU!

  5. Bugzilla and Windows by Anonymous Coward · · Score: 2, Interesting

    Bugzilla is one of the few Open Source applications that really have possibility for taking over significant "market share" at business world. But IMHO Buzilla still lacks several key features that would make it a really strong choise.

    Don't get me wrong. I have been using Bugzilla via web interface in a couple of ocassions and it has a lot of potential. Especially since other (commercial) bug tracking softwares are really crappy in general.

    What Bugzilla could really use:
    - Better user interface. We need restrictions and a lot of usability improvements. Now bugzilla may be good for developers, but we should consider also other interest groups: product management, customers, customer support people, testers etc. All of these need better REPORTS in order to see what is the status of ***their*** issues.
    - Easier installation. If Firefox can be installed by a Windows installer, so can Bugzilla. We could really use a simple .msi installer that would install Apache, MySQL, Perl and any other needed software to get Bugzilla up and running as easily as possible.