Age | Commit message (Expand) | Author | Files | Lines |
2011-08-11 | aur.inc.php: allow all functions using DB to take handle as arg | Dan McGee | 1 | -25/+49 |
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 | 1 | -1/+1 |
2011-08-10 | Segment the upload directory by package name prefix | Dan McGee | 1 | -1/+1 |
2011-08-10 | Allow SQL_DEBUG to be undefined | Dan McGee | 1 | -1/+1 |
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 | Use sane ORDER BY clauses in package list queries | Dan McGee | 1 | -4/+4 |
2011-06-22 | Do not redirect on single search results | Lukas Fleischer | 1 | -29/+22 |
2011-06-22 | Make cache type selectable based on config value | elij | 3 | -46/+92 |
2011-06-22 | rename *.inc files to *.inc.php and adjust imports and references | elij | 8 | -8/+8 |
2011-06-22 | refactor apc code and move to aur.inc | elij | 2 | -55/+66 |
2011-05-17 | add first submitted and last modified to rpc output | kachelaqa | 1 | -1/+2 |
2011-05-17 | add support for etag and conditional get (if-none-match) | elij | 1 | -1/+29 |
2011-05-17 | fix case where user does not exist | elij | 1 | -0/+3 |
2011-05-17 | test return value from db_query before assuming it is valid | elij | 3 | -39/+71 |
2011-04-27 | add SQL_DEBUG variable and database logging | elij | 2 | -0/+16 |
2011-04-27 | stats: capitalize FROM in all SQL queries | Dan McGee | 1 | -6/+6 |
2011-04-27 | SQL: treat all UID/ID values as numbers, not strings | Dan McGee | 2 | -12/+12 |
2011-04-27 | SQL: use standard LIMIT/OFFSET syntax | Dan McGee | 2 | -2/+2 |
2011-04-20 | Use HTTPs for links in out of date notification mails. | Lukas Fleischer | 1 | -1/+1 |
2011-04-16 | rpc: unify methods return (fixes FS#17597) | tuxce | 1 | -29/+19 |
2011-04-16 | rpc: introduce multiinfo query (fixes FS#17583) | Dan McGee | 1 | -1/+66 |
2011-04-16 | rpc.php: be a bit more consistent in query building | Dan McGee | 1 | -10/+10 |
2011-04-16 | rpc.php overhaul | Dan McGee | 1 | -69/+44 |
2011-04-13 | Don't allow dl() of json module | Dan McGee | 1 | -4/+0 |
2011-04-13 | Pass array_map() callback function properly. | Lukas Fleischer | 1 | -1/+1 |
2011-04-13 | Remove "New Package Notify" option from user account settings. | Lukas Fleischer | 1 | -27/+6 |
2011-04-10 | Remove comment on translation helpers from "web/lib/translator.inc". | Lukas Fleischer | 1 | -9/+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 | Release 1.8.2.1.8.2 | Lukas Fleischer | 1 | -1/+1 |
2011-04-06 | Add option to search for exact name matches only (fixes FS#23556). | Lukas Fleischer | 1 | -1/+6 |
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 | 1 | -485/+0 |
2011-04-03 | Add more stats to the front page table | Dan McGee | 1 | -2/+16 |
2011-04-03 | Remove Dummy Package concept | Dan McGee | 4 | -51/+16 |
2011-04-03 | Always set ModifiedTS including new packages | Dan McGee | 2 | -3/+3 |
2011-03-24 | Bump up default per-page value to 50 | Dan McGee | 1 | -6/+6 |
2011-03-12 | Fix searching for orphans with "$LANG != 'en'" (fixes FS#23252). | Lukas Fleischer | 1 | -1/+1 |
2011-03-11 | Fix broken XHTML. | Lukas Fleischer | 1 | -38/+41 |
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 | 1 | -1/+2 |
2011-03-09 | Release 1.8.1.1.8.1 | Lukas Fleischer | 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 | 1 | -0/+8 |
2011-03-04 | Remove dead dependency/required by link code | Dan McGee | 1 | -5/+0 |
2011-03-04 | Ensure all variables are set in package search form | Dan McGee | 1 | -21/+13 |