Changes between Version 144 and Version 145 of ReleaseNotes


Ignore:
Timestamp:
22.08.2016 16:05:42 (8 years ago)
Author:
jri
Comment:

4.8.3 release notes, pt. 1

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes

    v144 v145  
    22 
    33= Release Notes = 
     4 
     5---- 
     6 
     7== 2016-08-??: DeepaMehta 4.8.3 == 
     8 
     9Improvements: 
     10* Webclient module: more robust topicmap rendering. Corrupted associations are suppressed from being rendered and are reported to the user (#998). 
     11 
     12Bug fixes: 
     13* Type Editor module: when editing an association definition and entering a non-existing assoc type in the "Custom Association Type" field, the input is ignored and a warning is displayed. The DB is not corrupted (#1003). 
     14* Topicmaps module: corrupting a topicmap through manual deleting `Mapcontext` associations is not possible anymore (#998). 
     15 
     16Plugin Development Framework: 
     17* Core module: 
     18    * `ChildTopicsModel`'s multi-value `put()` method doesn't throw a `java.lang.IllegalArgumentException` exception (#985). 
     19    * Fix association auto-typing: when creating an association whith a topic player which is indentified by-URI no exception is thrown (#961). 
     20* Facets module: 
     21    * added missing `put/add` methods to `FacetValueModel ` (#1002). 
     22    * `getFacet()` returns a `ReleatedTopic` (instead `Topic`) (#981). 
     23* Geomaps module: suppress geocoding on a per-code-block basis (#980). 
    424 
    525----