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

« back to all changes in this revision

Viewing changes to docs/html/api/Bugzilla/Install.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
 
    <title>
5
 
Bugzilla::Install</title>
6
 
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7
 
  <link rel="stylesheet" title="style" type="text/css" href="../style.css" media="all" >
8
 
 
9
 
</head>
10
 
  <body id="pod">
11
 
<p class="backlinktop"><b><a name="___top" href="../index.html" accesskey="1" title="All Documents">&lt;&lt;</a></b></p>
12
 
<h1>Bugzilla::Install</h1>
13
 
<div class='indexgroup'>
14
 
<ul   class='indexList indexList1'>
15
 
  <li class='indexItem indexItem1'><a href='#NAME'>NAME</a>
16
 
  <li class='indexItem indexItem1'><a href='#SYNOPSIS'>SYNOPSIS</a>
17
 
  <li class='indexItem indexItem1'><a href='#DESCRIPTION'>DESCRIPTION</a>
18
 
  <li class='indexItem indexItem1'><a href='#CONSTANTS'>CONSTANTS</a>
19
 
  <li class='indexItem indexItem1'><a href='#SUBROUTINES'>SUBROUTINES</a>
20
 
</ul>
21
 
</div>
22
 
 
23
 
<h1><a class='u' href='#___top' title='click to go to top of document'
24
 
name="NAME"
25
 
>NAME</a></h1>
26
 
 
27
 
<p>Bugzilla::Install - Functions and variables having to do with installation.</p>
28
 
 
29
 
<h1><a class='u' href='#___top' title='click to go to top of document'
30
 
name="SYNOPSIS"
31
 
>SYNOPSIS</a></h1>
32
 
 
33
 
<pre  class="code"> use Bugzilla::Install;
34
 
 Bugzilla::Install::update_settings();</pre>
35
 
 
36
 
<h1><a class='u' href='#___top' title='click to go to top of document'
37
 
name="DESCRIPTION"
38
 
>DESCRIPTION</a></h1>
39
 
 
40
 
<p>This module is used primarily by <a href="../checksetup.pl.html" class="podlinkpod"
41
 
>checksetup.pl</a> during installation. This module contains functions that deal with general installation issues after the database is completely set up and configured.</p>
42
 
 
43
 
<h1><a class='u' href='#___top' title='click to go to top of document'
44
 
name="CONSTANTS"
45
 
>CONSTANTS</a></h1>
46
 
 
47
 
<dl>
48
 
<dt><a name="SETTINGS"
49
 
><code  class="code">SETTINGS</code></a></dt>
50
 
 
51
 
<dd>
52
 
<p>Contains information about Settings, used by <a href="#update_settings()" class="podlinkpod"
53
 
>&#34;update_settings()&#34;</a>.</p>
54
 
</dd>
55
 
</dl>
56
 
 
57
 
<h1><a class='u' href='#___top' title='click to go to top of document'
58
 
name="SUBROUTINES"
59
 
>SUBROUTINES</a></h1>
60
 
 
61
 
<dl>
62
 
<dt><a name="update_settings()"
63
 
><code  class="code">update_settings()</code></a></dt>
64
 
 
65
 
<dd>
66
 
<p>Description: Adds and updates Settings for users.</p>
67
 
 
68
 
<p>Params: none</p>
69
 
 
70
 
<p>Returns: nothing.</p>
71
 
 
72
 
<dt><a name="create_default_product()"
73
 
><code  class="code">create_default_product()</code></a></dt>
74
 
 
75
 
<dd>
76
 
<p>Description: Creates the default product and classification if they don&#39;t exist.</p>
77
 
 
78
 
<p>Params: none</p>
79
 
 
80
 
<p>Returns: nothing</p>
81
 
</dd>
82
 
</dl>
83
 
<p class="backlinkbottom"><b><a name="___bottom" href="../index.html" title="All Documents">&lt;&lt;</a></b></p>
84
 
 
85
 
<!-- end doc -->
86
 
 
87
 
</body></html>