summaryrefslogtreecommitdiffstats
path: root/web/html
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-06passreset.php: Pull out DB codecanyonknight1-22/+3
2012-07-06logout.php: Pull out DB codecanyonknight1-4/+4
2012-07-06addvote.php: Pull out DB codecanyonknight1-27/+4
2012-07-06voters.php: Pull out DB codecanyonknight1-13/+2
2012-07-06Move language selection to a drop-down listLukas Fleischer1-0/+3
2012-07-06Move login form to a separate pageLukas Fleischer1-0/+55
2012-07-06passreset.php: Overhaul to match archwebcanyonknight1-45/+42
2012-07-06Overhaul account pages to match archwebcanyonknight1-3/+1
2012-07-06addvote.php: Overhaul to match archwebcanyonknight1-23/+25
2012-07-06Overhaul trusted user proposal page to match archwebcanyonknight1-11/+14
2012-07-06Refactor package submission formLukas Fleischer1-28/+24
2012-07-06voters.php: Overhaul to match archwebcanyonknight1-15/+17
2012-07-06index.php: Overhaul to match archwebcanyonknight1-62/+103
2012-07-06Remove all traces of "pgboxtitle"Lukas Fleischer5-11/+5
2012-07-06Add archweb style sheetLukas Fleischer2-0/+985
2012-07-06Be consistent in PHP logical operator usagecanyonknight2-3/+3
2012-05-06web/html/packages.php: Remove duplicate codeLukas Fleischer1-14/+10
2012-05-06user_table optimizationDan McGee1-2/+2
2012-03-24Support canonical links to accountsLukas Fleischer1-1/+5
2012-03-24Support canonical links to packagesLukas Fleischer1-0/+14
2012-03-24Add field for PGP key in profile informationLukas Fleischer1-6/+7
2012-03-19web/html/pkgsubmit.php: Revamp tarball validationLukas Fleischer1-12/+14
2012-03-08Always set the "To:" header when sending mailLukas Fleischer1-2/+2
2011-12-17Set the title in the Trusted User pageAndrea Scarpino1-1/+4
2011-11-02Add a new AUR_LOCATION settingDan McGee1-1/+1
2011-10-24Wrap mysql_real_escape_string() in a functionLukas Fleischer6-24/+24
2011-10-24Show last voted date on account details pageDan McGee1-1/+1
2011-10-24Require DB handle for most user account functionsDan McGee1-2/+1
2011-10-24Remove a boatload of inline table stylesDan McGee3-6/+7
2011-09-05Merge branch 'maint'Lukas Fleischer1-3/+15
2011-09-05web/html/pkgsubmit.php: Deal with unset category IDLukas Fleischer1-3/+15
2011-08-22Provide more examples on the RPC info pageLukas Fleischer1-2/+9
2011-08-20Use "%s" instead of "%h" in format stringsLukas Fleischer3-4/+4
2011-08-12Use secure and httponly session cookiesLukas Fleischer1-1/+1
2011-08-11Use 'true' instead of 'True' everywhereDan McGee1-3/+3
2011-08-11Make package creation and update atomicDan McGee1-1/+5
2011-08-11Allow for merging deleted packages into existing onesLukas Fleischer1-2/+14
2011-08-11Rename package_exists() to pkgid_from_name()Lukas Fleischer1-2/+2
2011-08-10Segment the upload directory by package name prefixDan McGee1-3/+4
2011-07-29Fix empty depends database insertLukas Fleischer1-11/+16
2011-06-28Replace split() invocations with explode()Lukas Fleischer1-1/+1
2011-06-25Honor epoch field in PKGBUILD files.Slavi Pantaleev1-6/+10