diff options
author | gerv%gerv.net <> | 2008-04-04 11:47:51 +0000 |
---|---|---|
committer | gerv%gerv.net <> | 2008-04-04 11:47:51 +0000 |
commit | f459dfad52af95894764a7b877ac3afbab3c849f (patch) | |
tree | 1ea85498b59f8c1f00e8e1616f5a5cffce72ae9a | |
parent | Follow-up spelling patch for bug 320751: 'adress' should be 'address' in inst... (diff) | |
download | bugzilla-f459dfad52af95894764a7b877ac3afbab3c849f.tar.gz bugzilla-f459dfad52af95894764a7b877ac3afbab3c849f.tar.bz2 bugzilla-f459dfad52af95894764a7b877ac3afbab3c849f.zip |
Bug 239112 - docs patch to give min. version of TT for hooks. Patch by nick.barnes; r=gerv, a=justdave.
-rw-r--r-- | docs/en/xml/customization.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/en/xml/customization.xml b/docs/en/xml/customization.xml index ae4013ac4..83c02910f 100644 --- a/docs/en/xml/customization.xml +++ b/docs/en/xml/customization.xml @@ -342,6 +342,15 @@ <section id="cust-hooks"> <title>Template Hooks</title> + <warning> + <para> + Template Hooks require Template Toolkit version 2.12 or + above, or the application of a patch. See <ulink + url="http://bugzilla.mozilla.org/show_bug.cgi?id=239112">bug + 239112</ulink> for details. + </para> + </warning> + <para> Template hooks are a way for extensions to Bugzilla to insert code into the standard Bugzilla templates without modifying the template files |