hamn.git
2009-07-30 Magnus HaganderAdd support for multiple blogs, and registering blogs...
2009-07-30 Magnus HaganderRemove support for attaching blogs (those that aren...
2009-07-30 Magnus HaganderAdd string output for log entries, so they show up...
2009-07-30 Magnus HaganderSend approval/deapproval mail from with in the admin...
2009-07-30 Magnus HaganderRemove most of the admin functionality in the site...
2009-06-22 Magnus HaganderSome python code-style changes
2009-06-22 Magnus HaganderMeh, add missing file from last commit.
2009-06-22 Magnus HaganderAdd a list of all subscribed blogs as a subpage, per...
2009-06-22 Magnus HaganderList which members are posting in a team, when a team...
2009-06-17 Magnus HaganderDon't include hidden posts or nonapproved blogs in...
2009-06-17 Magnus HaganderUse unicode instead of ascii in generating strings...
2009-06-16 Magnus HaganderAdd limits to the lists, per Robert Treat.
2009-06-16 Magnus HaganderFormat names of blogs and teams nicer in the admin...
2009-06-16 Magnus HaganderDouble the embarassment - order in the right order.
2009-06-16 Magnus HaganderEh, actually sort the top posters. That was rather...
2009-06-16 Magnus HaganderRevert "Update for wordpress.com blogs"
2009-06-02 Selena DeckelmannUpdate for wordpress.com blogs
2009-05-22 Magnus HaganderList top posters and top teams, instead of just listing...
2009-05-22 Magnus HaganderAdd .gitignore for a bunch of files that are generated
2009-05-18 Magnus HaganderOops, add missing admin.py file
2009-05-18 Magnus HaganderUpdate one more namespace for the admin conflict fix
2009-05-18 Magnus HaganderMerge branch 'master' of ssh://git@git.postgresql.org...
2009-05-18 Magnus HaganderAdd support for team blogs
2009-05-18 Selena DeckelmannAdded default for timestamp and changed payload of...
2009-05-18 Magnus HaganderAdd Team model for grouping of blogs
2009-05-18 Magnus HaganderEnable django admin interface
2009-05-18 Magnus HaganderRename admin to hamnadmin, so we don't conflict with...
2009-05-18 Selena DeckelmannUpdating installation notes and adding TODO.txt
2009-05-18 Magnus Haganderlocal_settings.py should never be included in the repos...
2009-05-18 Magnus HaganderRename planetadmin schema and module to admin, to work...
2009-03-01 Magnus HaganderAdd a page specifically outlining how you add a blog
2009-02-20 Magnus HaganderRemove hardcoded connection string (incl password)...
2009-02-15 Magnus HaganderAggregate log reports and don't report on transient...
2009-02-15 Magnus HaganderBetter error checking - show actual exceptions when...
2009-02-02 Magnus HaganderLine-break long PRE-formatted lines as well, so as not
2009-01-31 Magnus HaganderMake the aggregator write it's log to the database...
2009-01-21 Magnus HaganderMake it more clear that the delete actually deletes
2009-01-21 Magnus HaganderCommit once for each feed. If an exception occurred...
2009-01-14 Magnus HaganderAdd email contact information
2008-12-29 Magnus HaganderAdd schema changes per latest code changes
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