aurweb/web/html
Lukas Fleischer b7941073ac Add provisional support for package bases
This adds a PackageBases table to the database schema and moves the
following fields from the Packages table to PackageBases:

* CategoryID
* NumVotes
* OutOfDateTS
* SubmittedTS
* ModifiedTS
* SubmitterUID
* MaintainerUID

It also fixes all database accesses to comply with the new layout.

Having a separate PackageBases table is the first step to split package
support. By now, we create one PackageBases entry per package (where the
package base has the same name as the corresponding package). When
adding full support for split packages later, the package base name will
be derived from the pkgbase variable and a single package base will be
shared amongst all packages built from one source package.

Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
2014-04-05 12:21:35 +02:00
..
css Highlight the AUR link in the navigation bar 2014-02-10 20:26:11 +01:00
images Remove unused image "titlelogo.png" 2012-09-18 00:59:01 +02:00
js Use minified typeahead JS from archweb 2013-03-26 00:54:18 +01:00
404.php Display an error page if a virtual path doesn't exist 2012-10-20 18:28:17 +02:00
account.php Pick sane default registration language 2013-08-27 02:42:19 +02:00
addvote.php Add a vote type to the TU proposal form 2013-08-22 17:48:18 +02:00
home.php Typeahead workaround for having to press enter twice 2014-01-11 12:04:33 +01:00
index.php Further optimize voters.php to only need the package name 2014-01-22 18:27:42 +01:00
login.php login.php: Properly link to logout page when already logged in 2012-11-24 13:20:35 +01:00
logout.php Remove unneeded database connection calls 2013-02-10 12:10:38 +01:00
packages.php Style fixes: Capitalization of "true" and "false" 2014-02-06 16:32:31 +01:00
passreset.php passreset.php: Make error messages translatable 2014-02-10 22:20:47 +01:00
pkgdel.php Move package deletion to a separate page 2012-09-28 08:57:24 +02:00
pkgmerge.php Move package merging to a separate page 2012-09-28 08:57:25 +02:00
pkgsubmit.php Add provisional support for package bases 2014-04-05 12:21:35 +02:00
rpc.php Provide more examples on the RPC info page 2011-08-22 08:24:21 +02:00
rss.php rss.php: Update links to reflect URL changes 2012-09-21 07:35:52 +02:00
tu.php Forbid developers to vote 2014-01-11 12:08:51 +01:00
voters.php Further optimize voters.php to only need the package name 2014-01-22 18:27:42 +01:00