Age | Commit message (Expand) | Author | Files | Lines |
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 |
2011-03-04 | Improve cookie handling | Dan McGee | 2 | -14/+11 |
2011-03-01 | Fix potential injection vulnerability | Dan McGee | 1 | -2/+7 |
2011-02-27 | Set the character set when connecting to mysql | Florian Pritz | 1 | -0/+2 |
2011-02-27 | Define "Packages.SubmitterUID" and "Packages.MaintainerUID" as "NULL". | Lukas Fleischer | 5 | -7/+7 |
2011-02-27 | Define "PackageComments.DelUsersID" as "NULL". | Lukas Fleischer | 1 | -2/+2 |
2011-02-25 | Reject blacklisted packages on initial submission only. | Lukas Fleischer | 1 | -9/+9 |
2011-02-23 | Protect users against ZIP bombs (fixes FS#22991). | Lukas Fleischer | 2 | -0/+17 |
2011-02-23 | Add a per-user session limit (fixes FS#12898). | Lukas Fleischer | 2 | -1/+18 |
2011-02-22 | Add ability to search for non-out-of-date packages (fixes FS#17896). | Lukas Fleischer | 2 | -6/+20 |
2011-02-21 | Reject packages with subdirectories (fixes FS#22995). | Lukas Fleischer | 1 | -0/+3 |
2011-02-21 | Fix typo in "web/lib/pkgfuncs.inc". | Wieland Hoffmann | 1 | -2/+2 |
2011-02-21 | Make persistent cookie timeout configurable via "config.inc" (FS#22994). | Lukas Fleischer | 2 | -1/+5 |
2011-02-21 | Automatically adopt when updating an orphan package (fixes FS#22992). | Lukas Fleischer | 2 | -6/+8 |
2011-02-21 | Use move_uploaded_file() instead of rename() in "pkgsubmit.php". | Lukas Fleischer | 1 | -1/+1 |
2011-02-20 | Release 1.8.0.1.8.0 | Lukas Fleischer | 1 | -1/+1 |
2011-02-18 | Support for langauges written right-to-left | PyroPeter | 3 | -16/+46 |
2011-02-18 | pkg_search_results: replace blind-table with floating divs | PyroPeter | 3 | -61/+72 |
2011-02-17 | pkg_search_results: rewrite of pagination | PyroPeter | 3 | -69/+46 |
2011-02-11 | Add a package name blacklist. | Lukas Fleischer | 2 | -0/+32 |
2011-02-09 | Minor bugfix in pkg_change_category(). | Lukas Fleischer | 1 | -1/+1 |
2011-02-08 | Show submitter in package details (fixes FS#15488). | Lukas Fleischer | 1 | -0/+11 |
2011-02-02 | Minor variable parser bug fix (cf. commits 492c8c66, 7a58e99e). | Lukas Fleischer | 1 | -1/+1 |
2011-02-02 | Parse versioned deps correctly when using "<" or ">" (fixes FS#22679). | Lukas Fleischer | 1 | -2/+2 |
2011-02-01 | Remove "FSPath" column from "Packages" table. | Lukas Fleischer | 1 | -5/+3 |
2011-02-01 | Improve PKGBUILD variable parser correctness (cf. commit 492c8c66). | Lukas Fleischer | 1 | -4/+1 |
2011-02-01 | Drop PackageLocations table and references | Dan McGee | 7 | -90/+30 |
2011-01-28 | Avoid infinite loop in PKGBUILD variable parser (fixes FS#19482). | Lukas Fleischer | 1 | -9/+17 |