[Attempto] AceWiki 0.2.10

Tobias Kuhn t.kuhn at gmx.ch
Fri Nov 28 10:39:26 CET 2008


Hi,

There is a new release of AceWiki:

   http://attempto.ifi.uzh.ch/acewiki/

It can be downloaded as a part of the Attempto Java Packages:

   http://attempto.ifi.uzh.ch/site/downloads/

The changes are the following:

- Proper names can now have an abbreviation which is a shorter name with exactly the same meaning as 
the long proper name.
- There is a new search textfield in the side menu.
- Statements having property chains in their OWL representation are not considered anymore for 
reasoning. This ensures that the global restrictions posed by OWL 2 are never violated.
- Due to a bug of Firefox 3.0.x, Echo applications have problems when umlauts are entered in the 
interface. The class HeaderControlFilter implements a workaround for this problem. See the Javadoc 
how this filter can be applied.
- A new login option has been implemented: login that requires a username but no password.
- The behavior of the word editor has been improved: Pressing Enter performs "OK" and the first text 
field of a word editor tab automatically takes the focus.
- The routine check for consistency at every GUI update has been deactivated. This slowed down the 
whole interface and inconsistency should never occur anyway.
- A bug of the chart parser has been fixed: a stack overflow could occur because it was not properly 
checked whether a new edge was already contained in the chart or not.
- A bug in the export feature has been fixed: the OWL export included also the sentences that 
introduce inconsistency. Now only the consistent ontology is exported.
- In the editor, proper names preceded by "the" are now sorted in respect to what follows after the 
"the" (instead of showing them all under "t").
- The methods of the ontology element classes that call the reasoner are now "synchronized". This 
hopefully improves the performance if multiple reasoning tasks are concurrently requested.
- A bug concerning reasserting a sentence has been fixed: the changes were not immediately saved 
after reasserting a sentence.
- The code that calls the reasoner is cleaned up.
- Unnecessary page updates are fixed.
- A small bug was resolved concerning editing of existing sentences.


Cheers,
Tobias



More information about the attempto mailing list