summaryrefslogtreecommitdiff
path: root/web/html/packages.php
AgeCommit message (Expand)Author
2016-11-22these changes were sitting herepurweb/master0Luke Shumaker
2015-06-11Default to ordering packages by popularityLukas Fleischer
2015-02-04Rename the AUR software to aurwebLukas Fleischer
2014-07-15Rework permission handlingLukas Fleischer
2014-06-05Collapse long source listsLukas Fleischer
2014-04-18Collapse long dependency listsLukas Fleischer
2014-04-05Prefix package functions with pkg_/pkgbase_Lukas Fleischer
2014-04-05Move package actions to package basesLukas Fleischer
2014-04-05Make the delete function remove package basesLukas Fleischer
2014-02-06Style fixes: Capitalization of "true" and "false"Lukas Fleischer
2013-08-27Move package comment check to packages.phpLukas Fleischer
2013-08-27Use POST-Redirect-GET for most package actionsLukas Fleischer
2013-08-27Add boolean return values to several pkg_*() functionsLukas Fleischer
2013-04-20Retrieve package details after package actions are processedcanyonknight
2013-03-21Return 404 error page if invalid package ID is usedLukas Fleischer
2013-01-19Add description meta-element to package pagesMarcel Korpel
2012-12-07Split package flagging and unflagging into separate functionscanyonknight@gmail.com
2012-09-24Use echo shortcut syntaxLukas Fleischer
2012-09-18Fix category selectionLukas Fleischer
2012-09-18Do not set GET parameters in the routing frameworkLukas Fleischer
2012-07-14Merge branch 'maint'Lukas Fleischer
2012-06-24Implement token system to fix CSRF vulnerabilitiescanyonknight
2012-05-06web/html/packages.php: Remove duplicate codeLukas Fleischer
2012-03-24Support canonical links to packagesLukas Fleischer
2011-08-11Use 'true' instead of 'True' everywhereDan McGee
2011-08-11Allow for merging deleted packages into existing onesLukas Fleischer
2011-06-22rename *.inc files to *.inc.php and adjust imports and referenceselij
2011-04-04Fix PHP warning when browsing a non-existent package.Lukas Fleischer
2011-03-30Fix PHP undefined notice in "web/html/packages.php".Lukas Fleischer
2011-03-10More PHP Notice undefined fixupsDan McGee
2011-03-04Add action lookup helper functionDan McGee
2011-03-01Fix potential injection vulnerabilityDan McGee
2010-11-21Auto redirect from confirmation screens.Dan Vratil
2010-07-01Confirmation when deleting packagesLukas Fleischer
2010-03-13packages.php: Fix explicit sorting when search keywords aren't specified.Loui Chang
2010-03-12packages.php: Only sort by vote if search keyword isn't set.Loui Chang
2009-12-15packages.php: Check if _GET value is set before assuming a default.Loui Chang
2009-12-15packages.php: Make default view sort packages by descending votes.Loui Chang
2009-11-23Restyle the layout.Loui Chang
2009-08-11Use include_once where applicableDan McGee
2009-02-20Fix the comment poop bug.Loui Chang
2009-01-19Use new conglomerated translation files.Loui Chang
2008-12-29Add search bar to index and pkg details pagesCallan Barrett
2008-12-21Introduce function include_lang for translations.Loui Chang
2008-12-20Remove success messages after package functionsCallan Barrett
2008-12-20Change behaviour of package functions to accept normal arraysCallan Barrett
2008-11-23Clean up packages.php and document new package functionsCallan Barrett
2008-11-13Move package notification into a function.Loui Chang
2008-10-30Convert package voting to a functionCallan Barrett
2008-10-27Convert package adoption/disowning to a functionCallan Barrett