Age | Commit message (Expand) | Author | Files | Lines |
2012-03-09 | UPGRADING: Add release notes for 1.9.1 | Lukas Fleischer | 1 | -0/+7 |
2012-03-09 | Replace "nb_NO" translation by "nb" | Lukas Fleischer | 3 | -163/+164 |
2012-03-09 | Replace "pt" translation by "pt_PT" | Lukas Fleischer | 3 | -229/+230 |
2012-03-09 | Translation updates from Transifex | Lukas Fleischer | 23 | -1401/+1105 |
2012-02-19 | Escape all output strings in the header and footer | Lukas Fleischer | 2 | -4/+4 |
2012-02-19 | Fix some more XSS vulnerabilities | Lukas Fleischer | 3 | -3/+3 |
2011-10-25 | Escape wildcards in "LIKE" patterns | Lukas Fleischer | 4 | -13/+15 |
2011-10-25 | Wrap mysql_real_escape_string() in a function | Lukas Fleischer | 12 | -61/+67 |
2011-09-05 | Update message catalog | Lukas Fleischer | 1 | -5/+10 |
2011-09-05 | web/template/login_form.php: Escape the request URI | Lukas Fleischer | 1 | -1/+1 |
2011-09-05 | web/html/pkgsubmit.php: Deal with unset category ID | Lukas Fleischer | 1 | -3/+15 |
2011-09-05 | Link to current page in the login bar HTTPs link | Lukas Fleischer | 1 | -2/+2 |
2011-08-22 | RPC: Fix info queries when using package IDs | Lukas Fleischer | 1 | -1/+1 |
2011-08-22 | Add missing __() to category info in package details | Lukas Fleischer | 1 | -3/+3 |
2011-08-22 | UPGRADING: Fix rewrite rules | Lukas Fleischer | 1 | -2/+2 |
2011-08-20 | Release 1.9.0v1.9.0 | Lukas Fleischer | 1 | -1/+1 |
2011-08-20 | Replace "el_GR" translation by "el" | Lukas Fleischer | 4 | -838/+874 |
2011-08-20 | Add Portuguese (Brazilian) translation | Lukas Fleischer | 3 | -0/+861 |
2011-08-20 | Translation updates from Transifex | Lukas Fleischer | 8 | -578/+610 |
2011-08-19 | UPGRADING: Add note on aurblup config changes | Lukas Fleischer | 1 | -0/+2 |
2011-08-19 | aurblup: Update config.h.proto | Dan McGee | 1 | -3/+10 |
2011-08-13 | Rebuild message catalog and translations | Lukas Fleischer | 23 | -483/+614 |
2011-08-13 | Add Finnish and Dutch translations | Lukas Fleischer | 4 | -0/+1701 |
2011-08-13 | Translation updates from Transifex | Lukas Fleischer | 20 | -4957/+1371 |
2011-08-13 | po/POTFILES: Fix library file paths | Lukas Fleischer | 1 | -3/+3 |
2011-08-13 | po/Makefile: Fix version file path | Lukas Fleischer | 1 | -1/+1 |
2011-08-12 | Use secure and httponly session cookies | Lukas Fleischer | 3 | -4/+4 |
2011-08-11 | Add a configuration setting to disallow HTTP login | Lukas Fleischer | 3 | -3/+17 |
2011-08-11 | UPGRADING: Add note on backward compatible package URLs | Lukas Fleischer | 1 | -0/+17 |
2011-08-11 | UPGRADING: Mention the upload directory transform script | Lukas Fleischer | 1 | -0/+3 |
2011-08-11 | Remove unnecessary atype and uid lookup from package_details() | Dan McGee | 2 | -3/+2 |
2011-08-11 | Use 'true' instead of 'True' everywhere | Dan McGee | 2 | -9/+9 |
2011-08-11 | Make package creation and update atomic | Dan McGee | 1 | -1/+5 |
2011-08-11 | pkgfuncs.inc.php: allow all DB funcs to take handle arg | Dan McGee | 1 | -61/+102 |
2011-08-11 | aur.inc.php: allow all functions using DB to take handle as arg | Dan McGee | 1 | -25/+49 |
2011-08-11 | Allow for merging deleted packages into existing ones | Lukas Fleischer | 3 | -2/+18 |
2011-08-11 | Add "mergepkgid" argument to pkg_delete() | Lukas Fleischer | 1 | -1/+30 |
2011-08-11 | Rename package_exists() to pkgid_from_name() | Lukas Fleischer | 3 | -4/+4 |
2011-08-10 | Add a upload directory transform script | Dan McGee | 1 | -0/+58 |
2011-08-10 | Segment the upload directory by package name prefix | Dan McGee | 4 | -13/+21 |
2011-08-10 | Allow SQL_DEBUG to be undefined | Dan McGee | 1 | -1/+1 |
2011-08-10 | scripts/cleanup: use native PHP only | Dan McGee | 1 | -9/+11 |
2011-07-29 | Fix empty depends database insert | Lukas Fleischer | 1 | -11/+16 |
2011-06-28 | Replace split() invocations with explode() | Lukas Fleischer | 1 | -1/+1 |
2011-06-28 | aurblup: use implicit make rules and adjust CFLAGS | Dan McGee | 2 | -5/+1 |
2011-06-28 | aurblup: mark all functions and global variables static | Dan McGee | 1 | -23/+23 |
2011-06-28 | aurblup: blacklist processing query changes | Dan McGee | 2 | -21/+5 |
2011-06-25 | Simplify session ID generation | Lukas Fleischer | 1 | -10/+1 |
2011-06-25 | Stricter email address validation | Lukas Fleischer | 1 | -1/+1 |
2011-06-25 | Honor epoch field in PKGBUILD files. | Slavi Pantaleev | 1 | -6/+10 |