<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markzz/aurweb.git/web/html/images, branch maint</title>
<subtitle>aurweb working repository</subtitle>
<id>https://git.markzz.net/markzz/aurweb.git/atom/web/html/images?h=maint</id>
<link rel='self' href='https://git.markzz.net/markzz/aurweb.git/atom/web/html/images?h=maint'/>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/'/>
<updated>2016-01-31T19:12:56Z</updated>
<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>Add comment undeletion functionality</title>
<updated>2016-01-23T10:50:03Z</updated>
<author>
<name>Marcel Korpel</name>
<email>marcel.korpel@gmail.com</email>
</author>
<published>2016-01-19T13:49:50Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=bd85441cf66b39d887f01654913da58ef313d14c'/>
<id>urn:sha1:bd85441cf66b39d887f01654913da58ef313d14c</id>
<content type='text'>
Only Developers and Trusted Users can undelete comments.

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>Replace new package icon</title>
<updated>2015-12-13T09:22:59Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-12-12T11:55:37Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=9c98523494a9f533cc2a8ee873c96db02a1a6d4e'/>
<id>urn:sha1:9c98523494a9f533cc2a8ee873c96db02a1a6d4e</id>
<content type='text'>
Use a flat icon from the Open Iconic collection to mark new packages.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Replace RSS feed icon</title>
<updated>2015-12-13T09:22:59Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-12-12T11:22:06Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=a35dc4022aea91a7be945222d7430a93276a6ee4'/>
<id>urn:sha1:a35dc4022aea91a7be945222d7430a93276a6ee4</id>
<content type='text'>
Use a flat icon from the Open Iconic collection for the RSS feed.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Remove old logos</title>
<updated>2015-12-13T09:22:59Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-12-12T11:03:13Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=256a343b187b8a9435e208562f3bb5d55a082b05'/>
<id>urn:sha1:256a343b187b8a9435e208562f3bb5d55a082b05</id>
<content type='text'>
Remove some very old and outdated logos. Update the RSS feed to use the
new logo.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Add the Open Iconic license</title>
<updated>2015-12-13T09:22:59Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-12-12T10:59:27Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=ff798420b5edd003758adb45864070b6339eba3c'/>
<id>urn:sha1:ff798420b5edd003758adb45864070b6339eba3c</id>
<content type='text'>
The new SVG icons used in aurweb are taken from the Open Iconic project.
Add their license to our source tree.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Implement capability to pin comments above others</title>
<updated>2015-12-12T14:09:47Z</updated>
<author>
<name>Mark Weiman</name>
<email>mark.weiman@markzz.com</email>
</author>
<published>2015-12-12T00:01:31Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=7d4c0c9ffa55ca60aea24b6aa64417783a15ea80'/>
<id>urn:sha1:7d4c0c9ffa55ca60aea24b6aa64417783a15ea80</id>
<content type='text'>
Adds capability to pin comments before others.

Implements FS#10863.

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>pkg_comments.php: Add JavaScript function to edit comments</title>
<updated>2015-08-08T10:59:24Z</updated>
<author>
<name>Marcel Korpel</name>
<email>marcel.korpel@gmail.com</email>
</author>
<published>2015-07-21T20:53:57Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=54d812ec791de4b36d45cdcb853d01dc72d78669'/>
<id>urn:sha1:54d812ec791de4b36d45cdcb853d01dc72d78669</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 comment edit icon and form</title>
<updated>2015-08-08T10:59:23Z</updated>
<author>
<name>Marcel Korpel</name>
<email>marcel.korpel@gmail.com</email>
</author>
<published>2015-07-10T16:47:31Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=92e19e95f3c07745e7ba7c6e358921b7789f8abe'/>
<id>urn:sha1:92e19e95f3c07745e7ba7c6e358921b7789f8abe</id>
<content type='text'>
Show an icon next to the comment deletion icon, which leads to a
comment edit form.

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>Use SVG image for comment deletion icon</title>
<updated>2015-08-08T10:59:23Z</updated>
<author>
<name>Marcel Korpel</name>
<email>marcel.korpel@gmail.com</email>
</author>
<published>2015-07-08T22:33:25Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=8375d212106918b602911f6286d2e4fd172d446e'/>
<id>urn:sha1:8375d212106918b602911f6286d2e4fd172d446e</id>
<content type='text'>
This also puts the icon to the right and the timestamp in the byline
and wipes out a repeated instance of the byline.

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