Age | Commit message (Expand) | Author | Files | Lines |
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 | Remove newline in "web/lang/sr.po". | Lukas Fleischer | 1 | -2/+1 |
2011-04-10 | Release 1.8.2.1.8.2 | Lukas Fleischer | 1 | -1/+1 |
2011-04-07 | Fix French translation. | Cédric Girard | 1 | -43/+43 |
2011-04-06 | Merge branch 'wip' | Lukas Fleischer | 1 | -1/+112 |
2011-04-06 | Update the german translation | Wieland Hoffmann | 1 | -1/+112 |
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 | 3 | -490/+4 |
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 | 7 | -79/+27 |
2011-04-03 | Always set ModifiedTS including new packages | Dan McGee | 4 | -9/+6 |
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-24 | Bump up default per-page value to 50 | Dan McGee | 2 | -7/+7 |
2011-03-15 | Fix main site package search URL | Dan McGee | 1 | -2/+2 |
2011-03-12 | Fix searching for orphans with "$LANG != 'en'" (fixes FS#23252). | Lukas Fleischer | 1 | -1/+1 |
2011-03-11 | Fix XSS vulnerability in package search results and package details. | Lukas Fleischer | 2 | -10/+10 |
2011-03-11 | Fix broken XHTML. | Lukas Fleischer | 14 | -154/+170 |
2011-03-10 | Perform a second query to find total search count | Dan McGee | 1 | -7/+11 |
2011-03-10 | Split package search query into parts | Dan McGee | 1 | -20/+20 |
2011-03-10 | More PHP Notice undefined fixups | Dan McGee | 3 | -3/+12 |
2011-03-09 | Release 1.8.1.1.8.1 | Lukas Fleischer | 1 | -1/+1 |
2011-03-04 | Fix outdated link in My Statistics pane | Dan McGee | 1 | -1/+1 |
2011-03-04 | Add a sanitize_ids function and use it in all pkg_* functions | Dan McGee | 1 | -33/+22 |
2011-03-04 | Set a default timezone | Dan McGee | 1 | -0/+2 |
2011-03-04 | Fix PHP notices in account pages | Dan McGee | 2 | -18/+28 |
2011-03-04 | Remove dead dependency/required by link code | Dan McGee | 2 | -29/+7 |
2011-03-04 | Ensure all variables are set in package search form | Dan McGee | 1 | -21/+13 |
2011-03-04 | Fix PHP notices in pkg_search_form | Dan McGee | 1 | -7/+7 |
2011-03-04 | Fix PHP notice: requiredby array | Dan McGee | 1 | -3/+2 |
2011-03-04 | Fix main site URL | Dan McGee | 1 | -2/+2 |
2011-03-04 | Add action lookup helper function | Dan McGee | 2 | -11/+16 |
2011-03-04 | Ensure all package ID values are coerced to integers | Dan McGee | 1 | -18/+22 |
2011-03-04 | Vastly simplify pkg_delete function | Dan McGee | 1 | -58/+8 |
2011-03-04 | Ensure users can be deleted when foreign keys are present | Dan McGee | 1 | -1/+0 |
2011-03-04 | Small template cleanup | Dan McGee | 1 | -2/+1 |