Change log

From WandoraWiki
(Difference between revisions)
Jump to: navigation, search
(2009-01-30)
(2009-01-30)
Line 11: Line 11:
 
** Find topic references in occurrences. This feature scans through all available topics and compares topic names to words in occurrence. If topic name is found in occurrence text, topic is associated with the occurrence carrier topic.
 
** Find topic references in occurrences. This feature scans through all available topics and compares topic names to words in occurrence. If topic name is found in occurrence text, topic is associated with the occurrence carrier topic.
 
** Make topics out of occurrence selections. Now you can point out important words (word collections) in occurrence and order Wandora to create a topic for the pointed words. Optionally Wandora associates created topic with the occurrence carrier.
 
** Make topics out of occurrence selections. Now you can point out important words (word collections) in occurrence and order Wandora to create a topic for the pointed words. Optionally Wandora associates created topic with the occurrence carrier.
* [[Exporting WWW site|WWW site export]] templates are refactored and simplified.
+
* [[Exporting WWW site|WWW site export]] templates has been refactored and simplified.
* Sample Web Application is refactored to work with Apache Tomcat 6.x.
+
* Sample Web Application has been refactored to work with Apache Tomcat 6.x.
 
** HTML templates have also been updated.
 
** HTML templates have also been updated.
 
* Current '''Save project''' is split to '''Save project''' and '''Save project as'''. First save option remembers current project file name while latter always asks file name. See documentation at [[How to save and load project]].
 
* Current '''Save project''' is split to '''Save project''' and '''Save project as'''. First save option remembers current project file name while latter always asks file name. See documentation at [[How to save and load project]].

Revision as of 18:25, 30 January 2009

This page documents only Wandora application changes. See recent changes for a list of general Wiki changes.

2009-01-30

  • String similarity search
  • Enhanced occurrence text editor. Occurrence text editor is opened when you click existing occurrence text in Traditional topic panel for example. New occurrence text editor features include
    • Direct occurrence classifiers (OpenCalais and SemanticHacker). Now you can start the classifier in the occurrence editor using menu option Refine > Classify > Classify with OpenCalais and Refine > Classify > Classify with SemanticHacker.
    • Find topics with similar occurrences
    • Tidy HTML, Strip HTML
    • HTML entity conversion
    • Find topic references in occurrences. This feature scans through all available topics and compares topic names to words in occurrence. If topic name is found in occurrence text, topic is associated with the occurrence carrier topic.
    • Make topics out of occurrence selections. Now you can point out important words (word collections) in occurrence and order Wandora to create a topic for the pointed words. Optionally Wandora associates created topic with the occurrence carrier.
  • WWW site export templates has been refactored and simplified.
  • Sample Web Application has been refactored to work with Apache Tomcat 6.x.
    • HTML templates have also been updated.
  • Current Save project is split to Save project and Save project as. First save option remembers current project file name while latter always asks file name. See documentation at How to save and load project.
  • Revert project feature to restore previously loaded Wandora project.

2008-12-10

2008-10-24

Wandora's base ontologies in resources/conf are now XTM 2.0. Old XTM 1.0 base ontologies are still in distribution package but they have been renamed with file extension xtm1.

2008-08-28

2008-05-30

2008-04-29

2008-03-14

2008-03-04

  • Wandora's license changed to GNU GPL!
  • Source code distribution package available!
  • Major refactoring! Base class path changed to org.wandora.
  • New Compare topic maps tool introduced!
  • Some minor bug fixes!

Wandora's topic map schema has also changed! Subject identifier base of schema topics is now http://www.wandora.org. It used to be http://www.wandora.net in previous Wandora releases! This change may cause problems while working with older Wandora projects as Wandora doesn't find Wandora class, Wandora language, and Wandora language name version topics. To fix the problem replace subject identifier base http://www.wandora.net to http://www.wandora.org in your old project.

2008-02-13

2008-01-22

2008-01-15

Minor update

  • Removed references to javax.swing.GroupLayout.

2007-11-05

  • Enhanced Drag and Drop support
    • Create topics and associations dragging text (base name) lists to Wandora
    • Extractors accept partial HTML snippets dragged from WWW browser and dropped to Drag and Drop Extractor.
  • Property Table Extractor
  • Simple Text Document Extractor
  • RSS 2.0 Extractor
  • Bibtex extractor schema changed. Creates now more topics and associations instead of occurrences.
  • Subject Locator preview for HTML pages
    • Extract directly from HTML preview
    • Create topic names and occurrences from HTML preview
  • Subject identifier GUI enhanced in Topic Panels
  • Some bug fixes

2007-10-17

  • Shell scripts to launch the application on Linux and Unix systems including Mac.
  • Some bug fixes on Linux-like systems.
  • Bibtex extractor

2007-09-24

This version contains some minor bug fixes. For example:

  • Topic map graph is not anymore drawn outside the topic panel.
  • User can interrupt topic map and project save operations.
  • Adding shortcut of a topic with multiple subject identifiers uses now fancier dialog.

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

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.


Personal tools