aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlex Legler <a3li@gentoo.org>2009-05-03 19:14:27 +0200
committerAlex Legler <a3li@gentoo.org>2009-05-03 19:14:27 +0200
commit862d2b2e81f14ceb44da04f709ca2fb1dfe4ec6d (patch)
treeedf84f018f2a683b89034c63c4677822995d6a5f /doc
parentBugzilla::Bug now can load the history from bugzie. Docs update. (diff)
downloadglsamaker-862d2b2e81f14ceb44da04f709ca2fb1dfe4ec6d.tar.gz
glsamaker-862d2b2e81f14ceb44da04f709ca2fb1dfe4ec6d.tar.bz2
glsamaker-862d2b2e81f14ceb44da04f709ca2fb1dfe4ec6d.zip
Adding by_user and by_field to Bugzilla::History
Diffstat (limited to 'doc')
-rw-r--r--doc/app/classes/ApplicationHelper.html12
-rw-r--r--doc/app/classes/Authentication.html56
-rw-r--r--doc/app/classes/Bugzilla/Bug.html62
-rw-r--r--doc/app/classes/Bugzilla/Change.html34
-rw-r--r--doc/app/classes/Bugzilla/History.html76
-rw-r--r--doc/app/classes/Diffable.html48
-rw-r--r--doc/app/classes/GlsaHelper.html36
-rw-r--r--doc/app/classes/Glsamaker/Diff/DiffContainer.html12
-rw-r--r--doc/app/classes/Glsamaker/HTTP.html12
-rw-r--r--doc/app/classes/Glsamaker/Portage.html12
-rw-r--r--doc/app/classes/Glsamaker/Portage/Description.html62
-rw-r--r--doc/app/created.rid2
-rw-r--r--doc/app/files/lib/authentication_rb.html2
-rw-r--r--doc/app/files/lib/bugzilla_rb.html2
-rw-r--r--doc/app/fr_method_index.html60
15 files changed, 282 insertions, 206 deletions
diff --git a/doc/app/classes/ApplicationHelper.html b/doc/app/classes/ApplicationHelper.html
index f3fdbba..99ecc08 100644
--- a/doc/app/classes/ApplicationHelper.html
+++ b/doc/app/classes/ApplicationHelper.html
@@ -87,7 +87,7 @@ application.
<h3 class="section-bar">Methods</h3>
<div class="name-list">
- <a href="#M000056">simple_format_without_paragraph</a>&nbsp;&nbsp;
+ <a href="#M000058">simple_format_without_paragraph</a>&nbsp;&nbsp;
</div>
</div>
@@ -109,11 +109,11 @@ application.
<div id="methods">
<h3 class="section-bar">Public Instance methods</h3>
- <div id="method-M000056" class="method-detail">
- <a name="M000056"></a>
+ <div id="method-M000058" class="method-detail">
+ <a name="M000058"></a>
<div class="method-heading">
- <a href="#M000056" class="method-signature">
+ <a href="#M000058" class="method-signature">
<span class="method-name">simple_format_without_paragraph</span><span class="method-args">(text)</span>
</a>
</div>
@@ -123,8 +123,8 @@ application.
Same as Rails&#8217; simple_format helper without using paragraphs
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000056-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000056-source">
+ onclick="toggleCode('M000058-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000058-source">
<pre>
<span class="ruby-comment cmt"># File app/helpers/application_helper.rb, line 16</span>
16: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">simple_format_without_paragraph</span>(<span class="ruby-identifier">text</span>)
diff --git a/doc/app/classes/Authentication.html b/doc/app/classes/Authentication.html
index f7e9bf0..2577805 100644
--- a/doc/app/classes/Authentication.html
+++ b/doc/app/classes/Authentication.html
@@ -86,9 +86,9 @@
<h3 class="section-bar">Methods</h3>
<div class="name-list">
- <a href="#M000052">current_user</a>&nbsp;&nbsp;
- <a href="#M000051">included</a>&nbsp;&nbsp;
- <a href="#M000050">login_required</a>&nbsp;&nbsp;
+ <a href="#M000053">current_user</a>&nbsp;&nbsp;
+ <a href="#M000054">included</a>&nbsp;&nbsp;
+ <a href="#M000052">login_required</a>&nbsp;&nbsp;
</div>
</div>
@@ -110,11 +110,11 @@
<div id="methods">
<h3 class="section-bar">Protected Class methods</h3>
- <div id="method-M000051" class="method-detail">
- <a name="M000051"></a>
+ <div id="method-M000054" class="method-detail">
+ <a name="M000054"></a>
<div class="method-heading">
- <a href="#M000051" class="method-signature">
+ <a href="#M000054" class="method-signature">
<span class="method-name">included</span><span class="method-args">(base)</span>
</a>
</div>
@@ -124,25 +124,25 @@
Populate user to views, shamelessly stolen from restful auth. ;)
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000051-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000051-source">
+ onclick="toggleCode('M000054-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000054-source">
<pre>
- <span class="ruby-comment cmt"># File lib/authentication.rb, line 58</span>
-58: <span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">included</span>(<span class="ruby-identifier">base</span>)
-59: <span class="ruby-identifier">base</span>.<span class="ruby-identifier">send</span> <span class="ruby-identifier">:helper_method</span>, <span class="ruby-identifier">:current_user</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">base</span>.<span class="ruby-identifier">respond_to?</span> <span class="ruby-identifier">:helper_method</span>
-60: <span class="ruby-keyword kw">end</span>
+ <span class="ruby-comment cmt"># File lib/authentication.rb, line 63</span>
+63: <span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">included</span>(<span class="ruby-identifier">base</span>)
+64: <span class="ruby-identifier">base</span>.<span class="ruby-identifier">send</span> <span class="ruby-identifier">:helper_method</span>, <span class="ruby-identifier">:current_user</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">base</span>.<span class="ruby-identifier">respond_to?</span> <span class="ruby-identifier">:helper_method</span>
+65: <span class="ruby-keyword kw">end</span>
</pre>
</div>
</div>
</div>
- <h3 class="section-bar">Public Instance methods</h3>
+ <h3 class="section-bar">Protected Instance methods</h3>
- <div id="method-M000052" class="method-detail">
- <a name="M000052"></a>
+ <div id="method-M000053" class="method-detail">
+ <a name="M000053"></a>
<div class="method-heading">
- <a href="#M000052" class="method-signature">
+ <a href="#M000053" class="method-signature">
<span class="method-name">current_user</span><span class="method-args">()</span>
</a>
</div>
@@ -152,25 +152,23 @@ Populate user to views, shamelessly stolen from restful auth. ;)
Returns the ActiveRecord object of the currently logged in user
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000052-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000052-source">
+ onclick="toggleCode('M000053-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000053-source">
<pre>
- <span class="ruby-comment cmt"># File lib/authentication.rb, line 64</span>
-64: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">current_user</span>
-65: <span class="ruby-constant">User</span>.<span class="ruby-identifier">find_by_login</span>(<span class="ruby-identifier">user_name</span>)
-66: <span class="ruby-keyword kw">end</span>
+ <span class="ruby-comment cmt"># File lib/authentication.rb, line 58</span>
+58: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">current_user</span>
+59: <span class="ruby-constant">User</span>.<span class="ruby-identifier">find_by_login</span>(<span class="ruby-identifier">user_name</span>)
+60: <span class="ruby-keyword kw">end</span>
</pre>
</div>
</div>
</div>
- <h3 class="section-bar">Protected Instance methods</h3>
-
- <div id="method-M000050" class="method-detail">
- <a name="M000050"></a>
+ <div id="method-M000052" class="method-detail">
+ <a name="M000052"></a>
<div class="method-heading">
- <a href="#M000050" class="method-signature">
+ <a href="#M000052" class="method-signature">
<span class="method-name">login_required</span><span class="method-args">()</span>
</a>
</div>
@@ -180,8 +178,8 @@ Returns the ActiveRecord object of the currently logged in user
Login filter to be applied to <b>all</b> pages on GLSAMaker
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000050-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000050-source">
+ onclick="toggleCode('M000052-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000052-source">
<pre>
<span class="ruby-comment cmt"># File lib/authentication.rb, line 16</span>
16: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">login_required</span>
diff --git a/doc/app/classes/Bugzilla/Bug.html b/doc/app/classes/Bugzilla/Bug.html
index 1074884..5ac9c49 100644
--- a/doc/app/classes/Bugzilla/Bug.html
+++ b/doc/app/classes/Bugzilla/Bug.html
@@ -93,11 +93,11 @@ href="Bug.html">Bug</a>
<h3 class="section-bar">Methods</h3>
<div class="name-list">
- <a href="#M000043">history</a>&nbsp;&nbsp;
- <a href="#M000041">load_from_id</a>&nbsp;&nbsp;
- <a href="#M000044">new</a>&nbsp;&nbsp;
- <a href="#M000045">str2bugIDs</a>&nbsp;&nbsp;
- <a href="#M000042">url</a>&nbsp;&nbsp;
+ <a href="#M000045">history</a>&nbsp;&nbsp;
+ <a href="#M000043">load_from_id</a>&nbsp;&nbsp;
+ <a href="#M000046">new</a>&nbsp;&nbsp;
+ <a href="#M000047">str2bugIDs</a>&nbsp;&nbsp;
+ <a href="#M000044">url</a>&nbsp;&nbsp;
</div>
</div>
@@ -197,24 +197,24 @@ href="Bug.html">Bug</a>
<div id="methods">
<h3 class="section-bar">Public Class methods</h3>
- <div id="method-M000041" class="method-detail">
- <a name="M000041"></a>
+ <div id="method-M000043" class="method-detail">
+ <a name="M000043"></a>
<div class="method-heading">
- <a href="#M000041" class="method-signature">
+ <a href="#M000043" class="method-signature">
<span class="method-name">load_from_id</span><span class="method-args">(bugid)</span>
</a>
</div>
<div class="method-description">
<p>
-Creates a <a href="Bug.html#M000044">new</a> <tt><a
+Creates a <a href="Bug.html#M000046">new</a> <tt><a
href="Bug.html">Bug</a></tt> object from the Gentoo bug referenced as
#<tt>bugid</tt>
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000041-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000041-source">
+ onclick="toggleCode('M000043-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000043-source">
<pre>
<span class="ruby-comment cmt"># File lib/bugzilla.rb, line 23</span>
23: <span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">load_from_id</span>(<span class="ruby-identifier">bugid</span>)
@@ -239,19 +239,19 @@ href="Bug.html">Bug</a></tt> object from the Gentoo bug referenced as
</div>
</div>
- <div id="method-M000044" class="method-detail">
- <a name="M000044"></a>
+ <div id="method-M000046" class="method-detail">
+ <a name="M000046"></a>
<div class="method-heading">
- <a href="#M000044" class="method-signature">
+ <a href="#M000046" class="method-signature">
<span class="method-name">new</span><span class="method-args">(bug)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000044-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000044-source">
+ onclick="toggleCode('M000046-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000046-source">
<pre>
<span class="ruby-comment cmt"># File lib/bugzilla.rb, line 54</span>
54: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">bug</span>)
@@ -291,11 +291,11 @@ href="Bug.html">Bug</a></tt> object from the Gentoo bug referenced as
</div>
</div>
- <div id="method-M000045" class="method-detail">
- <a name="M000045"></a>
+ <div id="method-M000047" class="method-detail">
+ <a name="M000047"></a>
<div class="method-heading">
- <a href="#M000045" class="method-signature">
+ <a href="#M000047" class="method-signature">
<span class="method-name">str2bugIDs</span><span class="method-args">(str)</span>
</a>
</div>
@@ -306,8 +306,8 @@ Splits a <a href="../String.html">String</a> <tt>str</tt> into an array of
valid bug IDs
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000045-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000045-source">
+ onclick="toggleCode('M000047-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000047-source">
<pre>
<span class="ruby-comment cmt"># File lib/bugzilla.rb, line 88</span>
88: <span class="ruby-keyword kw">def</span> <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">str2bugIDs</span>(<span class="ruby-identifier">str</span>)
@@ -324,19 +324,19 @@ valid bug IDs
<h3 class="section-bar">Public Instance methods</h3>
- <div id="method-M000043" class="method-detail">
- <a name="M000043"></a>
+ <div id="method-M000045" class="method-detail">
+ <a name="M000045"></a>
<div class="method-heading">
- <a href="#M000043" class="method-signature">
+ <a href="#M000045" class="method-signature">
<span class="method-name">history</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000043-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000043-source">
+ onclick="toggleCode('M000045-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000045-source">
<pre>
<span class="ruby-comment cmt"># File lib/bugzilla.rb, line 50</span>
50: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">history</span>()
@@ -347,11 +347,11 @@ valid bug IDs
</div>
</div>
- <div id="method-M000042" class="method-detail">
- <a name="M000042"></a>
+ <div id="method-M000044" class="method-detail">
+ <a name="M000044"></a>
<div class="method-heading">
- <a href="#M000042" class="method-signature">
+ <a href="#M000044" class="method-signature">
<span class="method-name">url</span><span class="method-args">(secure = true)</span>
</a>
</div>
@@ -362,8 +362,8 @@ Returns the URL for the bug, set <tt>secure</tt> to false to get a <a
href="http:-URL">-URL</a>
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000042-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000042-source">
+ onclick="toggleCode('M000044-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000044-source">
<pre>
<span class="ruby-comment cmt"># File lib/bugzilla.rb, line 42</span>
42: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">url</span>(<span class="ruby-identifier">secure</span> = <span class="ruby-keyword kw">true</span>)
diff --git a/doc/app/classes/Bugzilla/Change.html b/doc/app/classes/Bugzilla/Change.html
index c36ae39..6f4418a 100644
--- a/doc/app/classes/Bugzilla/Change.html
+++ b/doc/app/classes/Bugzilla/Change.html
@@ -158,12 +158,12 @@ href="Change.html">Change</a> made by <tt>user</tt> at <tt>time</tt>.
onclick="toggleCode('M000037-source');return false;">[Source]</a></p>
<div class="method-source-code" id="M000037-source">
<pre>
- <span class="ruby-comment cmt"># File lib/bugzilla.rb, line 189</span>
-189: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">user</span>, <span class="ruby-identifier">time</span>)
-190: <span class="ruby-ivar">@user</span> = <span class="ruby-identifier">user</span> <span class="ruby-operator">||</span> <span class="ruby-value str">&quot;&quot;</span>
-191: <span class="ruby-ivar">@time</span> = <span class="ruby-constant">Time</span>.<span class="ruby-identifier">parse</span>(<span class="ruby-identifier">time</span>)
-192: <span class="ruby-ivar">@changes</span> = {}
-193: <span class="ruby-keyword kw">end</span>
+ <span class="ruby-comment cmt"># File lib/bugzilla.rb, line 217</span>
+217: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">user</span>, <span class="ruby-identifier">time</span>)
+218: <span class="ruby-ivar">@user</span> = <span class="ruby-identifier">user</span> <span class="ruby-operator">||</span> <span class="ruby-value str">&quot;&quot;</span>
+219: <span class="ruby-ivar">@time</span> = <span class="ruby-constant">Time</span>.<span class="ruby-identifier">parse</span>(<span class="ruby-identifier">time</span>)
+220: <span class="ruby-ivar">@changes</span> = {}
+221: <span class="ruby-keyword kw">end</span>
</pre>
</div>
</div>
@@ -190,13 +190,13 @@ object. <tt>removed</tt> denotes the removed text and <tt>added</tt> is the
onclick="toggleCode('M000038-source');return false;">[Source]</a></p>
<div class="method-source-code" id="M000038-source">
<pre>
- <span class="ruby-comment cmt"># File lib/bugzilla.rb, line 197</span>
-197: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">add_change</span>(<span class="ruby-identifier">field</span>, <span class="ruby-identifier">removed</span>, <span class="ruby-identifier">added</span>)
-198: <span class="ruby-identifier">raise</span>(<span class="ruby-constant">ArgumentError</span>, <span class="ruby-value str">&quot;A change to this field is already registered.&quot;</span>) <span class="ruby-keyword kw">if</span> <span class="ruby-ivar">@changes</span>.<span class="ruby-identifier">has_key?</span>(<span class="ruby-identifier">field</span>)
-199: <span class="ruby-identifier">raise</span>(<span class="ruby-constant">ArgumentError</span>, <span class="ruby-value str">&quot;field has to be a symbol&quot;</span>) <span class="ruby-keyword kw">unless</span> <span class="ruby-identifier">field</span>.<span class="ruby-identifier">is_a?</span> <span class="ruby-constant">Symbol</span>
-200:
-201: <span class="ruby-ivar">@changes</span>[<span class="ruby-identifier">field</span>] = [<span class="ruby-identifier">removed</span>, <span class="ruby-identifier">added</span>]
-202: <span class="ruby-keyword kw">end</span>
+ <span class="ruby-comment cmt"># File lib/bugzilla.rb, line 225</span>
+225: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">add_change</span>(<span class="ruby-identifier">field</span>, <span class="ruby-identifier">removed</span>, <span class="ruby-identifier">added</span>)
+226: <span class="ruby-identifier">raise</span>(<span class="ruby-constant">ArgumentError</span>, <span class="ruby-value str">&quot;A change to this field is already registered.&quot;</span>) <span class="ruby-keyword kw">if</span> <span class="ruby-ivar">@changes</span>.<span class="ruby-identifier">has_key?</span>(<span class="ruby-identifier">field</span>)
+227: <span class="ruby-identifier">raise</span>(<span class="ruby-constant">ArgumentError</span>, <span class="ruby-value str">&quot;field has to be a symbol&quot;</span>) <span class="ruby-keyword kw">unless</span> <span class="ruby-identifier">field</span>.<span class="ruby-identifier">is_a?</span> <span class="ruby-constant">Symbol</span>
+228:
+229: <span class="ruby-ivar">@changes</span>[<span class="ruby-identifier">field</span>] = [<span class="ruby-identifier">removed</span>, <span class="ruby-identifier">added</span>]
+230: <span class="ruby-keyword kw">end</span>
</pre>
</div>
</div>
@@ -219,10 +219,10 @@ Returns a string representation
onclick="toggleCode('M000039-source');return false;">[Source]</a></p>
<div class="method-source-code" id="M000039-source">
<pre>
- <span class="ruby-comment cmt"># File lib/bugzilla.rb, line 205</span>
-205: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">to_s</span>
-206: <span class="ruby-node">&quot;#{@user} changed at #{@time.to_s}: #{@changes.to_s}&quot;</span>
-207: <span class="ruby-keyword kw">end</span>
+ <span class="ruby-comment cmt"># File lib/bugzilla.rb, line 233</span>
+233: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">to_s</span>
+234: <span class="ruby-node">&quot;#{@user} changed at #{@time.to_s}: #{@changes.inspect}&quot;</span>
+235: <span class="ruby-keyword kw">end</span>
</pre>
</div>
</div>
diff --git a/doc/app/classes/Bugzilla/History.html b/doc/app/classes/Bugzilla/History.html
index 29a9483..df32f3e 100644
--- a/doc/app/classes/Bugzilla/History.html
+++ b/doc/app/classes/Bugzilla/History.html
@@ -92,6 +92,8 @@ Encapsulates a bug&#8216;s history
<h3 class="section-bar">Methods</h3>
<div class="name-list">
+ <a href="#M000041">by_field</a>&nbsp;&nbsp;
+ <a href="#M000042">by_user</a>&nbsp;&nbsp;
<a href="#M000040">new</a>&nbsp;&nbsp;
</div>
</div>
@@ -190,6 +192,80 @@ href="History.html">History</a> for the <a href="Bug.html">Bug</a> object
</div>
</div>
+ <h3 class="section-bar">Public Instance methods</h3>
+
+ <div id="method-M000041" class="method-detail">
+ <a name="M000041"></a>
+
+ <div class="method-heading">
+ <a href="#M000041" class="method-signature">
+ <span class="method-name">by_field</span><span class="method-args">(field)</span>
+ </a>
+ </div>
+
+ <div class="method-description">
+ <p>
+Returns an <a href="../Array.html">Array</a> of Changes made to the field
+<tt>field</tt>
+</p>
+ <p><a class="source-toggle" href="#"
+ onclick="toggleCode('M000041-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000041-source">
+<pre>
+ <span class="ruby-comment cmt"># File lib/bugzilla.rb, line 184</span>
+184: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">by_field</span>(<span class="ruby-identifier">field</span>)
+185: <span class="ruby-identifier">raise</span>(<span class="ruby-constant">ArgumentError</span>, <span class="ruby-value str">&quot;Symbol expected&quot;</span>) <span class="ruby-keyword kw">unless</span> <span class="ruby-identifier">field</span>.<span class="ruby-identifier">is_a?</span> <span class="ruby-constant">Symbol</span>
+186:
+187: <span class="ruby-identifier">changes</span> = []
+188:
+189: <span class="ruby-ivar">@changes</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">change</span><span class="ruby-operator">|</span>
+190: <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">change</span>.<span class="ruby-identifier">changes</span>.<span class="ruby-identifier">has_key?</span>(<span class="ruby-identifier">field</span>)
+191: <span class="ruby-identifier">changes</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">change</span>
+192: <span class="ruby-keyword kw">end</span>
+193: <span class="ruby-keyword kw">end</span>
+194:
+195: <span class="ruby-identifier">changes</span>
+196: <span class="ruby-keyword kw">end</span>
+</pre>
+ </div>
+ </div>
+ </div>
+
+ <div id="method-M000042" class="method-detail">
+ <a name="M000042"></a>
+
+ <div class="method-heading">
+ <a href="#M000042" class="method-signature">
+ <span class="method-name">by_user</span><span class="method-args">(user)</span>
+ </a>
+ </div>
+
+ <div class="method-description">
+ <p>
+Returns an <a href="../Array.html">Array</a> of Changes made by the user
+<tt>user</tt>
+</p>
+ <p><a class="source-toggle" href="#"
+ onclick="toggleCode('M000042-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000042-source">
+<pre>
+ <span class="ruby-comment cmt"># File lib/bugzilla.rb, line 199</span>
+199: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">by_user</span>(<span class="ruby-identifier">user</span>)
+200: <span class="ruby-identifier">changes</span> = []
+201:
+202: <span class="ruby-ivar">@changes</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">change</span><span class="ruby-operator">|</span>
+203: <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">change</span>.<span class="ruby-identifier">user</span> <span class="ruby-operator">==</span> <span class="ruby-identifier">user</span>
+204: <span class="ruby-identifier">changes</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">change</span>
+205: <span class="ruby-keyword kw">end</span>
+206: <span class="ruby-keyword kw">end</span>
+207:
+208: <span class="ruby-identifier">changes</span>
+209: <span class="ruby-keyword kw">end</span>
+</pre>
+ </div>
+ </div>
+ </div>
+
</div>
diff --git a/doc/app/classes/Diffable.html b/doc/app/classes/Diffable.html
index 3e7f268..79190bd 100644
--- a/doc/app/classes/Diffable.html
+++ b/doc/app/classes/Diffable.html
@@ -80,10 +80,10 @@
<h3 class="section-bar">Methods</h3>
<div class="name-list">
- <a href="#M000046">diff</a>&nbsp;&nbsp;
- <a href="#M000049">patch</a>&nbsp;&nbsp;
- <a href="#M000048">replacenextlarger</a>&nbsp;&nbsp;
- <a href="#M000047">reverse_hash</a>&nbsp;&nbsp;
+ <a href="#M000048">diff</a>&nbsp;&nbsp;
+ <a href="#M000051">patch</a>&nbsp;&nbsp;
+ <a href="#M000050">replacenextlarger</a>&nbsp;&nbsp;
+ <a href="#M000049">reverse_hash</a>&nbsp;&nbsp;
</div>
</div>
@@ -105,19 +105,19 @@
<div id="methods">
<h3 class="section-bar">Public Instance methods</h3>
- <div id="method-M000046" class="method-detail">
- <a name="M000046"></a>
+ <div id="method-M000048" class="method-detail">
+ <a name="M000048"></a>
<div class="method-heading">
- <a href="#M000046" class="method-signature">
+ <a href="#M000048" class="method-signature">
<span class="method-name">diff</span><span class="method-args">(b)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000046-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000046-source">
+ onclick="toggleCode('M000048-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000048-source">
<pre>
<span class="ruby-comment cmt"># File lib/diff.rb, line 149</span>
149: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">diff</span>(<span class="ruby-identifier">b</span>)
@@ -128,19 +128,19 @@
</div>
</div>
- <div id="method-M000049" class="method-detail">
- <a name="M000049"></a>
+ <div id="method-M000051" class="method-detail">
+ <a name="M000051"></a>
<div class="method-heading">
- <a href="#M000049" class="method-signature">
+ <a href="#M000051" class="method-signature">
<span class="method-name">patch</span><span class="method-args">(diff)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000049-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000049-source">
+ onclick="toggleCode('M000051-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000051-source">
<pre>
<span class="ruby-comment cmt"># File lib/diff.rb, line 196</span>
196: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">patch</span>(<span class="ruby-identifier">diff</span>)
@@ -187,19 +187,19 @@
</div>
</div>
- <div id="method-M000048" class="method-detail">
- <a name="M000048"></a>
+ <div id="method-M000050" class="method-detail">
+ <a name="M000050"></a>
<div class="method-heading">
- <a href="#M000048" class="method-signature">
+ <a href="#M000050" class="method-signature">
<span class="method-name">replacenextlarger</span><span class="method-args">(value, high = nil)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000048-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000048-source">
+ onclick="toggleCode('M000050-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000050-source">
<pre>
<span class="ruby-comment cmt"># File lib/diff.rb, line 169</span>
169: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">replacenextlarger</span>(<span class="ruby-identifier">value</span>, <span class="ruby-identifier">high</span> = <span class="ruby-keyword kw">nil</span>)
@@ -233,11 +233,11 @@
</div>
</div>
- <div id="method-M000047" class="method-detail">
- <a name="M000047"></a>
+ <div id="method-M000049" class="method-detail">
+ <a name="M000049"></a>
<div class="method-heading">
- <a href="#M000047" class="method-signature">
+ <a href="#M000049" class="method-signature">
<span class="method-name">reverse_hash</span><span class="method-args">(range = (0...self.length))</span>
</a>
</div>
@@ -248,8 +248,8 @@ Create a hash that maps elements of the array to arrays of indices where
the elements are found.
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000047-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000047-source">
+ onclick="toggleCode('M000049-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000049-source">
<pre>
<span class="ruby-comment cmt"># File lib/diff.rb, line 156</span>
156: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">reverse_hash</span>(<span class="ruby-identifier">range</span> = (<span class="ruby-value">0</span><span class="ruby-operator">...</span><span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">length</span>))
diff --git a/doc/app/classes/GlsaHelper.html b/doc/app/classes/GlsaHelper.html
index a44abc8..7f5fa0f 100644
--- a/doc/app/classes/GlsaHelper.html
+++ b/doc/app/classes/GlsaHelper.html
@@ -86,9 +86,9 @@ GLSA Helper
<h3 class="section-bar">Methods</h3>
<div class="name-list">
- <a href="#M000053">glsa_content</a>&nbsp;&nbsp;
- <a href="#M000055">html_diff</a>&nbsp;&nbsp;
- <a href="#M000054">lastrev_content</a>&nbsp;&nbsp;
+ <a href="#M000055">glsa_content</a>&nbsp;&nbsp;
+ <a href="#M000057">html_diff</a>&nbsp;&nbsp;
+ <a href="#M000056">lastrev_content</a>&nbsp;&nbsp;
</div>
</div>
@@ -110,19 +110,19 @@ GLSA Helper
<div id="methods">
<h3 class="section-bar">Public Instance methods</h3>
- <div id="method-M000053" class="method-detail">
- <a name="M000053"></a>
+ <div id="method-M000055" class="method-detail">
+ <a name="M000055"></a>
<div class="method-heading">
- <a href="#M000053" class="method-signature">
+ <a href="#M000055" class="method-signature">
<span class="method-name">glsa_content</span><span class="method-args">(g, field)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000053-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000053-source">
+ onclick="toggleCode('M000055-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000055-source">
<pre>
<span class="ruby-comment cmt"># File app/helpers/glsa_helper.rb, line 16</span>
16: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">glsa_content</span>(<span class="ruby-identifier">g</span>, <span class="ruby-identifier">field</span>)
@@ -133,19 +133,19 @@ GLSA Helper
</div>
</div>
- <div id="method-M000055" class="method-detail">
- <a name="M000055"></a>
+ <div id="method-M000057" class="method-detail">
+ <a name="M000057"></a>
<div class="method-heading">
- <a href="#M000055" class="method-signature">
+ <a href="#M000057" class="method-signature">
<span class="method-name">html_diff</span><span class="method-args">(wdiff)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000055-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000055-source">
+ onclick="toggleCode('M000057-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000057-source">
<pre>
<span class="ruby-comment cmt"># File app/helpers/glsa_helper.rb, line 24</span>
24: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">html_diff</span>(<span class="ruby-identifier">wdiff</span>)
@@ -189,19 +189,19 @@ GLSA Helper
</div>
</div>
- <div id="method-M000054" class="method-detail">
- <a name="M000054"></a>
+ <div id="method-M000056" class="method-detail">
+ <a name="M000056"></a>
<div class="method-heading">
- <a href="#M000054" class="method-signature">
+ <a href="#M000056" class="method-signature">
<span class="method-name">lastrev_content</span><span class="method-args">(g, field)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000054-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000054-source">
+ onclick="toggleCode('M000056-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000056-source">
<pre>
<span class="ruby-comment cmt"># File app/helpers/glsa_helper.rb, line 20</span>
20: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">lastrev_content</span>(<span class="ruby-identifier">g</span>, <span class="ruby-identifier">field</span>)
diff --git a/doc/app/classes/Glsamaker/Diff/DiffContainer.html b/doc/app/classes/Glsamaker/Diff/DiffContainer.html
index fd8ce77..c27e2aa 100644
--- a/doc/app/classes/Glsamaker/Diff/DiffContainer.html
+++ b/doc/app/classes/Glsamaker/Diff/DiffContainer.html
@@ -92,7 +92,7 @@
<h3 class="section-bar">Methods</h3>
<div class="name-list">
- <a href="#M000064">new</a>&nbsp;&nbsp;
+ <a href="#M000066">new</a>&nbsp;&nbsp;
</div>
</div>
@@ -142,19 +142,19 @@
<div id="methods">
<h3 class="section-bar">Public Class methods</h3>
- <div id="method-M000064" class="method-detail">
- <a name="M000064"></a>
+ <div id="method-M000066" class="method-detail">
+ <a name="M000066"></a>
<div class="method-heading">
- <a href="#M000064" class="method-signature">
+ <a href="#M000066" class="method-signature">
<span class="method-name">new</span><span class="method-args">(content_to, content_from)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000064-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000064-source">
+ onclick="toggleCode('M000066-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000066-source">
<pre>
<span class="ruby-comment cmt"># File lib/glsamaker/diff.rb, line 23</span>
23: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">content_to</span>, <span class="ruby-identifier">content_from</span>)
diff --git a/doc/app/classes/Glsamaker/HTTP.html b/doc/app/classes/Glsamaker/HTTP.html
index 07059b9..c846daf 100644
--- a/doc/app/classes/Glsamaker/HTTP.html
+++ b/doc/app/classes/Glsamaker/HTTP.html
@@ -86,7 +86,7 @@ GLSAMaker <a href="HTTP.html">HTTP</a> utilities
<h3 class="section-bar">Methods</h3>
<div class="name-list">
- <a href="#M000063">get</a>&nbsp;&nbsp;
+ <a href="#M000065">get</a>&nbsp;&nbsp;
</div>
</div>
@@ -108,11 +108,11 @@ GLSAMaker <a href="HTTP.html">HTTP</a> utilities
<div id="methods">
<h3 class="section-bar">Public Instance methods</h3>
- <div id="method-M000063" class="method-detail">
- <a name="M000063"></a>
+ <div id="method-M000065" class="method-detail">
+ <a name="M000065"></a>
<div class="method-heading">
- <a href="#M000063" class="method-signature">
+ <a href="#M000065" class="method-signature">
<span class="method-name">get</span><span class="method-args">(url)</span>
</a>
</div>
@@ -124,8 +124,8 @@ GLSAMaker custom <a href="../User.html">User</a>-Agent header. The body
part is returned.
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000063-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000063-source">
+ onclick="toggleCode('M000065-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000065-source">
<pre>
<span class="ruby-comment cmt"># File lib/glsamaker/http.rb, line 21</span>
21: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">get</span>(<span class="ruby-identifier">url</span>)
diff --git a/doc/app/classes/Glsamaker/Portage.html b/doc/app/classes/Glsamaker/Portage.html
index b6164b5..70117d7 100644
--- a/doc/app/classes/Glsamaker/Portage.html
+++ b/doc/app/classes/Glsamaker/Portage.html
@@ -86,7 +86,7 @@ Helper functions for <a href="Portage.html">Portage</a> tree interaction
<h3 class="section-bar">Methods</h3>
<div class="name-list">
- <a href="#M000057">getDescription</a>&nbsp;&nbsp;
+ <a href="#M000059">getDescription</a>&nbsp;&nbsp;
</div>
</div>
@@ -114,19 +114,19 @@ Helper functions for <a href="Portage.html">Portage</a> tree interaction
<div id="methods">
<h3 class="section-bar">Public Instance methods</h3>
- <div id="method-M000057" class="method-detail">
- <a name="M000057"></a>
+ <div id="method-M000059" class="method-detail">
+ <a name="M000059"></a>
<div class="method-heading">
- <a href="#M000057" class="method-signature">
+ <a href="#M000059" class="method-signature">
<span class="method-name">getDescription</span><span class="method-args">(atom)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000057-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000057-source">
+ onclick="toggleCode('M000059-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000059-source">
<pre>
<span class="ruby-comment cmt"># File lib/glsamaker/portage.rb, line 64</span>
64: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">getDescription</span>(<span class="ruby-identifier">atom</span>)
diff --git a/doc/app/classes/Glsamaker/Portage/Description.html b/doc/app/classes/Glsamaker/Portage/Description.html
index 05b0e33..c81bfa6 100644
--- a/doc/app/classes/Glsamaker/Portage/Description.html
+++ b/doc/app/classes/Glsamaker/Portage/Description.html
@@ -92,11 +92,11 @@ Package description helper
<h3 class="section-bar">Methods</h3>
<div class="name-list">
- <a href="#M000058">ebuild</a>&nbsp;&nbsp;
- <a href="#M000059">eix</a>&nbsp;&nbsp;
- <a href="#M000061">google</a>&nbsp;&nbsp;
- <a href="#M000060">pgo</a>&nbsp;&nbsp;
- <a href="#M000062">validAtom?</a>&nbsp;&nbsp;
+ <a href="#M000060">ebuild</a>&nbsp;&nbsp;
+ <a href="#M000061">eix</a>&nbsp;&nbsp;
+ <a href="#M000063">google</a>&nbsp;&nbsp;
+ <a href="#M000062">pgo</a>&nbsp;&nbsp;
+ <a href="#M000064">validAtom?</a>&nbsp;&nbsp;
</div>
</div>
@@ -118,11 +118,11 @@ Package description helper
<div id="methods">
<h3 class="section-bar">Public Class methods</h3>
- <div id="method-M000058" class="method-detail">
- <a name="M000058"></a>
+ <div id="method-M000060" class="method-detail">
+ <a name="M000060"></a>
<div class="method-heading">
- <a href="#M000058" class="method-signature">
+ <a href="#M000060" class="method-signature">
<span class="method-name">ebuild</span><span class="method-args">(atom)</span>
</a>
</div>
@@ -130,12 +130,12 @@ Package description helper
<div class="method-description">
<p>
Tries to fetch the description for the package <tt>atom</tt> from an <a
-href="Description.html#M000058">ebuild</a>&#8216;s entry (works if running
+href="Description.html#M000060">ebuild</a>&#8216;s entry (works if running
on Gentoo)
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000058-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000058-source">
+ onclick="toggleCode('M000060-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000060-source">
<pre>
<span class="ruby-comment cmt"># File lib/glsamaker/portage.rb, line 23</span>
23: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">ebuild</span>(<span class="ruby-identifier">atom</span>)
@@ -151,19 +151,19 @@ on Gentoo)
</div>
</div>
- <div id="method-M000059" class="method-detail">
- <a name="M000059"></a>
+ <div id="method-M000061" class="method-detail">
+ <a name="M000061"></a>
<div class="method-heading">
- <a href="#M000059" class="method-signature">
+ <a href="#M000061" class="method-signature">
<span class="method-name">eix</span><span class="method-args">(atom)</span>
</a>
</div>
<div class="method-description">
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000059-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000059-source">
+ onclick="toggleCode('M000061-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000061-source">
<pre>
<span class="ruby-comment cmt"># File lib/glsamaker/portage.rb, line 32</span>
32: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">eix</span>(<span class="ruby-identifier">atom</span>)
@@ -174,11 +174,11 @@ on Gentoo)
</div>
</div>
- <div id="method-M000061" class="method-detail">
- <a name="M000061"></a>
+ <div id="method-M000063" class="method-detail">
+ <a name="M000063"></a>
<div class="method-heading">
- <a href="#M000061" class="method-signature">
+ <a href="#M000063" class="method-signature">
<span class="method-name">google</span><span class="method-args">(atom)</span>
</a>
</div>
@@ -188,8 +188,8 @@ on Gentoo)
Loads a description for <tt>atom</tt> from Google
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000061-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000061-source">
+ onclick="toggleCode('M000063-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000063-source">
<pre>
<span class="ruby-comment cmt"># File lib/glsamaker/portage.rb, line 51</span>
51: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">google</span>(<span class="ruby-identifier">atom</span>)
@@ -200,11 +200,11 @@ Loads a description for <tt>atom</tt> from Google
</div>
</div>
- <div id="method-M000060" class="method-detail">
- <a name="M000060"></a>
+ <div id="method-M000062" class="method-detail">
+ <a name="M000062"></a>
<div class="method-heading">
- <a href="#M000060" class="method-signature">
+ <a href="#M000062" class="method-signature">
<span class="method-name">pgo</span><span class="method-args">(atom)</span>
</a>
</div>
@@ -214,8 +214,8 @@ Loads a description for <tt>atom</tt> from Google
Loads a description for <tt>atom</tt> from packages.gentoo.org
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000060-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000060-source">
+ onclick="toggleCode('M000062-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000062-source">
<pre>
<span class="ruby-comment cmt"># File lib/glsamaker/portage.rb, line 37</span>
37: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">pgo</span>(<span class="ruby-identifier">atom</span>)
@@ -235,11 +235,11 @@ Loads a description for <tt>atom</tt> from packages.gentoo.org
</div>
</div>
- <div id="method-M000062" class="method-detail">
- <a name="M000062"></a>
+ <div id="method-M000064" class="method-detail">
+ <a name="M000064"></a>
<div class="method-heading">
- <a href="#M000062" class="method-signature">
+ <a href="#M000064" class="method-signature">
<span class="method-name">validAtom?</span><span class="method-args">(atom)</span>
</a>
</div>
@@ -249,8 +249,8 @@ Loads a description for <tt>atom</tt> from packages.gentoo.org
Validates the atom <tt>atom</tt>
</p>
<p><a class="source-toggle" href="#"
- onclick="toggleCode('M000062-source');return false;">[Source]</a></p>
- <div class="method-source-code" id="M000062-source">
+ onclick="toggleCode('M000064-source');return false;">[Source]</a></p>
+ <div class="method-source-code" id="M000064-source">
<pre>
<span class="ruby-comment cmt"># File lib/glsamaker/portage.rb, line 56</span>
56: <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">validAtom?</span>(<span class="ruby-identifier">atom</span>)
diff --git a/doc/app/created.rid b/doc/app/created.rid
index e081fb7..17ab1b6 100644
--- a/doc/app/created.rid
+++ b/doc/app/created.rid
@@ -1 +1 @@
-Sun, 03 May 2009 16:44:43 +0200
+Sun, 03 May 2009 19:14:09 +0200
diff --git a/doc/app/files/lib/authentication_rb.html b/doc/app/files/lib/authentication_rb.html
index f33a06f..e395400 100644
--- a/doc/app/files/lib/authentication_rb.html
+++ b/doc/app/files/lib/authentication_rb.html
@@ -56,7 +56,7 @@
</tr>
<tr class="top-aligned-row">
<td><strong>Last Update:</strong></td>
- <td>Thu Apr 30 20:28:51 +0200 2009</td>
+ <td>Sun May 03 16:45:44 +0200 2009</td>
</tr>
</table>
</div>
diff --git a/doc/app/files/lib/bugzilla_rb.html b/doc/app/files/lib/bugzilla_rb.html
index ebf8715..0aa3283 100644
--- a/doc/app/files/lib/bugzilla_rb.html
+++ b/doc/app/files/lib/bugzilla_rb.html
@@ -56,7 +56,7 @@
</tr>
<tr class="top-aligned-row">
<td><strong>Last Update:</strong></td>
- <td>Sun May 03 16:44:26 +0200 2009</td>
+ <td>Sun May 03 19:10:15 +0200 2009</td>
</tr>
</table>
</div>
diff --git a/doc/app/fr_method_index.html b/doc/app/fr_method_index.html
index 156ebaf..a736331 100644
--- a/doc/app/fr_method_index.html
+++ b/doc/app/fr_method_index.html
@@ -29,61 +29,63 @@
<a href="classes/ToolsController.html#M000015">background (ToolsController)</a><br />
<a href="classes/Bug.html#M000034">bug_url (Bug)</a><br />
<a href="classes/ToolsController.html#M000010">buginfo (ToolsController)</a><br />
+ <a href="classes/Bugzilla/History.html#M000041">by_field (Bugzilla::History)</a><br />
+ <a href="classes/Bugzilla/History.html#M000042">by_user (Bugzilla::History)</a><br />
<a href="classes/GlsaController.html#M000009">comment (GlsaController)</a><br />
<a href="classes/Diff.html#M000031">compact (Diff)</a><br />
<a href="classes/Diff.html#M000032">compact! (Diff)</a><br />
<a href="classes/Diff.html#M000026">compactdiffs (Diff)</a><br />
<a href="classes/GlsaController.html#M000003">create (GlsaController)</a><br />
- <a href="classes/Authentication.html#M000052">current_user (Authentication)</a><br />
+ <a href="classes/Authentication.html#M000053">current_user (Authentication)</a><br />
<a href="classes/GlsaController.html#M000008">destroy (GlsaController)</a><br />
+ <a href="classes/Diffable.html#M000048">diff (Diffable)</a><br />
<a href="classes/GlsaController.html#M000007">diff (GlsaController)</a><br />
- <a href="classes/Diffable.html#M000046">diff (Diffable)</a><br />
<a href="classes/Diff.html#M000029">discarda (Diff)</a><br />
<a href="classes/Diff.html#M000030">discardb (Diff)</a><br />
- <a href="classes/Glsamaker/Portage/Description.html#M000058">ebuild (Glsamaker::Portage::Description)</a><br />
+ <a href="classes/Glsamaker/Portage/Description.html#M000060">ebuild (Glsamaker::Portage::Description)</a><br />
<a href="classes/GlsaController.html#M000005">edit (GlsaController)</a><br />
- <a href="classes/Glsamaker/Portage/Description.html#M000059">eix (Glsamaker::Portage::Description)</a><br />
+ <a href="classes/Glsamaker/Portage/Description.html#M000061">eix (Glsamaker::Portage::Description)</a><br />
<a href="classes/IndexController.html#M000017">error (IndexController)</a><br />
<a href="classes/Bugzilla.html#M000035">find_glsa_bugs (Bugzilla)</a><br />
- <a href="classes/Glsamaker/HTTP.html#M000063">get (Glsamaker::HTTP)</a><br />
- <a href="classes/Glsamaker/Portage.html#M000057">getDescription (Glsamaker::Portage)</a><br />
- <a href="classes/GlsaHelper.html#M000053">glsa_content (GlsaHelper)</a><br />
- <a href="classes/Glsamaker/Portage/Description.html#M000061">google (Glsamaker::Portage::Description)</a><br />
- <a href="classes/Bugzilla/Bug.html#M000043">history (Bugzilla::Bug)</a><br />
- <a href="classes/GlsaHelper.html#M000055">html_diff (GlsaHelper)</a><br />
- <a href="classes/Authentication.html#M000051">included (Authentication)</a><br />
+ <a href="classes/Glsamaker/HTTP.html#M000065">get (Glsamaker::HTTP)</a><br />
+ <a href="classes/Glsamaker/Portage.html#M000059">getDescription (Glsamaker::Portage)</a><br />
+ <a href="classes/GlsaHelper.html#M000055">glsa_content (GlsaHelper)</a><br />
+ <a href="classes/Glsamaker/Portage/Description.html#M000063">google (Glsamaker::Portage::Description)</a><br />
+ <a href="classes/Bugzilla/Bug.html#M000045">history (Bugzilla::Bug)</a><br />
+ <a href="classes/GlsaHelper.html#M000057">html_diff (GlsaHelper)</a><br />
+ <a href="classes/Authentication.html#M000054">included (Authentication)</a><br />
+ <a href="classes/GlsaController.html#M000001">index (GlsaController)</a><br />
<a href="classes/IndexController.html#M000016">index (IndexController)</a><br />
<a href="classes/SparklinesController.html#M000022">index (SparklinesController)</a><br />
- <a href="classes/GlsaController.html#M000001">index (GlsaController)</a><br />
<a href="classes/Diff.html#M000033">inspect (Diff)</a><br />
<a href="classes/Glsa.html#M000019">last_revision (Glsa)</a><br />
- <a href="classes/GlsaHelper.html#M000054">lastrev_content (GlsaHelper)</a><br />
+ <a href="classes/GlsaHelper.html#M000056">lastrev_content (GlsaHelper)</a><br />
<a href="classes/Diff.html#M000024">lcs (Diff)</a><br />
- <a href="classes/Bugzilla/Bug.html#M000041">load_from_id (Bugzilla::Bug)</a><br />
- <a href="classes/Authentication.html#M000050">login_required (Authentication)</a><br />
+ <a href="classes/Bugzilla/Bug.html#M000043">load_from_id (Bugzilla::Bug)</a><br />
+ <a href="classes/Authentication.html#M000052">login_required (Authentication)</a><br />
<a href="classes/Diff.html#M000025">makediff (Diff)</a><br />
<a href="classes/Diff.html#M000028">match (Diff)</a><br />
- <a href="classes/Bugzilla/Change.html#M000037">new (Bugzilla::Change)</a><br />
- <a href="classes/Glsamaker/Diff/DiffContainer.html#M000064">new (Glsamaker::Diff::DiffContainer)</a><br />
- <a href="classes/Diff.html#M000027">new (Diff)</a><br />
<a href="classes/GlsaController.html#M000002">new (GlsaController)</a><br />
- <a href="classes/Bugzilla/Comment.html#M000036">new (Bugzilla::Comment)</a><br />
- <a href="classes/Bugzilla/Bug.html#M000044">new (Bugzilla::Bug)</a><br />
<a href="classes/Bugzilla/History.html#M000040">new (Bugzilla::History)</a><br />
+ <a href="classes/Bugzilla/Bug.html#M000046">new (Bugzilla::Bug)</a><br />
+ <a href="classes/Diff.html#M000027">new (Diff)</a><br />
+ <a href="classes/Bugzilla/Change.html#M000037">new (Bugzilla::Change)</a><br />
+ <a href="classes/Bugzilla/Comment.html#M000036">new (Bugzilla::Comment)</a><br />
+ <a href="classes/Glsamaker/Diff/DiffContainer.html#M000066">new (Glsamaker::Diff::DiffContainer)</a><br />
<a href="classes/Glsa.html#M000021">new_request (Glsa)</a><br />
<a href="classes/Glsa.html#M000020">next_revid (Glsa)</a><br />
- <a href="classes/Diffable.html#M000049">patch (Diffable)</a><br />
- <a href="classes/Glsamaker/Portage/Description.html#M000060">pgo (Glsamaker::Portage::Description)</a><br />
- <a href="classes/Diffable.html#M000048">replacenextlarger (Diffable)</a><br />
- <a href="classes/Diffable.html#M000047">reverse_hash (Diffable)</a><br />
- <a href="classes/SparklinesController.html#M000023">show (SparklinesController)</a><br />
+ <a href="classes/Diffable.html#M000051">patch (Diffable)</a><br />
+ <a href="classes/Glsamaker/Portage/Description.html#M000062">pgo (Glsamaker::Portage::Description)</a><br />
+ <a href="classes/Diffable.html#M000050">replacenextlarger (Diffable)</a><br />
+ <a href="classes/Diffable.html#M000049">reverse_hash (Diffable)</a><br />
<a href="classes/GlsaController.html#M000004">show (GlsaController)</a><br />
- <a href="classes/ApplicationHelper.html#M000056">simple_format_without_paragraph (ApplicationHelper)</a><br />
- <a href="classes/Bugzilla/Bug.html#M000045">str2bugIDs (Bugzilla::Bug)</a><br />
+ <a href="classes/SparklinesController.html#M000023">show (SparklinesController)</a><br />
+ <a href="classes/ApplicationHelper.html#M000058">simple_format_without_paragraph (ApplicationHelper)</a><br />
+ <a href="classes/Bugzilla/Bug.html#M000047">str2bugIDs (Bugzilla::Bug)</a><br />
<a href="classes/Bugzilla/Change.html#M000039">to_s (Bugzilla::Change)</a><br />
<a href="classes/GlsaController.html#M000006">update (GlsaController)</a><br />
- <a href="classes/Bugzilla/Bug.html#M000042">url (Bugzilla::Bug)</a><br />
- <a href="classes/Glsamaker/Portage/Description.html#M000062">validAtom? (Glsamaker::Portage::Description)</a><br />
+ <a href="classes/Bugzilla/Bug.html#M000044">url (Bugzilla::Bug)</a><br />
+ <a href="classes/Glsamaker/Portage/Description.html#M000064">validAtom? (Glsamaker::Portage::Description)</a><br />
</div>
</div>
</body>