summaryrefslogtreecommitdiffstats
path: root/web/lib/pkgfuncs.inc.php
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-25Wrap mysql_real_escape_string() in a functionLukas Fleischer1-6/+6
2011-10-24Escape wildcards in "LIKE" patternsLukas Fleischer1-7/+5
2011-10-24Wrap mysql_real_escape_string() in a functionLukas Fleischer1-6/+6
2011-10-24send emails when delteing packagesFlorian Pritz1-0/+38
2011-08-11Remove unnecessary atype and uid lookup from package_details()Dan McGee1-3/+0
2011-08-11Use 'true' instead of 'True' everywhereDan McGee1-6/+6
2011-08-11pkgfuncs.inc.php: allow all DB funcs to take handle argDan McGee1-61/+102
2011-08-11Add "mergepkgid" argument to pkg_delete()Lukas Fleischer1-1/+30
2011-08-11Rename package_exists() to pkgid_from_name()Lukas Fleischer1-1/+1
2011-06-25Use sane ORDER BY clauses in package list queriesDan McGee1-4/+4
2011-06-22Do not redirect on single search resultsLukas Fleischer1-29/+22
2011-06-22rename *.inc files to *.inc.php and adjust imports and referenceselij1-0/+1001