0.24 Sat Jan 30 19:35:38 GMT 2010 * Added default policy for console bag * Improved cross-browser compatibility of tiddlywebplugins.console 0.23 Tue Jan 26 20:36:46 GMT 2010 * Added tiddlywebplugins.console This provides an exploration interface at /console. * Removed BeautifulSoup dependency 0.22 Mon Jan 18 11:06:33 GMT 2010 * Internal refactoring to take advantage of tiddlywebplugins.twimport The imwiki command has been subsumed by the twimport command. 0.21 Fri Jan 15 10:15:49 GMT 2010 * Changed common bag's default policy allow deleting tiddlers * Enabled import of TiddlyWiki documents for twanager twimport This deprecates the imwiki command. * Updated TiddlyWebAdaptor to improve ETag handling 0.20 Thu Dec 17 15:40:21 GMT 2009 * Internal refactoring to make use of tiddlywebplugins.instancer 0.15 Mon Dec 7 13:15:28 GMT 2009 * Added Atom serialization to default distribution * Simplified host discovery in TiddlyWebConfig * Added explicit support for tiddlywebconfig.py to twinstance * Changed structure of instance_tiddlers to be a dictionary 0.14 Tue Dec 01 10:22:08 GMT 2009 * Improved date handling when importing TiddlyWiki documents * Fixed wiki serialization for empty bags 0.13 Tue Nov 17 12:49:17 GMT 2009 * Added support for tiddler creator attribute in wiki serialization 0.12 Thu Nov 5 14:50:53 GMT 2009 * Ignoring reserved fields when importing a TiddlyWiki document * Improved dependency management This constitutes a slight break in backwards compatibility; existing instance configurations (tiddlywebconfig.py) should be updated to use "tiddlywebplugins.status" instead of "status" in system_plugins 0.11 Thu Oct 15 10:27:18 BST 2009 * Added twinstance script to simplify instance creation, replacing the twanager instance command * Renamed from_svn twanager command to twimport * Reordered arguments for twanager imwiki 0.10 Sun Sep 27 21:21:25 BST 2009 * Added client-side support for inspecting and comparing revisions 0.9 Wed Sep 2 13:43:21 BST 2009 * Corrected a cyclic dependency problem when installing tiddlywebwiki by moving import statements in __init__ into init() 0.8 Thu Aug 27 16:40:09 BST 2009 * Client-side plugins are now included in the distribution These components no longer need to be downloaded from the TiddlyWiki Subversion repository when creating or updating an instance. * Moved plugin initialization into tiddlywebwiki.__init__ This consitutes a slight break in backwards comaptibility, as existing instances' tiddlywebconfig.py needs to be updated to use tiddlywebwiki instead of tiddlywebwiki.plugin in system_plugins and twanager_plugins. 0.7 Tue Aug 18 16:03:11 BST 2009 * Corrected ETag handling for new tiddlers in TiddlyWebAdaptor * Updates to wikitext_render config keys 0.6 Thu Aug 6 13:36:03 BST 2009 * Corrected handling of adding of twanager commands and plugins 0.5 Wed Jul 29 14:02:42 BST 2009 * Added support and documentation for use with twanager --load 0.4 Wed Jul 22 15:12:25 BST 2009 * Extended default configuration created by twanager instance * Added standard policies to default bags created by twanager instance * Included required TiddlyWeb plugins in the distribution 0.3 Thu Jul 9 13:27:41 BST 2009 * Properly escaping double quotes in HTML attributes 0.2 Wed Jul 8 13:13:54 BST 2009 * First packaging and release to PyPI