Open
Bug 283726
Opened 20 years ago
Updated 10 years ago
Create guide for customizers and extension authors, and document commonly used Bugzilla functions
Categories
(Bugzilla :: Documentation, enhancement)
Tracking
()
NEW
People
(Reporter: mkanat, Unassigned)
Details
It would be nice for developers and local admins to know where and what the functions are in Bugzilla that they would want to use all the time. For example, pointing out these to local customizers and developers would probably be helpful: Bugzilla->user->in_group(); Bugzilla->dbh->prepare()/execute/fetch* new Bugzilla::Bug($id) Bugzilla::BugMail::MessageToMTA
Comment 1•20 years ago
|
||
This should be added to the Dev Guide :)
Updated•11 years ago
|
Summary: Document for "Commonly Used Functions" → Create guide for customizers and extension authors, and document commonly used Bugzilla functions
Comment 2•10 years ago
|
||
We now have an Integration and Customization Guide: http://bugzilla.readthedocs.org/en/latest/integrating/index.html It doesn't document specific code functions, though. That could potentially be a lot of documentation... Gerv
You need to log in
before you can comment on or make changes to this bug.
Description
•