Changes between Version 58 and Version 59 of ReleaseNotes
- Timestamp:
- 09.03.2013 23:34:13 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes
v58 v59 16 16 * Encoded passwords are not visible in the webclient (#375). 17 17 * More complex searches for composite topics: you can e.g. search a person by its entire name. And you can search Persons or Institutions by combined Address terms (#420). 18 * More familiar wording of Core concepts: "Parent/Child" replaces "Whole/Part". This benefits both, API and GUI (#67). 19 * For developers: the Neo4j Shell can be launched while DeepaMehta is running [3601ae4a]. 18 20 19 21 Bug fixes: 22 * The admin user can change hers password (#369). 23 * A User Account is editable only by a) the respective user, and b) by the creator of the User Account (#375). 24 * View Configuration default values are reflected in the GUI. In particular the "Viewable", "Editable", and "Rows" settings are no longer changed by accident (#208). 25 * View Configurations of the standard types, e.g. Person, can be edited via GUI (#377). 20 26 * Association types get Workspace assignments (analogous to topic types) (#376). 21 27 * Search topics and Webpage topics show no "Edit" button (#259, #248). … … 24 30 25 31 Plugin Development Framework: 26 * The core classes CompositeValue and CompositeValueModel provide convenience accessors which take a "defaultValue" argument (#418). 32 * The core class `CompositeValue` is attached to the DB. So, for complex update operations of composite topics/associations the developer must not care about model updates vs. DB-updates. The underlying model and the DB are always in-sync automatically. `CompositeValue` is now on-par with all the other Core objects (#339). 33 * The core classes `CompositeValue` and `CompositeValueModel` provide convenience accessors which take a "defaultValue" argument (#418). 27 34 28 35 ----