<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markzz/aurweb.git/web/html/pkgedit.php, branch v2.3.0</title>
<subtitle>aurweb working repository</subtitle>
<id>https://git.markzz.net/markzz/aurweb.git/atom/web/html/pkgedit.php?h=v2.3.0</id>
<link rel='self' href='https://git.markzz.net/markzz/aurweb.git/atom/web/html/pkgedit.php?h=v2.3.0'/>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/'/>
<updated>2010-11-21T08:37:17Z</updated>
<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>Fix a missing exit() call in pkgedit.php</title>
<updated>2009-11-09T19:09:11Z</updated>
<author>
<name>Laszlo Papp</name>
<email>djszapi2@gmail.com</email>
</author>
<published>2009-11-02T19:58:43Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=6d289f602f63faf9b256804baa2e9aa02d8e546f'/>
<id>urn:sha1:6d289f602f63faf9b256804baa2e9aa02d8e546f</id>
<content type='text'>
Signed-off-by: Laszlo Papp &lt;djszapi@archlinux.us&gt;
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Use include_once where applicable</title>
<updated>2009-08-11T17:58:12Z</updated>
<author>
<name>Dan McGee</name>
<email>dan@archlinux.org</email>
</author>
<published>2009-08-07T01:02:29Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=46f279852475bc520c4d6ae77df04ac4a6897807'/>
<id>urn:sha1:46f279852475bc520c4d6ae77df04ac4a6897807</id>
<content type='text'>
All of these are sourcing function libraries so we don't need to include
them more than once. Things that insert actual HTML into the output were
left calling include().

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>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>Move package comment form into a new template.</title>
<updated>2009-01-25T18:17:54Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2009-01-25T18:17:54Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=354c86b6c608c8923d0a087285f97d5d8121ed08'/>
<id>urn:sha1:354c86b6c608c8923d0a087285f97d5d8121ed08</id>
<content type='text'>
Feature the form on the package details page.

Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Tweak comment notify mail.</title>
<updated>2009-01-23T05:27:59Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2009-01-23T05:27:59Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=96ff5583f6c1246aa488c2e83c3de861636f56d8'/>
<id>urn:sha1:96ff5583f6c1246aa488c2e83c3de861636f56d8</id>
<content type='text'>
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Use new conglomerated translation files.</title>
<updated>2009-01-19T21:29:45Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2009-01-19T21:29:45Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=2ee327634831ec36df5fd74ccc35dfcedfdbe07b'/>
<id>urn:sha1:2ee327634831ec36df5fd74ccc35dfcedfdbe07b</id>
<content type='text'>
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Modify and fix typos in comment notification email.</title>
<updated>2008-12-22T04:20:40Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2008-12-21T21:28:44Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=0793eca14f98144c3d5d022f58bb0b2fa3a74a5c'/>
<id>urn:sha1:0793eca14f98144c3d5d022f58bb0b2fa3a74a5c</id>
<content type='text'>
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
Signed-off-by: Callan Barrett &lt;wizzomafizzo@gmail.com&gt;
</content>
</entry>
<entry>
<title>Really make all web paths relative.</title>
<updated>2008-12-22T04:19:56Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2008-12-21T17:26:46Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=ae1c424c95f7912351f776096205e2a7b0b8952c'/>
<id>urn:sha1:ae1c424c95f7912351f776096205e2a7b0b8952c</id>
<content type='text'>
I forgot about the forms.

Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
Signed-off-by: Callan Barrett &lt;wizzomafizzo@gmail.com&gt;
</content>
</entry>
<entry>
<title>Introduce function include_lang for translations.</title>
<updated>2008-12-21T09:03:27Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2008-12-21T07:23:43Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=78c2b5c67faec190985c3fb9509e942add4dc54c'/>
<id>urn:sha1:78c2b5c67faec190985c3fb9509e942add4dc54c</id>
<content type='text'>
This includes only the requested language for each page and
makes top level language include files obsolete.

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