Age | Commit message (Expand) | Author | Files | Lines |
2012-11-29 | Fix account editing and hijacking vulnerability | canyonknight | 1 | -3/+8 |
2012-11-24 | login.php: Properly link to logout page when already logged in | canyonknight | 1 | -1/+1 |
2012-11-04 | Avoid use of "$_SERVER['REQUEST_URI']" | Lukas Fleischer | 1 | -2/+2 |
2012-11-04 | pkgsubmit.php: Show a warning for split packages | Lukas Fleischer | 1 | -0/+4 |
2012-11-04 | Add missing internationalization to a few strings | Lukas Fleischer | 1 | -1/+1 |
2012-10-30 | Return 404 for invalid account/package subpages | Lukas Fleischer | 1 | -8/+26 |
2012-10-29 | pkgsubmit.php: Check that there is one directory in a tarball | canyonknight | 1 | -0/+4 |
2012-10-28 | home.php: Remove unneeded tables | Lukas Fleischer | 1 | -14/+2 |
2012-10-28 | Implement word-wrap for package statistics | Lukas Fleischer | 1 | -0/+4 |
2012-10-22 | Use HTTPS links everywhere for Arch sites | Dan McGee | 2 | -6/+6 |
2012-10-20 | home.php: Fix XHTML tag errors | canyonknight | 1 | -2/+3 |
2012-10-20 | Sync CSS with archweb | Lukas Fleischer | 1 | -11/+39 |
2012-10-20 | Display an error page if a virtual path doesn't exist | Lukas Fleischer | 2 | -0/+18 |
2012-10-11 | pkgsubmit.php: Fix package version not updating | canyonknight | 1 | -1/+1 |
2012-10-11 | Remove character limit on password length | canyonknight | 2 | -3/+3 |
2012-10-10 | tu.php: Fix page showing a user hasn't voted when they have | canyonknight | 1 | -2/+5 |
2012-10-03 | pkgsubmit.php: Fix PHP notice for depends processing | canyonknight | 1 | -2/+2 |
2012-09-28 | Move package merging to a separate page | canyonknight | 2 | -0/+50 |
2012-09-28 | Move package deletion to a separate page | canyonknight | 2 | -0/+47 |
2012-09-24 | Avoid use of "<b>"/"</b>" | Lukas Fleischer | 3 | -10/+9 |
2012-09-24 | Use echo shortcut syntax | Lukas Fleischer | 8 | -54/+54 |
2012-09-21 | rss.php: Update links to reflect URL changes | canyonknight | 1 | -2/+2 |
2012-09-19 | Sync search result statistics with archweb | Lukas Fleischer | 1 | -0/+4 |
2012-09-19 | Wrap long lines in the "Recent Updates" sidebar | Lukas Fleischer | 1 | -0/+4 |
2012-09-18 | Fix category selection | Lukas Fleischer | 1 | -1/+1 |
2012-09-18 | Do not set GET parameters in the routing framework | Lukas Fleischer | 2 | -13/+19 |
2012-09-18 | index.php: Fix undefined variable notice | Lukas Fleischer | 1 | -1/+4 |
2012-09-18 | Overhaul ability to edit own account | canyonknight | 2 | -26/+11 |
2012-09-18 | Use URL rewriting for user account update page | canyonknight | 1 | -0/+2 |
2012-09-18 | Use URL rewriting for user editing page | canyonknight | 1 | -1/+9 |
2012-09-18 | Use URL rewriting for user info page | canyonknight | 2 | -1/+7 |
2012-09-18 | Remove unused image "titlelogo.png" | canyonknight | 1 | -0/+0 |
2012-09-18 | Use the "new" icon from archweb for the recent updates table | canyonknight | 3 | -2/+2 |
2012-09-18 | logout.php: Fix PHP undefined variable notice | canyonknight | 1 | -1/+1 |
2012-08-23 | Fix broken package search on front page | canyonknight | 1 | -1/+1 |
2012-08-23 | Print error message when maximum DB character length is exceeded | canyonknight | 1 | -6/+29 |
2012-08-23 | pkgsubmit.php: Make page friendlier for logged out users | canyonknight | 1 | -4/+4 |
2012-07-18 | Use virtual paths for voters page | Lukas Fleischer | 1 | -0/+6 |
2012-07-18 | voters.php: Use "<ul></ul>" for the list of voters | Lukas Fleischer | 1 | -5/+5 |
2012-07-18 | voters.php: Do not re-include libraries | Lukas Fleischer | 1 | -2/+2 |
2012-07-17 | routing.inc.php: rtrim() path in get_route() | Lukas Fleischer | 1 | -1/+1 |
2012-07-17 | aur.inc.php: Include routing backend | Lukas Fleischer | 1 | -2/+0 |
2012-07-17 | Add virtual path support for package actions | Lukas Fleischer | 1 | -1/+31 |
2012-07-15 | web/html/pkgsubmit.php: Remove stray "</div>" | Lukas Fleischer | 1 | -1/+1 |
2012-07-15 | Use virtual paths for package details | Lukas Fleischer | 3 | -3/+11 |
2012-07-15 | Use virtual path feature for links | Lukas Fleischer | 8 | -16/+16 |
2012-07-15 | Add routing front/back ends | Lukas Fleischer | 2 | -120/+155 |
2012-07-14 | Merge branch 'maint' | Lukas Fleischer | 5 | -43/+56 |
2012-07-14 | pkgsubmit.php: Refactor source processing to fix PHP notice | canyonknight | 1 | -3/+3 |
2012-07-11 | tu.php: Fix PHP notice for "hasvoted" variable | canyonknight | 1 | -0/+1 |