aurweb/web/lib
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
..
Archive Style fixes: Capitalization of "true" and "false" 2014-02-06 16:32:31 +01:00
acctfuncs.inc.php Set Content-type header when sending UTF-8 mails 2014-02-10 21:00:36 +01:00
aur.inc.php Add provisional support for package bases 2014-04-05 12:21:35 +02:00
aurjson.class.php Specify charset in Content-Type header when returning JSON data from API. 2013-09-02 00:29:58 +02:00
cachefuncs.inc.php Remove unnecessary database connection parameter from all functions 2013-02-10 12:10:38 +01:00
config.inc.php.proto aurjson.class.php: Limit number of RPC results 2012-10-22 12:33:13 +02:00
DB.class.php Add database wrapper class and new connection method 2013-02-10 12:10:37 +01:00
feedcreator.class.php Avoid use of "<b>"/"</b>" 2012-09-24 12:23:05 +02:00
gettext.php Style fixes: Capitalization of "true" and "false" 2014-02-06 16:32:31 +01:00
pkgfuncs.inc.php Add provisional support for package bases 2014-04-05 12:21:35 +02:00
routing.inc.php routing.inc.php: Return proper (non-virtual) URIs 2012-11-04 19:14:11 +01:00
stats.inc.php Add provisional support for package bases 2014-04-05 12:21:35 +02:00
streams.php Add php-gettext libraries to "web/lib/". 2011-04-10 15:40:49 +02:00
translator.inc.php Add Japanese and Slovak languages 2013-08-26 18:45:10 +02:00
version.inc.php Release 2.3.1 2014-01-13 19:55:53 +01:00