Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-04 | Fix PHP notices in account pages | Dan McGee | 1 | -18/+20 | |
Signed-off-by: Dan McGee <dan@archlinux.org> Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> | |||||
2009-08-11 | Use include_once where applicable | Dan McGee | 1 | -1/+1 | |
All of these are sourcing function libraries so we don't need to include them more than once. Things that insert actual HTML into the output were left calling include(). Signed-off-by: Dan McGee <dan@archlinux.org> Signed-off-by: Loui Chang <louipc.ist@gmail.com> | |||||
2009-01-19 | Use new conglomerated translation files. | Loui Chang | 1 | -3/+1 | |
Signed-off-by: Loui Chang <louipc.ist@gmail.com> | |||||
2008-12-21 | Introduce function include_lang for translations. | Loui Chang | 1 | -6/+7 | |
This includes only the requested language for each page and makes top level language include files obsolete. Signed-off-by: Loui Chang <louipc.ist@gmail.com> | |||||
2008-06-17 | Remove all vim mode lines. Add HACKING file. | Loui Chang | 1 | -1/+1 | |
Signed-off-by: Loui Chang <louipc.ist@gmail.com> | |||||
2008-03-23 | Put login into its own function. | Loui Chang | 1 | -1/+1 | |
Utilise login form template. Also cleaned up a couple notices. Signed-off-by: Loui Chang <louipc.ist@gmail.com> Signed-off-by: Simo Leone <simo@archlinux.org> | |||||
2008-01-20 | Support for verbose page titles | Callan Barrett | 1 | -1/+1 | |
Verbose page titles again Adds support for more verbose page titles based on current page and action by user and removes sort by options from search form as they're obsolete by column links. Signed-off-by: Callan Barrett <wizzomafizzo@gmail.com> | |||||
2007-10-02 | Fixed version strings. | tardo | 1 | -1/+1 | |
Added AUR_VERSION to config file, so now we should only need to change one location. KISS ftw. Signed-off-by: tardo <tardo@nagi-fanboi.net> | |||||
2007-09-24 | More changes to page styles. | eliott | 1 | -0/+7 | |
2007-09-20 | patch from eliott to convert all <? to <?php | pjmattal | 1 | -1/+1 | |
2007-09-20 | - Applied a patch from Loui to fix session removal. | swiergot | 1 | -1/+1 | |
- Replaced all occurences of mysql_escape_string() with mysql_real_escape_string(). | |||||
2006-08-08 | added dsa's header include patch | pjmattal | 1 | -0/+3 | |
2006-08-01 | added dsa's "My Packages" patch | pjmattal | 1 | -0/+1 | |
2005-06-10 | Added Simo's patch for #2579, adding user info page | pjmattal | 1 | -2/+21 | |
also modified it slightly so that we no longer look at AURMaintainerUID for maintainer | |||||
2005-04-23 | Fix user existence checks; whacks bug#2585 | simo | 1 | -2/+2 | |
2005-01-25 | started working on package delete support | eric | 1 | -1/+1 | |
2004-09-10 | continuing with pkgsubmit, added vim instructions to php files | eric | 1 | -1/+1 | |
2004-06-24 | getting closer to printing package search results - also fixed some XHTML stuff | eric | 1 | -3/+3 | |
2004-06-23 | account adding/editing is working | eric | 1 | -5/+57 | |
2004-06-22 | pulled out account functions into separate include file | eric | 1 | -367/+29 | |
2004-06-21 | working on the accounts stuff | eric | 1 | -3/+403 | |
2004-06-20 | finished the login/logout/session stuff | eric | 1 | -4/+2 | |
2004-06-19 | finished tweaking language selection | eric | 1 | -0/+18 | |