~ubuntu-branches/ubuntu/oneiric/bugzilla/oneiric

« back to all changes in this revision

Viewing changes to docs/html/api/Bugzilla/Update.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::Update</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::Update</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='#FUNCTIONS'>FUNCTIONS</a>
19
 
</ul>
20
 
</div>
21
 
 
22
 
<h1><a class='u' href='#___top' title='click to go to top of document'
23
 
name="NAME"
24
 
>NAME</a></h1>
25
 
 
26
 
<p>Bugzilla::Update - Update routines for Bugzilla</p>
27
 
 
28
 
<h1><a class='u' href='#___top' title='click to go to top of document'
29
 
name="SYNOPSIS"
30
 
>SYNOPSIS</a></h1>
31
 
 
32
 
<pre  class="code">  use Bugzilla::Update;
33
 
 
34
 
  # Get information about new releases
35
 
  my $new_release = Bugzilla::Update::get_notifications();</pre>
36
 
 
37
 
<h1><a class='u' href='#___top' title='click to go to top of document'
38
 
name="DESCRIPTION"
39
 
>DESCRIPTION</a></h1>
40
 
 
41
 
<p>This module contains all required routines to notify you about new releases. It downloads an XML file from bugzilla.org and parses it, in order to display information based on your preferences. Absolutely no information about the Bugzilla version you are running is sent to bugzilla.org.</p>
42
 
 
43
 
<h1><a class='u' href='#___top' title='click to go to top of document'
44
 
name="FUNCTIONS"
45
 
>FUNCTIONS</a></h1>
46
 
 
47
 
<dl>
48
 
<dt><a name="get_notifications()"
49
 
><code  class="code">get_notifications()</code></a></dt>
50
 
 
51
 
<dd>
52
 
<pre  class="code"> Description: This function informs you about new releases, if any.
53
 
 
54
 
 Params:      None.
55
 
 
56
 
 Returns:     On success, a reference to a hash with data about
57
 
              new releases, if any.
58
 
              On failure, a reference to a hash with the reason
59
 
              of the failure and the name of the unusable XML file.</pre>
60
 
</dd>
61
 
</dl>
62
 
<p class="backlinkbottom"><b><a name="___bottom" href="../index.html" title="All Documents">&lt;&lt;</a></b></p>
63
 
 
64
 
<!-- end doc -->
65
 
 
66
 
</body></html>