summaryrefslogtreecommitdiffstats
path: root/web/lib/pkgfuncs.inc.php
AgeCommit message (Expand)AuthorFilesLines
2014-10-24Use an INI-style configuration fileLukas Fleischer1-6/+1
2014-10-10Add support for architecture-specific sourcesLukas Fleischer1-6/+34
2014-08-10Add support for architecture-specific fieldsLukas Fleischer1-15/+57
2014-07-29Allow users to delete their own commentsLukas Fleischer1-13/+5
2014-07-25Make deleted comments visible to Trusted UsersLukas Fleischer1-1/+2
2014-07-16Remove unused function pkg_details_by_name()Lukas Fleischer1-24/+0
2014-07-15Rework permission handlingLukas Fleischer1-29/+7
2014-07-04Display number of pending requests in actions boxLukas Fleischer1-1/+4
2014-07-01Simplify code to bound integer valuesLukas Fleischer1-12/+4
2014-06-07Fix latest_pkgs() againLukas Fleischer1-1/+2
2014-06-05Fix SQL query when searching for a missing submitterLukas Fleischer1-1/+1
2014-06-05Fix links to AUR packages in optional dependenciesLukas Fleischer1-0/+1
2014-05-29pkgfuncs.inc.php: Fix latest_pkgs()Lukas Fleischer1-2/+4
2014-05-29Move latest_pkgs() to pkgfuncs.inc.phpLukas Fleischer1-0/+24
2014-05-06Add a packager field to packagesLukas Fleischer1-1/+1
2014-05-01Fix vote/notify link on the package details pageLukas Fleischer1-5/+6
2014-04-26Support multiple licenses per packageLukas Fleischer1-7/+74
2014-04-26Display package groups on the details pageLukas Fleischer1-0/+26
2014-04-26Store package groups in the databaseLukas Fleischer1-0/+43
2014-04-26Display package relations on the details pageLukas Fleischer1-0/+28
2014-04-26Store conflicts, provides and replaces in the DBLukas Fleischer1-0/+36
2014-04-17Display dependency type of package dependenciesLukas Fleischer1-1/+42
2014-04-17Store {make,check,opt}depends in the databaseLukas Fleischer1-6/+23
2014-04-05Refactor pkgbase_comments()Lukas Fleischer1-1/+2
2014-04-05Fix searching by categoryLukas Fleischer1-1/+1
2014-04-05pkgfuncs.inc.php: Remove several unused functionsLukas Fleischer1-54/+0
2014-04-05Split out package base functionsLukas Fleischer1-967/+1
2014-04-05Prefix package functions with pkg_/pkgbase_Lukas Fleischer1-44/+44
2014-04-05Use snake case for all package functionsLukas Fleischer1-7/+7
2014-04-05Move package actions to package basesLukas Fleischer1-32/+32
2014-04-05Allow for searching by package base nameLukas Fleischer1-1/+10
2014-04-05Add package base detail pagesLukas Fleischer1-0/+84
2014-04-05Add full support for the new .AURINFO formatLukas Fleischer1-0/+27
2014-04-05Make the delete function remove package basesLukas Fleischer1-28/+54
2014-04-05Store comments on a per-package base basisLukas Fleischer1-39/+40
2014-04-05Add provisional support for package basesLukas Fleischer1-76/+153
2014-02-10Set Content-type header when sending UTF-8 mailsLukas Fleischer1-3/+9
2014-02-10Use CRLF to separate headers in mail()Lukas Fleischer1-3/+12
2014-02-09Remove LastVoted columnLukas Fleischer1-6/+0
2014-02-06Simplify canDeleteComment()Lukas Fleischer1-10/+10
2014-02-06pkgfuncs.inc.php: Fix comment styleLukas Fleischer1-52/+56
2014-02-06Style fixes: Capitalization of "true" and "false"Lukas Fleischer1-9/+9
2014-02-06Do not allow unauthenticated users to delete commentsLukas Fleischer1-1/+8
2014-02-04Add support for anonymous commentsLukas Fleischer1-5/+5
2014-01-22Further optimize voters.php to only need the package namecanyonknight1-5/+6
2013-08-27Move package comment check to packages.phpLukas Fleischer1-4/+0
2013-08-27Add boolean return values to several pkg_*() functionsLukas Fleischer1-42/+42
2013-03-19Fix typo in delete permission warningConnor Behan1-1/+1
2013-02-10Remove checks before calling connection methodcanyonknight1-108/+36
2013-02-10Remove documentation references to database parametercanyonknight1-24/+0