Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-11-10 | Fix highlighting on main site tabs | Dan McGee | 1 | -2/+1 | |
We should always highlight 'Home' when on the Django site. The sole exception is the download page which has its own special place. Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2009-11-10 | corrected context variable names in index view | Ismael Carnales | 1 | -3/+3 | |
2009-11-10 | made every public view return a RequestContext | Ismael Carnales | 1 | -12/+18 | |
RequestContexts are needed to check if the user is logged in NOTE: Generic views as direct_to_template and object_list always return a request context, so is good to use them :) Later will add a render_template shortcut that adds the RequestContext automatically | |||||
2009-11-10 | use direct_to_template to replace static views | Ismael Carnales | 1 | -13/+0 | |
2009-11-10 | changed landing view | Ismael Carnales | 1 | -8/+10 | |
- moved devel.views.siteindex to public.views.index - using template from public view with added devel menu - added extra styles and images | |||||
2009-11-10 | "imported" public app files from archweb_pub | Ismael Carnales | 2 | -0/+80 | |
2007-12-30 | Removed public app | eliott | 2 | -62/+0 | |
2007-12-30 | Moved some things around. | eliott | 4 | -68/+1 | |
2007-12-30 | Massive retab fest. | eliott | 3 | -6/+14 | |
Also added vim command comment to the end of files. | |||||
2007-12-30 | Modified render_template and renamed it to render_response (consistent with | eliott | 1 | -26/+26 | |
archweb_pub conventions). Moved pkgmaint_guide to a template. | |||||
2007-12-30 | Moved common to public | eliott | 4 | -1/+63 | |
2007-12-23 | added robots.txt | eliott | 1 | -0/+3 | |
2007-12-22 | renamed imports | eliott | 1 | -5/+5 | |
2007-11-03 | Initial import for public release... | eliott | 2 | -0/+56 | |
Special Note Prior to git import, approx 90% of the code was done by Judd Vinet. Thanks Judd! |