summaryrefslogtreecommitdiff
path: root/web/html
AgeCommit message (Expand)Author
2014-04-05Add provisional support for package basesLukas Fleischer
2014-02-10passreset.php: Make error messages translatableLukas Fleischer
2014-02-10Highlight the AUR link in the navigation barLukas Fleischer
2014-02-06Style fixes: Capitalization of "true" and "false"Lukas Fleischer
2014-02-03account_details.php: Add link to edit a user's accountcanyonknight
2014-01-22Further optimize voters.php to only need the package namecanyonknight
2014-01-20voters.php: Remove extra call to pkgname_from_id()canyonknight
2014-01-17pkgsubmit.php: Improve visibility of errorsLukas Fleischer
2014-01-17Add a warning for packages without .AURINFOLukas Fleischer
2014-01-17Promote the use of mkaurballLukas Fleischer
2014-01-17Detect split packages from .AURINFOLukas Fleischer
2014-01-17Strip whitespace from .AURINFO linesLukas Fleischer
2014-01-17Rename "depend" field to "depends" in .AURINFOLukas Fleischer
2014-01-11Fix split package error handlingLukas Fleischer
2014-01-11Forbid developers to voteBalló György
2014-01-11passreset.php: Error out if e-mail is emptyLukas Fleischer
2014-01-11passreset.php: Refactor HTMLLukas Fleischer
2014-01-11Typeahead workaround for having to press enter twiceJoris Steyn
2014-01-02Go to package when selecting a typeahead suggestionJoris Steyn
2013-09-08Convert adopt/disown package action link to formcanyonknight
2013-09-03Sync CSS with archwebLukas Fleischer
2013-09-03Move "Add Proposal" link to "Current Votes"Lukas Fleischer
2013-08-27Move package comment check to packages.phpLukas Fleischer
2013-08-27Use POST-Redirect-GET for most package actionsLukas Fleischer
2013-08-27Add boolean return values to several pkg_*() functionsLukas Fleischer
2013-08-27Pick sane default registration languageLukas Fleischer
2013-08-27Re-add CRSF tokens to most package actionsLukas Fleischer
2013-08-27pkg_details: Convert most action links to formsLukas Fleischer
2013-08-26Move "Past Votes" navigation to "Past Votes" boxLukas Fleischer
2013-08-26Add "Last Votes by TU" listLukas Fleischer
2013-08-22Add a vote type to the TU proposal formLukas Fleischer
2013-08-22Allow for setting an account's inactivity statusLukas Fleischer
2013-04-24Remove superfluous search wrapper functioncanyonknight
2013-04-20Retrieve package details after package actions are processedcanyonknight
2013-03-26Use minified typeahead JS from archwebLukas Fleischer
2013-03-21Return 404 error page if invalid package ID is usedLukas Fleischer
2013-03-19Enforce e-mail validation during registrationLukas Fleischer
2013-03-19Move reset key submission to a separate functionLukas Fleischer
2013-03-09pkgsubmit.php: Parse .AURINFO metadataLukas Fleischer
2013-03-05pkgsubmit.php: Move URL protocol check downLukas Fleischer
2013-03-05pkgsubmit.php: Simplify package name validationLukas Fleischer
2013-02-10Fix default selection on the account edit pageLukas Fleischer
2013-02-10Remove unneeded database connection callscanyonknight
2013-02-10Remove checks before calling connection methodcanyonknight
2013-02-10Remove unnecessary database connection parameter from all functionscanyonknight
2013-02-10Add database wrapper class and new connection methodcanyonknight
2013-01-30Merge branch 'maint'Lukas Fleischer
2013-01-30Replace permission check code with can_edit_account()canyonknight
2013-01-19Add description meta-element to package pagesMarcel Korpel
2013-01-19Implemented typeahead suggestMarcel Korpel