summaryrefslogtreecommitdiffstats
path: root/web/lib
AgeCommit message (Expand)AuthorFilesLines
2012-03-09Release 1.9.1v1.9.1Lukas Fleischer1-1/+1
2012-03-09Replace "nb_NO" translation by "nb"Lukas Fleischer1-1/+1
2012-03-09Replace "pt" translation by "pt_PT"Lukas Fleischer1-1/+1
2011-10-25Escape wildcards in "LIKE" patternsLukas Fleischer4-13/+15
2011-10-25Wrap mysql_real_escape_string() in a functionLukas Fleischer5-36/+42
2011-08-22RPC: Fix info queries when using package IDsLukas Fleischer1-1/+1
2011-08-20Release 1.9.0v1.9.0Lukas Fleischer1-1/+1
2011-08-20Replace "el_GR" translation by "el"Lukas Fleischer1-1/+1
2011-08-20Add Portuguese (Brazilian) translationLukas Fleischer1-0/+1
2011-08-13Add Finnish and Dutch translationsLukas Fleischer1-0/+2
2011-08-12Use secure and httponly session cookiesLukas Fleischer2-3/+3
2011-08-11Add a configuration setting to disallow HTTP loginLukas Fleischer2-2/+8
2011-08-11Remove unnecessary atype and uid lookup from package_details()Dan McGee1-3/+0
2011-08-11Use 'true' instead of 'True' everywhereDan McGee1-6/+6
2011-08-11pkgfuncs.inc.php: allow all DB funcs to take handle argDan McGee1-61/+102
2011-08-11aur.inc.php: allow all functions using DB to take handle as argDan McGee1-25/+49
2011-08-11Add "mergepkgid" argument to pkg_delete()Lukas Fleischer1-1/+30
2011-08-11Rename package_exists() to pkgid_from_name()Lukas Fleischer1-1/+1
2011-08-10Segment the upload directory by package name prefixDan McGee1-1/+1
2011-08-10Allow SQL_DEBUG to be undefinedDan McGee1-1/+1
2011-06-25Simplify session ID generationLukas Fleischer1-10/+1
2011-06-25Stricter email address validationLukas Fleischer1-1/+1
2011-06-25Use sane ORDER BY clauses in package list queriesDan McGee1-4/+4
2011-06-22Do not redirect on single search resultsLukas Fleischer1-29/+22
2011-06-22Make cache type selectable based on config valueelij3-46/+92
2011-06-22rename *.inc files to *.inc.php and adjust imports and referenceselij8-8/+8
2011-06-22refactor apc code and move to aur.incelij2-55/+66
2011-05-17add first submitted and last modified to rpc outputkachelaqa1-1/+2
2011-05-17add support for etag and conditional get (if-none-match)elij1-1/+29
2011-05-17fix case where user does not existelij1-0/+3
2011-05-17test return value from db_query before assuming it is validelij3-39/+71
2011-04-27add SQL_DEBUG variable and database loggingelij2-0/+16
2011-04-27stats: capitalize FROM in all SQL queriesDan McGee1-6/+6
2011-04-27SQL: treat all UID/ID values as numbers, not stringsDan McGee2-12/+12
2011-04-27SQL: use standard LIMIT/OFFSET syntaxDan McGee2-2/+2
2011-04-20Use HTTPs for links in out of date notification mails.Lukas Fleischer1-1/+1
2011-04-16rpc: unify methods return (fixes FS#17597)tuxce1-29/+19
2011-04-16rpc: introduce multiinfo query (fixes FS#17583)Dan McGee1-1/+66
2011-04-16rpc.php: be a bit more consistent in query buildingDan McGee1-10/+10
2011-04-16rpc.php overhaulDan McGee1-69/+44
2011-04-13Don't allow dl() of json moduleDan McGee1-4/+0
2011-04-13Pass array_map() callback function properly.Lukas Fleischer1-1/+1
2011-04-13Remove "New Package Notify" option from user account settings.Lukas Fleischer1-27/+6
2011-04-10Remove comment on translation helpers from "web/lib/translator.inc".Lukas Fleischer1-9/+0
2011-04-10Replace translation engine with php-gettext.Lukas Fleischer2-14/+10
2011-04-10Add php-gettext libraries to "web/lib/".Lukas Fleischer2-0/+599
2011-04-10Release 1.8.2.1.8.2Lukas Fleischer1-1/+1
2011-04-06Add option to search for exact name matches only (fixes FS#23556).Lukas Fleischer1-1/+6
2011-04-05Initialize "$name" in pkgname_from_id().Lukas Fleischer1-2/+1
2011-04-05Remove File_Find PEAR module from code base.Lukas Fleischer1-485/+0