aurweb/web/html
Dan McGee 7c91c59245 Remove Dummy Package concept
Instead, we just store dependencies directly in the PackageDepends
table. Since we don't use this info anywhere besides the package details
page, there is little value in precalculating what is in the AUR vs.
what is not.

An upgrade path is provided via several SQL statements in the UPGRADING
document. There should be no user-visible change from this, but the DB
schema gets a bit more sane and we no longer have loads of junk packages
in our tables that are never shown to the end user. This should also
help the MySQL query planner in several cases as we no longer have to be
careful to exclude dummy packages on every query.

Signed-off-by: Dan McGee <dan@archlinux.org>
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
2011-04-03 22:59:32 +02:00
..
css Fix broken XHTML. 2011-03-11 19:00:50 +01:00
images titlelogo.png: Update again 2010-03-12 16:52:07 -05:00
account.php Fix PHP notices in account pages 2011-03-04 10:29:17 +01:00
addvote.php Fix broken XHTML. 2011-03-11 19:00:50 +01:00
index.php Use include_once where applicable 2009-08-11 13:58:12 -04:00
logout.php Improve cookie handling 2011-03-04 10:29:13 +01:00
packages.php Fix PHP undefined notice in "web/html/packages.php". 2011-03-30 11:06:20 +02:00
passreset.php Modify some strings for translation. 2010-10-07 23:07:01 -04:00
pkgsubmit.php Remove Dummy Package concept 2011-04-03 22:59:32 +02:00
rpc.php Add usage output info for maintainer search extension 2009-09-28 18:55:50 -04:00
rss.php Remove Dummy Package concept 2011-04-03 22:59:32 +02:00
tu.php Fix broken XHTML. 2011-03-11 19:00:50 +01:00
voters.php Fix XSS vulnerabilities in "web/html/voters.php". 2011-03-30 11:10:16 +02:00