<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markzz/aurweb.git/web/template/pkg_comments.php, branch 1.8.2</title>
<subtitle>aurweb working repository</subtitle>
<id>https://git.markzz.net/markzz/aurweb.git/atom/web/template/pkg_comments.php?h=1.8.2</id>
<link rel='self' href='https://git.markzz.net/markzz/aurweb.git/atom/web/template/pkg_comments.php?h=1.8.2'/>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/'/>
<updated>2011-03-30T08:49:51Z</updated>
<entry>
<title>Fix XSS vulnerabilities in package comment templates.</title>
<updated>2011-03-30T08:49:51Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2011-03-30T08:49:51Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=3aa2240b7dc281b37716a29025b08baf1318d059'/>
<id>urn:sha1:3aa2240b7dc281b37716a29025b08baf1318d059</id>
<content type='text'>
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Fix broken XHTML.</title>
<updated>2011-03-11T18:00:50Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2011-03-11T17:54:44Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=7f9e498e48c4e5d056ee988a23dedb8ca98b11cd'/>
<id>urn:sha1:7f9e498e48c4e5d056ee988a23dedb8ca98b11cd</id>
<content type='text'>
Fix a lot of invalid XHTML in the templates and actions. There might
still be some legacy code left, but this should cover most of it.

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Make external links in comments clickable (FS#20137).</title>
<updated>2011-01-19T20:18:45Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2010-10-03T19:51:45Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=60edcd04e52323050792252009512f7592f3b66c'/>
<id>urn:sha1:60edcd04e52323050792252009512f7592f3b66c</id>
<content type='text'>
Comments are now split at link boundaries and links are converted
separately. I find this to be a much cleaner way than re-converting
comments that have already been converted using htmlspecialchars(). This
also doesn't require any callback procedure.

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Auto redirect from confirmation screens.</title>
<updated>2010-11-21T08:37:17Z</updated>
<author>
<name>Dan Vratil</name>
<email>vratil@progdansoft.com</email>
</author>
<published>2010-11-21T07:59:07Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=57a5cbfd88b2b91722ce0bf6911b416d051dde65'/>
<id>urn:sha1:57a5cbfd88b2b91722ce0bf6911b416d051dde65</id>
<content type='text'>
Finally move comment deletion and category editing into functions and
remove pkgedit.php

Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
-Fix indentation
-Fix variable naming conflict $id vs $cid
</content>
</entry>
<entry>
<title>pkg_comments: Only display 10 comments by default.</title>
<updated>2010-04-15T20:52:55Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2010-04-15T20:52:55Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=5b8b0757f4f938f86bed86ae56fa3511704e006f'/>
<id>urn:sha1:5b8b0757f4f938f86bed86ae56fa3511704e006f</id>
<content type='text'>
Add a mechanism to view all comments.

Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Don't hit the database twice per comment on package</title>
<updated>2009-04-13T14:07:46Z</updated>
<author>
<name>Dan McGee</name>
<email>dan@archlinux.org</email>
</author>
<published>2009-04-12T01:39:01Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=55da4d4e0de8b6fbaee38105b6531ec9a4032d4f'/>
<id>urn:sha1:55da4d4e0de8b6fbaee38105b6531ec9a4032d4f</id>
<content type='text'>
It's performance improvement day today. For non-superusers, we were hitting
the database twice per comment on a package- once to get the UID, and once
to check the owner of the comment. The best part is we already knew the
owner of the comment, and we only need to get our own UID once.

For viewing a package like yaourt, this cuts a single pageview from over 700
queries to around 18, which is still not great but a pretty big improvement.

Signed-off-by: Dan McGee &lt;dan@archlinux.org&gt;
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Revamp markup and styles for comments.</title>
<updated>2009-02-19T04:01:25Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2009-02-19T04:01:25Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=24c9955b3c71e4009b1286152c7187197d2da205'/>
<id>urn:sha1:24c9955b3c71e4009b1286152c7187197d2da205</id>
<content type='text'>
Make post date consistent with other dates.
Look Ma, no tables!

Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Change comment style so long lines wrap.</title>
<updated>2009-01-23T04:31:08Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2009-01-23T04:31:08Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=22f19eeb66b5970f613d27dd689eab10291a8285'/>
<id>urn:sha1:22f19eeb66b5970f613d27dd689eab10291a8285</id>
<content type='text'>
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fix translated comment messages.</title>
<updated>2009-01-23T04:25:10Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2009-01-23T04:25:10Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=84cd2d0467f9239cd048e74e5a55a1d8be25ff48'/>
<id>urn:sha1:84cd2d0467f9239cd048e74e5a55a1d8be25ff48</id>
<content type='text'>
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Move package comments to a template.</title>
<updated>2009-01-05T20:59:59Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2009-01-05T20:59:59Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=36b44f371bd240fe448d7a22f7295581c9b35633'/>
<id>urn:sha1:36b44f371bd240fe448d7a22f7295581c9b35633</id>
<content type='text'>
Change layout in the process.

Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
</feed>
