Friday, October 31, 2008

WOMBAT 0.4.1 released

The WOMBAT team is happy to announce the release of 0.4.1 Based on the UI revamp in release 0.4.0, new UI features in this release include:
  • Custom icons that reflect the content of the media, if possible
  • New stock icons from the Tango project
  • Display total number of files under a directory to simplify browsing
As always, the WOMBAT demo page has the current version for you to test.

Wednesday, October 29, 2008

WOMBAT 0.4.0 released

The WOMBAT team is happy to announce the release of 0.4.0 New features in this version include:
  • Completely revamped look and feel
  • Support for users and roles
  • Actions that change the server's data
As always, the WOMBAT demo page has the current version for you to test.

Wednesday, August 13, 2008

WOMBAT 0.3.0 released

The WOMBAT team is happy to announce the release of WOMBAT 0.3.0 New features for this version include:
  • Completely redesigned data backend based on SQLAlchemy
  • Support for scanning and updating the repository without running an extra script to generate the metadata
  • Preliminary support for Assets and Collections, the WebUI still needs some work.
As always, the WOMBAT demo site runs the latest version for you to test.

Sunday, August 3, 2008

WOMBAT status

Hi folks, development around WOMBAT hasn't really slowed down, despite the lack of releases recently. We're currently working hard on bringing the back-end data model into a shape that will allow us to add more features to WOMBAT more easily. I'm currently busy writing a svn xml parser that will load the metadata into a SQL database, instead of relying on files like we used to. This, together with a major overhaul of the overal design of the data model, gives us better integration with the SVN backend. A next step in this design will be tracking svn updates file by file instead of forcing a re-scan of the whole data set. Stay tuned for updates.

Saturday, July 19, 2008

WOMBAT 0.2.1 released.

The WOMBAT development team is happy to release WOMBAT 0.2.1 This is mostly a bug fix release fixing an uncaught exception when trying to create thumbnails for interlaced PNG files. It also has some visual updates, displaying all available files for the root directory and allowing to narrow down the number of files by browsing into subdirectories, scrollable divs to better display text files in place and a couple of others. Note that the wombat demo website moved to http://wombat.worldforge.org/, thanks to Anders (aka. Demitar) for hosting.

Tuesday, July 15, 2008

WOMBAT 0.2.0 released.

The WOMBAT team is happy to announce the release of WOMBAT 0.2.0 This second alpha release of WOMBAT is the first to feature integration with Subversion.
Other Features Include:
  • Advanced Searching: Search by author, file type or modified date from within the repository.
  • A new stylish logo from Orin Shepherd at Coalmarch Productions (not a feature, but we're counting it as a definite addition.)
  • Thumbnail rendering for "most" image assets.
  • Inline file-detail viewing for quick side-by-side comparisons.
  • Application status screen with helpful statistics.
  • A better browsing experience on the whole.
Of course the live demo shows the current status.

WOMBAT 0.1.4 released.

New features for this release include:
  • Thumbnail preview for images, provided the PIL module is available.
  • Advanced search for things like "author", "file extension" and "creation date"
  • Various bug fixes.
As always, have a look at the live demo to see what's hot.

Saturday, July 12, 2008

WOMBAT 0.1.3 released.

Features of this release include:
  • Loading revision data from a prepared metadata dir, vastly improving scan speed.
  • Many more search options
  • Status information on the front page.
  • Various bug fixes
As always, the demo site awaits your tests.

Thursday, July 10, 2008

WOMBAT 0.1.2 released.

I'm happy to announce WOMBAT 0.1.2 with Subversion integration. While I'm not too happy with the speed the integration gives us, it's a start. 0.1.2 also features some nifty AJAX magic to make the directory details go away when you don't need them and other visual improvements. Oh, and as you can see I moved the announcements of WOMBAT micro version changes to my personal blog, in order to not spam the WorldForge website. As always, you can try out the current release of WOMBAT.

Tuesday, July 1, 2008

Introducing WOMBAT

Yesterday I got around to release WOMBAT, the WorldForge Open Media Browser/Archive Tool. So finally I'm coding for WorldForge again after my last project stalled a little. Like plunger, WOMBAT is written in Python. WOMBAT makes use of the Pylons webapp framework. Apart from the brain-dead egg distribution mechanism, it's really neat. From the developer side of things, the framework gives you a lot of help to work on features, not web glue. I still have to get the FCGI connection to Apache working, but so far the demo site on my home box works fine standalone. Thanks to NAT, I can even pretend it's a real web server.