<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markzz/aurweb.git/web/template, branch master</title>
<subtitle>aurweb working repository</subtitle>
<id>https://git.markzz.net/markzz/aurweb.git/atom/web/template?h=master</id>
<link rel='self' href='https://git.markzz.net/markzz/aurweb.git/atom/web/template?h=master'/>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/'/>
<updated>2016-03-18T22:30:48Z</updated>
<entry>
<title>Change text of enable notifications link</title>
<updated>2016-03-18T22:30:48Z</updated>
<author>
<name>Mark Weiman</name>
<email>mark.weiman@markzz.com</email>
</author>
<published>2016-03-17T19:58:14Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=2ef5f8a5ff23ee0b45a67f1d2ca3f646f09c2ff5'/>
<id>urn:sha1:2ef5f8a5ff23ee0b45a67f1d2ca3f646f09c2ff5</id>
<content type='text'>
Since notifications are sent for more than just comments, change the notify
link to more generic text.

Signed-off-by: Mark Weiman &lt;mark.weiman@markzz.com&gt;
Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2016-03-13T12:17:15Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2016-03-13T12:17:15Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=3ec3dfb6aa7464a9220a75592d6246ac931c0ff1'/>
<id>urn:sha1:3ec3dfb6aa7464a9220a75592d6246ac931c0ff1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix l10n of "more"</title>
<updated>2016-03-13T08:14:57Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2016-03-11T19:31:50Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=761952d424ded8848335116beef962c39c551bc4'/>
<id>urn:sha1:761952d424ded8848335116beef962c39c551bc4</id>
<content type='text'>
Use __() instead of _() to make the string translatable.

Fixes FS#48529.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Send notifications when changing ownership</title>
<updated>2016-02-21T19:01:13Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2016-02-21T18:44:38Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=6ec4a3589e327ded693ab0c741828fc5ec66b840'/>
<id>urn:sha1:6ec4a3589e327ded693ab0c741828fc5ec66b840</id>
<content type='text'>
Add a new option that makes it possible to subscribe to package
ownership changes (adoption/disownment).

Fixes FS#15412.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Hide orphan request option for disowned package bases</title>
<updated>2016-02-19T17:18:48Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2016-02-18T07:33:12Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=fb56ec9d1e4c814f76e6c84174151376092b96dc'/>
<id>urn:sha1:fb56ec9d1e4c814f76e6c84174151376092b96dc</id>
<content type='text'>
If a package base is unmaintained, there is no need to file an orphan
request. Hide the option from the front-end in this case.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Add support for package update notifications</title>
<updated>2016-02-07T09:54:20Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-11-10T19:18:13Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=64072461dfcc74857087b23c9ba7d9812b6afe40'/>
<id>urn:sha1:64072461dfcc74857087b23c9ba7d9812b6afe40</id>
<content type='text'>
Introduce a new notification option to receive notifications when a new
commit is pushed to a package repository.

Implements FS#30109.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Add global comment notification setting</title>
<updated>2016-02-07T09:52:05Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-11-10T18:49:13Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=aa5e58db81b8a243e03d0f08925c2d1f34c82304'/>
<id>urn:sha1:aa5e58db81b8a243e03d0f08925c2d1f34c82304</id>
<content type='text'>
Add a configuration option to the account edit page that allows for
globally enabling/disabling package base comment notifications.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Remove 'new' tag from updates table</title>
<updated>2016-01-31T19:12:56Z</updated>
<author>
<name>Marcel Korpel</name>
<email>marcel.korpel@gmail.com</email>
</author>
<published>2016-01-31T19:07:45Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=1664a24198a3f3ef3fb3529ce8761fd030325e43'/>
<id>urn:sha1:1664a24198a3f3ef3fb3529ce8761fd030325e43</id>
<content type='text'>
It was hard to make it consistent with the other new icons from Open
Iconic and it hadn't much use after all.

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>Correctly encode ampersand in query string within HTML attribute</title>
<updated>2016-01-31T19:03:49Z</updated>
<author>
<name>Marcel Korpel</name>
<email>marcel.korpel@gmail.com</email>
</author>
<published>2016-01-31T18:48:43Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=73364ad7249ac9c4d7c4b2770f3b04f2cdea6b06'/>
<id>urn:sha1:73364ad7249ac9c4d7c4b2770f3b04f2cdea6b06</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>Shorten maxlength of email input fields to 254 characters</title>
<updated>2016-01-30T10:15:17Z</updated>
<author>
<name>Marcel Korpel</name>
<email>marcel.korpel@gmail.com</email>
</author>
<published>2016-01-30T00:04:23Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=6b766b8e77a633e147a697aaf9f86ad71bcf3dfb'/>
<id>urn:sha1:6b766b8e77a633e147a697aaf9f86ad71bcf3dfb</id>
<content type='text'>
After 24734d0 (Shorten Email column to 254 characters, 2015-11-12) the
maximum length of the input fields should be shortened, too.

Signed-off-by: Marcel Korpel &lt;marcel.korpel@gmail.com&gt;
Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
</feed>
