Age | Commit message (Expand) | Author | Files | Lines |
2011-04-12 | Fix syntax error in "CREATE TABLE" statement in the SQL schema. | Lukas Fleischer | 1 | -1/+1 |
2011-04-12 | wrap long SQL commands to improve formatting and readability | elij | 1 | -11/+23 |
2011-04-12 | replace print statements with logging module in gendummydata | elij | 1 | -40/+22 |
2011-04-12 | remove mysql dependency from gendummydata | elij | 1 | -41/+3 |
2011-04-11 | Add base transifex config | Dan McGee | 2 | -4/+10 |
2011-04-11 | Use HTTPS for transifex URLs | Dan McGee | 1 | -2/+2 |
2011-04-10 | Add ".mo" and ".po~" files to ".gitignore". | Lukas Fleischer | 1 | -0/+2 |
2011-04-10 | Update "TRANSLATING" with gettext and Transifex instructions. | Lukas Fleischer | 1 | -58/+33 |
2011-04-10 | Remove comment on translation helpers from "web/lib/translator.inc". | Lukas Fleischer | 1 | -9/+0 |
2011-04-10 | Supress rm(1) warnings showing up when running `make clean`. | Lukas Fleischer | 1 | -1/+1 |
2011-04-10 | Add "--check" to msgfmt(1) invocation in Makefile. | Lukas Fleischer | 1 | -1/+1 |
2011-04-10 | Update portable object files using `make update-po`. | Lukas Fleischer | 20 | -9428/+14665 |
2011-04-10 | Add "%.po-update" and "update-po" targets to Makefile. | Lukas Fleischer | 1 | -2/+11 |
2011-04-10 | Add initial headers to portable object files. | Lukas Fleischer | 20 | -0/+380 |
2011-04-10 | Create initial ".pot" file using `make update-pot`. | Lukas Fleischer | 1 | -0/+827 |
2011-04-10 | Add "update-pot" target to Makefile. | Lukas Fleischer | 2 | -1/+37 |
2011-04-10 | Add note on gettext migration to "UPGRADING". | Lukas Fleischer | 1 | -0/+6 |
2011-04-10 | Add locale directories to ".gitignore". | Lukas Fleischer | 1 | -0/+1 |
2011-04-10 | Remove "web/lang/". | Lukas Fleischer | 22 | -10660/+0 |
2011-04-10 | Replace translation engine with php-gettext. | Lukas Fleischer | 2 | -14/+10 |
2011-04-10 | Add php-gettext libraries to "web/lib/". | Lukas Fleischer | 2 | -0/+599 |
2011-04-10 | Add dummy "web/locale/" directory. | Lukas Fleischer | 1 | -0/+6 |
2011-04-10 | Add Makefile to compile ".po" files. | Lukas Fleischer | 1 | -0/+44 |
2011-04-10 | Remove duplicate message definitions from new portable object files. | Lukas Fleischer | 10 | -711/+0 |
2011-04-10 | Convert translation files to gettext compatible portable objects. | Lukas Fleischer | 20 | -0/+15571 |
2011-04-10 | Remove newline in "web/lang/sr.po". | Lukas Fleischer | 1 | -2/+1 |
2011-04-10 | Release 1.8.2.1.8.2 | Lukas Fleischer | 2 | -2/+2 |
2011-04-07 | Fix French translation. | Cédric Girard | 2 | -43/+44 |
2011-04-06 | Merge branch 'wip' | Lukas Fleischer | 2 | -1/+113 |
2011-04-06 | Update the german translation | Wieland Hoffmann | 2 | -1/+113 |
2011-04-06 | Make "Exact name" search option translatable. | Lukas Fleischer | 1 | -1/+1 |
2011-04-06 | Add option to search for exact name matches only (fixes FS#23556). | Lukas Fleischer | 2 | -2/+7 |
2011-04-05 | Initialize "$name" in pkgname_from_id(). | Lukas Fleischer | 1 | -2/+1 |
2011-04-05 | Remove File_Find PEAR module from code base. | Lukas Fleischer | 4 | -490/+7 |
2011-04-04 | Fix PHP warning when browsing a non-existent package. | Lukas Fleischer | 1 | -4/+2 |
2011-04-03 | Add more stats to the front page table | Dan McGee | 2 | -4/+34 |
2011-04-03 | Add indentation to stats table | Dan McGee | 1 | -30/+19 |
2011-04-03 | Remove Dummy Package concept | Dan McGee | 10 | -84/+41 |
2011-04-03 | Always set ModifiedTS including new packages | Dan McGee | 5 | -9/+13 |
2011-04-03 | Submission process code refactor | Dan McGee | 1 | -61/+35 |
2011-03-30 | Be more restrictive with source tarball contents. | Lukas Fleischer | 1 | -2/+13 |
2011-03-30 | Fix XSS vulnerability in "web/template/header.php". | Lukas Fleischer | 1 | -2/+2 |
2011-03-30 | Fix PHP notice when submitting an empty file. | Lukas Fleischer | 1 | -1/+1 |
2011-03-30 | Fix strict standards warnings in "web/html/pkgsubmit.php". | Lukas Fleischer | 1 | -2/+2 |
2011-03-30 | Check if submitted files are in GZIP format. | Lukas Fleischer | 1 | -2/+16 |
2011-03-30 | Fix XSS vulnerabilities in "web/html/voters.php". | Lukas Fleischer | 1 | -2/+2 |
2011-03-30 | Fix PHP undefined notice in "web/html/packages.php". | Lukas Fleischer | 1 | -1/+6 |
2011-03-30 | Fix XSS vulnerabilities in package comment templates. | Lukas Fleischer | 2 | -3/+3 |
2011-03-30 | gendummydata.py: Do not touch output file until we need it. | Lukas Fleischer | 1 | -5/+5 |
2011-03-24 | Bump up default per-page value to 50 | Dan McGee | 2 | -7/+7 |