blojsom 2.19 (Codename: Zygo) - Released October 3, 2004
Core
Added ability to enable or disable XML-RPC on a per-blog basis.
Added getDateAsFormat(String format) methods to BlogComment and Trackback classes.
Extensions
XML-RPC handlers no longer print out password to the log.
MetaWeblog API handler will now check for the <categories> structure in the struct passed to newPost. If available, the handler will use the first category in the list as the category in which to post to instead of the blog ID.
If an error occurred in adding a blog, you would be returned to the main administration page. You are now returned to the page for adding a blog.
Added status message when deleting a blog.
Create and delete resources directory when adding or deleting a blog.
Added Theme Switcher plugin which allows you to select a new theme for your blog by selecting from an available list of installed themes.
Changed default poll time for Moblog plugin to 10 minutes from 5 minutes.
After deleting comments or trackbacks from an entry, you are returned to the page for editing the entry.
Added Date Tool plugin, a wrapper for the Velocity Date Tool where an object is added to the context so that you can work with Date and Calendar objects.
Added Iterator Tool plugin, a wrapper for the Velocity Iterator Tool where an object is added to the context so that you can operate more efficiently with #foreach loops.
Added Math Tool plugin, a wrapper for the Velocity Math Tool where an object is added to the context so that you can perform certain mathematical calculations.
Added Render Tool plugin, a wrapper for the Velocity Render Tool where an object is added to the context to evaluate the given strings as VTL (Velocity Template Language) using the given context.