summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-08-19aurblup: Update config.h.protoDan McGee1-3/+10
2011-08-13Rebuild message catalog and translationsLukas Fleischer23-483/+614
2011-08-13Add Finnish and Dutch translationsLukas Fleischer4-0/+1701
2011-08-13Translation updates from TransifexLukas Fleischer20-4957/+1371
2011-08-13po/POTFILES: Fix library file pathsLukas Fleischer1-3/+3
2011-08-13po/Makefile: Fix version file pathLukas Fleischer1-1/+1
2011-08-12Use secure and httponly session cookiesLukas Fleischer3-4/+4
2011-08-11Add a configuration setting to disallow HTTP loginLukas Fleischer3-3/+17
2011-08-11UPGRADING: Add note on backward compatible package URLsLukas Fleischer1-0/+17
2011-08-11UPGRADING: Mention the upload directory transform scriptLukas Fleischer1-0/+3
2011-08-11Remove unnecessary atype and uid lookup from package_details()Dan McGee2-3/+2
2011-08-11Use 'true' instead of 'True' everywhereDan McGee2-9/+9
2011-08-11Make package creation and update atomicDan McGee1-1/+5
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-11Allow for merging deleted packages into existing onesLukas Fleischer3-2/+18
2011-08-11Add "mergepkgid" argument to pkg_delete()Lukas Fleischer1-1/+30
2011-08-11Rename package_exists() to pkgid_from_name()Lukas Fleischer3-4/+4
2011-08-10Add a upload directory transform scriptDan McGee1-0/+58
2011-08-10Segment the upload directory by package name prefixDan McGee4-13/+21
2011-08-10Allow SQL_DEBUG to be undefinedDan McGee1-1/+1
2011-08-10scripts/cleanup: use native PHP onlyDan McGee1-9/+11
2011-07-29Fix empty depends database insertLukas Fleischer1-11/+16
2011-06-28Replace split() invocations with explode()Lukas Fleischer1-1/+1
2011-06-28aurblup: use implicit make rules and adjust CFLAGSDan McGee2-5/+1
2011-06-28aurblup: mark all functions and global variables staticDan McGee1-23/+23
2011-06-28aurblup: blacklist processing query changesDan McGee2-21/+5
2011-06-25Simplify session ID generationLukas Fleischer1-10/+1
2011-06-25Stricter email address validationLukas Fleischer1-1/+1
2011-06-25Honor epoch field in PKGBUILD files.Slavi Pantaleev1-6/+10
2011-06-25fix incompatibility with php short open tagsFlorian Pritz2-5/+1
2011-06-25README: fix pacman callFlorian Pritz1-1/+1
2011-06-25Use sane ORDER BY clauses in package list queriesDan McGee1-4/+4
2011-06-25Fix performance issues with new PackageDepends lookupsDan McGee2-4/+7
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 referenceselij24-34/+37
2011-06-22make rss.php use the apc cache instead of a cache fileelij1-5/+13
2011-06-22refactor apc code and move to aur.incelij2-55/+66
2011-05-29Cleanup RPC usage output a bitLukas Fleischer1-15/+11
2011-05-29Properly encode ampersands in the RPC usage outputLukas Fleischer1-2/+2
2011-05-29fix two issues (php notice level) with html/rss.phpelij1-1/+3
2011-05-29restructure the html/rpc.php endpointelij1-28/+33
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 validelij7-68/+135
2011-05-09Added label tags for login form fields.Karlis Lauva1-5/+6
2011-04-27UPGRADING: Add note on merging config file changes.Lukas Fleischer1-0/+2
2011-04-27add SQL_DEBUG variable and database loggingelij2-0/+16