From 3e7d0c08f98de75f582ae0c0f427dd9b76a585aa Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Fri, 4 Apr 2008 11:46:46 +0000 Subject: Phase 1 of a big documentation update before 2.17.6. --- docs/en/xml/patches.xml | 49 ++++++------------------------------------------- 1 file changed, 6 insertions(+), 43 deletions(-) (limited to 'docs/en/xml/patches.xml') diff --git a/docs/en/xml/patches.xml b/docs/en/xml/patches.xml index b8c068fac..6b755cbce 100644 --- a/docs/en/xml/patches.xml +++ b/docs/en/xml/patches.xml @@ -1,52 +1,15 @@ - Useful Patches and Utilities for Bugzilla + Contrib - Are you looking for a way to put your Bugzilla into overdrive? Catch - some of the niftiest tricks here in this section. - -
- Apache - <filename>mod_rewrite</filename> - - magic - - Apache's - mod_rewrite - - module lets you do some truly amazing things with URL rewriting. Here are - a couple of examples of what you can do. - - - - Make it so if someone types - http://www.foo.com/12345 - - , Bugzilla spits back http://www.foo.com/show_bug.cgi?id=12345. Try - setting up your VirtualHost section for Bugzilla with a rule like - this: - - -RewriteEngine On -RewriteRule ^/([0-9]+)$ http://foo.bar.com/show_bug.cgi?id=$1 [L,R] - -]]> - - - - There are many, many more things you can do with mod_rewrite. - Please refer to the mod_rewrite documentation at - . - - - -
+ There are a number of unofficial Bugzilla add-ons in the + $BUGZILLA_ROOT/contrib/ + directory. This section documents them.
- Command-line Bugzilla Queries + Command-line Search Interface - There are a suite of Unix utilities for querying Bugzilla from the + There are a suite of Unix utilities for searching Bugzilla from the command line. They live in the contrib/cmdline directory. However, they -- cgit v1.2.3-24-g4f1b