Age | Commit message (Expand) | Author | Files | Lines |
2014-12-28 | Add cgit configuration and style sheet | Lukas Fleischer | 1 | -0/+1 |
2014-10-10 | Add a script to generate package lists | Lukas Fleischer | 1 | -0/+6 |
2014-10-10 | Use readfile() instead of include for static files | Lukas Fleischer | 1 | -4/+4 |
2014-07-25 | Add support for deleting user accounts | Lukas Fleischer | 1 | -0/+2 |
2014-07-04 | Allow for selecting a reason when closing a request | Lukas Fleischer | 1 | -0/+19 |
2014-06-25 | Add support for filing package requests | Lukas Fleischer | 1 | -0/+3 |
2014-04-05 | Prefix package functions with pkg_/pkgbase_ | Lukas Fleischer | 1 | -1/+1 |
2014-04-05 | Move package actions to package bases | Lukas Fleischer | 1 | -17/+17 |
2014-04-05 | Add package base detail pages | Lukas Fleischer | 1 | -0/+16 |
2014-01-22 | Further optimize voters.php to only need the package name | canyonknight | 1 | -1/+1 |
2013-09-08 | Convert adopt/disown package action link to form | canyonknight | 1 | -0/+6 |
2013-08-27 | Re-add CRSF tokens to most package actions | Lukas Fleischer | 1 | -4/+0 |
2013-03-26 | Use minified typeahead JS from archweb | Lukas Fleischer | 1 | -1/+1 |
2013-01-19 | Implemented typeahead suggest | Marcel Korpel | 1 | -0/+4 |
2012-11-24 | index.php: Move voter page token check to switch control structure | canyonknight | 1 | -6/+4 |
2012-10-30 | Return 404 for invalid account/package subpages | Lukas Fleischer | 1 | -8/+26 |
2012-10-20 | Display an error page if a virtual path doesn't exist | Lukas Fleischer | 1 | -0/+4 |
2012-09-28 | Move package merging to a separate page | canyonknight | 1 | -0/+3 |
2012-09-28 | Move package deletion to a separate page | canyonknight | 1 | -0/+3 |
2012-09-18 | Do not set GET parameters in the routing framework | Lukas Fleischer | 1 | -2/+5 |
2012-09-18 | index.php: Fix undefined variable notice | Lukas Fleischer | 1 | -1/+4 |
2012-09-18 | Overhaul ability to edit own account | canyonknight | 1 | -1/+2 |
2012-09-18 | Use URL rewriting for user account update page | canyonknight | 1 | -0/+2 |
2012-09-18 | Use URL rewriting for user editing page | canyonknight | 1 | -1/+9 |
2012-09-18 | Use URL rewriting for user info page | canyonknight | 1 | -0/+6 |
2012-09-18 | Use the "new" icon from archweb for the recent updates table | canyonknight | 1 | -2/+2 |
2012-07-18 | Use virtual paths for voters page | Lukas Fleischer | 1 | -0/+6 |
2012-07-17 | routing.inc.php: rtrim() path in get_route() | Lukas Fleischer | 1 | -1/+1 |
2012-07-17 | aur.inc.php: Include routing backend | Lukas Fleischer | 1 | -2/+0 |
2012-07-17 | Add virtual path support for package actions | Lukas Fleischer | 1 | -1/+31 |
2012-07-15 | Use virtual paths for package details | Lukas Fleischer | 1 | -1/+9 |
2012-07-15 | Add routing front/back ends | Lukas Fleischer | 1 | -120/+32 |
2012-07-06 | index.php: Overhaul to match archweb | canyonknight | 1 | -62/+103 |
2012-07-06 | Remove all traces of "pgboxtitle" | Lukas Fleischer | 1 | -3/+1 |
2012-05-06 | user_table optimization | Dan McGee | 1 | -2/+2 |
2011-10-24 | Remove a boatload of inline table styles | Dan McGee | 1 | -1/+1 |
2011-08-20 | Use "%s" instead of "%h" in format strings | Lukas Fleischer | 1 | -2/+2 |
2011-06-22 | rename *.inc files to *.inc.php and adjust imports and references | elij | 1 | -2/+2 |
2009-08-11 | Use include_once where applicable | Dan McGee | 1 | -2/+2 |
2009-06-25 | Remove excess whitespace.1.5.6.3 | Loui Chang | 1 | -1/+1 |
2009-01-19 | Use new conglomerated translation files. | Loui Chang | 1 | -2/+0 |
2008-12-29 | Add search bar to index and pkg details pages | Callan Barrett | 1 | -0/+2 |
2008-12-21 | Introduce function include_lang for translations. | Loui Chang | 1 | -5/+5 |
2008-12-17 | Reword the disclaimer in index.php. | Loui Chang | 1 | -2/+2 |
2008-11-25 | Make remembered sessions actually save themselves. | Loui Chang | 1 | -2/+3 |
2008-07-28 | Tweak index.php and update translations. | Loui Chang | 1 | -15/+16 |
2008-07-22 | Change some of the index page notices. | Loui Chang | 1 | -3/+8 |
2008-07-07 | Move code out of index.php | Loui Chang | 1 | -172/+10 |
2008-06-17 | Remove all vim mode lines. Add HACKING file. | Loui Chang | 1 | -1/+0 |
2008-06-11 | Split html and php in index.php | Callan Barrett | 1 | -160/+177 |