summaryrefslogtreecommitdiffstats
path: root/web/html
AgeCommit message (Expand)AuthorFilesLines
2012-10-22Use HTTPS links everywhere for Arch sitesDan McGee2-6/+6
2012-10-20home.php: Fix XHTML tag errorscanyonknight1-2/+3
2012-10-20Sync CSS with archwebLukas Fleischer1-11/+39
2012-10-20Display an error page if a virtual path doesn't existLukas Fleischer2-0/+18
2012-10-11pkgsubmit.php: Fix package version not updatingcanyonknight1-1/+1
2012-10-11Remove character limit on password lengthcanyonknight2-3/+3
2012-10-10tu.php: Fix page showing a user hasn't voted when they havecanyonknight1-2/+5
2012-10-03pkgsubmit.php: Fix PHP notice for depends processingcanyonknight1-2/+2
2012-09-28Move package merging to a separate pagecanyonknight2-0/+50
2012-09-28Move package deletion to a separate pagecanyonknight2-0/+47
2012-09-24Avoid use of "<b>"/"</b>"Lukas Fleischer3-10/+9
2012-09-24Use echo shortcut syntaxLukas Fleischer8-54/+54
2012-09-21rss.php: Update links to reflect URL changescanyonknight1-2/+2
2012-09-19Sync search result statistics with archwebLukas Fleischer1-0/+4
2012-09-19Wrap long lines in the "Recent Updates" sidebarLukas Fleischer1-0/+4
2012-09-18Fix category selectionLukas Fleischer1-1/+1
2012-09-18Do not set GET parameters in the routing frameworkLukas Fleischer2-13/+19
2012-09-18index.php: Fix undefined variable noticeLukas Fleischer1-1/+4
2012-09-18Overhaul ability to edit own accountcanyonknight2-26/+11
2012-09-18Use URL rewriting for user account update pagecanyonknight1-0/+2
2012-09-18Use URL rewriting for user editing pagecanyonknight1-1/+9
2012-09-18Use URL rewriting for user info pagecanyonknight2-1/+7
2012-09-18Remove unused image "titlelogo.png"canyonknight1-0/+0
2012-09-18Use the "new" icon from archweb for the recent updates tablecanyonknight3-2/+2
2012-09-18logout.php: Fix PHP undefined variable noticecanyonknight1-1/+1
2012-08-23Fix broken package search on front pagecanyonknight1-1/+1
2012-08-23Print error message when maximum DB character length is exceededcanyonknight1-6/+29
2012-08-23pkgsubmit.php: Make page friendlier for logged out userscanyonknight1-4/+4
2012-07-18Use virtual paths for voters pageLukas Fleischer1-0/+6
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-17routing.inc.php: rtrim() path in get_route()Lukas Fleischer1-1/+1
2012-07-17aur.inc.php: Include routing backendLukas Fleischer1-2/+0
2012-07-17Add virtual path support for package actionsLukas Fleischer1-1/+31
2012-07-15web/html/pkgsubmit.php: Remove stray "</div>"Lukas Fleischer1-1/+1
2012-07-15Use virtual paths for package detailsLukas Fleischer3-3/+11
2012-07-15Use virtual path feature for linksLukas Fleischer8-16/+16
2012-07-15Add routing front/back endsLukas Fleischer2-120/+155
2012-07-14Merge branch 'maint'Lukas Fleischer5-43/+56
2012-07-14pkgsubmit.php: Refactor source processing to fix PHP noticecanyonknight1-3/+3
2012-07-11tu.php: Fix PHP notice for "hasvoted" variablecanyonknight1-0/+1
2012-07-11pkgsubmit.php: Remove stray "</div>" tagcanyonknight1-1/+0
2012-07-09Update archweb stylesheetLukas Fleischer1-51/+119
2012-07-08Remove legacy CSSLukas Fleischer3-728/+0
2012-07-06acctfuncs.inc.php: Move XHTML to account_details.php templatecanyonknight1-3/+1
2012-07-06pkgsubmit.php: Improve file upload error messagescanyonknight1-2/+17
2012-07-06rss.php: Pull out DB codecanyonknight1-6/+2
2012-07-06Pull out DB code from trusted user pagecanyonknight1-54/+14
2012-07-06account.php: Pull out DB codecanyonknight1-34/+10
2012-07-06pkgsubmit.php: Pull out DB codecanyonknight1-48/+11