Change log
From WandoraWiki
(Difference between revisions)
(→2007-03-08) |
|||
Line 4: | Line 4: | ||
* Fixed Tool manager's tool scanner. Previous versions of Wandora did not found tool classes with ''class'' string in their classname. | * Fixed Tool manager's tool scanner. Previous versions of Wandora did not found tool classes with ''class'' string in their classname. | ||
* Added [[FreeDB extractor]]. Extractor converts freedb database files to a topic map. | * Added [[FreeDB extractor]]. Extractor converts freedb database files to a topic map. | ||
+ | * Added FreeDB sample demonstrating Wandora's FreeDB extractor and simple modification layer used to merge typo-topics. | ||
* Fixed some minor bugs. | * Fixed some minor bugs. | ||
Revision as of 19:25, 8 March 2007
Contents |
2007-03-08
- Fixed HSQL database layer locking bug. Previous versions of Wandora locked HSQL database layer after layer creation blocking topic map access.
- Fixed Tool manager's tool scanner. Previous versions of Wandora did not found tool classes with class string in their classname.
- Added FreeDB extractor. Extractor converts freedb database files to a topic map.
- Added FreeDB sample demonstrating Wandora's FreeDB extractor and simple modification layer used to merge typo-topics.
- Fixed some minor bugs.
2007-02-27
- Fix: Now XTM export filters out all characters that may break the XML document. Previous version of Wandora exported base names, text datas, and variant names to the XTM document without changes and broke the file sometimes when you had used (usually extracted) exotic characters in topic elements.
- Generic SQL database import has been developed to allow you to select whether a table column is converted to a topic or an occurrence.
2007-02-09
- LTM import robustness improved.
- Added Copy all variant names tool.
- Added Remove all empty variant names tool.
- Added Remove variant name... tool.
- Fixed Lucene index builder.
- Speeding XTM import (Assuming the XTM topic map does not contain duplicate associations. I think next update will contain Paranoid XTM import forcing the removal of duplicate associations).
- Fixed some minor bugs.
2007-01-19
- Added SampleWebApp to samples. SampleWebApp shows how Wandora project is published as a WWW service with Apache Tomcat.
- Added DatabaseImport tool.
- Added project drag'n'dropped feature to Wandora's application window.
- Fixed some minor bugs.
2006-12-15
- Fixed bug in Configure Topic Tree Types editor.
- Added Merge project feature.
- Fixed some minor bugs.
2006-11-15
- SetClasspath.bat missed path settings for mstor/mstor.jar and activation.jar causing Email extractor to fail with MBOX email repositories. Fixed.
- Added Lucene index builder tool to exporters. With this tool you can build Lucene search index from any Wandora topic map. Current version of Wandora does not use search index and the tool is mainly for external usage.
2006-11-06
- Fixed schema association editor's bug causing creation of one player associations instead of multiple player associations in systems with multiple layers.