summaryrefslogtreecommitdiffstats
path: root/web
AgeCommit message (Expand)AuthorFilesLines
2014-04-17Store {make,check,opt}depends in the databaseLukas Fleischer2-20/+45
2014-04-06Fix misuses of pkgbase_from_pkgid()Lukas Fleischer1-5/+6
2014-04-06Fix pkgbase_user_voted()Lukas Fleischer1-14/+10
2014-04-05Refactor pkgbase_categories()Lukas Fleischer1-6/+4
2014-04-05Refactor pkgbase_comments()Lukas Fleischer2-27/+25
2014-04-05Refactor pkgbase_comments_count()Lukas Fleischer1-12/+10
2014-04-05pkgbase.php: Append query string when redirectingLukas Fleischer1-1/+5
2014-04-05Fix searching by categoryLukas Fleischer1-1/+1
2014-04-05pkg_search_results.php: Link to account when logged inLukas Fleischer1-0/+4
2014-04-05Do not show package base page of non-split packagesLukas Fleischer1-0/+6
2014-04-05Add full package list to the removal formLukas Fleischer2-2/+17
2014-04-05pkgbasefuncs.inc.php: Fix leftover bitsLukas Fleischer1-3/+3
2014-04-05pkgfuncs.inc.php: Remove several unused functionsLukas Fleischer1-54/+0
2014-04-05Split out package base functionsLukas Fleischer2-967/+969
2014-04-05Prefix package functions with pkg_/pkgbase_Lukas Fleischer11-90/+90
2014-04-05Use snake case for all package functionsLukas Fleischer6-13/+13
2014-04-05Move package actions to package basesLukas Fleischer11-171/+175
2014-04-05Allow for searching by package base nameLukas Fleischer2-2/+13
2014-04-05Only parse PKGBUILD when requiredLukas Fleischer1-2/+2
2014-04-05Factor out PKGBUILD parsingLukas Fleischer2-141/+140
2014-04-05Do not allow for overwriting arbitrary packagesLukas Fleischer2-21/+42
2014-04-05pkg_details.php: Add link to package base detailsLukas Fleischer1-0/+4
2014-04-05Add package base detail pagesLukas Fleischer5-1/+380
2014-04-05Add full support for the new .AURINFO formatLukas Fleischer2-116/+180
2014-04-05Make the delete function remove package basesLukas Fleischer2-32/+58
2014-04-05routing.inc.php: Add get_pkgbase_uri()Lukas Fleischer1-0/+4
2014-04-05Store comments on a per-package base basisLukas Fleischer2-40/+42
2014-04-05Add provisional support for package basesLukas Fleischer4-111/+181
2014-02-10passreset.php: Make error messages translatableLukas Fleischer1-2/+2
2014-02-10Set Content-type header when sending UTF-8 mailsLukas Fleischer2-4/+12
2014-02-10Use CRLF to separate headers in mail()Lukas Fleischer2-4/+16
2014-02-10Highlight the AUR link in the navigation barLukas Fleischer1-0/+4
2014-02-09Modernize the account search formLukas Fleischer1-72/+48
2014-02-09Show user's last login on the account details pageLukas Fleischer1-0/+8
2014-02-09Remove LastVoted columnLukas Fleischer5-18/+0
2014-02-06Simplify canDeleteComment()Lukas Fleischer1-10/+10
2014-02-06Simplify valid_user() and valid_username()Lukas Fleischer1-17/+10
2014-02-06pkgfuncs.inc.php: Fix comment styleLukas Fleischer1-52/+56
2014-02-06acctfuncs.inc.php: Fix comment styleLukas Fleischer1-36/+28
2014-02-06Style fixes: Capitalization of "true" and "false"Lukas Fleischer4-15/+15
2014-02-06Do not allow unauthenticated users to delete commentsLukas Fleischer1-1/+8
2014-02-04Add support for anonymous commentsLukas Fleischer2-6/+14
2014-02-03Hide intermediate voting resultsLukas Fleischer2-0/+8
2014-02-03tu_details.php: Fix unknown result checkLukas Fleischer1-1/+1
2014-02-03account_details.php: Add link to edit a user's accountcanyonknight2-3/+11
2014-02-01Sort last TU votes by vote and by user nameLukas Fleischer1-1/+1
2014-01-22Further optimize voters.php to only need the package namecanyonknight4-9/+10
2014-01-20voters.php: Remove extra call to pkgname_from_id()canyonknight1-3/+2
2014-01-20acctfuncs.inc.php: Allow translation of missing stringscanyonknight1-2/+2
2014-01-17pkgsubmit.php: Improve visibility of errorsLukas Fleischer1-4/+4