Age | Commit message (Expand) | Author | Files | Lines |
2012-10-03 | pkgfuncs.inc.php: Fix undefined variable notice | Lukas Fleischer | 1 | -0/+1 |
2012-09-24 | Avoid use of "<b>"/"</b>" | Lukas Fleischer | 3 | -8/+8 |
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-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 | 1 | -6/+0 |
2012-09-18 | Fix category selection | Lukas Fleischer | 1 | -9/+1 |
2012-09-18 | Fix package notification | Lukas Fleischer | 1 | -5/+5 |
2012-09-18 | pkgfuncs.inc.php: Add missing global keyword | Lukas Fleischer | 1 | -0/+2 |
2012-09-18 | Overhaul ability to edit own account | canyonknight | 1 | -18/+0 |
2012-09-18 | Use URL rewriting for user info page | canyonknight | 3 | -2/+19 |
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 | 8 | -379/+349 |
2012-08-23 | Allow only Trusted Users, Developers, and Maintainers to unflag packages | canyonknight | 1 | -0/+4 |
2012-07-18 | Use virtual paths for voters page | Lukas Fleischer | 1 | -1/+0 |
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 |
2012-07-17 | routing.inc.php: rtrim() path in get_route() | Lukas Fleischer | 1 | -0/+1 |
2012-07-17 | aur.inc.php: Include routing backend | Lukas Fleischer | 1 | -0/+1 |
2012-07-17 | Move package actions to the action box | Lukas Fleischer | 1 | -0/+1 |
2012-07-15 | Redirect to the home page after successful login | Lukas Fleischer | 1 | -1/+1 |
2012-07-15 | Use virtual paths for package details | Lukas Fleischer | 2 | -4/+21 |
2012-07-15 | Use virtual path feature for links | Lukas Fleischer | 2 | -5/+5 |
2012-07-15 | Add routing front/back ends | Lukas Fleischer | 2 | -0/+43 |
2012-07-14 | Merge branch 'maint' | Lukas Fleischer | 3 | -2/+12 |
2012-07-14 | aur.inc.php: Use delete_session_id() where appropriate | canyonknight | 1 | -3/+1 |
2012-07-14 | acctfuncs.inc.php: Make user_suspended() work correctly | canyonknight | 1 | -1/+1 |
2012-07-08 | acctfuncs.inc.php: Fix "Undefined variable" notices | Lukas Fleischer | 1 | -0/+4 |
2012-07-06 | acctfuncs.inc.php: Move XHTML to account_details.php template | canyonknight | 1 | -70/+0 |
2012-07-06 | aur.inc.php: Remove old and unused make_seed function | canyonknight | 1 | -7/+0 |
2012-07-06 | acctfuncs.inc.php: Make user_is_privileged() work | canyonknight | 1 | -2/+2 |
2012-07-06 | Remove deprecated configuration variable | canyonknight | 1 | -1/+0 |
2012-07-06 | acctfuncs.inc.php: Allow functions to take DB handle as argument | canyonknight | 1 | -10/+28 |
2012-07-06 | rss.php: Pull out DB code | canyonknight | 1 | -0/+19 |
2012-07-06 | Pull out DB code from trusted user page | canyonknight | 1 | -0/+104 |
2012-07-06 | account.php: Pull out DB code | canyonknight | 1 | -0/+39 |
2012-07-06 | pkgsubmit.php: Pull out DB code | canyonknight | 2 | -0/+118 |
2012-07-06 | passreset.php: Pull out DB code | canyonknight | 1 | -0/+34 |
2012-07-06 | logout.php: Pull out DB code | canyonknight | 1 | -1/+16 |
2012-07-06 | pkg_comment_form.php: Pull out DB code | canyonknight | 1 | -0/+54 |
2012-07-06 | pkg_search_results.php: Pull out DB code | canyonknight | 1 | -0/+5 |
2012-07-06 | account_search_results.php: Pull out DB code | canyonknight | 1 | -0/+6 |
2012-07-06 | action_form.php: Pull out DB code | canyonknight | 1 | -0/+40 |
2012-07-06 | addvote.php: Pull out DB code | canyonknight | 1 | -1/+37 |
2012-07-06 | voters.php: Pull out DB code | canyonknight | 1 | -0/+25 |
2012-07-06 | Move login form to a separate page | Lukas Fleischer | 1 | -10/+0 |
2012-07-06 | acctfuncs.inc.php: Move XHTML to account_search_results.php template | canyonknight | 1 | -115/+1 |