Age | Commit message (Expand) | Author | Files | Lines |
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 |
2012-07-17 | routing.inc.php: rtrim() path in get_route() | Lukas Fleischer | 2 | -1/+2 |
2012-07-17 | aur.inc.php: Include routing backend | Lukas Fleischer | 2 | -2/+1 |
2012-07-17 | pkg_comments.php: Fix notice | Lukas Fleischer | 1 | -1/+1 |
2012-07-17 | Rearrange package actions | Lukas Fleischer | 1 | -5/+5 |
2012-07-17 | pkg_details.php: Verbose labels for package actions | Lukas Fleischer | 1 | -6/+6 |
2012-07-17 | actions_form.php: Hide empty form | Lukas Fleischer | 1 | -0/+2 |
2012-07-17 | Move adoption button to package actions box | Lukas Fleischer | 2 | -7/+13 |
2012-07-17 | Move package actions to the action box | Lukas Fleischer | 3 | -0/+20 |
2012-07-17 | Add virtual path support for package actions | Lukas Fleischer | 1 | -1/+31 |
2012-07-17 | account_edit_form.php: Remove another stray "</div>" | Lukas Fleischer | 1 | -1/+1 |
2012-07-17 | pkg_details.php: Fix link to voters if ID is unset | Lukas Fleischer | 1 | -1/+1 |
2012-07-15 | web/html/pkgsubmit.php: Remove stray "</div>" | Lukas Fleischer | 1 | -1/+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 | 10 | -15/+40 |
2012-07-15 | Use virtual path feature for links | Lukas Fleischer | 24 | -61/+61 |
2012-07-15 | Use absolute URIs for style sheets and images | Lukas Fleischer | 2 | -4/+4 |
2012-07-15 | Add routing front/back ends | Lukas Fleischer | 4 | -120/+198 |
2012-07-14 | Merge branch 'maint' | Lukas Fleischer | 15 | -46/+78 |
2012-07-14 | pkgsubmit.php: Refactor source processing to fix PHP notice | canyonknight | 1 | -3/+3 |
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-11 | tu.php: Fix PHP notice for "hasvoted" variable | canyonknight | 1 | -0/+1 |
2012-07-11 | pkgsubmit.php: Remove stray "</div>" tag | canyonknight | 1 | -1/+0 |
2012-07-09 | pkg_details.php: Move "<div>" tag into if-branch | Lukas Fleischer | 1 | -1/+1 |
2012-07-09 | pkg_details.php: Fix dependency links | Lukas Fleischer | 1 | -1/+1 |
2012-07-09 | Update archweb stylesheet | Lukas Fleischer | 1 | -51/+119 |
2012-07-08 | Remove legacy CSS | Lukas Fleischer | 4 | -731/+0 |
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 | 3 | -73/+58 |
2012-07-06 | pkgsubmit.php: Improve file upload error messages | canyonknight | 1 | -2/+17 |
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 | 2 | -1/+2 |
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 | 2 | -6/+21 |