summaryrefslogtreecommitdiff
path: root/web/lib
AgeCommit message (Expand)Author
2011-06-22refactor apc code and move to aur.incelij
2011-05-17add first submitted and last modified to rpc outputkachelaqa
2011-05-17add support for etag and conditional get (if-none-match)elij
2011-05-17fix case where user does not existelij
2011-05-17test return value from db_query before assuming it is validelij
2011-04-27add SQL_DEBUG variable and database loggingelij
2011-04-27stats: capitalize FROM in all SQL queriesDan McGee
2011-04-27SQL: treat all UID/ID values as numbers, not stringsDan McGee
2011-04-27SQL: use standard LIMIT/OFFSET syntaxDan McGee
2011-04-20Use HTTPs for links in out of date notification mails.Lukas Fleischer
2011-04-16rpc: unify methods return (fixes FS#17597)tuxce
2011-04-16rpc: introduce multiinfo query (fixes FS#17583)Dan McGee
2011-04-16rpc.php: be a bit more consistent in query buildingDan McGee
2011-04-16rpc.php overhaulDan McGee
2011-04-13Don't allow dl() of json moduleDan McGee
2011-04-13Pass array_map() callback function properly.Lukas Fleischer
2011-04-13Remove "New Package Notify" option from user account settings.Lukas Fleischer
2011-04-10Remove comment on translation helpers from "web/lib/translator.inc".Lukas Fleischer
2011-04-10Replace translation engine with php-gettext.Lukas Fleischer
2011-04-10Add php-gettext libraries to "web/lib/".Lukas Fleischer
2011-04-10Release 1.8.2.1.8.2Lukas Fleischer
2011-04-06Add option to search for exact name matches only (fixes FS#23556).Lukas Fleischer
2011-04-05Initialize "$name" in pkgname_from_id().Lukas Fleischer
2011-04-05Remove File_Find PEAR module from code base.Lukas Fleischer
2011-04-03Add more stats to the front page tableDan McGee
2011-04-03Remove Dummy Package conceptDan McGee
2011-04-03Always set ModifiedTS including new packagesDan McGee
2011-03-24Bump up default per-page value to 50Dan McGee
2011-03-12Fix searching for orphans with "$LANG != 'en'" (fixes FS#23252).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-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-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-04Improve cookie handlingDan 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-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