Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-09 | made every public view return a RequestContext | Ismael Carnales | |
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-09 | use direct_to_template to replace static views | Ismael Carnales | |
2009-11-09 | changed landing view | Ismael Carnales | |
- moved devel.views.siteindex to public.views.index - using template from public view with added devel menu - added extra styles and images | |||
2009-11-09 | "imported" public app files from archweb_pub | Ismael Carnales | |
2007-12-29 | Removed public app | eliott | |
2007-12-29 | Moved some things around. | eliott | |
2007-12-29 | Massive retab fest. | eliott | |
Also added vim command comment to the end of files. | |||
2007-12-29 | Modified render_template and renamed it to render_response (consistent with | eliott | |
archweb_pub conventions). Moved pkgmaint_guide to a template. | |||
2007-12-29 | Moved common to public | eliott | |
2007-12-22 | added robots.txt | eliott | |
2007-12-22 | renamed imports | eliott | |
2007-11-03 | Initial import for public release... | eliott | |
Special Note Prior to git import, approx 90% of the code was done by Judd Vinet. Thanks Judd! |