summaryrefslogtreecommitdiffstats
path: root/public
AgeCommit message (Collapse)AuthorFilesLines
2009-11-10Fix highlighting on main site tabsDan McGee1-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-10corrected context variable names in index viewIsmael Carnales1-3/+3
2009-11-10made every public view return a RequestContextIsmael Carnales1-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-10use direct_to_template to replace static viewsIsmael Carnales1-13/+0
2009-11-10changed landing viewIsmael Carnales1-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_pubIsmael Carnales2-0/+80
2007-12-30Removed public appeliott2-62/+0
2007-12-30Moved some things around.eliott4-68/+1
2007-12-30Massive retab fest.eliott3-6/+14
Also added vim command comment to the end of files.
2007-12-30Modified render_template and renamed it to render_response (consistent witheliott1-26/+26
archweb_pub conventions). Moved pkgmaint_guide to a template.
2007-12-30Moved common to publiceliott4-1/+63
2007-12-23added robots.txteliott1-0/+3
2007-12-22renamed importseliott1-5/+5
2007-11-03Initial import for public release...eliott2-0/+56
Special Note Prior to git import, approx 90% of the code was done by Judd Vinet. Thanks Judd!