summaryrefslogtreecommitdiffstats
path: root/web/html
AgeCommit message (Expand)AuthorFilesLines
2014-04-05Add package base detail pagesLukas Fleischer2-0/+71
2014-04-05Add full support for the new .AURINFO formatLukas Fleischer1-116/+153
2014-04-05Make the delete function remove package basesLukas Fleischer1-4/+4
2014-04-05Add provisional support for package basesLukas Fleischer1-13/+14
2014-02-10passreset.php: Make error messages translatableLukas Fleischer1-2/+2
2014-02-10Highlight the AUR link in the navigation barLukas Fleischer1-0/+4
2014-02-06Style fixes: Capitalization of "true" and "false"Lukas Fleischer1-3/+3
2014-02-03account_details.php: Add link to edit a user's accountcanyonknight1-0/+5
2014-01-22Further optimize voters.php to only need the package namecanyonknight2-3/+3
2014-01-20voters.php: Remove extra call to pkgname_from_id()canyonknight1-3/+2
2014-01-17pkgsubmit.php: Improve visibility of errorsLukas Fleischer1-4/+4
2014-01-17Add a warning for packages without .AURINFOLukas Fleischer1-0/+7
2014-01-17Promote the use of mkaurballLukas Fleischer1-1/+1
2014-01-17Detect split packages from .AURINFOLukas Fleischer1-0/+6
2014-01-17Strip whitespace from .AURINFO linesLukas Fleischer1-0/+1
2014-01-17Rename "depend" field to "depends" in .AURINFOLukas Fleischer1-1/+1
2014-01-11Fix split package error handlingLukas Fleischer1-6/+7
2014-01-11Forbid developers to voteBalló György1-0/+3
2014-01-11passreset.php: Error out if e-mail is emptyLukas Fleischer1-7/+12
2014-01-11passreset.php: Refactor HTMLLukas Fleischer1-13/+12
2014-01-11Typeahead workaround for having to press enter twiceJoris Steyn1-0/+9
2014-01-02Go to package when selecting a typeahead suggestionJoris Steyn1-1/+5
2013-09-08Convert adopt/disown package action link to formcanyonknight1-0/+6
2013-09-03Sync CSS with archwebLukas Fleischer3-146/+159
2013-09-03Move "Add Proposal" link to "Current Votes"Lukas Fleischer1-9/+1
2013-08-27Move package comment check to packages.phpLukas Fleischer1-0/+6
2013-08-27Use POST-Redirect-GET for most package actionsLukas Fleischer1-0/+6
2013-08-27Add boolean return values to several pkg_*() functionsLukas Fleischer1-12/+13
2013-08-27Pick sane default registration languageLukas Fleischer1-1/+1
2013-08-27Re-add CRSF tokens to most package actionsLukas Fleischer1-4/+0
2013-08-27pkg_details: Convert most action links to formsLukas Fleischer1-0/+19
2013-08-26Move "Past Votes" navigation to "Past Votes" boxLukas Fleischer1-14/+3
2013-08-26Add "Last Votes by TU" listLukas Fleischer1-0/+2
2013-08-22Add a vote type to the TU proposal formLukas Fleischer1-12/+34
2013-08-22Allow for setting an account's inactivity statusLukas Fleischer1-2/+3
2013-04-24Remove superfluous search wrapper functioncanyonknight1-1/+1
2013-04-20Retrieve package details after package actions are processedcanyonknight1-4/+7
2013-03-26Use minified typeahead JS from archwebLukas Fleischer4-313/+3
2013-03-21Return 404 error page if invalid package ID is usedLukas Fleischer1-0/+6
2013-03-19Enforce e-mail validation during registrationLukas Fleischer1-2/+2
2013-03-19Move reset key submission to a separate functionLukas Fleischer1-17/+5
2013-03-09pkgsubmit.php: Parse .AURINFO metadataLukas Fleischer1-4/+33
2013-03-05pkgsubmit.php: Move URL protocol check downLukas Fleischer1-14/+12
2013-03-05pkgsubmit.php: Simplify package name validationLukas Fleischer1-12/+6
2013-02-10Fix default selection on the account edit pageLukas Fleischer1-1/+1
2013-02-10Remove unneeded database connection callscanyonknight4-5/+0
2013-02-10Remove checks before calling connection methodcanyonknight1-3/+1
2013-02-10Remove unnecessary database connection parameter from all functionscanyonknight3-16/+16
2013-02-10Add database wrapper class and new connection methodcanyonknight4-4/+4
2013-01-30Merge branch 'maint'Lukas Fleischer1-5/+2