summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-03Add indentation to stats tableDan McGee
2011-04-03Remove Dummy Package conceptDan McGee
2011-04-03Always set ModifiedTS including new packagesDan McGee
2011-04-03Submission process code refactorDan McGee
2011-03-30Be more restrictive with source tarball contents.Lukas Fleischer
2011-03-30Fix XSS vulnerability in "web/template/header.php".Lukas Fleischer
2011-03-30Fix PHP notice when submitting an empty file.Lukas Fleischer
2011-03-30Fix strict standards warnings in "web/html/pkgsubmit.php".Lukas Fleischer
2011-03-30Check if submitted files are in GZIP format.Lukas Fleischer
2011-03-30Fix XSS vulnerabilities in "web/html/voters.php".Lukas Fleischer
2011-03-30Fix PHP undefined notice in "web/html/packages.php".Lukas Fleischer
2011-03-30Fix XSS vulnerabilities in package comment templates.Lukas Fleischer
2011-03-30gendummydata.py: Do not touch output file until we need it.Lukas Fleischer
2011-03-24Bump up default per-page value to 50Dan McGee
2011-03-15Fix main site package search URLDan McGee
2011-03-12Fix searching for orphans with "$LANG != 'en'" (fixes FS#23252).Lukas Fleischer
2011-03-11Fix XSS vulnerability in package search results and package details.Lukas Fleischer
2011-03-11Fix broken XHTML.Lukas Fleischer
2011-03-10Perform a second query to find total search countDan McGee
2011-03-10Split package search query into partsDan McGee
2011-03-10More PHP Notice undefined fixupsDan McGee
2011-03-09Release 1.8.1.1.8.1Lukas Fleischer
2011-03-04Fix outdated link in My Statistics paneDan McGee
2011-03-04Add a sanitize_ids function and use it in all pkg_* functionsDan McGee
2011-03-04Set a default timezoneDan McGee
2011-03-04Fix PHP notices in account pagesDan McGee
2011-03-04Remove dead dependency/required by link codeDan McGee
2011-03-04Ensure all variables are set in package search formDan McGee
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