<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markzz/aurweb.git/web/html, branch v3.2.0</title>
<subtitle>aurweb working repository</subtitle>
<id>https://git.markzz.net/markzz/aurweb.git/atom/web/html?h=v3.2.0</id>
<link rel='self' href='https://git.markzz.net/markzz/aurweb.git/atom/web/html?h=v3.2.0'/>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/'/>
<updated>2014-07-01T19:17:14Z</updated>
<entry>
<title>Move user statistics table to the right</title>
<updated>2014-07-01T19:17:14Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-07-01T19:16:40Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=8535435595dcdbed12e9e448095e9bdf2dc7a275'/>
<id>urn:sha1:8535435595dcdbed12e9e448095e9bdf2dc7a275</id>
<content type='text'>
Display user statistics under the general package statistics table.

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Be explicit about accepted requests in emails</title>
<updated>2014-07-01T18:06:41Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-07-01T18:06:41Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=0d513e1468d3f37ebdc4e237ccb1855fc6d273a2'/>
<id>urn:sha1:0d513e1468d3f37ebdc4e237ccb1855fc6d273a2</id>
<content type='text'>
When sending notification emails after closing a request, be explicit
about whether the request has been accepted or not.

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Simplify code to bound integer values</title>
<updated>2014-07-01T17:46:16Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-07-01T17:43:27Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=cf4ea0171e588fdc9d44beb705e379a20ecbd652'/>
<id>urn:sha1:cf4ea0171e588fdc9d44beb705e379a20ecbd652</id>
<content type='text'>
Suggested-by: Florian Pritz &lt;bluewind@xinu.at&gt;
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Rename package request functions to pkgreq_*()</title>
<updated>2014-06-30T06:49:46Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-06-30T06:49:46Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=74a82bb2fbee234173df44ef7ba5f5a17b809cf1'/>
<id>urn:sha1:74a82bb2fbee234173df44ef7ba5f5a17b809cf1</id>
<content type='text'>
Since these functions now reside in a separate module, use the module
name as function name prefix.

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Move package request form to a template</title>
<updated>2014-06-25T19:34:39Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-06-25T19:34:21Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=c82fc025e279f8b757d4142333b3906774063e90'/>
<id>urn:sha1:c82fc025e279f8b757d4142333b3906774063e90</id>
<content type='text'>
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Allow regular users to file package requests</title>
<updated>2014-06-25T19:31:18Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-06-25T19:31:18Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=409d1c3ffde5c80d259ad38618c2b99db5eacd9f'/>
<id>urn:sha1:409d1c3ffde5c80d259ad38618c2b99db5eacd9f</id>
<content type='text'>
Move the permission check so that regular users can file requests,
whereas the request list is only available to Trusted Users and
developers.

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Add support for merge requests</title>
<updated>2014-06-25T09:38:02Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-06-25T09:29:17Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=91e6b5cb2f3d531ce40cd0331e2261d30766de47'/>
<id>urn:sha1:91e6b5cb2f3d531ce40cd0331e2261d30766de47</id>
<content type='text'>
This adds a new "Merge" category to the list of available request types
and also adds a new "Merge into" field that is hidden via JavaScript
when "Deletion" or "Orphan" is selected.

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Add an accept button to the package request list</title>
<updated>2014-06-25T09:36:15Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-06-25T08:43:41Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=959c61a77dd6a41bf82cc12b5eb873c9cfb0ffb8'/>
<id>urn:sha1:959c61a77dd6a41bf82cc12b5eb873c9cfb0ffb8</id>
<content type='text'>
This button allows for accepting a request, disowning the affected
package or redirecting to the package deletion page. The request is
closed automatically when the action has been performed.

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Allow for closing package requests</title>
<updated>2014-06-25T09:34:31Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-06-25T07:29:07Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=fc1db28c9b1b13c5b9e6baf6d24963081f18f017'/>
<id>urn:sha1:fc1db28c9b1b13c5b9e6baf6d24963081f18f017</id>
<content type='text'>
This allows Trusted Users to close package requests via the request
list. Also, entries are now sorted such that open requests are shown
before closed requests.

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Add a package request list</title>
<updated>2014-06-25T09:33:29Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-06-24T21:22:08Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=8260111bcce49b73bd4973ae80296c913af2631d'/>
<id>urn:sha1:8260111bcce49b73bd4973ae80296c913af2631d</id>
<content type='text'>
Introduce a new navigation point "Requests" that shows a list of pending
package requests. This functionality is only available to Trusted Users.

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
</feed>
