|
| English | Deutsch | Download | Bugzilla Project | SF Project Page |
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)
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.)
Modules:
Branches
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