summaryrefslogtreecommitdiffstats
path: root/web
AgeCommit message (Expand)AuthorFilesLines
2012-09-18Migrate all DB code to use PDOcanyonknight9-380/+350
2012-08-23Fix broken package search on front pagecanyonknight1-1/+1
2012-08-23Fix broken RSS feed link on front pagecanyonknight1-1/+1
2012-08-23Allow only Trusted Users, Developers, and Maintainers to unflag packagescanyonknight3-2/+8
2012-08-23Print error message when maximum DB character length is exceededcanyonknight1-6/+29
2012-08-23pkg_details.php: Fix broken HTML for package page with no dependenciescanyonknight1-1/+1
2012-08-23pkgsubmit.php: Make page friendlier for logged out userscanyonknight1-4/+4
2012-07-18Use virtual paths for voters pageLukas Fleischer3-5/+12
2012-07-18pkg_details.php: Remove field set in actions boxLukas Fleischer1-2/+4
2012-07-18voters.php: Use "<ul></ul>" for the list of votersLukas Fleischer1-5/+5
2012-07-18voters.php: Do not re-include librariesLukas Fleischer1-2/+2
2012-07-18pkg_comments.php: Fix comment deletion linksLukas Fleischer1-2/+3
2012-07-18pkg_comments.php: Fix links to user accountsLukas Fleischer1-1/+1
2012-07-18pkgfuncs.inc.php: Fix pkg_change_category()Lukas Fleischer1-0/+2
2012-07-18routing.inc.php: Add missing "/account" routeLukas Fleischer1-0/+1
2012-07-17routing.inc.php: rtrim() path in get_route()Lukas Fleischer2-1/+2
2012-07-17aur.inc.php: Include routing backendLukas Fleischer2-2/+1
2012-07-17pkg_comments.php: Fix noticeLukas Fleischer1-1/+1
2012-07-17Rearrange package actionsLukas Fleischer1-5/+5
2012-07-17pkg_details.php: Verbose labels for package actionsLukas Fleischer1-6/+6
2012-07-17actions_form.php: Hide empty formLukas Fleischer1-0/+2
2012-07-17Move adoption button to package actions boxLukas Fleischer2-7/+13
2012-07-17Move package actions to the action boxLukas Fleischer3-0/+20
2012-07-17Add virtual path support for package actionsLukas Fleischer1-1/+31
2012-07-17account_edit_form.php: Remove another stray "</div>"Lukas Fleischer1-1/+1
2012-07-17pkg_details.php: Fix link to voters if ID is unsetLukas Fleischer1-1/+1
2012-07-15web/html/pkgsubmit.php: Remove stray "</div>"Lukas Fleischer1-1/+1
2012-07-15Redirect to the home page after successful loginLukas Fleischer1-1/+1
2012-07-15Use virtual paths for package detailsLukas Fleischer10-15/+40
2012-07-15Use virtual path feature for linksLukas Fleischer24-61/+61
2012-07-15Use absolute URIs for style sheets and imagesLukas Fleischer2-4/+4
2012-07-15Add routing front/back endsLukas Fleischer4-120/+198
2012-07-14Merge branch 'maint'Lukas Fleischer15-46/+78
2012-07-14pkgsubmit.php: Refactor source processing to fix PHP noticecanyonknight1-3/+3
2012-07-14aur.inc.php: Use delete_session_id() where appropriatecanyonknight1-3/+1
2012-07-14acctfuncs.inc.php: Make user_suspended() work correctlycanyonknight1-1/+1
2012-07-11tu.php: Fix PHP notice for "hasvoted" variablecanyonknight1-0/+1
2012-07-11pkgsubmit.php: Remove stray "</div>" tagcanyonknight1-1/+0
2012-07-09pkg_details.php: Move "<div>" tag into if-branchLukas Fleischer1-1/+1
2012-07-09pkg_details.php: Fix dependency linksLukas Fleischer1-1/+1
2012-07-09Update archweb stylesheetLukas Fleischer1-51/+119
2012-07-08Remove legacy CSSLukas Fleischer4-731/+0
2012-07-08acctfuncs.inc.php: Fix "Undefined variable" noticesLukas Fleischer1-0/+4
2012-07-06acctfuncs.inc.php: Move XHTML to account_details.php templatecanyonknight3-73/+58
2012-07-06pkgsubmit.php: Improve file upload error messagescanyonknight1-2/+17
2012-07-06aur.inc.php: Remove old and unused make_seed functioncanyonknight1-7/+0
2012-07-06acctfuncs.inc.php: Make user_is_privileged() workcanyonknight1-2/+2
2012-07-06Remove deprecated configuration variablecanyonknight1-1/+0
2012-07-06acctfuncs.inc.php: Allow functions to take DB handle as argumentcanyonknight1-10/+28
2012-07-06rss.php: Pull out DB codecanyonknight2-6/+21