summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-03-09Release 1.8.1.1.8.1Lukas Fleischer1-1/+1
2011-03-04Fix outdated link in My Statistics paneDan McGee1-1/+1
2011-03-04Add a sanitize_ids function and use it in all pkg_* functionsDan McGee1-33/+22
2011-03-04Set a default timezoneDan McGee1-0/+2
2011-03-04Fix PHP notices in account pagesDan McGee2-18/+28
2011-03-04Remove dead dependency/required by link codeDan McGee2-29/+7
2011-03-04Ensure all variables are set in package search formDan McGee1-21/+13
2011-03-04Fix PHP notices in pkg_search_formDan McGee1-7/+7
2011-03-04Fix PHP notice: requiredby arrayDan McGee1-3/+2
2011-03-04Fix main site URLDan McGee1-2/+2
2011-03-04Add action lookup helper functionDan McGee2-11/+16
2011-03-04Ensure all package ID values are coerced to integersDan McGee1-18/+22
2011-03-04Vastly simplify pkg_delete functionDan McGee1-58/+8
2011-03-04Ensure users can be deleted when foreign keys are presentDan McGee2-3/+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-03-04Small template cleanupDan McGee1-2/+1
2011-03-04Improve cookie handlingDan McGee2-14/+11
2011-03-01Fix potential injection vulnerabilityDan McGee1-2/+7
2011-02-28AUTHORS: Move Callan from "Current Maintainers" to "Contributors".Lukas Fleischer1-1/+1
2011-02-28AUTHORS: Rename "Current Contributors" to "Current Maintainers".Lukas Fleischer1-1/+1
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-27Add note on merging "web/lib/config.inc.proto" to "UPGRADING".Lukas Fleischer1-0/+2
2011-02-27Fix some minor bugs in "support/schema/gendummydata.py".Lukas Fleischer1-2/+2
2011-02-27Set the character set when connecting to mysqlFlorian Pritz1-0/+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 Fleischer8-10/+20
2011-02-27Add note on upgrading from MyISAM to InnoDB to "UPGRADING".Lukas Fleischer1-0/+24
2011-02-27Define "PackageComments.DelUsersID" as "NULL".Lukas Fleischer3-3/+6
2011-02-26Add missing foreign keys and constraints to the DB.Lukas Fleischer2-5/+37
2011-02-26Use a real sync algorithm in aurblup (fixes FS#23039).Lukas Fleischer1-37/+101
2011-02-25Reject blacklisted packages on initial submission only.Lukas Fleischer1-9/+9
2011-02-23Protect users against ZIP bombs (fixes FS#22991).Lukas Fleischer2-0/+17
2011-02-23Add a per-user session limit (fixes FS#12898).Lukas Fleischer2-1/+18
2011-02-22Add ability to search for non-out-of-date packages (fixes FS#17896).Lukas Fleischer2-6/+20
2011-02-21Reject packages with subdirectories (fixes FS#22995).Lukas Fleischer1-0/+3
2011-02-21Fix typo in "web/lib/pkgfuncs.inc".Wieland Hoffmann1-2/+2
2011-02-21Make persistent cookie timeout configurable via "config.inc" (FS#22994).Lukas Fleischer2-1/+5
2011-02-21Automatically adopt when updating an orphan package (fixes FS#22992).Lukas Fleischer2-6/+8
2011-02-21Use move_uploaded_file() instead of rename() in "pkgsubmit.php".Lukas Fleischer1-1/+1
2011-02-20Release 1.8.0.1.8.0Lukas Fleischer1-1/+1
2011-02-18Add myself to "AUTHORS".Lukas Fleischer1-0/+1
2011-02-18"TODO" cleanup.Lukas Fleischer1-6/+0
2011-02-18Support for langauges written right-to-leftPyroPeter3-16/+46
2011-02-18pkg_search_results: replace blind-table with floating divsPyroPeter3-61/+72
2011-02-17pkg_search_results: rewrite of paginationPyroPeter3-69/+46
2011-02-15Add note on InnoDB compatibility to "UPGRADING".Lukas Fleischer1-0/+6
2011-02-11Add note about aurblup to "UPGRADING".Lukas Fleischer1-0/+18
2011-02-11Update aurblup "README".Lukas Fleischer1-1/+2