Age | Commit message (Expand) | Author | Files | Lines |
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 | 21 | -32/+32 |
2011-06-22 | make rss.php use the apc cache instead of a cache file | elij | 1 | -5/+13 |
2011-06-22 | refactor apc code and move to aur.inc | elij | 2 | -55/+66 |
2011-05-29 | Cleanup RPC usage output a bit | Lukas Fleischer | 1 | -15/+11 |
2011-05-29 | Properly encode ampersands in the RPC usage output | Lukas Fleischer | 1 | -2/+2 |
2011-05-29 | fix two issues (php notice level) with html/rss.php | elij | 1 | -1/+3 |
2011-05-29 | restructure the html/rpc.php endpoint | elij | 1 | -28/+33 |
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 | 7 | -68/+135 |
2011-05-09 | Added label tags for login form fields. | Karlis Lauva | 1 | -5/+6 |
2011-04-27 | add SQL_DEBUG variable and database logging | elij | 2 | -0/+16 |
2011-04-27 | create variable before referencing it with .= | elij | 1 | -0/+1 |
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 | 4 | -15/+15 |
2011-04-27 | SQL: use standard LIMIT/OFFSET syntax | Dan McGee | 4 | -4/+4 |
2011-04-24 | pkgsubmit.php: Ensure the session is linked to a valid user. | Lukas Fleischer | 1 | -3/+8 |
2011-04-24 | pkgsubmit.php: Remove redundant uid_from_sid() invocations. | Lukas Fleischer | 1 | -3/+1 |
2011-04-20 | Use HTTPs for links in the main site navigation bar (fixes FS#23832). | Lukas Fleischer | 1 | -7/+7 |
2011-04-20 | Use HTTPs for links in out of date notification mails. | Lukas Fleischer | 1 | -1/+1 |
2011-04-19 | Use HTTPs for links in password reset confirmation mails. | Lukas Fleischer | 1 | -1/+1 |
2011-04-19 | Use HTTPs for links in comment notification mails. | Lukas Fleischer | 1 | -1/+1 |
2011-04-19 | urlencode() query args for main site package search (fixes FS#23774). | 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 | 2 | -1/+67 |
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 | 2 | -31/+10 |
2011-04-10 | Remove comment on translation helpers from "web/lib/translator.inc". | Lukas Fleischer | 1 | -9/+0 |
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 |