summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-06-22check if new SessionID already existsworkingFlorian Pritz1-2/+10
2011-06-22fix incompatibility with php short open tagsFlorian Pritz2-5/+1
2011-06-22remove unneeded make_seed()Florian Pritz1-11/+1
2011-06-22use valid_email() from codeigniter's email helperFlorian Pritz1-1/+1
2011-06-22README: fix pacman callFlorian Pritz1-1/+1
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
2011-04-27create variable before referencing it with .=elij1-0/+1
2011-04-27stats: capitalize FROM in all SQL queriesDan McGee1-6/+6
2011-04-27SQL: treat all UID/ID values as numbers, not stringsDan McGee4-15/+15
2011-04-27SQL: use standard LIMIT/OFFSET syntaxDan McGee4-4/+4
2011-04-24pkgsubmit.php: Ensure the session is linked to a valid user.Lukas Fleischer1-3/+8
2011-04-24pkgsubmit.php: Remove redundant uid_from_sid() invocations.Lukas Fleischer1-3/+1
2011-04-20Use HTTPs for links in the main site navigation bar (fixes FS#23832).Lukas Fleischer1-7/+7
2011-04-20Use HTTPs for links in out of date notification mails.Lukas Fleischer1-1/+1
2011-04-19Use HTTPs for links in password reset confirmation mails.Lukas Fleischer1-1/+1
2011-04-19Use HTTPs for links in comment notification mails.Lukas Fleischer1-1/+1
2011-04-19urlencode() query args for main site package search (fixes FS#23774).Lukas Fleischer1-1/+1
2011-04-19Add a .mailmap fileDan McGee1-0/+15
2011-04-16rpc: unify methods return (fixes FS#17597)tuxce1-29/+19
2011-04-16rpc: introduce multiinfo query (fixes FS#17583)Dan McGee2-1/+67
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 obsolete README file in "support/".Lukas Fleischer1-6/+0
2011-04-13Remove "NewPkgNotify" column from "Users" table.Lukas Fleischer2-2/+6
2011-04-13Remove new package notification script.Lukas Fleischer1-100/+0
2011-04-13Remove "New Package Notify" option from user account settings.Lukas Fleischer2-31/+10
2011-04-13Make "gendummydata.py" Python 3 compliant.Lukas Fleischer2-15/+15
2011-04-12Fix dependency generation in "gendummydata.py".Lukas Fleischer1-2/+2
2011-04-12Fix syntax error in "CREATE TABLE" statement in the SQL schema.Lukas Fleischer1-1/+1
2011-04-12wrap long SQL commands to improve formatting and readabilityelij1-11/+23
2011-04-12replace print statements with logging module in gendummydataelij1-40/+22
2011-04-12remove mysql dependency from gendummydataelij1-41/+3
2011-04-11Add base transifex configDan McGee2-4/+10