summaryrefslogtreecommitdiffstats
path: root/support
AgeCommit message (Expand)AuthorFilesLines
2011-10-24Add LastLogin column to Users tableDan McGee1-0/+1
2011-10-24Remove explicit utf8 declarations in table creationDan McGee1-2/+2
2011-06-25Fix performance issues with new PackageDepends lookupsDan McGee1-0/+1
2011-04-13Remove obsolete README file in "support/".Lukas Fleischer1-6/+0
2011-04-13Remove "NewPkgNotify" column from "Users" table.Lukas Fleischer1-2/+0
2011-04-13Remove new package notification script.Lukas Fleischer1-100/+0
2011-04-13Make "gendummydata.py" Python 3 compliant.Lukas Fleischer2-15/+15
2011-04-12Fix dependency generation in "gendummydata.py".Lukas Fleischer1-2/+2
2011-04-12Fix syntax error in "CREATE TABLE" statement in the SQL schema.Lukas Fleischer1-1/+1
2011-04-12wrap long SQL commands to improve formatting and readabilityelij1-11/+23
2011-04-12replace print statements with logging module in gendummydataelij1-40/+22
2011-04-12remove mysql dependency from gendummydataelij1-41/+3
2011-04-03Remove Dummy Package conceptDan McGee2-5/+2
2011-03-30gendummydata.py: Do not touch output file until we need it.Lukas Fleischer1-5/+5
2011-03-04Ensure users can be deleted when foreign keys are presentDan McGee1-2/+3
2011-03-04Allow DB connection values to come from the environmentDan McGee3-21/+33
2011-03-04Use a single transaction to write dummy dataDan McGee1-0/+2
2011-02-28Remove database recreation code from "support/schema/reloadtestdb.sh".Lukas Fleischer1-6/+0
2011-02-28Specify utf8 in database schema.Loui Chang1-4/+4
2011-02-27Fix some minor bugs in "support/schema/gendummydata.py".Lukas Fleischer1-2/+2
2011-02-27Add "ENGINE = InnoDB" to "CREATE TABLE" statements in the SQL schema.Lukas Fleischer1-13/+13
2011-02-27Define "Packages.SubmitterUID" and "Packages.MaintainerUID" as "NULL".Lukas Fleischer2-3/+8
2011-02-27Define "PackageComments.DelUsersID" as "NULL".Lukas Fleischer1-1/+1
2011-02-26Add missing foreign keys and constraints to the DB.Lukas Fleischer1-5/+11
2011-02-11Use VARCHAR instead of CHAR in "PackageBlacklist" table.Lukas Fleischer1-1/+1
2011-02-11Add a package name blacklist.Lukas Fleischer1-0/+9
2011-02-10Remove unused fulltext index from "Packages" table.Lukas Fleischer1-1/+0
2011-02-09Use VARCHAR instead of CHAR where appropriate.Lukas Fleischer1-14/+14
2011-02-01Drop "PackageContents" table and references.Lukas Fleischer2-39/+0
2011-02-01Remove "FSPath" column from "Packages" table.Lukas Fleischer1-1/+0
2011-02-01Drop PackageLocations table and referencesDan McGee2-97/+29
2011-01-24Use "python2" shebang for "newpackage-notify" and "gendummydata.py".Lukas Fleischer2-2/+2
2011-01-24Build URLs from package names (fixes FS#15308, FS#19327).Lukas Fleischer2-15/+8
2010-11-10Add timestamp when a package is flagged out-of-date (FS#20848).Lukas Fleischer1-2/+1
2010-04-17Support for storing salted passwordsDenis1-0/+1
2009-11-29aur-schema.sql: Expand LangPreference field to allow for longer lang codes.Loui Chang1-1/+1
2009-11-13Implement 'Password Reset' facility (FS#3061)Evangelos Foutras1-1/+1
2009-06-18Add multicolumn indexes on votes and notifications tablesDan McGee1-1/+2
2008-12-11Move tupkg scripts to tupkg/scripts.Loui Chang3-26/+0
2008-12-11Update usage and paths in tupkg run scripts.Loui Chang2-6/+8
2008-11-28run-tupkgupdate: Fix CVS output grepping.Loui Chang1-1/+1
2008-11-27Rework tupkg support scripts. Update paths.Loui Chang2-11/+13
2008-11-24Remove redundant tupkgs.conf.Loui Chang1-10/+0
2008-06-09Add version, username and description to daily new package email.Loui Chang1-35/+49
2008-03-27Remove references to AURMaintainerUIDCallan Barrett2-6/+3
2008-03-23Generate valid dummy data entriesLoui Chang1-12/+5
2008-03-23Make all references to AUR database consistentLoui Chang1-3/+3
2008-01-20Bug in uploading PKGBUILDs and aur schemaCallan Barrett1-2/+2
2008-01-20Add support for variable length votes in voting applicationCallan Barrett1-0/+1
2008-01-20AUR Voting ApplicationCallan Barrett1-0/+21