Though the blog is quiet, the SVN commit log isn’t. Here are a couple things we’ve been working on.

  • Better comment validation and error messages [contributed by Geoff Davis]
  • Working Metaweblog API [contributed by Corey Donohoe and Patrick Lenz]. It’s still experimental, but retrieving and saving posts works fine.
  • Completely rewritten Dispatcher. This was the oldest bit of code in Mephisto, and it has been completely refactored away. Sections now have their own archive areas available at /section_path/archives/yyyy/mm. Permalinks can now have completely custom URLs without modifying the Rails routes.

Update: I completely forgot about the new Liquid include support that Geoff Davis added. Create a template named _foo.liquid in the design area (or themes/site-#{n}/templates), and use this to include it: {% include 'foo' %}.

It looks like Mephisto: Noh-Varr is shaping up to be a solid release.