<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markzz/aurweb.git/web, branch v3.1.0</title>
<subtitle>aurweb working repository</subtitle>
<id>https://git.markzz.net/markzz/aurweb.git/atom/web?h=v3.1.0</id>
<link rel='self' href='https://git.markzz.net/markzz/aurweb.git/atom/web?h=v3.1.0'/>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/'/>
<updated>2014-06-05T13:22:23Z</updated>
<entry>
<title>Release 3.1.0</title>
<updated>2014-06-05T13:22:23Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-06-05T13:22:23Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=e37a49d7269d9f31e9fed9c1e3cd52bba7ae069a'/>
<id>urn:sha1:e37a49d7269d9f31e9fed9c1e3cd52bba7ae069a</id>
<content type='text'>
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>acctfuncs.inc.php: Fix indentation</title>
<updated>2014-06-05T13:16:34Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-06-05T13:16:13Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=5463bdeff65681f58605e982f9da9cf9be362929'/>
<id>urn:sha1:5463bdeff65681f58605e982f9da9cf9be362929</id>
<content type='text'>
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>acctfuncs.inc.php: Reduce nesting in several functions</title>
<updated>2014-06-05T13:12:10Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-06-05T12:56:31Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=1aec9f712462f89d5676de57327761941f6d0163'/>
<id>urn:sha1:1aec9f712462f89d5676de57327761941f6d0163</id>
<content type='text'>
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Do not return "None" in user functions</title>
<updated>2014-06-05T13:12:10Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-06-05T12:47:38Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=0a66f48aa1293f93579b7de9bc5d080cf5f3105e'/>
<id>urn:sha1:0a66f48aa1293f93579b7de9bc5d080cf5f3105e</id>
<content type='text'>
Return null instead of the string "None" in username_from_id(),
uid_from_email() and uid_from_username().

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Display versioned conflicts/provides/replaces</title>
<updated>2014-06-05T13:12:10Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-06-05T06:36:56Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=9b5271d737afb8501817db4c4f0dc25b34d8c538'/>
<id>urn:sha1:9b5271d737afb8501817db4c4f0dc25b34d8c538</id>
<content type='text'>
Show the specific conflicts/provides/replaces versions in the web
interface.

Implements FS#40699.

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Fix SQL query when searching for a missing submitter</title>
<updated>2014-06-05T13:12:10Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-06-05T06:26:18Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=26a09199372262a58fa9432cbd9747333552f3ec'/>
<id>urn:sha1:26a09199372262a58fa9432cbd9747333552f3ec</id>
<content type='text'>
uid_from_username() returns a non-integer value when the user does not
exist. This results in a broken SQL query when searching for a
nonexistent submitter. Fix this by explicitly converting the result of
uid_from_username() to an integer.

Fixes FS#40625.

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Fix links to AUR packages in optional dependencies</title>
<updated>2014-06-05T13:12:10Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-06-05T06:19:09Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=b1c754300a774fbd01c2d88da20626e893a93095'/>
<id>urn:sha1:b1c754300a774fbd01c2d88da20626e893a93095</id>
<content type='text'>
Extend the SQL query that tries to find a package's dependencies so that
optional dependencies with a description are correctly resolved.

Fixes FS#40700.

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Collapse long source lists</title>
<updated>2014-06-05T13:12:10Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-06-04T21:30:16Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=13820d2b168e96efa83aa04aab3e5a06c97fe78b'/>
<id>urn:sha1:13820d2b168e96efa83aa04aab3e5a06c97fe78b</id>
<content type='text'>
In commit e582cfe (Collapse long dependency lists, 2014-04-18), we added
code to automatically collapse dependency and requirement lists with
more than 20 entries. Add the same functionality to source lists.

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2014-06-02T16:15:26Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-06-02T16:15:26Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=b30bb6f534e20f0a93a08c129ec41f7cc87e440a'/>
<id>urn:sha1:b30bb6f534e20f0a93a08c129ec41f7cc87e440a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a "Search wiki" link to package details</title>
<updated>2014-06-02T16:15:12Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-05-31T10:17:22Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=019014a3acb6e10af11140082dfc319bd9d44fb3'/>
<id>urn:sha1:019014a3acb6e10af11140082dfc319bd9d44fb3</id>
<content type='text'>
Implements FS#33153.

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