<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markzz/aurweb.git/web, branch v2.3.1</title>
<subtitle>aurweb working repository</subtitle>
<id>https://git.markzz.net/markzz/aurweb.git/atom/web?h=v2.3.1</id>
<link rel='self' href='https://git.markzz.net/markzz/aurweb.git/atom/web?h=v2.3.1'/>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/'/>
<updated>2014-01-13T18:47:41Z</updated>
<entry>
<title>Release 2.3.1</title>
<updated>2014-01-13T18:47:41Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-01-13T18:47:41Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=ed1e2857dfa23e272e2e3358b26fc86e96f71a9b'/>
<id>urn:sha1:ed1e2857dfa23e272e2e3358b26fc86e96f71a9b</id>
<content type='text'>
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Forbid developers to vote</title>
<updated>2014-01-11T11:08:51Z</updated>
<author>
<name>Balló György</name>
<email>ballogyor@gmail.com</email>
</author>
<published>2014-01-10T19:09:28Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=d8ea2d4a02a935a0e1c21605facfef5aa6b35acd'/>
<id>urn:sha1:d8ea2d4a02a935a0e1c21605facfef5aa6b35acd</id>
<content type='text'>
According to Trusted User Bylaws, TUs (and only TUs) must take part in
votes. Developers who want to take part in votes should set their account
type to 'Trusted User'.

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>passreset.php: Error out if e-mail is empty</title>
<updated>2014-01-11T11:08:24Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-01-08T15:03:58Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=cc490ce8d6ec2b727aa18b5bacbbd60d0d739c27'/>
<id>urn:sha1:cc490ce8d6ec2b727aa18b5bacbbd60d0d739c27</id>
<content type='text'>
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>passreset.php: Refactor HTML</title>
<updated>2014-01-11T11:08:24Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-01-08T15:06:15Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=48b74071f0eb787ced7dd6dd6a9063c1461debc6'/>
<id>urn:sha1:48b74071f0eb787ced7dd6dd6a9063c1461debc6</id>
<content type='text'>
* Use the "errorlist" class for errors.
* Refactor some code.
* Properly display error messages when requesting a key.

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Typeahead workaround for having to press enter twice</title>
<updated>2014-01-11T11:04:33Z</updated>
<author>
<name>Joris Steyn</name>
<email>jorissteyn@gmail.com</email>
</author>
<published>2014-01-11T11:03:01Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=72e4d5417836faa3bc23e21d1054bc6c298bf4ae'/>
<id>urn:sha1:72e4d5417836faa3bc23e21d1054bc6c298bf4ae</id>
<content type='text'>
Currently, one has to press enter twice in order to submit the package
search form with typeahead completion. Add a workaround to fix this.

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Go to package when selecting a typeahead suggestion</title>
<updated>2014-01-01T23:48:20Z</updated>
<author>
<name>Joris Steyn</name>
<email>jorissteyn@gmail.com</email>
</author>
<published>2014-01-01T23:41:34Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=0d68494de76b76861c47df9c56a66d5f07e6c08d'/>
<id>urn:sha1:0d68494de76b76861c47df9c56a66d5f07e6c08d</id>
<content type='text'>
Directly jump to the package details when selecting an entry from the
drop-down list.

Implements FS#34471.

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Convert adopt/disown package action link to form</title>
<updated>2013-09-08T11:53:47Z</updated>
<author>
<name>canyonknight</name>
<email>canyonknight@gmail.com</email>
</author>
<published>2013-09-06T00:13:42Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=dbf1d474f7eba3dd0911aa47626e58ccf8057a52'/>
<id>urn:sha1:dbf1d474f7eba3dd0911aa47626e58ccf8057a52</id>
<content type='text'>
* Changes adopting/disowning packages to use GET instead of POST
* Uses CSS to make form submit button look like a link
* Complements commit 3bc951e3d87eaf692a7e47cf16a28d838c7cb2bd

Signed-off-by: canyonknight &lt;canyonknight@gmail.com&gt;
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Sync CSS with archweb</title>
<updated>2013-09-03T11:14:39Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2013-09-03T11:13:22Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=77f1b264ca0d2d4da8e4e2bb214c1c8f15fafcb4'/>
<id>urn:sha1:77f1b264ca0d2d4da8e4e2bb214c1c8f15fafcb4</id>
<content type='text'>
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>tu_list.php: Hide table if no results are found</title>
<updated>2013-09-03T10:58:54Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2013-09-03T10:58:54Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=54ad28369a3e6a701b26e7eb8fe608babfbd7a76'/>
<id>urn:sha1:54ad28369a3e6a701b26e7eb8fe608babfbd7a76</id>
<content type='text'>
Instead of showing a table with a single "No results found." entry, do
not show the table at all and display the text "No results found." in a
&lt;p&gt;&lt;/p&gt; container.

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Move "Add Proposal" link to "Current Votes"</title>
<updated>2013-09-03T10:53:58Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2013-09-03T10:53:02Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=3130a887e899a34ee826d5c2daf1bfbe1ba93351'/>
<id>urn:sha1:3130a887e899a34ee826d5c2daf1bfbe1ba93351</id>
<content type='text'>
The page this links to allows for adding an item to the list of current
votes. Move the link accordingly.

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