aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Template/Plugin/Hook.pm
Commit message (Collapse)AuthorAgeFilesLines
* Fix ThrowCodeError calls by giving them an unique ID (tree fix).jocuri%softhome.net2006-02-281-1/+1
|
* Fix invalid POD formatting (patch for fixing broken tree - runtests.pl, test ↵jocuri%softhome.net2006-02-281-3/+3
| | | | 11).
* Patch for bug 298341: Implement code hook mechanism; patch by ↵jocuri%softhome.net2006-02-281-1/+59
| | | | zach@zachlipton.com, r=timeless, a=justdave.
* Fix for bug 229658: Implements a mechanism for extensions to hook into ↵myk%mozilla.org2004-01-121-0/+83
standard Bugzilla templates so they can extend the Bugzilla UI without having to modify the standard templates themselves, making it easier to develop and use Bugzilla extensions. r=bbaetz, gerv a=myk