summaryrefslogtreecommitdiff
path: root/web/lib/pkgfuncs.inc.php
AgeCommit message (Expand)Author
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
2011-10-24send emails when delteing packagesFlorian Pritz
2011-08-11Remove unnecessary atype and uid lookup from package_details()Dan McGee
2011-08-11Use 'true' instead of 'True' everywhereDan McGee
2011-08-11pkgfuncs.inc.php: allow all DB funcs to take handle argDan McGee
2011-08-11Add "mergepkgid" argument to pkg_delete()Lukas Fleischer
2011-08-11Rename package_exists() to pkgid_from_name()Lukas Fleischer