summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2011-04-11Use HTTPS for transifex URLsDan McGee1-2/+2
2011-04-10Add ".mo" and ".po~" files to ".gitignore".Lukas Fleischer1-0/+2
2011-04-10Update "TRANSLATING" with gettext and Transifex instructions.Lukas Fleischer1-58/+33
2011-04-10Remove comment on translation helpers from "web/lib/translator.inc".Lukas Fleischer1-9/+0
2011-04-10Supress rm(1) warnings showing up when running `make clean`.Lukas Fleischer1-1/+1
2011-04-10Add "--check" to msgfmt(1) invocation in Makefile.Lukas Fleischer1-1/+1
2011-04-10Update portable object files using `make update-po`.Lukas Fleischer20-9428/+14665
2011-04-10Add "%.po-update" and "update-po" targets to Makefile.Lukas Fleischer1-2/+11
2011-04-10Add initial headers to portable object files.Lukas Fleischer20-0/+380
2011-04-10Create initial ".pot" file using `make update-pot`.Lukas Fleischer1-0/+827
2011-04-10Add "update-pot" target to Makefile.Lukas Fleischer2-1/+37
2011-04-10Add note on gettext migration to "UPGRADING".Lukas Fleischer1-0/+6
2011-04-10Add locale directories to ".gitignore".Lukas Fleischer1-0/+1
2011-04-10Remove "web/lang/".Lukas Fleischer22-10660/+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-10Add dummy "web/locale/" directory.Lukas Fleischer1-0/+6
2011-04-10Add Makefile to compile ".po" files.Lukas Fleischer1-0/+44
2011-04-10Remove duplicate message definitions from new portable object files.Lukas Fleischer10-711/+0
2011-04-10Convert translation files to gettext compatible portable objects.Lukas Fleischer20-0/+15571
2011-04-10Remove newline in "web/lang/sr.po".Lukas Fleischer1-2/+1
2011-04-10Release 1.8.2.1.8.2Lukas Fleischer2-2/+2
2011-04-07Fix French translation.Cédric Girard2-43/+44
2011-04-06Merge branch 'wip'Lukas Fleischer2-1/+113
2011-04-06Update the german translationWieland Hoffmann2-1/+113
2011-04-06Make "Exact name" search option translatable.Lukas Fleischer1-1/+1
2011-04-06Add option to search for exact name matches only (fixes FS#23556).Lukas Fleischer2-2/+7
2011-04-05Initialize "$name" in pkgname_from_id().Lukas Fleischer1-2/+1
2011-04-05Remove File_Find PEAR module from code base.Lukas Fleischer4-490/+7
2011-04-04Fix PHP warning when browsing a non-existent package.Lukas Fleischer1-4/+2
2011-04-03Add more stats to the front page tableDan McGee2-4/+34
2011-04-03Add indentation to stats tableDan McGee1-30/+19
2011-04-03Remove Dummy Package conceptDan McGee10-84/+41
2011-04-03Always set ModifiedTS including new packagesDan McGee5-9/+13
2011-04-03Submission process code refactorDan McGee1-61/+35
2011-03-30Be more restrictive with source tarball contents.Lukas Fleischer1-2/+13
2011-03-30Fix XSS vulnerability in "web/template/header.php".Lukas Fleischer1-2/+2
2011-03-30Fix PHP notice when submitting an empty file.Lukas Fleischer1-1/+1
2011-03-30Fix strict standards warnings in "web/html/pkgsubmit.php".Lukas Fleischer1-2/+2
2011-03-30Check if submitted files are in GZIP format.Lukas Fleischer1-2/+16
2011-03-30Fix XSS vulnerabilities in "web/html/voters.php".Lukas Fleischer1-2/+2
2011-03-30Fix PHP undefined notice in "web/html/packages.php".Lukas Fleischer1-1/+6