summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-02-10Remove unused fulltext index from "Packages" table.Lukas Fleischer
2011-02-09Minor bugfix in pkg_change_category().Lukas Fleischer
2011-02-09Use VARCHAR instead of CHAR where appropriate.Lukas Fleischer
2011-02-08Show submitter in package details (fixes FS#15488).Lukas Fleischer
2011-02-02Minor variable parser bug fix (cf. commits 492c8c66, 7a58e99e).Lukas Fleischer
2011-02-02Parse versioned deps correctly when using "<" or ">" (fixes FS#22679).Lukas Fleischer
2011-02-01Drop "PackageContents" table and references.Lukas Fleischer
2011-02-01Remove "FSPath" column from "Packages" table.Lukas Fleischer
2011-02-01Improve PKGBUILD variable parser correctness (cf. commit 492c8c66).Lukas Fleischer
2011-02-01Drop PackageLocations table and referencesDan McGee
2011-01-28Avoid infinite loop in PKGBUILD variable parser (fixes FS#19482).Lukas Fleischer
2011-01-28aurjson: Escape wildcards in "LIKE" patterns (fixes FS#18626).Lukas Fleischer
2011-01-28Use UTF-8 in RSS feeds (fixes FS#10706).Lukas Fleischer