hamn.git
2008-12-29 Magnus HaganderSupport filtering feeds by author names, to pull only...
2008-12-15 Magnus HaganderUse yesno filter instead of custom methods to display...
2008-12-14 Magnus HaganderOnly list blogs that are approved in the blog-list...
2008-12-01 Magnus HaganderIncrease truncation limit to 4k, by popular demand.
2008-11-26 Magnus HaganderMake it possible for blog owners to delete their blogs
2008-11-25 Magnus HaganderStyling updates, from Selena.
2008-11-25 Magnus HaganderShow email for user so we can figure out how to mail...
2008-11-24 Magnus HaganderImplement custom exception handling so we can get error...
2008-11-20 Magnus HaganderDon't use print! Pah!
2008-11-19 Magnus HaganderPrettify list of blogs, and link the urls
2008-11-18 Magnus HaganderAdd error message templates
2008-11-18 Magnus HaganderAdd link to manage your registration on the frontpage.
2008-11-18 Magnus HaganderCommit the login command, so we properly update last...
2008-11-18 Magnus HaganderShow blogs that don't have an attached user account...
2008-11-18 Magnus HaganderNow that we have the admin schema up, only show feeds...
2008-11-18 Magnus HaganderAdd WSGI script for running the admin interface
2008-11-17 Magnus HaganderAdd code to be able to synchronize a majordomo mailinglist
2008-11-14 Magnus HaganderMake the header link back to the frontpage
2008-11-11 Magnus HaganderDo auditlogging as strings so we don't get conversion...
2008-11-11 Magnus HaganderAdd confirmation before deleting stuff.
2008-11-11 Magnus HaganderAdd missing field headers (pending real layout work...
2008-11-11 Magnus HaganderEnable simple audit logging
2008-11-11 Magnus HaganderSend email when something is done that requires admin...
2008-11-03 Magnus HaganderInitial version of django-based tool to administer...
2008-11-03 Magnus HaganderInclude full text of all feeds in the RSS feed.
2008-11-03 Magnus HaganderRe-order the way we try to get the text from a blog...
2008-11-03 Magnus HaganderSwitch to using the Django template engine, since we'll
2008-10-28 Magnus HaganderOnly quote ampersand, that's the one that the HTML...
2008-10-28 Dave PageFix border sizing [Greg Stark]
2008-10-28 Magnus HaganderAdd google analytics snippet
2008-10-28 Magnus HaganderOops, broken HTML alert!
2008-10-27 Magnus HaganderHandle exceptions during parsing. Showed up when the...
2008-10-27 Magnus HaganderAdd comment about english.
2008-10-27 Magnus HaganderAdd simple installation instructions, from Selena.
2008-10-25 Magnus HaganderSplit template into a base piece shared for more pages...
2008-10-25 Magnus HaganderMake tidy deal with utf8 properly. Oops.
2008-10-24 Magnus HaganderAdd sample INI file
2008-10-24 Magnus HaganderAdd svn:ignore for files that should not be checked in
2008-10-24 Magnus HaganderAdd database schema to svn
2008-10-24 Magnus HaganderRead database from a configfile, so beta can now easily...
2008-10-23 Magnus HaganderSwitch order of images and textx for feed list, per...
2008-10-23 Magnus HaganderSwitch icon for RSS feed links.
2008-10-23 Magnus HaganderSwitch to using templates to generate the HTML instead
2008-10-23 Magnus HaganderAdd mako templating engine that will be used to build
2008-10-22 Magnus HaganderUse HTMLTidy and some attribute trickery to make output...
2008-10-22 Magnus HaganderMake the output use the full width of the page.
2008-10-20 Magnus HaganderSet lastget based on what the RSS feed contained, and...
2008-10-18 Magnus HaganderException handling for semi-broken RSS feeds, like...
2008-10-18 Magnus HaganderAdd mandatory alt attributes to img tags
2008-10-18 Magnus HaganderAdd workaround for s9y blogs with author pics (hello...
2008-10-18 Magnus HaganderInitial version of new planet code