Age | Commit message (Expand) | Author | Files | Lines |
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 | 2 | -3/+3 |
2011-03-04 | Allow DB connection values to come from the environment | Dan McGee | 3 | -21/+33 |
2011-03-04 | Use a single transaction to write dummy data | Dan McGee | 1 | -0/+2 |
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-28 | AUTHORS: Move Callan from "Current Maintainers" to "Contributors". | Lukas Fleischer | 1 | -1/+1 |
2011-02-28 | AUTHORS: Rename "Current Contributors" to "Current Maintainers". | Lukas Fleischer | 1 | -1/+1 |
2011-02-28 | Remove database recreation code from "support/schema/reloadtestdb.sh". | Lukas Fleischer | 1 | -6/+0 |
2011-02-28 | Specify utf8 in database schema. | Loui Chang | 1 | -4/+4 |
2011-02-27 | Add note on merging "web/lib/config.inc.proto" to "UPGRADING". | Lukas Fleischer | 1 | -0/+2 |
2011-02-27 | Fix some minor bugs in "support/schema/gendummydata.py". | Lukas Fleischer | 1 | -2/+2 |
2011-02-27 | Set the character set when connecting to mysql | Florian Pritz | 1 | -0/+2 |
2011-02-27 | Add "ENGINE = InnoDB" to "CREATE TABLE" statements in the SQL schema. | Lukas Fleischer | 1 | -13/+13 |
2011-02-27 | Define "Packages.SubmitterUID" and "Packages.MaintainerUID" as "NULL". | Lukas Fleischer | 8 | -10/+20 |
2011-02-27 | Add note on upgrading from MyISAM to InnoDB to "UPGRADING". | Lukas Fleischer | 1 | -0/+24 |
2011-02-27 | Define "PackageComments.DelUsersID" as "NULL". | Lukas Fleischer | 3 | -3/+6 |
2011-02-26 | Add missing foreign keys and constraints to the DB. | Lukas Fleischer | 2 | -5/+37 |
2011-02-26 | Use a real sync algorithm in aurblup (fixes FS#23039). | Lukas Fleischer | 1 | -37/+101 |
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 | Add myself to "AUTHORS". | Lukas Fleischer | 1 | -0/+1 |
2011-02-18 | "TODO" cleanup. | Lukas Fleischer | 1 | -6/+0 |
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-15 | Add note on InnoDB compatibility to "UPGRADING". | Lukas Fleischer | 1 | -0/+6 |
2011-02-11 | Add note about aurblup to "UPGRADING". | Lukas Fleischer | 1 | -0/+18 |
2011-02-11 | Update aurblup "README". | Lukas Fleischer | 1 | -1/+2 |
2011-02-11 | Use VARCHAR instead of CHAR in "PackageBlacklist" table. | Lukas Fleischer | 2 | -2/+2 |
2011-02-11 | Add support for MySQL transactions to aurblup. | Lukas Fleischer | 2 | -0/+19 |
2011-02-11 | Fix typos in aurblup source and "README". | Lukas Fleischer | 2 | -3/+3 |
2011-02-11 | Add packages' provides and replaces to the blacklist in aurblup. | Lukas Fleischer | 1 | -11/+27 |
2011-02-11 | Fix memory leak in aurblup. | Lukas Fleischer | 1 | -0/+3 |
2011-02-11 | Add AUR package blacklist updater (aurblup). | Lukas Fleischer | 6 | -0/+303 |