summaryrefslogtreecommitdiff
path: root/web
AgeCommit message (Expand)Author
2011-04-27add SQL_DEBUG variable and database loggingelij
2011-04-27create variable before referencing it with .=elij
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-24pkgsubmit.php: Ensure the session is linked to a valid user.Lukas Fleischer
2011-04-24pkgsubmit.php: Remove redundant uid_from_sid() invocations.Lukas Fleischer
2011-04-20Use HTTPs for links in the main site navigation bar (fixes FS#23832).Lukas Fleischer
2011-04-20Use HTTPs for links in out of date notification mails.Lukas Fleischer
2011-04-19Use HTTPs for links in password reset confirmation mails.Lukas Fleischer
2011-04-19Use HTTPs for links in comment notification mails.Lukas Fleischer
2011-04-19urlencode() query args for main site package search (fixes FS#23774).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-10Remove "web/lang/".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-10Add dummy "web/locale/" directory.Lukas Fleischer
2011-04-10Remove newline in "web/lang/sr.po".Lukas Fleischer
2011-04-10Release 1.8.2.1.8.2Lukas Fleischer
2011-04-07Fix French translation.Cédric Girard
2011-04-06Merge branch 'wip'Lukas Fleischer
2011-04-06Update the german translationWieland Hoffmann
2011-04-06Make "Exact name" search option translatable.Lukas 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-04Fix PHP warning when browsing a non-existent package.Lukas Fleischer
2011-04-03Add more stats to the front page tableDan McGee
2011-04-03Add indentation to stats tableDan McGee
2011-04-03Remove Dummy Package conceptDan McGee
2011-04-03Always set ModifiedTS including new packagesDan McGee
2011-04-03Submission process code refactorDan McGee
2011-03-30Be more restrictive with source tarball contents.Lukas Fleischer
2011-03-30Fix XSS vulnerability in "web/template/header.php".Lukas Fleischer
2011-03-30Fix PHP notice when submitting an empty file.Lukas Fleischer
2011-03-30Fix strict standards warnings in "web/html/pkgsubmit.php".Lukas Fleischer
2011-03-30Check if submitted files are in GZIP format.Lukas Fleischer
2011-03-30Fix XSS vulnerabilities in "web/html/voters.php".Lukas Fleischer
2011-03-30Fix PHP undefined notice in "web/html/packages.php".Lukas Fleischer
2011-03-30Fix XSS vulnerabilities in package comment templates.Lukas Fleischer
2011-03-24Bump up default per-page value to 50Dan McGee
2011-03-15Fix main site package search URLDan McGee
2011-03-12Fix searching for orphans with "$LANG != 'en'" (fixes FS#23252).Lukas Fleischer