summaryrefslogtreecommitdiffstats
path: root/web/lib/pkgfuncs.inc
AgeCommit message (Expand)AuthorFilesLines
2011-05-17test return value from db_query before assuming it is validelij1-13/+30
2011-04-27SQL: use standard LIMIT/OFFSET syntaxDan McGee1-1/+1
2011-04-20Use HTTPs for links in out of date notification mails.Lukas Fleischer1-1/+1
2011-04-06Add option to search for exact name matches only (fixes FS#23556).Lukas Fleischer1-1/+6
2011-04-05Initialize "$name" in pkgname_from_id().Lukas Fleischer1-2/+1
2011-04-03Remove Dummy Package conceptDan McGee1-45/+11
2011-04-03Always set ModifiedTS including new packagesDan McGee1-1/+1
2011-03-24Bump up default per-page value to 50Dan McGee1-6/+6
2011-03-12Fix searching for orphans with "$LANG != 'en'" (fixes FS#23252).Lukas Fleischer1-1/+1
2011-03-10Perform a second query to find total search countDan McGee1-7/+11
2011-03-10Split package search query into partsDan McGee1-20/+20
2011-03-04Add a sanitize_ids function and use it in all pkg_* functionsDan McGee1-33/+22
2011-03-04Remove dead dependency/required by link codeDan McGee1-5/+0
2011-03-04Ensure all variables are set in package search formDan McGee1-21/+13
2011-03-04Add action lookup helper functionDan McGee1-0/+5
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