Version 25 (modified by jri, 13 years ago) (diff) |
---|
Release Notes
2012-01-19: DeepaMehta 4.0.7
The main feature of this release is the compatibility with the "DM4 Kiezatlas 2.0" plugin and the attendant plugin development framework extensions. Furthermore there are some general GUI improvements and bug fixes.
Compatibility with 1 new plugin (optional install):
- DM4 Kiezatlas 2.0: a geographical content management system.
Compatibility with 2 updated plugins (optional install):
- DM4 Geomaps 0.2: displays geo-related topics on a geographical map.
- DM4 Facets 0.2: introduces multi-typing to the DeepaMehta data model.
GUI improvements:
- Auto-positioned topics appear near selection. This results in less mouse drags and less canvas clutter (#174).
- New icon for "search result" that replaces the bucket: a pile of balls [69aa3fd4].
Bug fixes:
- The topicmap state (translation) is persistent after auto scroll (#170).
- Deleted associations resulting from combobox value changes are removed from the canvas (#176).
Plugin development framework:
- Webclient performance improvement through new hook mechanism: hook code is explicitly registered at the webclient (instead of placed in dedicated methods) (#173).
- Customizable GUI:
- Decouple canvas from page panel: the topic selected on the canvas and the topic displayed on the page panel can be a different one [ce27623b][ac819a9a].
- Customizable page panel rendering in case of nothing is selected (new hook default_page_rendering). Splash screen by default. [40cb0f8f].
- The default page renderer and form generator are customizable (new hook pre_render_page) [69866e36][bb7cc70b][af4f2ff9].
- More flexible update requests: plugins can attach application-specific data to update requests and provide the corresponding server-side processing logic [b54822fc].
- More convenient client-side API for accessing (nested) topic values [616e35d6].
- Cleaner exception logs from REST resource methods [ebd02479].
2011-11-27: DeepaMehta 4.0.6
This release has mostly improvements for plugin developers. It is compatible with 2 new external plugins (see below). There are some GUI improvements though.
The DeepaMehta 4.0.6 installation is described in the README. You must perform a clean install. You can't use content from a previous DeepaMehta installation.
New feature for plugin developers:
- Map type extension architecture: plugins can provide additional map types, e.g. a geo map or a time map (#52). Each map type can have a distinguished data model, rendering facility, and interaction style.
Improvements for plugin developers:
- Clients can benefit from an extended composite value format (#146).
- Server-side plugins can extend a topic before it is send to the client (new postFetchTopicHook) [874271b8].
- Client-side plugins can access the model of the selected topicmap (#147).
- Client-side plugins can set/get the split panel's slider position (#148).
GUI improvements:
- Topicmaps remember their translation (#154).
- Design: the toolbar is more plain and saves screen space.
- Design: the entire GUI uses an uniform font.
GUI fix:
- Menus opened within dialog boxes are not constrained to the dialog box dimension (#165).
Compatible with 2 new plugins (optional install):
- DM4 Geomaps: displays topics on a geographical map.
- DM4 Facets: introduces multi-typing to the DM data model.
Updated 3rd party components:
- jQuery 1.7 (updated from 1.4.2)
- jQuery UI 1.8.16 (updated from 1.8.2)
2011-10-20: DeepaMehta 4.0.5
There are crucial Windows and Apache related bug fixes and 3 hot features.
New features:
- Custom topicmap backgrounds (#103). See usage info.
- Functional browser back/forward buttons (#106). See usage info.
- Permalinks (#106). See usage info.
Fixes:
- The file related features work on Windows (#91):
- View/play your files right in DeepaMehta (#78). Works with text/image/audio/video/PDF files. See usage info.
- File browser: browse your disk (#90). See usage info.
- Configurable proxy service: access local and remote resources (#90). See usage info.
- The file related features work if the DeepaMehta server is running behind an Apache reverse proxy (#107). See bug info and Configuring Apache as Proxy doc page.
Improvements for developers and power users:
- Plugins can interfere with browser history and permalink construction (#106) [448e95cd].
- Extended webclient view configuration: also complex child types can be non-viewable/non-editable.
- Extended REST API: create association types. See REST API.
2011-09-27: DeepaMehta 4.0.4
Main features of this release are file management, GUI customization, and daemon support.
New features:
- Icon picker: change the topic type icons (#49). See usage info.
- Custom icons: attach your own icons to topic types (#49). See usage info.
- User-defined topic labeling rules (#41). See usage info.
- File management*): View/play your text/image/audio/video/PDF files right in DeepaMehta (#78). See usage info.
- File browser*): browse your disk (#90). See usage info.
- Configurable proxy service*): access local and remote resources (#90). Interesting for client-server installation. See usage info.
- Running DeepaMehta server as a daemon (#46). Interesting for client-server installation. See Ubuntu daemon setup.
Improvements:
- User-defined child type order (for content panel rendering) (#77). See usage info.
- First support for larger topic amounts (thousands of topics) (#98).
- Search results are alphabetically sorted (#69).
- Design: smaller icon rendering in content panel and menus.
*)These features doesn't work on the Windows platform. There is a known bug (#91). It will be fixed in the upcoming 4.0.5 release.
2011-08-22: DeepaMehta 4.0.3
After a long series of backend changes the focus of this release is to bring the frontend on a par. This release brings 2 new featues and a lot of GUI improvements and fixes.
New features:
- Webbrowsing (early state): render webpages directly in DM! Right in the content panel or in a separate window/tab. URL topics provide 2 commands: "Open URL" and "Open URL in new window". (#21, #73)
- Type Search: query all topics of a given type (#68)
Improvements:
- More intuitive Create menu (#11)
- Focus first input field when creating a new topic (#12)
- Trigger Save by hitting Return (#13)
- Create topics via keyboard (#14)
- Type Resource is now called Web Resource. URL field first. (#20)
- The webclient has a "favicon" (#44)
- Creating a bunch of topic types without caring about unique URIs (#58)
- The webclient's URL is simply http://localhost:8080/ (#66)
- Topic type menus are sorted (#68)
- About box with version/license info and credits (#36, #70)
- Minor design and layout improvements
Fixes:
- Closing menus when clicking elsewhere (#29)
- Proper dragging when creating an association (#31)
- Searching requires a given search term (#57)
- Toolbar menus reflect renamed topicmaps and workspaces (#59)
- Suppress pointless browser window scrollbars (#60)
- Long menus do scroll instead the entire browser window (#71)
- Fix canvas drawing and event handling oddities (#72)
Improvements for Developers:
- No webclient 404/503 errors when build from source (#17) [4391f3ef]
- Multi-context commands: A plugin can attach its commands to both at the same time, the context menu and the page panel (#21) [baad6eb7]
- Revised file upload support [b593ce31]
- URL topics can be queried by their URL (#55) [a58824f2]
- Plugin authors can specify a custom URI namespace where the plugin's web resources are mapped to (#66) [3aa32aba]
- A request to a / web resource is mapped to /index.html (#66) [3aa32aba]
- REST API: "getRelatedTopics" request provides 3 more filter parameters [45e6dc93]
- Page Renderer classes can CSS style the content panel [326556d8]
- Access the webclient's toolbar via a dedicated toolbar object [80754bd8]
- JavaScript? GUIToolkit API simplified and more object-like [aa9f8453][be5c4133]
2011-08-02: DeepaMehta 4.0.2
This release fixes a bug (https://trac.deepamehta.de/ticket/28): There was an encoding issue with the binary distribution in a client/server setup. This is now fixed. No problems with umlauts anymore.
Download: https://github.com/downloads/jri/deepamehta/deepamehta-4.0.2.zip
For installation and update instructions see the README: https://github.com/jri/deepamehta#readme
2011-07-28: DeepaMehta 4.0.1
This release fixes a bug: when editing an association (e.g. retyping) the role types are not compromised (ticket #18).
Thanks Malte for reporting!
You can update a 4.0 installation while keeping your content.
However, a 4.0.1 clean install is recommended (see comments on ticket #18).
See the README for installation and update instructions:
https://github.com/jri/deepamehta#readme
Download:
https://github.com/downloads/jri/deepamehta/deepamehta-4.0.1.zip
Build/Update? from Source:
https://trac.deepamehta.de/wiki/BuildFromSource
Furthermore, these 3rd party components are updated in 4.0.1:
- Jersey 1.5 -> 1.8
- Jettison 1.2 -> 1.3
- Neo4j Mehtagraph 0.7 -> 0.8
2011-07-24: DeepaMehta 4.0
Related to the 1st release candidate (4 days ago) there is just one Firefox-related bug fix.
Thanks Matthias for reporting!
Download:
https://github.com/downloads/jri/deepamehta/deepamehta-4.0.zip
Build from Source:
https://trac.deepamehta.de/wiki/BuildFromSource
Further information in the README:
https://github.com/jri/deepamehta#readme
2011-07-20: DeepaMehta 4.0 RC1
This is the first release with the all-new property-less data model as recently described:
https://groups.google.com/group/deepamehta3/browse_thread/thread/a77704d35e7af539>
The version planned as "DeepaMehta 3 v0.5" now become "DeepaMehta 4.0".
From now on DeepaMehta's version numbers follow the classic major.minor.bugfix schema.
Improvements for users:
- new type editor. All values are represented as reusable semantics-attached topics.
- new topic type "Resource" to collect web resources
- new icons
- bug fix in topicmap handling (when you have multiple topicmaps open)
- cleaner display, less clutter
The cleaner display is because not all the plugins (workspaces, time, access control, ...) are adapted to the new data model so far. So, for the moment there is not so much meta data displayed (timestamps, workspaces assignments, creator, modifier, ...).
Improvement for developers:
- New core service API. All the domain objects (Topic, Association, ...) are attached to the database. So, the developer must not care about DB-updates.
- Domain models (type definitions) provided by a plugin can be build upon the domain models provided by other plugins. The dependencies are handled by the framework.
Download the release:
https://github.com/downloads/jri/deepamehta/deepamehta-4.0.RC1.zip
Start as usual via the provided startscripts.
Build from Source:
https://github.com/jri/deepamehta/wiki/Build-From-Source
For further information see the README:
https://github.com/jri/deepamehta#readme
Troubleshooting:
If the browser shows 404 while this exception appears in the terminal ...
com.sun.jersey.api.container.ContainerException: No WebApplication provider is present
... then refresh the HTTP Jetty Bundle by typing "refresh 1" in the terminal (checkout the proper bundle ID before by using the "lb" command).
Thanks go to Jürgen and Danny who helped to organize this release!