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)

2.19.2
enhancement
Not set
normal

Tracking

()

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
This should be added to the Dev Guide :)
Summary: Document for "Commonly Used Functions" → Create guide for customizers and extension authors, and document commonly used Bugzilla functions
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.