Bugzilla Bugzilla.de German Version of Bugzilla

English Deutsch Download Bugzilla Project SF Project Page

Bugzilla.de Download

Development Release (2.17.4)

Bugzilla 2.17.4 is a Development Release and is intended for developers wishing to base large landings or patches off an official bugzilla.org release. It should not be used for production purposes, unless you have a Perl programmer on staff willing to put out any fires that may arise. The vast majority of sites wanting to test or use Bugzilla in production should install 2.16.3. If you're not sure whether you should use 2.17.4 or 2.16.3, you probably want 2.16.3.

2.17.4 Tarball (Bugzilla and Bugzilla-de templates) HTTP (888 K)

Stable Release (2.16.3)

There exists a not-complete tar ball at the old project page. (Note that the templates may contain XSS security problems, which were fixed in 2.16.3 and are thus not in these unmaintained files.)

CVS

Modules:

  • bugzilla-de

Branches

  • HEAD = Bugzilla HEAD (2.17.4+)
  • BUGZILLA-2_17_4 = Bugzilla BUGZILLA-2_17_4

Example Checkout

Download Bugzilla

  # Enter "anonymous" when asked for a password
  cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot login
  # This checks out BUGZILLA-2_17_4 into the directory bugzilla
  cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot co -P -rBUGZILLA-2_17_4 -d bugzilla Bugzilla

Download Bugzilla-de

  # Go to the Bugzilla directory
  cd /home/bugzilla

  # Press enter when prompted for a password
  cvs -d:pserver:anonymous@cvs.bugzilla-de.sourceforge.net:/cvsroot/bugzilla-de login

  # Download the template files
  cd template
  # This checks out BUGZILLA-2_17_4
  cvs -z3 -d:pserver:anonymous@cvs.bugzilla-de.sourceforge.net:/cvsroot/bugzilla-de co -P -rBUGZILLA-2_17_4 -d de bugzilla-de/template/de 
  cd ..

  # Download the documentation
  cd  docs
  # This checks out BUGZILLA-2_17_4
  cvs -z3 -d:pserver:anonymous@cvs.bugzilla-de.sourceforge.net:/cvsroot/bugzilla-de co -P -rBUGZILLA-2_17_4 -d de bugzilla-de/docs/de
  cd ..

   ./checksetup.pl
Copyright © 2002, 2003 The Bugzilla.de Team
Last modified 14 August 2003.