Change log
From WandoraWiki
(Difference between revisions)
(→2007-07-31) |
|||
Line 1: | Line 1: | ||
+ | == 2007-08-30 == | ||
+ | |||
+ | * Added Graph Topic Panel enabling graph visualizations of topic maps. | ||
+ | * Fixed minor bugs. | ||
+ | |||
== 2007-07-31 == | == 2007-07-31 == | ||
Revision as of 18:11, 30 August 2007
Contents |
2007-08-30
- Added Graph Topic Panel enabling graph visualizations of topic maps.
- Fixed minor bugs.
2007-07-31
- XTM export fixed. InstanceOf elements contain now only one topic reference.
- Menu structures have been updated.
- Opens Wandora project file or XTM topic map file given as a command line parameter.
- New layer operation doesn't automatically import minimal Wandora ontology.
- Fixed minor bugs.
2007-06-04
- New icons. More stylish look.
- New statistical tools to analyze topic maps: Layer connections, Topic map diameter, and Clustering coefficient.
- New tool category of Topic map generators including Random graph generator, Fully connected graph generator, Tree graph generator, and Linear list generator.
- Fixed some minor bugs.
2007-05-22
- Added SOAP web api option for Piccolo published topic map. Api may be used to access topics and associations directly from Flash applications for example.
- Added new sample: Flash application using the SOAP api. Actionscript source classes are included.
- Added a set of Audioscrobber extractors enabling to convert Last.fm's XML feeds to topic maps.
2007-05-02
- Compiled and tested with Java 6.0.
- Added MediaWiki extractor. Extractor converts MediaWiki's XML exports to topic map.
- Fixed some minor bugs.
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.