<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markzz/aurweb.git/web/lib, branch v4.0.0-rc2</title>
<subtitle>aurweb working repository</subtitle>
<id>https://git.markzz.net/markzz/aurweb.git/atom/web/lib?h=v4.0.0-rc2</id>
<link rel='self' href='https://git.markzz.net/markzz/aurweb.git/atom/web/lib?h=v4.0.0-rc2'/>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/'/>
<updated>2015-06-08T19:58:04Z</updated>
<entry>
<title>Release 4.0.0-rc2</title>
<updated>2015-06-08T19:58:04Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-06-08T19:58:04Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=e2b040b7ce6deeca6246ebf132d67908ebc5fe38'/>
<id>urn:sha1:e2b040b7ce6deeca6246ebf132d67908ebc5fe38</id>
<content type='text'>
Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Fix searching for an empty string</title>
<updated>2015-06-08T19:35:52Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-06-08T19:33:11Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=8aa4c51dfb0baab7204f13da23618569dc1c7162'/>
<id>urn:sha1:8aa4c51dfb0baab7204f13da23618569dc1c7162</id>
<content type='text'>
Return all packages when an empty search term is used with keyword
search.

Reported-by: G. Schlisio &lt;g.schlisio@dukun.de&gt;
Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Fix package statistics</title>
<updated>2015-06-08T12:42:20Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-06-08T12:40:53Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=cb00a66855e040209eb393250d69ee17fb523875'/>
<id>urn:sha1:cb00a66855e040209eb393250d69ee17fb523875</id>
<content type='text'>
Exclude hidden package bases from the package statistics.

Reported-by: Johannes Löthberg &lt;johannes@kyriasis.com&gt;
Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Add Chinese (Taiwan) translations</title>
<updated>2015-06-08T12:26:26Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-06-08T11:55:43Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=f13160f5cf0a6eb39667186a21fe96bb6dbae976'/>
<id>urn:sha1:f13160f5cf0a6eb39667186a21fe96bb6dbae976</id>
<content type='text'>
Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Release 4.0.0-rc1</title>
<updated>2015-06-08T07:21:08Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-06-08T07:21:08Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=608d4aaf574a9fc0f9580bf500708ca7d285124b'/>
<id>urn:sha1:608d4aaf574a9fc0f9580bf500708ca7d285124b</id>
<content type='text'>
Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>pkgfuncs.inc.php: Remove a conflict marker</title>
<updated>2015-06-04T09:24:56Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-06-03T06:06:40Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=643dae80ebe6c44abeac0545655788b12dabfbea'/>
<id>urn:sha1:643dae80ebe6c44abeac0545655788b12dabfbea</id>
<content type='text'>
Remove a Git conflict marker that was added accidentally in 74edb6f (Use
Git repositories to store packages, 2014-06-06).

Reported-by: Johannes Löthberg &lt;johannes@kyriasis.com&gt;
Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Allow for resetting the SSH public key</title>
<updated>2015-05-31T17:16:31Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-05-31T17:09:14Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=86352459ab6a75866376bac5a3baa94f1a736909'/>
<id>urn:sha1:86352459ab6a75866376bac5a3baa94f1a736909</id>
<content type='text'>
Use NULL instead of an empty string if the SSH public key field is left
empty. Additionally, do not check for duplicate keys in that case.

Fixes FS#45109.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Update co-maintainer list when promoting a user</title>
<updated>2015-05-22T19:14:26Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-05-22T17:38:38Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=dd3eb28a8cb35aeb8a069f3a20e5eb5fd348de62'/>
<id>urn:sha1:dd3eb28a8cb35aeb8a069f3a20e5eb5fd348de62</id>
<content type='text'>
When a user disowns a package and promotes a co-maintainer, remove that
new maintainer from the list of package co-maintainers. Since only the
package maintainer can manage co-maintainers, this must happen before
the actual disown operation.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Fix processing of pkgbase_get_comaintainers()</title>
<updated>2015-05-22T19:14:24Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-05-22T17:53:19Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=c6e09def2b75762128f432130556ec6121fd8b8c'/>
<id>urn:sha1:c6e09def2b75762128f432130556ec6121fd8b8c</id>
<content type='text'>
pkgbase_get_comaintainers() returns an array of user names, not an array
of user IDs.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Update co-maintainers when disowning a package</title>
<updated>2015-05-22T15:09:26Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-05-22T12:54:49Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=422d8026daaae0a9bc7270f071da22f5d66c4f0a'/>
<id>urn:sha1:422d8026daaae0a9bc7270f071da22f5d66c4f0a</id>
<content type='text'>
When a user disowns a package, the co-maintainer with the highest
priority automatically becomes the new maintainer. When the package is
disowned by a Trusted User or a Developer, the list of co-maintainers is
cleared.

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