Age | Commit message (Expand) | Author | Files | Lines |
2012-09-24 | Use echo shortcut syntax | Lukas Fleischer | 1 | -1/+1 |
2012-09-18 | Fix category selection | Lukas Fleischer | 1 | -1/+1 |
2012-09-18 | Do not set GET parameters in the routing framework | Lukas Fleischer | 1 | -11/+14 |
2012-07-14 | Merge branch 'maint' | Lukas Fleischer | 1 | -34/+36 |
2012-06-24 | Implement token system to fix CSRF vulnerabilities | canyonknight | 1 | -34/+36 |
2012-05-06 | web/html/packages.php: Remove duplicate code | Lukas Fleischer | 1 | -14/+10 |
2012-03-24 | Support canonical links to packages | Lukas Fleischer | 1 | -0/+14 |
2011-08-11 | Use 'true' instead of 'True' everywhere | Dan McGee | 1 | -3/+3 |
2011-08-11 | Allow for merging deleted packages into existing ones | Lukas Fleischer | 1 | -2/+14 |
2011-06-22 | rename *.inc files to *.inc.php and adjust imports and references | elij | 1 | -4/+4 |
2011-04-04 | Fix PHP warning when browsing a non-existent package. | Lukas Fleischer | 1 | -4/+2 |
2011-03-30 | Fix PHP undefined notice in "web/html/packages.php". | Lukas Fleischer | 1 | -1/+6 |
2011-03-10 | More PHP Notice undefined fixups | Dan McGee | 1 | -1/+5 |
2011-03-04 | Add action lookup helper function | Dan McGee | 1 | -11/+11 |
2011-03-01 | Fix potential injection vulnerability | Dan McGee | 1 | -2/+7 |
2010-11-21 | Auto redirect from confirmation screens. | Dan Vratil | 1 | -0/+4 |
2010-07-02 | Confirmation when deleting packages | Lukas Fleischer | 1 | -2/+7 |
2010-03-13 | packages.php: Fix explicit sorting when search keywords aren't specified. | Loui Chang | 1 | -1/+1 |
2010-03-12 | packages.php: Only sort by vote if search keyword isn't set. | Loui Chang | 1 | -1/+1 |
2009-12-16 | packages.php: Check if _GET value is set before assuming a default. | Loui Chang | 1 | -2/+4 |
2009-12-15 | packages.php: Make default view sort packages by descending votes. | Loui Chang | 1 | -0/+2 |
2009-11-24 | Restyle the layout. | Loui Chang | 1 | -5/+5 |
2009-08-11 | Use include_once where applicable | Dan McGee | 1 | -4/+4 |
2009-02-21 | Fix the comment poop bug. | Loui Chang | 1 | -3/+3 |
2009-01-19 | Use new conglomerated translation files. | Loui Chang | 1 | -1/+0 |
2008-12-29 | Add search bar to index and pkg details pages | Callan Barrett | 1 | -0/+1 |
2008-12-21 | Introduce function include_lang for translations. | Loui Chang | 1 | -3/+3 |
2008-12-21 | Remove success messages after package functions | Callan Barrett | 1 | -32/+21 |
2008-12-20 | Change behaviour of package functions to accept normal arrays | Callan Barrett | 1 | -4/+6 |
2008-11-23 | Clean up packages.php and document new package functions | Callan Barrett | 1 | -29/+19 |
2008-11-13 | Move package notification into a function. | Loui Chang | 1 | -45/+8 |
2008-10-30 | Convert package voting to a function | Callan Barrett | 1 | -106/+6 |
2008-10-28 | Convert package adoption/disowning to a function | Callan Barrett | 1 | -94/+6 |
2008-10-17 | Convert package deletion to a function | Callan Barrett | 1 | -86/+4 |
2008-10-15 | Convert package flagging to a function | Callan Barrett | 1 | -95/+6 |
2008-06-17 | Remove all vim mode lines. Add HACKING file. | Loui Chang | 1 | -1/+1 |
2008-06-11 | Make use of PEAR packages in pkgsubmit.php | Callan Barrett | 1 | -10/+6 |
2008-06-05 | Disable user package deletion | Callan Barrett | 1 | -3/+0 |
2008-03-27 | Remove references to AURMaintainerUID | Callan Barrett | 1 | -112/+82 |
2008-03-23 | Revamped pkg_search_page() | Simo Leone | 1 | -3/+1 |
2008-03-23 | Fix weird title setting on search page | Callan Barrett | 1 | -1/+1 |
2008-01-23 | Removed QBUG and DBUG | Simo Leone | 1 | -9/+0 |
2008-01-21 | Fix package detail action buttons | Simo Leone | 1 | -8/+8 |
2008-01-20 | Turn action bar into drop box | Callan Barrett | 1 | -14/+12 |
2008-01-20 | More cleanup, add TU link to header | Callan Barrett | 1 | -1/+1 |
2008-01-20 | Support for verbose page titles | Callan Barrett | 1 | -1/+18 |
2008-01-20 | Tweaks of various page layouts and handling of data | Callan Barrett | 1 | -28/+2 |
2008-01-20 | Add notify column in search results and notify button | Callan Barrett | 1 | -31/+23 |
2008-01-20 | Adds support for TUs and devs to disown packages they do not own | Callan Barrett | 1 | -1/+4 |
2008-01-20 | Hand diff of simo's patch to remove flag safe functionality. | eliott | 1 | -49/+0 |