2008-12-16  Marco Pantaleoni  <panta@elasticworld.org>

	* BIG CHANGE. Complete reorganization of the source, switched to
	nested package layout (`softwarefabrica.django.wiki`),
	re-organized demo project, added documentation, created setuptools
	based distribution. Also fixed some bugs.

2008-11-24  Marco Pantaleoni  <panta@elasticworld.org>

	* switched to 'softwarefabrica.django.utils'

2008-10-22  Marco Pantaleoni  <panta@elasticworld.org>

	* testproj/static_media/css/wiki-screen.css: CSS changes.

	* templates/wiki/base.html: switched to perfect 3-column layout
	(http://matthewjamestaylor.com/blog/perfect-3-column.htm)

2008-10-09  Marco Pantaleoni  <panta@elasticworld.org>

	* models.py (Wiki.homepage): it's now possible to specify an home
	page for a Wiki.

2008-09-26  Marco Pantaleoni  <panta@elasticworld.org>

	* testproj/importer/twiki-import.py: added support for attachments.

	* testproj/importer/twiki-import.py: great code reorganization. 

	* wikiparse.py (wikiparse): correctly handle unicode and markdown.

	* wikiparse.py (parse_wiki_tags): fixed and added detailed wiki
	links and attachments.

	* urls.py: generalized urls.

	* testproj/importer/twiki-import.py: greatly improved, added write
	to DB. Now it is almost complete.

	* templates/wiki/search_results.html: now pagecontents point to
	proper revisions.

	* templates/wiki/base.html: changed DOCTYPE switching from xhtml
	to html, switched to utf8

	* sanitize.py (sanitize_html): generalized.

	* models.py: added an HACK to support correct handling of 'linked'
	ManyToMany when not using forms.

2008-09-25  Marco Pantaleoni  <panta@elasticworld.org>

	* fixed default parent separator in models get_parent.
	Small layout and css change.

	* added linked pages and linked by boxes to the sidebar

	* added linked and referenced pages to PageContent model, and
	handled properly in save() and wiki filter.

2008-09-24  Marco Pantaleoni  <panta@elasticworld.org>

	* attachments are now saved in a path referring to the page UUID
	instead of the name.

	* now it's possible to go to a specific revision from the history
	page.

	* moved info about page content rev. and dates to history page.

	* page history now uses pagelink.

	* moved 'add attachment' link to page icons box.
	Small css change.

	* limited recently modified pages to current wiki, when
	applicable.

	* added 'txt' and 'HTML' download links for pages.

	* simplified left sidebar.

	* wiki links css changes.

	* fixed 'wiki' templatetag (sanitized text before markdown processing).

	* added wikimenu templatetag, which generates a hierarchical menu.

	* fixed missing closing HTML tags for page text in search results
	and page history (using truncate_html instead of truncate).

	* added icons for edit and new page in page detail.

2008-09-22  Marco Pantaleoni  <panta@elasticworld.org>

	* added 'wikilink' and 'pagelink' templatetags (removing the
	'get_hier_href()' functions from models.)

	* added initial rough support for sub-wikis and sub-pages
	in url handling and views.

	* added publish, publish_from, publish_to fields.
	Added sub-wiki and sub-page support to db models.

2008-09-20  Marco Pantaleoni  <panta@elasticworld.org>

	* Improved search, adding search in pages and wikis.

	* implemented a basic search functionality.

2008-09-19  Marco Pantaleoni  <panta@elasticworld.org>

	* Added initial attachment support.
	Fixed some related names for foreign keys.

