summaryrefslogtreecommitdiffstats
path: root/web/lib/pkgfuncs.inc
AgeCommit message (Expand)AuthorFilesLines
2011-03-04Ensure all package ID values are coerced to integersDan McGee1-18/+22
2011-03-04Vastly simplify pkg_delete functionDan McGee1-58/+8
2011-02-27Define "Packages.SubmitterUID" and "Packages.MaintainerUID" as "NULL".Lukas Fleischer1-3/+3
2011-02-27Define "PackageComments.DelUsersID" as "NULL".Lukas Fleischer1-2/+2
2011-02-22Add ability to search for non-out-of-date packages (fixes FS#17896).Lukas Fleischer1-1/+6
2011-02-21Fix typo in "web/lib/pkgfuncs.inc".Wieland Hoffmann1-2/+2
2011-02-17pkg_search_results: rewrite of paginationPyroPeter1-0/+26
2011-02-11Add a package name blacklist.Lukas Fleischer1-0/+23
2011-02-09Minor bugfix in pkg_change_category().Lukas Fleischer1-1/+1
2011-02-01Drop PackageLocations table and referencesDan McGee1-65/+14
2010-11-21Auto redirect from confirmation screens.Dan Vratil1-0/+86
2010-11-10Add timestamp when a package is flagged out-of-date (FS#20848).Lukas Fleischer1-4/+9
2010-07-02Confirmation when deleting packagesLukas Fleischer1-1/+1
2010-06-05Add sorting by "Voted" and "Notify" fieldsLukas Fleischer1-6/+20
2010-04-15pkg_comments: Only display 10 comments by default.Loui Chang1-4/+25
2010-04-15add search only by nameAndrea Scarpino1-2/+8
2010-03-30remove empty To field (FS#17584)Andrea Scarpino1-2/+2
2010-03-16Turn on package notification for adopted packagesAndrea Scarpino1-0/+1
2010-03-11add link to account profile in out-of-date notificationAndrea Scarpino1-1/+1
2009-06-18Specify explicit joins for package searchDan McGee1-6/+6
2009-04-13Don't hit the database twice per comment on packageDan McGee1-3/+15
2009-03-03Fix search output if no results are found.Loui Chang1-1/+1
2009-03-03Go to details page when a search returns one result.Loui Chang1-3/+9
2009-03-03pkgfuncs.inc: Fix indentation.Loui Chang1-140/+146
2009-03-03Update cleanup script to remove non-unsupported files.Loui Chang1-0/+15
2009-02-21Fix the comment poop bug.Loui Chang1-4/+7
2009-02-18Add 'Out of Date' detail in search formAndrea Scarpino1-0/+4
2009-01-25Move package comment form into a new template.Loui Chang1-7/+10
2009-01-24Add package details template (pkg_details.php)Loui Chang1-179/+3
2009-01-24Move actions form into template.Loui Chang1-65/+1
2009-01-19Use new conglomerated translation files.Loui Chang1-1/+0
2009-01-05Move package comments to a template.Loui Chang1-58/+11
2009-01-04Minimize calls to uid_from_sid()Dan McGee1-4/+5
2009-01-04Store account type in local var when possibleDan McGee1-7/+6
2008-12-29Make search page use mkurl function, change variables aroundCallan Barrett1-39/+39
2008-12-21Move package search results to a templateCallan Barrett1-210/+17
2008-12-21Introduce function include_lang for translations.Loui Chang1-1/+1
2008-12-21Make all web paths relative.Loui Chang1-11/+11
2008-12-21Remove success messages after package functionsCallan Barrett1-7/+7
2008-12-20Change behaviour of package functions to accept normal arraysCallan Barrett1-16/+11
2008-12-20Rename 'Un-Vote' and 'Unflag' buttons.Nathan Jones1-2/+2
2008-11-26Remove remaining instances of do_DetailsLoui Chang1-2/+2
2008-11-23Clean up packages.php and document new package functionsCallan Barrett1-0/+48
2008-11-13Move package notification into a function.Loui Chang1-6/+66
2008-10-30Convert package voting to a functionCallan Barrett1-0/+77
2008-10-28Convert package adoption/disowning to a functionCallan Barrett1-0/+58
2008-10-17Convert package deletion to a functionCallan Barrett1-0/+73
2008-10-15Convert package flagging to a functionCallan Barrett1-1/+73
2008-09-28Sort required by list in package details page.Callan Barrett1-0/+1
2008-08-27doesn't show disown package when already disownedAndrea Scarpino1-6/+4