summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-04Fix PHP notices in pkg_search_formDan McGee
2011-03-04Fix PHP notice: requiredby arrayDan McGee
2011-03-04Fix main site URLDan McGee
2011-03-04Add action lookup helper functionDan McGee
2011-03-04Ensure all package ID values are coerced to integersDan McGee
2011-03-04Vastly simplify pkg_delete functionDan McGee
2011-03-04Ensure users can be deleted when foreign keys are presentDan McGee
2011-03-04Allow DB connection values to come from the environmentDan McGee
2011-03-04Use a single transaction to write dummy dataDan McGee
2011-03-04Small template cleanupDan McGee
2011-03-04Improve cookie handlingDan McGee
2011-03-01Fix potential injection vulnerabilityDan McGee
2011-02-28AUTHORS: Move Callan from "Current Maintainers" to "Contributors".Lukas Fleischer
2011-02-28AUTHORS: Rename "Current Contributors" to "Current Maintainers".Lukas Fleischer
2011-02-28Remove database recreation code from "support/schema/reloadtestdb.sh".Lukas Fleischer
2011-02-28Specify utf8 in database schema.Loui Chang
2011-02-27Add note on merging "web/lib/config.inc.proto" to "UPGRADING".Lukas Fleischer
2011-02-27Fix some minor bugs in "support/schema/gendummydata.py".Lukas Fleischer
2011-02-27Set the character set when connecting to mysqlFlorian Pritz
2011-02-27Add "ENGINE = InnoDB" to "CREATE TABLE" statements in the SQL schema.Lukas Fleischer
2011-02-27Define "Packages.SubmitterUID" and "Packages.MaintainerUID" as "NULL".Lukas Fleischer
2011-02-27Add note on upgrading from MyISAM to InnoDB to "UPGRADING".Lukas Fleischer
2011-02-27Define "PackageComments.DelUsersID" as "NULL".Lukas Fleischer
2011-02-26Add missing foreign keys and constraints to the DB.Lukas Fleischer
2011-02-26Use a real sync algorithm in aurblup (fixes FS#23039).Lukas Fleischer
2011-02-25Reject blacklisted packages on initial submission only.Lukas Fleischer
2011-02-23Protect users against ZIP bombs (fixes FS#22991).Lukas Fleischer
2011-02-23Add a per-user session limit (fixes FS#12898).Lukas Fleischer
2011-02-22Add ability to search for non-out-of-date packages (fixes FS#17896).Lukas Fleischer
2011-02-21Reject packages with subdirectories (fixes FS#22995).Lukas Fleischer
2011-02-21Fix typo in "web/lib/pkgfuncs.inc".Wieland Hoffmann
2011-02-21Make persistent cookie timeout configurable via "config.inc" (FS#22994).Lukas Fleischer
2011-02-21Automatically adopt when updating an orphan package (fixes FS#22992).Lukas Fleischer
2011-02-21Use move_uploaded_file() instead of rename() in "pkgsubmit.php".Lukas Fleischer
2011-02-20Release 1.8.0.1.8.0Lukas Fleischer
2011-02-18Add myself to "AUTHORS".Lukas Fleischer
2011-02-18"TODO" cleanup.Lukas Fleischer
2011-02-18Support for langauges written right-to-leftPyroPeter
2011-02-18pkg_search_results: replace blind-table with floating divsPyroPeter
2011-02-17pkg_search_results: rewrite of paginationPyroPeter
2011-02-15Add note on InnoDB compatibility to "UPGRADING".Lukas Fleischer
2011-02-11Add note about aurblup to "UPGRADING".Lukas Fleischer
2011-02-11Update aurblup "README".Lukas Fleischer
2011-02-11Use VARCHAR instead of CHAR in "PackageBlacklist" table.Lukas Fleischer
2011-02-11Add support for MySQL transactions to aurblup.Lukas Fleischer
2011-02-11Fix typos in aurblup source and "README".Lukas Fleischer
2011-02-11Add packages' provides and replaces to the blacklist in aurblup.Lukas Fleischer
2011-02-11Fix memory leak in aurblup.Lukas Fleischer
2011-02-11Add AUR package blacklist updater (aurblup).Lukas Fleischer
2011-02-11Add a package name blacklist.Lukas Fleischer