Age | Commit message (Expand) | Author | Files | Lines |
2012-09-28 | Move package deletion to a separate page | canyonknight | 3 | -0/+50 |
2012-09-24 | Avoid use of "<b>"/"</b>" | Lukas Fleischer | 7 | -22/+21 |
2012-09-24 | Use echo shortcut syntax | Lukas Fleischer | 26 | -366/+368 |
2012-09-24 | stats.inc.php: Document all functions using PHPDoc format | canyonknight | 1 | -0/+22 |
2012-09-24 | acctfuncs.inc.php: Document all functions using PHPDoc format | canyonknight | 1 | -81/+270 |
2012-09-24 | aur.inc.php: Document all functions using PHPDoc format | canyonknight | 1 | -40/+191 |
2012-09-24 | UPGRADING: Fix database upgrade instructions | Lukas Fleischer | 1 | -1/+1 |
2012-09-21 | rss.php: Update links to reflect URL changes | canyonknight | 1 | -2/+2 |
2012-09-20 | Remove unused pkgnotify_from_sid function | canyonknight | 1 | -23/+0 |
2012-09-20 | Remove unused canManagePackage() function | canyonknight | 1 | -22/+0 |
2012-09-20 | Remove unused chmod_group() function | canyonknight | 1 | -28/+0 |
2012-09-19 | Sync search result statistics with archweb | Lukas Fleischer | 4 | -13/+14 |
2012-09-19 | Wrap long lines in the "Recent Updates" sidebar | Lukas Fleischer | 2 | -3/+11 |
2012-09-18 | Fix category selection | Lukas Fleischer | 2 | -10/+2 |
2012-09-18 | Fix language selection | Lukas Fleischer | 1 | -1/+1 |
2012-09-18 | Fix package notification | Lukas Fleischer | 1 | -5/+5 |
2012-09-18 | pkg_details.php: Hide "Adopt" button from logged out users | Lukas Fleischer | 1 | -0/+2 |
2012-09-18 | pkg_comments.php: Fix "Latest Comments" link | Lukas Fleischer | 1 | -2/+2 |
2012-09-18 | Do not set GET parameters in the routing framework | Lukas Fleischer | 2 | -13/+19 |
2012-09-18 | pkgfuncs.inc.php: Add missing global keyword | Lukas Fleischer | 1 | -0/+2 |
2012-09-18 | index.php: Fix undefined variable notice | Lukas Fleischer | 1 | -1/+4 |
2012-09-18 | Make account registration work with recent account editing changes | canyonknight | 1 | -0/+4 |
2012-09-18 | header.php: Update account editing link | canyonknight | 1 | -1/+4 |
2012-09-18 | Overhaul ability to edit own account | canyonknight | 3 | -44/+11 |
2012-09-18 | Use URL rewriting for user account update page | canyonknight | 2 | -1/+3 |
2012-09-18 | Use URL rewriting for user editing page | canyonknight | 2 | -2/+10 |
2012-09-18 | Use URL rewriting for user info page | canyonknight | 6 | -4/+27 |
2012-09-18 | Fix account search page results routing to /account/ | canyonknight | 2 | -3/+3 |
2012-09-18 | pkg_comment_form.php: Fix PHP undefined variable notice for package "ID" | canyonknight | 1 | -1/+1 |
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 | 4 | -3/+3 |
2012-09-18 | Add the new package icon back to the front page | canyonknight | 1 | -0/+3 |
2012-09-18 | logout.php: Fix PHP undefined variable notice | canyonknight | 1 | -1/+1 |
2012-09-18 | Adjust user directions after registering to reflect new login page | canyonknight | 1 | -1/+1 |
2012-09-18 | Migrate all DB code to use PDO | canyonknight | 11 | -381/+353 |
2012-08-23 | Fix broken package search on front page | canyonknight | 1 | -1/+1 |
2012-08-23 | Fix broken RSS feed link on front page | canyonknight | 1 | -1/+1 |
2012-08-23 | Allow only Trusted Users, Developers, and Maintainers to unflag packages | canyonknight | 3 | -2/+8 |
2012-08-23 | Print error message when maximum DB character length is exceeded | canyonknight | 1 | -6/+29 |
2012-08-23 | Update docs to require Archive_Tar version greater than 1.3.7 | canyonknight | 2 | -1/+3 |
2012-08-23 | pkg_details.php: Fix broken HTML for package page with no dependencies | canyonknight | 1 | -1/+1 |
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 | 3 | -5/+12 |
2012-07-18 | pkg_details.php: Remove field set in actions box | Lukas Fleischer | 1 | -2/+4 |
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-18 | pkg_comments.php: Fix comment deletion links | Lukas Fleischer | 1 | -2/+3 |
2012-07-18 | pkg_comments.php: Fix links to user accounts | Lukas Fleischer | 1 | -1/+1 |
2012-07-18 | pkgfuncs.inc.php: Fix pkg_change_category() | Lukas Fleischer | 1 | -0/+2 |
2012-07-18 | routing.inc.php: Add missing "/account" route | Lukas Fleischer | 1 | -0/+1 |