~ubuntu-branches/debian/sid/bugzilla/sid

« back to all changes in this revision

Viewing changes to docs/html/api/index.html

  • Committer: Bazaar Package Importer
  • Author(s): Raphael Bossek
  • Date: 2008-06-27 22:34:34 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080627223434-0ib57vstn43bb4a3
Tags: 3.0.4.1-1
* Update of French, Russian and German translations. (closes: #488251)
* Added Bulgarian and Belarusian translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
 
<html>
3
 
  <head>
4
 
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
 
    <title>Bugzilla 3.0.4 API Documentation</title>
6
 
  
7
 
<link rel="stylesheet" title="style" type="text/css" href="style.css" media="all" >
8
 
 
9
 
</head>
10
 
  <body class="contentspage">
11
 
    <h1>Bugzilla 3.0.4 API Documentation</h1>
12
 
<dl class='superindex'>
13
 
<dt><a name="Files">Files</a></dt>
14
 
<dd>
15
 
<table class="pod_desc_table">
16
 
<tr class="even">
17
 
  <th><a href="./checksetup.html">checksetup</a></th>
18
 
  <td>A do-it-all upgrade and installation script for Bugzilla.</td>
19
 
</tr>
20
 
<tr class="odd">
21
 
  <th><a href="./contrib/bz_webservice_demo.html">contrib::bz_webservice_demo</a></th>
22
 
  <td>Show how to talk to Bugzilla via XMLRPC</td>
23
 
</tr>
24
 
<tr class="even">
25
 
  <th><a href="./contrib/bzdbcopy.html">contrib::bzdbcopy</a></th>
26
 
  <td>Copies data from one Bugzilla database to another.</td>
27
 
</tr>
28
 
<tr class="odd">
29
 
  <th><a href="./contrib/merge-users.html">contrib::merge-users</a></th>
30
 
  <td>Merge two user accounts.</td>
31
 
</tr>
32
 
<tr class="even">
33
 
  <th><a href="./contrib/recode.html">contrib::recode</a></th>
34
 
  <td>Converts a database from one encoding (or multiple encodings) to UTF-8.</td>
35
 
</tr>
36
 
<tr class="odd">
37
 
  <th><a href="./email_in.html">email_in</a></th>
38
 
  <td>The Bugzilla Inbound Email Interface</td>
39
 
</tr>
40
 
<tr class="even">
41
 
  <th><a href="./importxml.html">importxml</a></th>
42
 
  <td>Import bugzilla bug data from xml.</td>
43
 
</tr>
44
 
</table></dd>
45
 
 
46
 
<dt><a name="Modules">Modules</a></dt>
47
 
<dd>
48
 
<table class="pod_desc_table">
49
 
<tr class="even">
50
 
  <th><a href="./Bugzilla.html">Bugzilla</a></th>
51
 
  <td>Semi-persistent collection of various objects used by scripts and modules</td>
52
 
</tr>
53
 
<tr class="odd">
54
 
  <th><a href="./Bugzilla/Attachment.html">Bugzilla::Attachment</a></th>
55
 
  <td>a file related to a bug that a user has uploaded to the Bugzilla server</td>
56
 
</tr>
57
 
<tr class="even">
58
 
  <th><a href="./Bugzilla/Auth.html">Bugzilla::Auth</a></th>
59
 
  <td>An object that authenticates the login credentials for a user.</td>
60
 
</tr>
61
 
<tr class="odd">
62
 
  <th><a href="./Bugzilla/Auth/Login.html">Bugzilla::Auth::Login</a></th>
63
 
  <td>Gets username/password data from the user.</td>
64
 
</tr>
65
 
<tr class="even">
66
 
  <th><a href="./Bugzilla/Auth/Verify.html">Bugzilla::Auth::Verify</a></th>
67
 
  <td>An object that verifies usernames and passwords.</td>
68
 
</tr>
69
 
<tr class="odd">
70
 
  <th><a href="./Bugzilla/CGI.html">Bugzilla::CGI</a></th>
71
 
  <td>CGI handling for Bugzilla</td>
72
 
</tr>
73
 
<tr class="even">
74
 
  <th><a href="./Bugzilla/Classification.html">Bugzilla::Classification</a></th>
75
 
  <td>Bugzilla classification class.</td>
76
 
</tr>
77
 
<tr class="odd">
78
 
  <th><a href="./Bugzilla/Component.html">Bugzilla::Component</a></th>
79
 
  <td>Bugzilla product component class.</td>
80
 
</tr>
81
 
<tr class="even">
82
 
  <th><a href="./Bugzilla/Config.html">Bugzilla::Config</a></th>
83
 
  <td>Configuration parameters for Bugzilla</td>
84
 
</tr>
85
 
<tr class="odd">
86
 
  <th><a href="./Bugzilla/Config/Common.html">Bugzilla::Config::Common</a></th>
87
 
  <td>Parameter checking functions</td>
88
 
</tr>
89
 
<tr class="even">
90
 
  <th><a href="./Bugzilla/DB.html">Bugzilla::DB</a></th>
91
 
  <td>Database access routines, using DBI</td>
92
 
</tr>
93
 
<tr class="odd">
94
 
  <th><a href="./Bugzilla/DB/Mysql.html">Bugzilla::DB::Mysql</a></th>
95
 
  <td>Bugzilla database compatibility layer for MySQL</td>
96
 
</tr>
97
 
<tr class="even">
98
 
  <th><a href="./Bugzilla/DB/Pg.html">Bugzilla::DB::Pg</a></th>
99
 
  <td>Bugzilla database compatibility layer for PostgreSQL</td>
100
 
</tr>
101
 
<tr class="odd">
102
 
  <th><a href="./Bugzilla/DB/Schema.html">Bugzilla::DB::Schema</a></th>
103
 
  <td>Abstract database schema for Bugzilla</td>
104
 
</tr>
105
 
<tr class="even">
106
 
  <th><a href="./Bugzilla/Error.html">Bugzilla::Error</a></th>
107
 
  <td>Error handling utilities for Bugzilla</td>
108
 
</tr>
109
 
<tr class="odd">
110
 
  <th><a href="./Bugzilla/Field.html">Bugzilla::Field</a></th>
111
 
  <td>a particular piece of information about bugs and useful routines for form field manipulation</td>
112
 
</tr>
113
 
<tr class="even">
114
 
  <th><a href="./Bugzilla/Flag.html">Bugzilla::Flag</a></th>
115
 
  <td>A module to deal with Bugzilla flag values.</td>
116
 
</tr>
117
 
<tr class="odd">
118
 
  <th><a href="./Bugzilla/FlagType.html">Bugzilla::FlagType</a></th>
119
 
  <td>A module to deal with Bugzilla flag types.</td>
120
 
</tr>
121
 
<tr class="even">
122
 
  <th><a href="./Bugzilla/Group.html">Bugzilla::Group</a></th>
123
 
  <td>Bugzilla group class.</td>
124
 
</tr>
125
 
<tr class="odd">
126
 
  <th><a href="./Bugzilla/Hook.html">Bugzilla::Hook</a></th>
127
 
  <td>Extendible extension hooks for Bugzilla code</td>
128
 
</tr>
129
 
<tr class="even">
130
 
  <th><a href="./Bugzilla/Install.html">Bugzilla::Install</a></th>
131
 
  <td>Functions and variables having to do with installation.</td>
132
 
</tr>
133
 
<tr class="odd">
134
 
  <th><a href="./Bugzilla/Install/DB.html">Bugzilla::Install::DB</a></th>
135
 
  <td>Fix up the database during installation.</td>
136
 
</tr>
137
 
<tr class="even">
138
 
  <th><a href="./Bugzilla/Install/Filesystem.html">Bugzilla::Install::Filesystem</a></th>
139
 
  <td>Fix up the filesystem during installation.</td>
140
 
</tr>
141
 
<tr class="odd">
142
 
  <th><a href="./Bugzilla/Install/Localconfig.html">Bugzilla::Install::Localconfig</a></th>
143
 
  <td></td>
144
 
</tr>
145
 
<tr class="even">
146
 
  <th><a href="./Bugzilla/Install/Requirements.html">Bugzilla::Install::Requirements</a></th>
147
 
  <td>Functions and variables dealing with Bugzilla's perl-module requirements.</td>
148
 
</tr>
149
 
<tr class="odd">
150
 
  <th><a href="./Bugzilla/Keyword.html">Bugzilla::Keyword</a></th>
151
 
  <td>A Keyword that can be added to a bug.</td>
152
 
</tr>
153
 
<tr class="even">
154
 
  <th><a href="./Bugzilla/Milestone.html">Bugzilla::Milestone</a></th>
155
 
  <td>Bugzilla product milestone class.</td>
156
 
</tr>
157
 
<tr class="odd">
158
 
  <th><a href="./Bugzilla/Object.html">Bugzilla::Object</a></th>
159
 
  <td>A base class for objects in Bugzilla.</td>
160
 
</tr>
161
 
<tr class="even">
162
 
  <th><a href="./Bugzilla/Product.html">Bugzilla::Product</a></th>
163
 
  <td>Bugzilla product class.</td>
164
 
</tr>
165
 
<tr class="odd">
166
 
  <th><a href="./Bugzilla/Search/Saved.html">Bugzilla::Search::Saved</a></th>
167
 
  <td>A saved search</td>
168
 
</tr>
169
 
<tr class="even">
170
 
  <th><a href="./Bugzilla/Template.html">Bugzilla::Template</a></th>
171
 
  <td>Wrapper around the Template Toolkit Template object</td>
172
 
</tr>
173
 
<tr class="odd">
174
 
  <th><a href="./Bugzilla/Template/Plugin/Bugzilla.html">Bugzilla::Template::Plugin::Bugzilla</a></th>
175
 
  <td></td>
176
 
</tr>
177
 
<tr class="even">
178
 
  <th><a href="./Bugzilla/Template/Plugin/Hook.html">Bugzilla::Template::Plugin::Hook</a></th>
179
 
  <td></td>
180
 
</tr>
181
 
<tr class="odd">
182
 
  <th><a href="./Bugzilla/Template/Plugin/User.html">Bugzilla::Template::Plugin::User</a></th>
183
 
  <td></td>
184
 
</tr>
185
 
<tr class="even">
186
 
  <th><a href="./Bugzilla/Token.html">Bugzilla::Token</a></th>
187
 
  <td>Provides different routines to manage tokens.</td>
188
 
</tr>
189
 
<tr class="odd">
190
 
  <th><a href="./Bugzilla/Update.html">Bugzilla::Update</a></th>
191
 
  <td>Update routines for Bugzilla</td>
192
 
</tr>
193
 
<tr class="even">
194
 
  <th><a href="./Bugzilla/User.html">Bugzilla::User</a></th>
195
 
  <td>Object for a Bugzilla user</td>
196
 
</tr>
197
 
<tr class="odd">
198
 
  <th><a href="./Bugzilla/User/Setting.html">Bugzilla::User::Setting</a></th>
199
 
  <td>Object for a user preference setting</td>
200
 
</tr>
201
 
<tr class="even">
202
 
  <th><a href="./Bugzilla/User/Setting/Skin.html">Bugzilla::User::Setting::Skin</a></th>
203
 
  <td>Object for a user preference setting for skins</td>
204
 
</tr>
205
 
<tr class="odd">
206
 
  <th><a href="./Bugzilla/Util.html">Bugzilla::Util</a></th>
207
 
  <td>Generic utility functions for bugzilla</td>
208
 
</tr>
209
 
<tr class="even">
210
 
  <th><a href="./Bugzilla/Version.html">Bugzilla::Version</a></th>
211
 
  <td>Bugzilla product version class.</td>
212
 
</tr>
213
 
<tr class="odd">
214
 
  <th><a href="./Bugzilla/WebService.html">Bugzilla::WebService</a></th>
215
 
  <td>The Web Service interface to Bugzilla</td>
216
 
</tr>
217
 
<tr class="even">
218
 
  <th><a href="./Bugzilla/WebService/Bug.html">Bugzilla::WebService::Bug</a></th>
219
 
  <td>The API for creating, changing, and getting the details of bugs.</td>
220
 
</tr>
221
 
<tr class="odd">
222
 
  <th><a href="./Bugzilla/WebService/Bugzilla.html">Bugzilla::WebService::Bugzilla</a></th>
223
 
  <td>Global functions for the webservice interface.</td>
224
 
</tr>
225
 
<tr class="even">
226
 
  <th><a href="./Bugzilla/WebService/Product.html">Bugzilla::WebService::Product</a></th>
227
 
  <td>The Product API</td>
228
 
</tr>
229
 
<tr class="odd">
230
 
  <th><a href="./Bugzilla/WebService/User.html">Bugzilla::WebService::User</a></th>
231
 
  <td>The User Account and Login API</td>
232
 
</tr>
233
 
</table></dd>
234
 
 
235
 
</dl>
236
 
</body></html>
 
 
b'\\ No newline at end of file'