<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markzz/aurweb.git/web/lib/pkgfuncs.inc, branch 1.8.0</title>
<subtitle>aurweb working repository</subtitle>
<id>https://git.markzz.net/markzz/aurweb.git/atom/web/lib/pkgfuncs.inc?h=1.8.0</id>
<link rel='self' href='https://git.markzz.net/markzz/aurweb.git/atom/web/lib/pkgfuncs.inc?h=1.8.0'/>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/'/>
<updated>2011-02-17T17:54:26Z</updated>
<entry>
<title>pkg_search_results: rewrite of pagination</title>
<updated>2011-02-17T17:54:26Z</updated>
<author>
<name>PyroPeter</name>
<email>abi1789@googlemail.com</email>
</author>
<published>2011-02-16T17:48:09Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=1fdecbd5a45ef631562a11937d870e4c8cf619b0'/>
<id>urn:sha1:1fdecbd5a45ef631562a11937d870e4c8cf619b0</id>
<content type='text'>
* Most of the PHP-code was moved to pkgfuncs.php to keep the template simple.

Signed-off-by: PyroPeter &lt;abi1789@googlemail.com&gt;
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Add a package name blacklist.</title>
<updated>2011-02-11T13:43:22Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2011-02-02T17:03:09Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=b69f548065e78d14afcdc91548d73539762f8d93'/>
<id>urn:sha1:b69f548065e78d14afcdc91548d73539762f8d93</id>
<content type='text'>
Can be used to blacklist package names for normal users. TUs and
developers are not affected. This is especially useful if used together
with a cron job that updates the blacklist periodically, e.g. to reject
packages which are available in the binary repos (FS#12902).

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Minor bugfix in pkg_change_category().</title>
<updated>2011-02-09T07:58:44Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2011-02-09T07:57:22Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=0e0e80aeea9396647041061d1104d0001bd1cc5a'/>
<id>urn:sha1:0e0e80aeea9396647041061d1104d0001bd1cc5a</id>
<content type='text'>
This cleans up some broken MySQL query introduced by commit 57a5cbfd.

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Drop PackageLocations table and references</title>
<updated>2011-02-01T11:41:08Z</updated>
<author>
<name>Dan McGee</name>
<email>dan@archlinux.org</email>
</author>
<published>2011-01-31T17:18:15Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=7f5af61c884b53a75a2b7f8b5146465f14a71f6b'/>
<id>urn:sha1:7f5af61c884b53a75a2b7f8b5146465f14a71f6b</id>
<content type='text'>
We don't need this anymore since all packages managed here are
well...managed here. Rip out all of the places we were using this field,
many of which depended on the magic value '2' anyway.

On the display side of things, we had a column that was always showing
'unsupported' that is now gone, and you can no longer sort by this column.

Signed-off-by: Dan McGee &lt;dan@archlinux.org&gt;
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>Add timestamp when a package is flagged out-of-date (FS#20848).</title>
<updated>2010-11-10T19:50:35Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2010-10-06T02:25:53Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=eda713032ce9bed773b6c927b2f6ac4b445fe577'/>
<id>urn:sha1:eda713032ce9bed773b6c927b2f6ac4b445fe577</id>
<content type='text'>
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
- resolve conflict and omit i18n changes.
</content>
</entry>
<entry>
<title>Confirmation when deleting packages</title>
<updated>2010-07-02T01:19:18Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2010-06-25T15:16:05Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=b5bc6ab7421d8a7e88c54441431bad4e2f899e88'/>
<id>urn:sha1:b5bc6ab7421d8a7e88c54441431bad4e2f899e88</id>
<content type='text'>
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add sorting by "Voted" and "Notify" fields</title>
<updated>2010-06-04T22:22:22Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2010-05-29T22:20:42Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=b18fb08ddc7201760112f4492cdcd81961902fa1'/>
<id>urn:sha1:b18fb08ddc7201760112f4492cdcd81961902fa1</id>
<content type='text'>
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</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>add search only by name</title>
<updated>2010-04-15T19:26:20Z</updated>
<author>
<name>Andrea Scarpino</name>
<email>andrea@archlinux.org</email>
</author>
<published>2010-04-15T19:26:20Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=24599ab6e321557192e078880c49a12867108e90'/>
<id>urn:sha1:24599ab6e321557192e078880c49a12867108e90</id>
<content type='text'>
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
</feed>
