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."

31 of 154 comments (clear)

  1. Talk about slow! by Mirk · · Score: 3, Funny

    It took them three years to get from 2.17 to 2.18? At a rate of 0.0333 releases per year, it must have taken them sixty-five years just to get to 2.17. That means they've been developing BugZilla since just after the start of World War II, which means they really ought to have shaken all the bugs out by now. Better drop the word "bug" from the name, then.

    --

    --
    What short sigs we have -
    One hundred and twenty chars!
    Too short for haiku.
  2. Re:The irony... by DaHat · · Score: 2, Insightful

    It's not irony for Bugzilla to have a bug... the irony would be if a Bugzilla bug prevented the same bug from being reported and fixed.

  3. bugzilla.mozilla.org is up to date by digitalgimpus · · Score: 3, Informative

    For those who participate with mozilla's bugzilla installation for reporting bugs, that has been the test site for some time.

    So you have had most of those features for quite some time.

    1. Re:bugzilla.mozilla.org is up to date by Myen · · Score: 3, Informative

      Err, I thought the test site had been landfill.bugzilla.org?

      So as to avoid, you know, totally screwing with the Mozilla (+ bugzilla, etc.) bug database if stuff breaks? Granted, Mozilla does use really up-to-date installations of bugzilla...

      In fact, b.m.o seems to be on 2.19+ now (according to the banner up top)...

      [NB I'm just an interested bystander]

  4. Bugzilla with bug fixes? by Pan+T.+Hose · · Score: 5, Funny

    "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."

    A huge number of bug fixes? You mean it contains built-in, preloaded bug fixes for future bug reports? I had no idea it was even possible but it surely sounds like a useful feature. I will also probably use those security updates, for I have a lot of open tickets asking for them. This is a very good news.

    --
    Sincerely,
    Pan Tarhei Hosé, PhD.
    "Homo sum et cogito ergo odi profanum vulgus et libido."
  5. RPMs by LittleLebowskiUrbanA · · Score: 2, Funny

    Should we wait on Redhat or start looking?

  6. Uh... What is Bugzilla? by sanityspeech · · Score: 4, Informative
    Taken from the about page:

    Bugzilla is a "Defect Tracking System" or "Bug-Tracking System". Defect Tracking Systems allow individual or groups of developers to keep track of outstanding bugs in their product effectively. Most commercial defect-tracking software vendors charge enormous licensing fees. Despite being "free", Bugzilla has many features its expensive counterparts lack. Consequently, Bugzilla has quickly become a favorite of hundreds of organizations across the globe.
    1. Re:Uh... What is Bugzilla? by darkpurpleblob · · Score: 4, Funny
      Most commercial defect-tracking software vendors charge enormous licensing fees.
      Most commercial defect-tracking software vendors also provide usable search forms.
  7. Comparison with Fog Creek Bugz? by bigjoeystud · · Score: 2, Interesting

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

  8. 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.

    1. Re:is bugzilla "good enought"? by jjohnson · · Score: 2, Informative

      1) Bugs should not have owners. This is th approach taken by Joel (thy joelonsoftware.com guy) when creating Fozbug.

      You have this exactly wrong. From here:

      "...every bug needs to be assigned to exactly one person at all times, until it is closed."

      --
      Anyone who loves or hates any language, platform, or manufacturer, doesn't know what they're talking about.
    2. Re:is bugzilla "good enought"? by jonadab · · Score: 2, Insightful

      > I've always hated bugzilla, don't know why.

      Maybe you never really needed a bug-tracking system. If you try using one of
      its various competitors, such as Jitterbug or Mantis, you'll understand why
      Bugzilla is so popular: it's just better.

      Granted, there are some improvements that would be nice, and one of them is
      the ability, when it emails you notification of anything, to send an email
      reply back that does something useful with the bug in question, such as
      post an additional comment or change a field. Also granted, a mailing list
      can be more convenient for some projects -- but a mailing list does not
      work as well for getting a wider community involved. Mozilla is what it
      is in large part because of the enormous amounts of feedback, test cases,
      and so on that it received through Bugzilla from people who would not have
      subscribed to a developer mailing list.

      --
      Cut that out, or I will ship you to Norilsk in a box.
  9. Re:The irony... by Anonymous Coward · · Score: 2, Funny

    It's ironic that everytime someone uses the word 'ironic', somone else defines it for them.

  10. 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.

  11. Re:Only on Slashdot.org... by IGTeRR0r · · Score: 3, Funny

    No, I'm having a party at my house tonight to celebrate.

  12. 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!

    1. Re:Can bugzilla see different products per login? by Anonymous Coward · · Score: 4, Informative

      Yes.
      As an administrator under Users->Select User->Edit User->Group Access

  13. In The Beginning ... by handy_vandal · · Score: 3, Funny

    It took them three years to get from 2.17 to 2.18? At a rate of 0.0333 releases per year, it must have taken them sixty-five years just to get to 2.17. That means they've been developing BugZilla since just after the start of World War II ...

    If you accept that the rate of bug discovery is constant.

    This is a hotly debated issue. For example, some Creationists assert that the rate of bug discovery has accelerated with time, and that BugZilla development began five to six thousand years ago.

    --
    -kgj
  14. Re:The irony... by marcosdumay · · Score: 2, Funny

    This is not irony, it is just that lots of bugs have self defense behaviours.

  15. please don't misuse the term "goes gold" by JoeBuck · · Score: 3, Informative
    This term originated in the games industry, meaning that when the game was ready to be shipped, a master CD has been pressed and delivered to the publisher for production. The gold CD is used to stamp out the CDs that are actually shipped. It means that the final version of the game has been made, but you can't buy it yet because it still has to be shipped.

    The bugzilla guys aren't doing anything like this; it's free software after all, and you can get it today; "goes gold" means you can't get it yet, you still have to wait for the production ramp-up.

    1. Re:please don't misuse the term "goes gold" by forgetmenot · · Score: 2, Insightful

      My, aren't we pedantic.

      Actually, what you've described is the origin of this particular "figure of speech", but that's all that it is now and most people here understand it as simply meaning that a product has been released. The term is not being misused, it's simply grown beyond its original usage. English is full of figures of speech and if we had to carefully examine every thing we say and write to ensure that the expressions we use are exactly congruous with the original usage...well English would be pretty slow and boring as would most English speeking people.

      It's not like it's a trademarked expression like "Lego" or "Elevator" or "Spam".

    2. Re:please don't misuse the term "goes gold" by njcoder · · Score: 3, Funny

      I think you hit the nail on the head.

  16. Patch viewing! by ZiZ · · Score: 4, Informative
    This is a marvelous new feature. From TFA:

    Patch Viewer
    ------------

    Viewing and reviewing patches in Bugzilla is often difficult due to lack of context, improper format and the inherent readability issues that raw patches present. Patch Viewer is an enhancement to Bugzilla designed to fix that by offering increased context, linking to sections, and integrating with Bonsai, LXR and CVS.

    Now instead of just being able to see what's already changed, you can see what a proposed patch will change, where it will change it, and what the code nearby the patch is. It may seem like a small thing in any individual case, but this will likely save huge amounts of developer time.

    Props to the Bugzilla team! They've always had a fantastic product, and this release looks like more and better.

    --
    This flies in the face of science.
    1. Re:Patch viewing! by EnronHaliburton2004 · · Score: 2, Insightful

      Bonsai, LXR and CVS.

      Hrm, what about Subversion, which is the next big thing in the bug/SCM world?

      (but yes, props to the Bugzilla team!)

  17. Re:Easy way to make use of this soft without root? by wizbit · · Score: 2, Informative

    It's mentioned in the docs - root access is not a requirement unless you want to create, say, a virtual host to run it from (like bugs.mysite.com instead of mysite.com/~username/bugs) or need to install additional perl packages. That is really the most difficult part of the setup. The files can reside anywhere and will be served up provided you have perl set up as the interpreter for .cgi files and have the proper perl packages, as well as a mysql database (not necessarily root on the db server). It may require some intervention from the sys admin, but you by no means have to be one. You can even substitute IIS if you want to. Most of the hurdles are cosmetic ones.

  18. Re:Does Bugzilla support PostgreSQL? by Anonymous Coward · · Score: 3, Informative

    Redhat uses Postgres with their Bugzilla installation, and there is a thread about Postgres compatibility on the Mozilla bugtracker here:

    https://bugzilla.mozilla.org/show_bug.cgi?id=98304

  19. spammer's paradise by mixmasta · · Score: 2, Insightful

    I hope they have addressed the design flaws that allow spammers to harvest addresses from it with ease. There's no reason email addresses have to be displayed to everyone. For instance, I use slashdot with no problems without displaying my address.

    I seem to remember them implementing some kind of kludge that munges the '@' symbol with a character entitiy. I think that is too little, too late myself.

    Beware: 90% of the spam I receive comes from my mozilla bugzilla email alias. I won't be joining any more bugzilla's because of this, until it's fixed at least.

    --
    #6495ED - cornflower blue
    1. Re:spammer's paradise by AaronLawrence · · Score: 2, Informative
      Yes, they have changed it... though I haven't seen it in action yet.

      Email Address Munging
      ---------------------
      The fact that raw email addresses are displayed in Bugzilla makes it trivial for bots that spamharvest to spider through Bugzilla, in particular, through Bugzilla's buglists. This change adds HTML obfuscation of email addresses as they appear in the Bugzilla web pages.

      --
      For every expert, there is an equal and opposite expert. - Arthur C. Clarke
  20. Re:Wow... by rsax · · Score: 2, Informative

    I don't know if you are aware that there is a PostgreSQL-aware version of Bugzilla available. Red Hat is pretty big on PostgreSQL so they maintain that version. The link leads you to a bugzilla-redhat-20031120.tar.gz tarball but there are testing a new beta based on bugzilla 2.18rc3. Check it out.

  21. 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.

  22. #41233 Blocking bug by macmurph · · Score: 2, Funny

    I hope they fixed bug #41233 "Fix problem with sucking"