summaryrefslogtreecommitdiffstats
path: root/web/lib/pkgfuncs.inc.php
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-10Remove unnecessary database connection parameter from all functionscanyonknight1-54/+54
2013-02-10Add database wrapper class and new connection methodcanyonknight1-36/+36
2013-01-19Add description meta-element to package pagesMarcel Korpel1-30/+51
2012-12-07Split package flagging and unflagging into separate functionscanyonknight@gmail.com1-31/+43
2012-11-15pkgfuncs.inc.php: Rework query to avoid "Required by" duplicatescanyonknight1-1/+1
2012-11-04Avoid double slashes in notificationsLukas Fleischer1-3/+3
2012-10-11pkgfuncs.inc.php: Fix blacklisting functionalitycanyonknight1-1/+1
2012-10-04pkgfuncs.inc.php: Document all functions using PHPDoc formatcanyonknight1-40/+263
2012-10-03Do not notify if status is unchanged in pkg_flag()Lukas Fleischer1-2/+6
2012-10-03pkgfuncs.inc.php: Fix undefined variable noticeLukas Fleischer1-0/+1
2012-09-20Remove unused pkgnotify_from_sid functioncanyonknight1-23/+0
2012-09-20Remove unused canManagePackage() functioncanyonknight1-22/+0
2012-09-19Sync search result statistics with archwebLukas Fleischer1-6/+0
2012-09-18Fix category selectionLukas Fleischer1-9/+1