Age | Commit message (Expand) | Author | Files | Lines |
2012-07-06 | gendummydata.py: Add ability to generate dummy trusted user proposals | canyonknight | 1 | -0/+26 |
2012-07-06 | gendummydata.py: Change variable to string to eliminate redundant code | canyonknight | 1 | -11/+5 |
2012-07-06 | gendummydata.py: Remove unused variables | canyonknight | 1 | -7/+0 |
2012-07-06 | gendummydata.py: Add check for command generating dummy comments | canyonknight | 1 | -1/+7 |
2012-03-24 | Add field for PGP key in profile information | Lukas Fleischer | 1 | -0/+1 |
2011-10-24 | Add LastLogin column to Users table | Dan McGee | 1 | -0/+1 |
2011-10-24 | Remove explicit utf8 declarations in table creation | Dan McGee | 1 | -2/+2 |
2011-06-25 | Fix performance issues with new PackageDepends lookups | Dan McGee | 1 | -0/+1 |
2011-04-13 | Remove obsolete README file in "support/". | Lukas Fleischer | 1 | -6/+0 |
2011-04-13 | Remove "NewPkgNotify" column from "Users" table. | Lukas Fleischer | 1 | -2/+0 |
2011-04-13 | Remove new package notification script. | Lukas Fleischer | 1 | -100/+0 |
2011-04-13 | Make "gendummydata.py" Python 3 compliant. | Lukas Fleischer | 2 | -15/+15 |
2011-04-12 | Fix dependency generation in "gendummydata.py". | Lukas Fleischer | 1 | -2/+2 |
2011-04-12 | Fix syntax error in "CREATE TABLE" statement in the SQL schema. | Lukas Fleischer | 1 | -1/+1 |
2011-04-12 | wrap long SQL commands to improve formatting and readability | elij | 1 | -11/+23 |
2011-04-12 | replace print statements with logging module in gendummydata | elij | 1 | -40/+22 |
2011-04-12 | remove mysql dependency from gendummydata | elij | 1 | -41/+3 |
2011-04-03 | Remove Dummy Package concept | Dan McGee | 2 | -5/+2 |
2011-03-30 | gendummydata.py: Do not touch output file until we need it. | Lukas Fleischer | 1 | -5/+5 |
2011-03-04 | Ensure users can be deleted when foreign keys are present | Dan McGee | 1 | -2/+3 |
2011-03-04 | Allow DB connection values to come from the environment | Dan McGee | 3 | -21/+33 |
2011-03-04 | Use a single transaction to write dummy data | Dan McGee | 1 | -0/+2 |
2011-02-28 | Remove database recreation code from "support/schema/reloadtestdb.sh". | Lukas Fleischer | 1 | -6/+0 |
2011-02-28 | Specify utf8 in database schema. | Loui Chang | 1 | -4/+4 |
2011-02-27 | Fix some minor bugs in "support/schema/gendummydata.py". | Lukas Fleischer | 1 | -2/+2 |
2011-02-27 | Add "ENGINE = InnoDB" to "CREATE TABLE" statements in the SQL schema. | Lukas Fleischer | 1 | -13/+13 |
2011-02-27 | Define "Packages.SubmitterUID" and "Packages.MaintainerUID" as "NULL". | Lukas Fleischer | 2 | -3/+8 |
2011-02-27 | Define "PackageComments.DelUsersID" as "NULL". | Lukas Fleischer | 1 | -1/+1 |
2011-02-26 | Add missing foreign keys and constraints to the DB. | Lukas Fleischer | 1 | -5/+11 |
2011-02-11 | Use VARCHAR instead of CHAR in "PackageBlacklist" table. | Lukas Fleischer | 1 | -1/+1 |
2011-02-11 | Add a package name blacklist. | Lukas Fleischer | 1 | -0/+9 |
2011-02-10 | Remove unused fulltext index from "Packages" table. | Lukas Fleischer | 1 | -1/+0 |
2011-02-09 | Use VARCHAR instead of CHAR where appropriate. | Lukas Fleischer | 1 | -14/+14 |
2011-02-01 | Drop "PackageContents" table and references. | Lukas Fleischer | 2 | -39/+0 |
2011-02-01 | Remove "FSPath" column from "Packages" table. | Lukas Fleischer | 1 | -1/+0 |
2011-02-01 | Drop PackageLocations table and references | Dan McGee | 2 | -97/+29 |
2011-01-24 | Use "python2" shebang for "newpackage-notify" and "gendummydata.py". | Lukas Fleischer | 2 | -2/+2 |
2011-01-24 | Build URLs from package names (fixes FS#15308, FS#19327). | Lukas Fleischer | 2 | -15/+8 |
2010-11-10 | Add timestamp when a package is flagged out-of-date (FS#20848). | Lukas Fleischer | 1 | -2/+1 |
2010-04-17 | Support for storing salted passwords | Denis | 1 | -0/+1 |
2009-11-29 | aur-schema.sql: Expand LangPreference field to allow for longer lang codes. | Loui Chang | 1 | -1/+1 |
2009-11-13 | Implement 'Password Reset' facility (FS#3061) | Evangelos Foutras | 1 | -1/+1 |
2009-06-18 | Add multicolumn indexes on votes and notifications tables | Dan McGee | 1 | -1/+2 |
2008-12-11 | Move tupkg scripts to tupkg/scripts. | Loui Chang | 3 | -26/+0 |
2008-12-11 | Update usage and paths in tupkg run scripts. | Loui Chang | 2 | -6/+8 |
2008-11-28 | run-tupkgupdate: Fix CVS output grepping. | Loui Chang | 1 | -1/+1 |
2008-11-27 | Rework tupkg support scripts. Update paths. | Loui Chang | 2 | -11/+13 |
2008-11-24 | Remove redundant tupkgs.conf. | Loui Chang | 1 | -10/+0 |
2008-06-09 | Add version, username and description to daily new package email. | Loui Chang | 1 | -35/+49 |
2008-03-27 | Remove references to AURMaintainerUID | Callan Barrett | 2 | -6/+3 |