summaryrefslogtreecommitdiff
path: root/web
AgeCommit message (Expand)Author
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-04Small template cleanupDan McGee
2011-03-04Improve cookie handlingDan McGee
2011-03-01Fix potential injection vulnerabilityDan McGee
2011-02-27Set the character set when connecting to mysqlFlorian Pritz
2011-02-27Define "Packages.SubmitterUID" and "Packages.MaintainerUID" as "NULL".Lukas Fleischer
2011-02-27Define "PackageComments.DelUsersID" as "NULL".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-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-11Add a package name blacklist.Lukas Fleischer
2011-02-09Minor bugfix in pkg_change_category().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-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
2011-01-25Replaced rm_rf() by rm_tree().Lukas Fleischer
2011-01-25Removed links to internal sources from package details.Lukas Fleischer
2011-01-24Build URLs from package names (fixes FS#15308, FS#19327).Lukas Fleischer