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