<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markzz/aurweb.git/web, branch v3.4.3</title>
<subtitle>aurweb working repository</subtitle>
<id>https://git.markzz.net/markzz/aurweb.git/atom/web?h=v3.4.3</id>
<link rel='self' href='https://git.markzz.net/markzz/aurweb.git/atom/web?h=v3.4.3'/>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/'/>
<updated>2014-08-02T13:27:42Z</updated>
<entry>
<title>Release 3.4.3</title>
<updated>2014-08-02T13:27:42Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-08-02T13:27:42Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=13693fbdbc9c6625c627d3364cd00949461a61c6'/>
<id>urn:sha1:13693fbdbc9c6625c627d3364cd00949461a61c6</id>
<content type='text'>
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Count users in "Trusted User &amp; Developer" group as TU</title>
<updated>2014-08-02T13:25:46Z</updated>
<author>
<name>Balló György</name>
<email>ballogyor@gmail.com</email>
</author>
<published>2014-08-02T12:18:45Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=92e827330c023f9f22f4483d5b04b0708120c18a'/>
<id>urn:sha1:92e827330c023f9f22f4483d5b04b0708120c18a</id>
<content type='text'>
This reflects the changes in 3610f3c.

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Release 3.4.2</title>
<updated>2014-07-29T16:33:54Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-07-29T16:33:54Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=6d5c9365408ca0969e5911bd118ccc56266a6ac1'/>
<id>urn:sha1:6d5c9365408ca0969e5911bd118ccc56266a6ac1</id>
<content type='text'>
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Lock fresh orphan requests</title>
<updated>2014-07-29T16:14:46Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-07-29T16:14:46Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=7283d0fcc29d802774468cfeac83de06b06f4315'/>
<id>urn:sha1:7283d0fcc29d802774468cfeac83de06b06f4315</id>
<content type='text'>
Trusted Users should almost always wait for two weeks before accepting
an orphan request. Lock orphan requests during the first two weeks.
Package bases can still be orphaned and package requests can still be
closed manually during that period of time.

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Close requests before accepting</title>
<updated>2014-07-29T15:59:26Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-07-29T15:59:26Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=c70b340c41899926f121a37546f456a2e4608ffc'/>
<id>urn:sha1:c70b340c41899926f121a37546f456a2e4608ffc</id>
<content type='text'>
When auto-accepting a request, we need to close the package request
before performing the actual action (disown/deletion/merge). Otherwise,
the former maintainer is not included in the Cc list of the
acceptance/rejection notification email.

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Remove duplicate recipients from Cc</title>
<updated>2014-07-29T15:52:09Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-07-29T15:50:11Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=98235c834b08c4528585fb46e0206699ccdbdecb'/>
<id>urn:sha1:98235c834b08c4528585fb46e0206699ccdbdecb</id>
<content type='text'>
When a user files a request for a package maintained by himself, he is
currently included in the Cc list twice. Use array_unique() to omit
repeated entries.

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Allow users to delete their own comments</title>
<updated>2014-07-29T13:17:58Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-07-29T13:17:58Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=d136d7c874cd3fbc012ca43250c64deb9e791b94'/>
<id>urn:sha1:d136d7c874cd3fbc012ca43250c64deb9e791b94</id>
<content type='text'>
Fixes a regression introduced in 03c6304 (Rework permission handling,
2014-07-15). Fixes FS#41379.

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Release 3.4.1</title>
<updated>2014-07-29T12:39:41Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-07-29T12:39:41Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=63f95bd86fa17e76b2a1b9a9ce61ebbc08017797'/>
<id>urn:sha1:63f95bd86fa17e76b2a1b9a9ce61ebbc08017797</id>
<content type='text'>
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Suppress PHP notice in process_account_form()</title>
<updated>2014-07-29T12:39:10Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-07-29T12:36:14Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=4b5f8da5be84b10d502866ce49e83c0aa913f1fe'/>
<id>urn:sha1:4b5f8da5be84b10d502866ce49e83c0aa913f1fe</id>
<content type='text'>
Add a check to remove a notice which is displayed after registration
since commit 03c6304 (Rework permission handling, 2014-07-15).

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Fix the registration form</title>
<updated>2014-07-29T12:28:29Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-07-29T12:28:29Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=441498d89699e1477df03d59b04da3a5cc094e60'/>
<id>urn:sha1:441498d89699e1477df03d59b04da3a5cc094e60</id>
<content type='text'>
Pass the right parameters to display_account_form() and
process_account_form() when showing/processing the registration form.
Fixes a regression introduced in 03c6304 (Rework permission handling,
2014-07-15).

Reported-by: Karthik K &lt;hashken.distro@gmail.com&gt;
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
</feed>
