log gpp/templates/home.html @ 425:76ba9478ebbd

age author description
2011-02-26 Brian Neal Working around a strange CSS problem when bulletins are active. This should probably be investigated later. rollout
2011-02-02 Brian Neal Updating home page text for #147. Several other minor tweaks; adding favicon.ico.
2011-01-27 Brian Neal Fixing #142; cut over to the django.contrib.staticfiles app.
2011-01-20 Brian Neal Fixing 145; New url tag behavior (forwards compatibility) in Django 1.3.
2010-09-27 Brian Neal Fixing #127; using jquery cycle plugin to power the home page slideshow.
2010-09-19 Brian Neal Some tweaks to the templates before the first beta. Hide the donations module for now.
2010-03-11 Brian Neal Implement ticket #59; update RSS feeds for Django 1.2.
2010-02-12 Brian Neal Add rss news feed link on home page. Add rss news feed image and link on news home.
2010-01-17 Brian Neal Implement #50, add a template tag to display the latest poll and add to the home page.
2009-12-20 Brian Neal Added a new posts template tag for the home page.
2009-06-23 Brian Neal #3, #4: clear caches when saving profile, bulletins, and news. Broke up the stuff on the home page for finer control of caching.
2009-06-14 Brian Neal Added support for caching. The avatar template tag now uses the cache.
2009-06-03 Brian Neal Slideshow for home page; Initial checkin for the donations application.
2009-05-05 Brian Neal Created a current_news template tag for the home page.
2009-04-22 Brian Neal Added bulletins template tag.
2009-04-19 Brian Neal Added a latest_downloads template tag. Made the comments view the details view for a download. Changed get_absolute_url to point to this new view.
2009-04-19 Brian Neal Created a template tag for the latest weblinks: latest_weblinks. This necessitated adding a get_absolute_url function for the Link model along with a new view for it.
2009-04-19 Brian Neal First steps at scratching out a home page. Will need to develop some template tags now to fill it out.