* Use TiddlyWiki 2.5 for empty.html * Add experimental support for {{ user }} in recipes. See changeset 9058 for more details. * Enable filtering on tiddler extended fields as: [<field>[<value>]]
0.9.17
* Correct a bug in form processing when there is a POST.
0.9.16
* Add some debugging info in cookie extraction.
0.9.15
* rename config['debug_level'] to 'log_level'. * link to HTML list of tiddlers on server in <noscript> section * TiddlyWiki 2.4.3 for empty.html * updates to apache.py to better document itself * update docs to point to http://tiddlyweb.peermore.com/
0.9.14
* Update challengers to work better when config['server_prefix'] is set. * Merge mod_wsgi.py and mod_python.py to apache.py. * Add an Environator WSGI appi which logs parts of the HTTP environment.
0.9.13
* !!IMPORTANT!! Change StorageInterface so get() calls return the object, enabling stores that can wrap other stores. http://trac.tiddlywiki.org/changeset/8748 * Adjustments in text store for better encapsulation. * Test cleanups to increase coverage and make it easier to test other stores with existing tests.