summaryrefslogtreecommitdiff
path: root/web/lib/pkgfuncs.inc
AgeCommit message (Expand)Author
2011-06-22rename *.inc files to *.inc.php and adjust imports and referenceselij
2011-05-17test return value from db_query before assuming it is validelij
2011-04-27SQL: use standard LIMIT/OFFSET syntaxDan McGee
2011-04-20Use HTTPs for links in out of date notification mails.Lukas Fleischer
2011-04-06Add option to search for exact name matches only (fixes FS#23556).Lukas Fleischer
2011-04-05Initialize "$name" in pkgname_from_id().Lukas Fleischer
2011-04-03Remove Dummy Package conceptDan McGee
2011-04-03Always set ModifiedTS including new packagesDan McGee
2011-03-24Bump up default per-page value to 50Dan McGee
2011-03-12Fix searching for orphans with "$LANG != 'en'" (fixes FS#23252).Lukas Fleischer
2011-03-10Perform a second query to find total search countDan McGee
2011-03-10Split package search query into partsDan McGee
2011-03-04Add a sanitize_ids function and use it in all pkg_* functionsDan McGee
2011-03-04Remove dead dependency/required by link codeDan McGee
2011-03-04Ensure all variables are set in package search formDan McGee
2011-03-04Add action lookup helper functionDan McGee
2011-03-04Ensure all package ID values are coerced to integersDan McGee
2011-03-04Vastly simplify pkg_delete functionDan McGee
2011-02-27Define "Packages.SubmitterUID" and "Packages.MaintainerUID" as "NULL".Lukas Fleischer
2011-02-27Define "PackageComments.DelUsersID" as "NULL".Lukas Fleischer
2011-02-22Add ability to search for non-out-of-date packages (fixes FS#17896).Lukas Fleischer
2011-02-21Fix typo in "web/lib/pkgfuncs.inc".Wieland Hoffmann
2011-02-17pkg_search_results: rewrite of paginationPyroPeter
2011-02-11Add a package name blacklist.Lukas Fleischer
2011-02-09Minor bugfix in pkg_change_category().Lukas Fleischer
2011-02-01Drop PackageLocations table and referencesDan McGee
2010-11-21Auto redirect from confirmation screens.Dan Vratil
2010-11-10Add timestamp when a package is flagged out-of-date (FS#20848).Lukas Fleischer
2010-07-01Confirmation when deleting packagesLukas Fleischer
2010-06-04Add sorting by "Voted" and "Notify" fieldsLukas Fleischer
2010-04-15pkg_comments: Only display 10 comments by default.Loui Chang
2010-04-15add search only by nameAndrea Scarpino
2010-03-29remove empty To field (FS#17584)Andrea Scarpino
2010-03-15Turn on package notification for adopted packagesAndrea Scarpino
2010-03-10add link to account profile in out-of-date notificationAndrea Scarpino
2009-06-18Specify explicit joins for package searchDan McGee
2009-04-13Don't hit the database twice per comment on packageDan McGee
2009-03-03Fix search output if no results are found.Loui Chang
2009-03-03Go to details page when a search returns one result.Loui Chang
2009-03-03pkgfuncs.inc: Fix indentation.Loui Chang
2009-03-03Update cleanup script to remove non-unsupported files.Loui Chang
2009-02-20Fix the comment poop bug.Loui Chang
2009-02-18Add 'Out of Date' detail in search formAndrea Scarpino
2009-01-25Move package comment form into a new template.Loui Chang
2009-01-24Add package details template (pkg_details.php)Loui Chang
2009-01-23Move actions form into template.Loui Chang
2009-01-19Use new conglomerated translation files.Loui Chang
2009-01-05Move package comments to a template.Loui Chang
2009-01-04Minimize calls to uid_from_sid()Dan McGee
2009-01-04Store account type in local var when possibleDan McGee