summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-30Fix XSS vulnerabilities in package comment templates.Lukas Fleischer2-3/+3
2011-03-30gendummydata.py: Do not touch output file until we need it.Lukas Fleischer1-5/+5
2011-03-24Bump up default per-page value to 50Dan McGee2-7/+7
2011-03-15Fix main site package search URLDan McGee1-2/+2
2011-03-12Fix searching for orphans with "$LANG != 'en'" (fixes FS#23252).Lukas Fleischer1-1/+1
2011-03-11Fix XSS vulnerability in package search results and package details.Lukas Fleischer2-10/+10
2011-03-11Fix broken XHTML.Lukas Fleischer14-154/+170
2011-03-10Perform a second query to find total search countDan McGee1-7/+11