summaryrefslogtreecommitdiffstats
path: root/web/lib/pkgfuncs.inc.php
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-18Fix package notificationLukas Fleischer1-5/+5
2012-09-18pkgfuncs.inc.php: Add missing global keywordLukas Fleischer1-0/+2
2012-09-18Use URL rewriting for user info pagecanyonknight1-1/+1
2012-09-18Migrate all DB code to use PDOcanyonknight1-146/+156
2012-08-23Allow only Trusted Users, Developers, and Maintainers to unflag packagescanyonknight1-0/+4
2012-07-18pkgfuncs.inc.php: Fix pkg_change_category()Lukas Fleischer1-0/+2
2012-07-17Move package actions to the action boxLukas Fleischer1-0/+1
2012-07-15Use virtual paths for package detailsLukas Fleischer1-4/+3
2012-07-15Use virtual path feature for linksLukas Fleischer1-3/+3
2012-07-14Merge branch 'maint'Lukas Fleischer1-1/+1
2012-07-06pkgsubmit.php: Pull out DB codecanyonknight1-0/+97
2012-07-06pkg_comment_form.php: Pull out DB codecanyonknight1-0/+54
2012-07-06pkg_search_results.php: Pull out DB codecanyonknight1-0/+5
2012-07-06action_form.php: Pull out DB codecanyonknight1-0/+40
2012-07-06voters.php: Pull out DB codecanyonknight1-0/+25
2012-07-06pkg_search_results.php: Overhaul to match archwebcanyonknight1-4/+4
2012-07-06Be consistent in PHP logical operator usagecanyonknight1-2/+2
2012-07-06Extend pkgname_from_id() to arrays of IDsLukas Fleischer1-6/+23
2012-05-31HTML/DOM fixesDario Giovannetti1-2/+2
2012-03-08Always set the "To:" header when sending mailLukas Fleischer1-1/+1
2011-11-02Add a new AUR_LOCATION settingDan McGee1-1/+5
2011-10-25Escape wildcards in "LIKE" patternsLukas Fleischer1-7/+5