summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-24Wrap mysql_real_escape_string() in a functionLukas Fleischer
2011-10-24send emails when delteing packagesFlorian Pritz
2011-10-24Show last voted date on account details pageDan McGee
2011-10-24Add LastLogin column to Users tableDan McGee
2011-10-24Require DB handle for most user account functionsDan McGee
2011-10-24Remove a boatload of inline table stylesDan McGee
2011-10-24Remove explicit utf8 declarations in table creationDan McGee
2011-10-24aurblup: update for pacman 4 revised libalpm APIDan McGee
2011-10-24aurblup: remove use of alpm_list_getdata()Dan McGee
2011-10-24aurblup: style cleanupsDan McGee
2011-10-24aurblup: remove ';' from queriesDan McGee
2011-10-24Move SUPPORTED_LANGS out of config.inc.phpDan McGee
2011-09-23RPC: Coerce numeric values into integersLukas Fleischer
2011-09-23RPC: Provide out-of-date timestampLukas Fleischer
2011-09-05Merge branch 'maint'Lukas Fleischer
2011-09-05Update message catalogLukas Fleischer
2011-09-05web/template/login_form.php: Escape the request URILukas Fleischer
2011-09-05web/html/pkgsubmit.php: Deal with unset category IDLukas Fleischer
2011-09-05Link to current page in the login bar HTTPs linkLukas Fleischer
2011-08-22Merge branch 'maint'Lukas Fleischer
2011-08-22Provide more examples on the RPC info pageLukas Fleischer
2011-08-22RPC: Fix info queries when using package IDsLukas Fleischer
2011-08-22Add missing __() to category info in package detailsLukas Fleischer
2011-08-22UPGRADING: Fix rewrite rulesLukas Fleischer
2011-08-20web/lib/translator.inc.php: Use vsprintf() in __()Lukas Fleischer
2011-08-20Use "%s" instead of "%h" in format stringsLukas Fleischer
2011-08-20Release 1.9.0v1.9.0Lukas Fleischer
2011-08-20Replace "el_GR" translation by "el"Lukas Fleischer
2011-08-20Add Portuguese (Brazilian) translationLukas Fleischer
2011-08-20Translation updates from TransifexLukas Fleischer
2011-08-19UPGRADING: Add note on aurblup config changesLukas Fleischer
2011-08-19aurblup: Update config.h.protoDan McGee
2011-08-13Rebuild message catalog and translationsLukas Fleischer
2011-08-13Add Finnish and Dutch translationsLukas Fleischer
2011-08-13Translation updates from TransifexLukas Fleischer
2011-08-13po/POTFILES: Fix library file pathsLukas Fleischer
2011-08-13po/Makefile: Fix version file pathLukas Fleischer
2011-08-12Use secure and httponly session cookiesLukas Fleischer
2011-08-11Add a configuration setting to disallow HTTP loginLukas Fleischer
2011-08-11UPGRADING: Add note on backward compatible package URLsLukas Fleischer
2011-08-11UPGRADING: Mention the upload directory transform scriptLukas Fleischer
2011-08-11Remove unnecessary atype and uid lookup from package_details()Dan McGee
2011-08-11Use 'true' instead of 'True' everywhereDan McGee
2011-08-11Make package creation and update atomicDan McGee
2011-08-11pkgfuncs.inc.php: allow all DB funcs to take handle argDan McGee
2011-08-11aur.inc.php: allow all functions using DB to take handle as argDan McGee
2011-08-11Allow for merging deleted packages into existing onesLukas Fleischer
2011-08-11Add "mergepkgid" argument to pkg_delete()Lukas Fleischer
2011-08-11Rename package_exists() to pkgid_from_name()Lukas Fleischer
2011-08-10Add a upload directory transform scriptDan McGee