<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markzz/aurweb.git/web/template/pkg_details.php, branch 1.8.0</title>
<subtitle>aurweb working repository</subtitle>
<id>https://git.markzz.net/markzz/aurweb.git/atom/web/template/pkg_details.php?h=1.8.0</id>
<link rel='self' href='https://git.markzz.net/markzz/aurweb.git/atom/web/template/pkg_details.php?h=1.8.0'/>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/'/>
<updated>2011-02-08T17:40:51Z</updated>
<entry>
<title>Show submitter in package details (fixes FS#15488).</title>
<updated>2011-02-08T17:40:51Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2011-02-08T17:38:13Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=31083dc12dc0dee641169a4b6bc0648576f69ad0'/>
<id>urn:sha1:31083dc12dc0dee641169a4b6bc0648576f69ad0</id>
<content type='text'>
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>Removed links to internal sources from package details.</title>
<updated>2011-01-25T09:07:34Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2011-01-25T08:37:23Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=2c098d73a233d329bacd4af5946ad97f6496a438'/>
<id>urn:sha1:2c098d73a233d329bacd4af5946ad97f6496a438</id>
<content type='text'>
Tarball extraction code has been removed in commit
ec0dfc27deb246ee7d7f19fd5290e499805869d2, so links to package sources
contained in the source tarball itself will no longer be accessible
through the AUR frontend.

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Build URLs from package names (fixes FS#15308, FS#19327).</title>
<updated>2011-01-24T17:08:29Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2011-01-24T17:08:29Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=556de318aeeef6019bb7628389beee1358de93f8'/>
<id>urn:sha1:556de318aeeef6019bb7628389beee1358de93f8</id>
<content type='text'>
Drop the "URLPath" field from the "Packages" table, build URLs from
package names instead.

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Removed code for tarball extraction.</title>
<updated>2011-01-19T22:18:09Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2010-11-04T17:10:56Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=ec0dfc27deb246ee7d7f19fd5290e499805869d2'/>
<id>urn:sha1:ec0dfc27deb246ee7d7f19fd5290e499805869d2</id>
<content type='text'>
Automatic tarball extraction was vulnerable in different ways. Users
should also only use source tarballs to build packages, so this has been
removed completely. From now on, only the PKGBUILD is extracted in a
secure manner.

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>Modify some strings for translation.</title>
<updated>2010-10-08T03:07:01Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2010-10-08T03:07:01Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=d13f2af0799d5be163b8438c7f9594c20bb76208'/>
<id>urn:sha1:d13f2af0799d5be163b8438c7f9594c20bb76208</id>
<content type='text'>
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>pkg_details: Translate special characters to html entities in package description.</title>
<updated>2009-10-26T16:50:13Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2009-10-26T16:50:13Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=075ca25f02175c2cb629628821e8e150c383f569'/>
<id>urn:sha1:075ca25f02175c2cb629628821e8e150c383f569</id>
<content type='text'>
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>remove community</title>
<updated>2009-08-26T04:14:32Z</updated>
<author>
<name>Sergej Pupykin</name>
<email>sergej.pupykin@lx-ltd.ru</email>
</author>
<published>2009-08-25T12:04:15Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=3fd08d5715f9ce53d3a7bdd2ef8565e2ec3ae22f'/>
<id>urn:sha1:3fd08d5715f9ce53d3a7bdd2ef8565e2ec3ae22f</id>
<content type='text'>
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
</feed>
