summaryrefslogtreecommitdiff
path: root/web/lib/pkgfuncs.inc.php
AgeCommit message (Expand)Author
2014-02-06Simplify canDeleteComment()Lukas Fleischer
2014-02-06pkgfuncs.inc.php: Fix comment styleLukas Fleischer
2014-02-06Style fixes: Capitalization of "true" and "false"Lukas Fleischer
2014-02-06Do not allow unauthenticated users to delete commentsLukas Fleischer
2014-02-04Add support for anonymous commentsLukas Fleischer
2014-01-22Further optimize voters.php to only need the package namecanyonknight
2013-08-27Move package comment check to packages.phpLukas Fleischer
2013-08-27Add boolean return values to several pkg_*() functionsLukas Fleischer
2013-03-19Fix typo in delete permission warningConnor Behan
2013-02-10Remove checks before calling connection methodcanyonknight
2013-02-10Remove documentation references to database parametercanyonknight
2013-02-10Remove unnecessary database connection parameter from all functionscanyonknight
2013-02-10Add database wrapper class and new connection methodcanyonknight
2013-01-19Add description meta-element to package pagesMarcel Korpel
2012-12-07Split package flagging and unflagging into separate functionscanyonknight@gmail.com
2012-11-15pkgfuncs.inc.php: Rework query to avoid "Required by" duplicatescanyonknight
2012-11-04Avoid double slashes in notificationsLukas Fleischer
2012-10-11pkgfuncs.inc.php: Fix blacklisting functionalitycanyonknight
2012-10-04pkgfuncs.inc.php: Document all functions using PHPDoc formatcanyonknight
2012-10-03Do not notify if status is unchanged in pkg_flag()Lukas Fleischer
2012-10-03pkgfuncs.inc.php: Fix undefined variable noticeLukas Fleischer
2012-09-20Remove unused pkgnotify_from_sid functioncanyonknight
2012-09-20Remove unused canManagePackage() functioncanyonknight
2012-09-19Sync search result statistics with archwebLukas Fleischer
2012-09-18Fix category selectionLukas Fleischer
2012-09-18Fix package notificationLukas Fleischer
2012-09-18pkgfuncs.inc.php: Add missing global keywordLukas Fleischer
2012-09-18Use URL rewriting for user info pagecanyonknight
2012-09-18Migrate all DB code to use PDOcanyonknight
2012-08-23Allow only Trusted Users, Developers, and Maintainers to unflag packagescanyonknight
2012-07-18pkgfuncs.inc.php: Fix pkg_change_category()Lukas Fleischer
2012-07-17Move package actions to the action boxLukas Fleischer
2012-07-15Use virtual paths for package detailsLukas Fleischer
2012-07-15Use virtual path feature for linksLukas Fleischer
2012-07-14Merge branch 'maint'Lukas Fleischer
2012-07-06pkgsubmit.php: Pull out DB codecanyonknight
2012-07-06pkg_comment_form.php: Pull out DB codecanyonknight
2012-07-06pkg_search_results.php: Pull out DB codecanyonknight
2012-07-06action_form.php: Pull out DB codecanyonknight
2012-07-06voters.php: Pull out DB codecanyonknight
2012-07-06pkg_search_results.php: Overhaul to match archwebcanyonknight
2012-07-06Be consistent in PHP logical operator usagecanyonknight
2012-07-06Extend pkgname_from_id() to arrays of IDsLukas Fleischer
2012-05-31HTML/DOM fixesDario Giovannetti
2012-03-08Always set the "To:" header when sending mailLukas Fleischer
2011-11-02Add a new AUR_LOCATION settingDan McGee
2011-10-25Escape wildcards in "LIKE" patternsLukas Fleischer
2011-10-25Wrap mysql_real_escape_string() in a functionLukas Fleischer
2011-10-24Escape wildcards in "LIKE" patternsLukas Fleischer
2011-10-24Wrap mysql_real_escape_string() in a functionLukas Fleischer