<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markzz/aurweb.git/web/html, branch v4.1.1</title>
<subtitle>aurweb working repository</subtitle>
<id>https://git.markzz.net/markzz/aurweb.git/atom/web/html?h=v4.1.1</id>
<link rel='self' href='https://git.markzz.net/markzz/aurweb.git/atom/web/html?h=v4.1.1'/>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/'/>
<updated>2015-10-03T09:57:44Z</updated>
<entry>
<title>Do not redirect to details page after deletion</title>
<updated>2015-10-03T09:57:44Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-10-03T09:56:01Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=4fe513d838373575cf173fafbd0bc6e7ce30090a'/>
<id>urn:sha1:4fe513d838373575cf173fafbd0bc6e7ce30090a</id>
<content type='text'>
When deleting a package base from the package base deletion form, do not
try to redirect to the package base details page afterwards. Instead,
jump to the package overview.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Redirect to details pages after performing actions</title>
<updated>2015-10-03T09:28:04Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-10-03T09:28:04Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=90e96e3728b727f2318fb119a2ca165e81b11608'/>
<id>urn:sha1:90e96e3728b727f2318fb119a2ca165e81b11608</id>
<content type='text'>
After performing a package base action on a separate page, return to the
corresponding package base details page.

Partly fixes FS#46545.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Fix a PHP "Undefined index" notice</title>
<updated>2015-10-03T09:15:53Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-10-03T09:15:33Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=d0f8b285e4b87743bc6795dac6a7b4875649aed6'/>
<id>urn:sha1:d0f8b285e4b87743bc6795dac6a7b4875649aed6</id>
<content type='text'>
Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Make it more clear that the bug tracker is for aurweb only</title>
<updated>2015-09-24T05:05:28Z</updated>
<author>
<name>Marcel Korpel</name>
<email>marcel.korpel@gmail.com</email>
</author>
<published>2015-09-23T21:48:56Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=df160b61e87939689ec359926975892505aa2168'/>
<id>urn:sha1:df160b61e87939689ec359926975892505aa2168</id>
<content type='text'>
Signed-off-by: Marcel Korpel &lt;marcel.korpel@gmail.com&gt;
Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Add option to hide one's email address</title>
<updated>2015-09-20T20:01:23Z</updated>
<author>
<name>Marcel Korpel</name>
<email>marcel.korpel@gmail.com</email>
</author>
<published>2015-09-20T18:12:25Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=d5d08b8f926e8882864afbfd7446440acc1005d0'/>
<id>urn:sha1:d5d08b8f926e8882864afbfd7446440acc1005d0</id>
<content type='text'>
Implements FS#42343.

Signed-off-by: Marcel Korpel &lt;marcel.korpel@gmail.com&gt;
Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Extract package name from details</title>
<updated>2015-09-18T06:03:56Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-09-18T06:02:33Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=9cae17ff7c4eeb7af66e06ba38de3b64d08dec2f'/>
<id>urn:sha1:9cae17ff7c4eeb7af66e06ba38de3b64d08dec2f</id>
<content type='text'>
When requesting package details, instead of performing another SQL query
to obtain the package name, extract the name from the result of the
package details query.

Also, drop pkg_name_from_id() which is no longer needed after this
optimization.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Allow for logging in via email address</title>
<updated>2015-09-11T20:18:31Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-09-11T20:01:46Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=ee9a8f232b960c5bfad7376f129710d19871edcc'/>
<id>urn:sha1:ee9a8f232b960c5bfad7376f129710d19871edcc</id>
<content type='text'>
Accept both user names and email addresses in the login prompt.

Suggested-by: Johannes Löthberg &lt;johannes@kyriasis.com&gt;
Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Remove superfluous function valid_user()</title>
<updated>2015-09-11T20:14:28Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-09-11T19:56:51Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=c5014b0752d2544cfb04522bda164e89246702bd'/>
<id>urn:sha1:c5014b0752d2544cfb04522bda164e89246702bd</id>
<content type='text'>
This helper function was almost 100% identical to uid_from_username().
Switch to using uid_from_username(), which has a much better name and
implementation, everywhere.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Require comments when flagging packages out-of-date</title>
<updated>2015-09-11T20:14:26Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-08-31T16:29:06Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=396e50bdc88feae9d0048d1c3dab776388d96dc7'/>
<id>urn:sha1:396e50bdc88feae9d0048d1c3dab776388d96dc7</id>
<content type='text'>
Implements FS#42827.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Move package base flagging to a separate form</title>
<updated>2015-09-11T20:11:52Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-08-31T16:18:24Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=6b7e26a2d19c53438a9594ee3068f1afcdb1ee0d'/>
<id>urn:sha1:6b7e26a2d19c53438a9594ee3068f1afcdb1ee0d</id>
<content type='text'>
Show a separate confirmation page when flagging a package out-of-date.

Implements FS#44967.

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