Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-04 | Improve cookie handling | Dan McGee | 1 | -2/+3 | |
* Remove comment that is mostly bogus- the domain is automatically set. * When logging out, don't delete the language cookie. * Make the language cookie persistent. * Use the minimal time possible to expire cookies; no need to compute anything. 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> | |||||
2008-12-21 | Introduce function include_lang for translations. | Loui Chang | 1 | -3/+2 | |
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-11-13 | Clear out old expired sessions on log out. | Loui Chang | 1 | -4/+3 | |
Signed-off-by: Loui Chang <louipc.ist@gmail.com> | |||||
2008-06-17 | Remove all vim mode lines. Add HACKING file. | Loui Chang | 1 | -1/+0 | |
Signed-off-by: Loui Chang <louipc.ist@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-30 | Logout now redirects instead of displaying a page. | tardo | 1 | -3/+2 | |
Thanks to Alex for the heads-up. Signed-off-by: tardo <tardo@nagi-fanboi.net> | |||||
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 | -2/+2 | |
- 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-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 | -0/+1 | |
2004-07-02 | baby steps | eric | 1 | -0/+1 | |
2004-06-24 | getting closer to printing package search results - also fixed some XHTML stuff | eric | 1 | -1/+1 | |
2004-06-23 | account adding/editing is working | eric | 1 | -0/+2 | |
2004-06-20 | finished the login/logout/session stuff | eric | 1 | -9/+11 | |
2004-06-19 | finished tweaking language selection | eric | 1 | -0/+18 | |