Project

General

Profile

Release Notes » History » Version 593

Andreas Müller, 08/19/2020 09:05 PM

1 121 Andreas Müller
2 149 Andreas Kohlbecker
# Cdm Platform Roadmap
3 148 Andreas Kohlbecker
4
5 203 Andreas Müller
_Please login to see all tickets_
6 10 Andreas Kohlbecker
7 270 Andreas Müller
{{>toc}}
8 314 Andreas Müller
9 590 Andreas Müller
## CDM Platform 5.18 (scheduled for Sep 30th, 2020)
10 1 Andreas Kohlbecker
11 592 Andreas Müller
*Issues: {{ref_issues(-f:fixed_version_id = 295 , -c)}}*
12 590 Andreas Müller
13
 **What will be new?**
14
15
*Downloads:*(not yet available) [TaxEditor](https://dev.e-taxonomy.eu/download/taxeditor/5.18.0/), [CDM Server](https://dev.e-taxonomy.eu/download/cdmserver/5.18.0/), [Data Portal](https://dev.e-taxonomy.eu/download/dataportal/5.18.0/)
16
17
18
19 593 Andreas Müller
## CDM Platform 5.17 (scheduled for Aug 19th, 2020)
20 590 Andreas Müller
21 592 Andreas Müller
*Issues: {{ref_issues(-f:fixed_version_id = 299 , -c)}}*
22 1 Andreas Kohlbecker
23
*Downloads:*(not yet available) [TaxEditor](https://dev.e-taxonomy.eu/download/taxeditor/5.17.0/), [CDM Server](https://dev.e-taxonomy.eu/download/cdmserver/5.17.0/), [Data Portal](https://dev.e-taxonomy.eu/download/dataportal/5.17.0/)
24
25 593 Andreas Müller
**What is new?**
26
27
{{ref_issues(-f:fixed_version_id = 299 , id, subject, status)}}
28
29 1 Andreas Kohlbecker
## CDM Platform 5.16 (released June 30th, 2020)
30 583 Andreas Müller
31 585 Andreas Müller
*Issues: {{ref_issues(-f:fixed_version_id = 297 , -c)}}*
32 583 Andreas Müller
33 593 Andreas Müller
*Downloads:* [TaxEditor](https://dev.e-taxonomy.eu/download/taxeditor/5.16.0/), [CDM Server](https://dev.e-taxonomy.eu/download/cdmserver/5.16.0/), [Data Portal](https://dev.e-taxonomy.eu/download/dataportal/5.16.0/)
34 583 Andreas Müller
35
**What is new?**
36
37
* **Data Portal**
38
 * Fix for sortorder of taxon nodes in taxon tree
39
 * Fix for incorrect link for geo-coordinates in point maps
40 587 Andreas Kohlbecker
 * Fix for missing information on taxon pages (see #9095)
41 583 Andreas Müller
42
* **CDM Library**
43 589 Andreas Müller
 * Improved deduplication of references and authors during name parsing (the relatively empty parsed references and authors are now merged with richer references and authors, which include e.g. also URI, ISBN, lifespan, first name, etc. information)
44 583 Andreas Müller
 * Improved caching mechanism (which hopefully leads to less multiple representation exceptions in TaxEditor)
45
 * Improved formatting and parsing of dates and periods (now we generally use a format like "30 Jun 2020" which is more language independent)
46
47
* **TaxEditor**
48 584 Andreas Müller
  * Setting focus automatically to newly created facts in Fact View
49
  * Improved reference and author deduplication during creation of new taxa and synonyms
50 588 Andreas Müller
  * Improved handling of malformed URIs
51
  * Fix bug which threw multiple representation exceptions when editing taxa with a taxon node source (which exists very often in some databases)
52 1 Andreas Kohlbecker
  * Fix bug throwing an exception when deleting a classification
53 583 Andreas Müller
  * Fix bug throwing an exception when deleting multiple records in bulk editor  
54 585 Andreas Müller
 
55 583 Andreas Müller
{{ref_issues(-f:fixed_version_id = 297 , id, subject, status)}}
56
57 558 Andreas Müller
58 568 Andreas Müller
## CDM Platform 5.15 (released June 23rd, 2020)
59 558 Andreas Müller
60 574 Andreas Müller
*Issues: {{ref_issues(-q:Release5.15 , -c)}}*
61 548 Andreas Kohlbecker
62 582 Andreas Müller
*Downloads:* [TaxEditor](https://dev.e-taxonomy.eu/download/taxeditor/5.15.0/), [CDM Server](https://dev.e-taxonomy.eu/download/cdmserver/5.15.0/), [Data Portal](https://dev.e-taxonomy.eu/download/dataportal/5.15.0/)
63 1 Andreas Kohlbecker
64 563 Andreas Müller
**What will be new?**
65
66 565 Andreas Müller
* **Data Model**
67 567 Andreas Müller
 * TaxonNode has a "status" attribute now instead of flags "doubtful", "unplaced" and "excluded"
68
     * Allows to use only max. 1 of the above status for the same node
69
     * "Excluded Notes" changed to => "Status notes" and is valid for what ever status has been chosen
70 566 Andreas Müller
 * Measurement values handled as "BigDecimal" to avoid rounding errors related to floating point algebra and to allow to handle exactness (e.g. 1.6 differs from 1.60) 
71
 * "Available for" attribute for features to distinguish if features are available for taxa, for names and/or for specimen
72
 * Temporal fact datatype for e.g. flowering periods supporting time periods like (Apr-)May-July(-Aug)
73 572 Andreas Müller
 * New feature "Flowering period"
74
 * New feature "Altitude" added
75
 * Rename "later homonym for" to "later homonym of"#
76
 * "Links" added to main classes like taxa, names, references, authors, ... - these allow adding an unlimited number of URL-links to these objects together with a description what this link is for
77
 * Key-Value structure for storing media metadata (not yet used)
78 1 Andreas Kohlbecker
79 572 Andreas Müller
* **Data Portal**
80 579 Andreas Kohlbecker
 * New implementation of the occurrence point display is maps which allows new important features:
81
     * Field unit information can now be shown. 
82
     * Display of error radius
83 580 Andreas Kohlbecker
     * NOTE: More exciting features will come with the following releases.
84 579 Andreas Kohlbecker
 * The new image viewer which has been integrated into the dataportal with version 5.13 is now stable and available for all data portal installations. The new image viewer uses the iiif conform Universalviewer. The new viewer adapts to different screen sizes and supports mobile devices.
85 581 Andreas Müller
 * The beautiful Noto font family is now the default for the data portal and brings improved readability and excellent unicode support.
86
 * The status (unplaced, doubtful, excluded) of a taxon node is now shown on taxon pages and in the classification tree. 
87 572 Andreas Müller
88 571 Andreas Müller
* **CDM Server**
89 568 Andreas Müller
 * Improved logging
90 576 Andreas Kohlbecker
 * Debian installation package improved
91 571 Andreas Müller
92 568 Andreas Müller
* **CDM Library**
93
 * Improved permissions for users being allowed to edit all taxonomies
94 1 Andreas Kohlbecker
95 568 Andreas Müller
* **TaxEditor**
96 570 Andreas Müller
 * Improved deduplication, especially for taxa entered via taxon node editor
97 1 Andreas Kohlbecker
 * Persons: allow editing lifespan
98 568 Andreas Müller
 * Possibility to create or update database schema via connect dialog
99
 * Improved layout of connect dialog
100 572 Andreas Müller
 * Taxon nodes status with status notes (see Data Model), available in taxon node wizard and in CDM light export
101 570 Andreas Müller
 * Factual Data:
102
     * Possibility to enter temporal data (phenology)
103
     * Factual dataset source is shown as (uneditable) source for each fact
104
     * Facts view: remember expansion state after deleting
105
     * Remove caching form facts view which (resulted in unexpected results)
106
 * Descriptive dataset editor and matrix editor:
107
     * Improve performance of matrix editor
108
     * Add context menu to matrix editor (and remove preliminary buttons)
109
     * Fix failing adding of specimen which are not attached to a field unit
110
     * Remove taxon in descriptive dataset editor only available if taxon has focus
111
     * Fix bug when selecting a character tree for a descriptive dataset
112
 * Reference bulk editor table has new included columns: year, in-reference, uri
113
 * Open link button for entering DOIs in reference details view
114
 * Features:
115
     * Possibility to define if a feature is available for taxa, specimen and/or taxon names
116
 * Improved decimal/rounding handling of quantitative data (e.g. distinguish 9.1 form 9.10)
117
 * Configurable if the old specimen list editor should be avialable via main menu
118 569 Andreas Müller
 * Bug fixes:
119 570 Andreas Müller
     * Broken media deatils view fixed for "MediaSpecimen" 
120 568 Andreas Müller
     * Exception when creating a new taxon 
121 569 Andreas Müller
     * Search does find orphaned synonyms now
122 570 Andreas Müller
     * Term search fixed
123 1 Andreas Kohlbecker
     * Exception in referencing objects view for TextualTypeDesignations
124
     * Exception in name details view if name relations were incomplete (no type, no from-name or no to-name)
125
     * Exception when deleting a descriptive dataset
126 570 Andreas Müller
     * Incorrect context menu for synonyms after moving a synonym into or out of the homotypic group
127
     * Opened selection dialogs lock editing in other windows
128
     * Remember expansions state of sections in details view and supplemental data view (this feature was lost for some time)
129
     * Recently used references list is not emptied anymore after using search dialog for nomenclatural reference
130
     * Bulk editor: multiple deduplications without saving do now remember all deduplications
131
     * Some widget is disposed exceptions fixed
132
     * fix verbatime date not persisted for books
133 565 Andreas Müller
134 573 Andreas Müller
{{ref_issues(-q:Release5.15 , id, subject, status)}}
135 563 Andreas Müller
136 558 Andreas Müller
## CDM Platform 5.14 (released April 8th, 2020)
137 1 Andreas Kohlbecker
138
*Issues: {{ref_issues(-f:fixed_version_id = 293 , -c)}}*
139
140 563 Andreas Müller
*Downloads:* [TaxEditor](https://dev.e-taxonomy.eu/download/taxeditor/5.14.0/), [CDM Server](https://dev.e-taxonomy.eu/download/cdmserver/5.14.0/), [Data Portal](https://dev.e-taxonomy.eu/download/dataportal/5.14.0/)
141
142 558 Andreas Müller
**What's new?**
143
144
* **Data Portal**
145 559 Andreas Müller
    * Structured descriptive data is shown on specimen page as continous text
146
    * Bugfix for the new universal media viewer
147
    * Bugfix for some descriptive data pages for taxon descriptions
148 558 Andreas Müller
149 559 Andreas Müller
* **Import/Export**
150
    * Handling of descriptions improved for ABCD import
151
    * Bug fix for CDM lite export of textual type designation missing a language
152
153 558 Andreas Müller
* **TaxEditor**
154 559 Andreas Müller
    * Set as basionym available also for accepted taxa
155
    * Distribution details view: configurable to show also abbreviation for selected named areas
156
    * Performance improved for preference dependend descriptive data matrix editing
157
    * Cloned descriptions show according icon
158
    * User/roles/rights:
159
            * ROLE_USER_MANAGER is allowed to change passwords
160
            * unnecessary "expired" flags removed from User UI
161 560 Andreas Müller
            * isAdmin valid for all users having ROLE_ADMIN
162 559 Andreas Müller
    * DNA Sample view allows editing of determinations
163
    * Export dialogue remembers last selected folder
164
    * Bug fixes:
165 560 Andreas Müller
         * Handling of preferences for term lists fixed
166 559 Andreas Müller
         * ConcurrentModificationException occurring at different places fixed
167
         * Incorrect handling of "show descriptions only for field units" fixed
168
         * Missing "id in vocabulary" in term labels fixed
169 1 Andreas Kohlbecker
         * Freetext filter for name relationship type selection in name relationship dialogue fixed
170 560 Andreas Müller
         * Exception caused by missing "number of rows in status dropdown" fixed
171 558 Andreas Müller
         * Exception when opening orphaned names in name bulk editor from search result fixed
172
    
173 546 Andreas Müller
174 561 Andreas Müller
{{ref_issues(-q:Release5.14 , id, subject, status)}}
175 533 Andreas Müller
176 1 Andreas Kohlbecker
## CDM Platform 5.13 (released March 23th, 2020)
177 551 Andreas Kohlbecker
178 533 Andreas Müller
*Issues: {{ref_issues(-f:fixed_version_id = 284 , -c)}}*
179
180 563 Andreas Müller
*Downloads:* [TaxEditor](https://dev.e-taxonomy.eu/download/taxeditor/5.13.1/), [CDM Server](https://dev.e-taxonomy.eu/download/cdmserver/5.13.0/), [Data Portal](https://dev.e-taxonomy.eu/download/dataportal/5.13.0/)
181 1 Andreas Kohlbecker
182 548 Andreas Kohlbecker
**What's new?**
183 549 Andreas Kohlbecker
  
184 1 Andreas Kohlbecker
* **Data Portal**
185 549 Andreas Kohlbecker
    * A new image viewer for the dataportal is now available. The new image viewer uses the [iiif](https://iiif.io/) conform [Universalviewer](http://universalviewer.io/).   
186
    * Several bugfixes regarding security and display of structured descriptions etc...
187 548 Andreas Kohlbecker
188
* **Import/Export**
189 552 Andreas Müller
    * DarwinCoreArchive: Categorical and quantitative data added to export
190 548 Andreas Kohlbecker
191 1 Andreas Kohlbecker
* **CDM Library**
192 552 Andreas Müller
    * Caching of in-references for nomenclatural references: only author's family name (without initials) is used now if available
193
    * Some improvements to the rights&roles management for editing of references
194
    * Bugfixes:
195
         * Names without ranks not found in taxon searches
196
         * Find best matching (in terms of size) image representation fixed/improved
197
         * some further bugfixes
198
         
199 1 Andreas Kohlbecker
* **TaxEditor**
200 552 Andreas Müller
     * Fix for failing connections (this might be the reason for many unclear errors that occurred in the past)
201 553 Andreas Müller
     * MacOS X version fixed (TaxEditor available for MacOS X again)
202 552 Andreas Müller
     * Search in bulk editors now also works on abbreviated title(caches)
203
     * Some improvements to the distribution editor
204 553 Andreas Müller
     * Some improvements to preference pages
205 555 Andreas Müller
     * Freetext search for all dropdown boxes available now
206 553 Andreas Müller
     * Search result view moved to the bottom of taxon navigator view (as default)
207
     * Taxon navigator allows open-in for multi-selection for name editor and distribution editor
208
     * Suggested file name for DwC-A export improved
209 555 Andreas Müller
     * Move-to functionality improved in term editor and term tree editor
210 552 Andreas Müller
     * Bugfixes:
211 1 Andreas Kohlbecker
         * Names without ranks not found in search
212 553 Andreas Müller
         * NameInSource only added after moving factual data if requested by the user
213
         * Measurment units added to quantitative data in descriptive data matrix editor
214
         * Automatically refresh available-specimen list for descriptive data matrix if descriptive dataset changes
215
         * Name features not visible in taxon factual data view anymore, but only in name factual data view
216
         * Inheriting sec-reference for root taxa from classification reference works again
217 555 Andreas Müller
         * Selection list for entering states for categorical data is sorted now
218
         * Deleting specimen descriptions possible now
219 556 Andreas Müller
         * Fix for deleting name types
220 550 Andreas Kohlbecker
221 548 Andreas Kohlbecker
* **Web editor (Phycobank registration UI)**
222
    * Bug fix in reference editor 
223 1 Andreas Kohlbecker
    
224 547 Andreas Müller
225 1 Andreas Kohlbecker
{{ref_issues(-q:Release5.13 , id, subject, status)}}
226
227 561 Andreas Müller
## CDM Platform 5.12 (released Jan 20th, 2020)
228 533 Andreas Müller
229 542 Andreas Müller
*Issues: {{ref_issues(-f:fixed_version_id = 283 , -c)}}*
230 496 Andreas Müller
231 563 Andreas Müller
*Downloads:* [TaxEditor](https://dev.e-taxonomy.eu/download/taxeditor/5.12.0/), [CDM Server](https://dev.e-taxonomy.eu/download/cdmserver/5.12.0/), [Data Portal](https://dev.e-taxonomy.eu/download/dataportal/5.12.0/)
232
233 533 Andreas Müller
**What's new?**
234 496 Andreas Müller
235 537 Andreas Müller
* **Data Model**
236
    * Added "per mm²" to measurement units
237 541 Andreas Müller
    * Allow linking to CDM taxa as information source (currently only available for algorithms, not (yet) for editing in TaxEditor)
238 537 Andreas Müller
    
239
* **Data Portal**
240
    * Structured Descriptions
241
          * Show structure descriptions in general page as pseudo feature block (position configurable)
242
          * Implement explicit page for descriptions, using dataset character/feature tree (or general feature tree) for ordering
243
          * Order states by frequency
244
          * Improve display of average values (and other statistical vlaues) and single values
245
          * Support for linking to other CDM records as information source (for aggregated desciptions)
246
    * Show type designations for synonyms
247
    * Improved handling for URLs linking to not existing/deleted records (e.g. deleted polytomous keys)
248
249
* **Import/Export**
250
    * CDM light:
251
        * Typification column added to name and homotypical group files
252
        * Handling of name identifiers fixed
253
254
* **CDM Library**
255
    * Algorithms for descriptive data aggregation (distributions/structured descriptive data) fixed/improved
256 539 Andreas Müller
    * Polynomous key generation algorithm improved
257 537 Andreas Müller
    * Fix bug for deleting a taxon used in 2 different classifications
258 1 Andreas Kohlbecker
    * Fix repair term tree sortindex
259 539 Andreas Müller
    * Allow distribution aggregation to run on taxonomic subtrees
260 537 Andreas Müller
261
* **Documentation**
262 538 Andreas Müller
    * New Documentation available at https://dev.e-taxonomy.eu/redmine/projects/edit/wiki/PlatformDocumentation
263 537 Andreas Müller
264 1 Andreas Kohlbecker
* **TaxEditor**
265 538 Andreas Müller
    * Documentation: see above
266 537 Andreas Müller
    * Editing of structured descriptive data now available as standard feature (was experimental before)
267
            * Character editor
268
            * Term search
269
            * Matrix editor
270 1 Andreas Kohlbecker
            * GFBio and ontology imports
271 538 Andreas Müller
            * Support for "allow duplicates" for term collections
272 1 Andreas Kohlbecker
            * Note: however there are still issues especially with the Character editor which hopefully will be fixed in the next version (we recommend to contact the EDIT team before using this feature)
273 540 Andreas Müller
    * Distribution aggregation available in taxon navigator
274 538 Andreas Müller
    * Added freetext filter to combo boxes
275 1 Andreas Kohlbecker
    * Links to other CDM records as information sources visible (but not editable)
276 538 Andreas Müller
    * "Move to ..." added to term editor
277 537 Andreas Müller
    * Improved handling for different term tree types (ordered, flat, distinct, ...)
278 538 Andreas Müller
    * Specimen import: list of existing BioCase endpoints available as dropdown
279 537 Andreas Müller
    * Fix multiple bugs related to BioCase specimen import
280
    * Fix collapsing tree bug when moving taxa in taxon navigator
281 1 Andreas Kohlbecker
    * Fix bug that reference search dialog does not open under certain conditions
282
283 536 Andreas Müller
{{ref_issues(-q:Release5.12 , id, subject, status)}}
284
285 542 Andreas Müller
## CDM Platform 5.11 (released Nov 15th, 2019)
286 1 Andreas Kohlbecker
287 535 Andreas Müller
*Issues: {{ref_issues(-f:fixed_version_id = 275 , -c)}}*
288
289 563 Andreas Müller
*Downloads:* Ask the edit team for backups of this version
290
291 533 Andreas Müller
**What's new?**
292 496 Andreas Müller
293
* **Data Model**
294 499 Andreas Müller
    * Added count parameter for statics during data aggregation of categorical (structured descriptive) data
295 515 Andreas Müller
    * Added ORCID identifier to persons
296 526 Andreas Müller
    * Added CDM source links (sources may link to other information in the same CDM instance)
297 496 Andreas Müller
298
* **Data Portal**
299 500 Andreas Müller
    * Fixed polytomous key display for key parts linked from multiple places
300 506 Andreas Müller
    * Fix label formatting for specimen with missing collection identifier in specimen tables
301 512 Andreas Kohlbecker
    * Fixing problem with names having multiple nomenclatural status
302 496 Andreas Müller
303
* **Import/Export**
304 505 Andreas Müller
    * ABCD:
305
        * Fix collector and field number handling for derived units missing this data (but available in field unit record)
306 496 Andreas Müller
307
* **CDM Library**
308 517 Andreas Müller
    * Better parsing for infrageneric autonyms with authors
309 530 Andreas Müller
    * Imporved distribution and descriptive data aggregation
310 496 Andreas Müller
311 518 Andreas Müller
* **CDM Server**
312
    * Fix memory leaks
313
314 496 Andreas Müller
* **TaxEditor**
315 507 Andreas Müller
316 1 Andreas Kohlbecker
    * Taxon search: new filter to search only for published taxa 
317 510 Andreas Müller
    * Terms:
318 523 Andreas Müller
          * Tree editor for Named Areas, Ranks and Distribution Status available (to define user defined term collections and orders, including cross-vocabulary collections) - usage of such collections will be implemented in future releases
319 509 Andreas Müller
    * Taxon/Name details view
320
          * Nomenclatural code edition editable for rule considered (nomenclatural status and name relationships)
321
          * Rule considered and nomenclatural code editon visibility configurable (serverside and local)
322 1 Andreas Kohlbecker
          * Minor changes in ordering of misapplied name details view
323 529 Andreas Müller
    * Person details view
324
          * ORCID editable
325 1 Andreas Kohlbecker
    * Taxon navigator:
326
          * Taxon node doubtful flag editable via context menu
327
          * Rename view to "Taxon Navigator" (regression in one of the last releases)
328
          * Refresh problem after editing classfication label or adding child taxon to classification
329
          * Rename open-in for Taxon Node (Wizard) to ... Dialogue
330
          * Reorder and rename import menu (items)
331 532 Andreas Müller
    * Import/Export:
332 510 Andreas Müller
          * Multiple fixes for file based ABCD import
333 522 Andreas Müller
          * Fix for DwC-A export
334 519 Andreas Müller
    * Factual Data View
335
          * Visibility of "modifier" and "modifying text" is configurable now
336 1 Andreas Kohlbecker
    * Distribution Editor
337
          * Default source also used when creating an additional source for an existing source
338 496 Andreas Müller
    * User administration
339 1 Andreas Kohlbecker
          * Better error handling for user and group names with not allowed characters
340 483 Andreas Müller
341 498 Andreas Müller
{{ref_issues(-q:Release5.11 , id, subject, status)}}
342
343 533 Andreas Müller
## CDM Platform 5.10 (released Sep 23rd, 2019)
344 483 Andreas Müller
345 485 Andreas Müller
*Issues: {{ref_issues(-f:fixed_version_id = 274 , -c)}}*
346 453 Andreas Müller
347 563 Andreas Müller
*Downloads:* Ask the edit team for backups of this version
348
349 484 Andreas Müller
 **What's new?**
350
351
* **Data Portal**
352 489 Andreas Kohlbecker
    * Taxon section in name page can be suppressed via settings.
353
    * Bug fix of a regression related to the display of DOIs and publication reference links.
354 484 Andreas Müller
355
* **Import/Export**
356 488 Andreas Kohlbecker
    * CDM light export:
357 492 Katja Luther
        * type designation export differs between textual and specimen type designation
358 493 Katja Luther
    * Biocase search:
359
        * add possibility to search for Higher Taxon
360 1 Andreas Kohlbecker
361 489 Andreas Kohlbecker
* **CDM Library**
362 488 Andreas Kohlbecker
    * Bugfixes and code maintenance
363
        * Providing the default user role USER_MANAGER to all databases.
364
365 1 Andreas Kohlbecker
* **TaxEditor**
366
    * Bugfix for swap taxon and synonym
367 489 Andreas Kohlbecker
    * Further improvements to preference handling 
368 488 Andreas Kohlbecker
    * Search dialogue for distribution areas works with abbreviations
369 1 Andreas Kohlbecker
    * Old taxeditor documentation made available.
370
371
* **Web editor (Phycobank registration UI)**
372 488 Andreas Kohlbecker
    * Name relations and nomencaltural status now offering fields to mention the nomenclatural code edition. 
373
    * Layout and user experience (UX) issues in the UI have been solved (#8014, #8342, #8377). 
374
    * Fixing important bug to prevent data loss and corruption (#8462, #8527)
375 1 Andreas Kohlbecker
376 486 Andreas Müller
{{ref_issues(-q:Release5.10 , id, subject, status)}}
377
378 494 Andreas Müller
## CDM Platform 5.9 (released Aug 29th, 2019)
379 453 Andreas Müller
380 481 Andreas Müller
*Issues: {{ref_issues(-q:Release5.9 , -c)}}*
381 453 Andreas Müller
382 563 Andreas Müller
*Downloads:* [TaxEditor](https://dev.e-taxonomy.eu/download/taxeditor/5.9.0/), [CDM Server](https://dev.e-taxonomy.eu/download/cdmserver/5.9.0/), [Data Portal](https://dev.e-taxonomy.eu/download/dataportal/5.9.0/)
383 453 Andreas Müller
384 563 Andreas Müller
**What's new?**
385
386 477 Andreas Müller
* **Data Model**
387 473 Andreas Müller
 * Term structure improved to allow all types of relations between terms and to allow vocabulary independent term collections/graphs (partly implemented in TaxEditor)
388
 * Add state vocabulary for presence/absence of a biological structure
389
 * Improve structure for inapplicableIf handling in character trees used for descriptive data matrices/datasets and for indentification keys
390
 * Improve authority handling in data model (preparation only)
391 480 Andreas Kohlbecker
 * Allow certain patterns only as usernames (Latin letters, numbers, '_', '.' are allowed)
392 473 Andreas Müller
 * Doubtful (placement) flag for taxon nodes
393 480 Andreas Kohlbecker
 * List of nomenclatural code editions (e.g. Melbourne Code) additional to rule considered in nomenclatural status, name relationship and hybrid relationship
394
 * Fields added to allow externally managed terms and vocabularies (not yet in TaxEditor)
395 474 Andreas Müller
 * Fields for textual/verbatim type designation information
396
 * Possibility to add fixed markers/types to a description (e.g. to mark a description as a computed/aggregated description which should not be editable)  
397 465 Patrick Plitzner
398 473 Andreas Müller
399 465 Patrick Plitzner
* **Data Portal**
400 479 Andreas Kohlbecker
 * Adapted to term structure changes in the data model.
401
 * Improved ordering of type designations in the name and taxon pages.
402
 * Harmonization and improvement of the specimen display in various parts of the portal, including better intra portal linking.
403 1 Andreas Kohlbecker
 * Performance improvement regarding to type designations.
404 479 Andreas Kohlbecker
 * Auto-zooming of maps has been fixed for different map projections.
405 480 Andreas Kohlbecker
 * Improved layout of the registration page to clearly show the nomenclatural act.
406
 * Classification tree horizontally automatically scrolls to active entry.
407 1 Andreas Kohlbecker
408
* **Import/Export**
409 477 Andreas Müller
 * CDM light export:
410
       * add textual/verbatim type designations
411
       * some minor adaptations
412
413
* **CDM Library**
414 476 Andreas Müller
 * Fix and improve polytomous key generation (to be used from descriptive data set, experimental feature)
415 474 Andreas Müller
 * Multiple improvements and bug fixes to web services 
416
417 1 Andreas Kohlbecker
* **TaxEditor**
418
 * Add textual/verbatim type designations to details view
419 473 Andreas Müller
 * Use feature states for applicability of term nodes
420
 * Improvement and harmonization of serverside and local preferences
421 465 Patrick Plitzner
 * Update name in source data when changing an accepted taxon into a synonym (configurable)
422 1 Andreas Kohlbecker
 * Allow setPublish for subtree to include misapplied names, pro parte synonyms and exclude hybrids
423 474 Andreas Müller
 * Seperate term tree editor for each term type available
424 479 Andreas Kohlbecker
 * Warning if misapplied names or pro parte synonyms are used/linked from more then 1 other taxon.
425 474 Andreas Müller
 * Bugs.
426 1 Andreas Kohlbecker
       * fixed term order of term trees
427 465 Patrick Plitzner
428 453 Andreas Müller
{{ref_issues(-q:Release5.9 , id, subject, status)}}
429 481 Andreas Müller
430 453 Andreas Müller
## CDM Platform 5.8 (released on Jul 19th, 2019)
431 462 Andreas Müller
432 454 Andreas Müller
*Issues: {{ref_issues(-f:fixed_version_id = 273 , -c)}}*
433 446 Andreas Müller
434 563 Andreas Müller
*Downloads:* Ask the edit team for backups of this version
435
436 453 Andreas Müller
 **What's new?**
437 1 Andreas Kohlbecker
438 453 Andreas Müller
* **Data Portal**
439
440 460 Andreas Müller
 * cm added as measurment unit
441
442
* **Data Portal**
443
444 457 Andreas Kohlbecker
    * Improvements to the media page related to source references and the media title
445
    * Name page shows more information: name relations, type designation with specimen map, related taxa, nomenclatural acts (registrations)
446 1 Andreas Kohlbecker
        * The automatic redirect behavior to the taxon page is now configurable
447
    * Registration search:
448 460 Andreas Müller
        * Support for filtering by references
449
        * Improved search by type designation status and name
450 457 Andreas Kohlbecker
    * Registration page:
451
        *  Subheadline to show the type of the nomenclatural event
452
    * General layout improvements
453
        * Links to reference pages as unobtrusive icon link 
454
    * Maps:
455 463 Andreas Kohlbecker
        * Support for [OpenTopoMap](https://opentopomap.org/#map=5/49.000/10.000) 
456 464 Andreas Kohlbecker
        * ![](open-topo-map-berlin.png)
457 457 Andreas Kohlbecker
    * User interface to search the Unified Taxonomic Information Service ([UTIS](https://cybertaxonomy.eu/eu-bon/utis/)) 
458
    * Bugfixes related to 
459
        * Name relations
460
        * Nomenclatural status
461
        * Type designations
462 453 Andreas Müller
463 461 Andreas Müller
* **CDM Server**
464
465
 * improved error detection when failing to start
466
467 451 Andreas Müller
* **TaxEditor**
468 1 Andreas Kohlbecker
469
 * improved deduplication for references in name editor (hotfix 5.7.3)
470 460 Andreas Müller
471
 * handling of preferences improved
472
473
       * consistent model to always allow default and specific values and to handle override more intuitive
474
       * area specific status list preferences for distribution data
475
       * status list serverside preferences for distribution data handled in details view
476
       * ranks as serverside preferences
477
       * nomenclatural status as serverside preferences
478
       * visibility of fields Source.idInSource and Source.IdNamespace as preferences 
479
480
 * CDMlight export
481
482
       * includes excluded flag and excluded notes
483
       * sortindex for taxa added
484
       * improvements in ABCD import 
485
486
 * Terms allow adding media in term editor
487 461 Andreas Müller
488
 * Media:
489
490
        * media loaded asynchronously to improve performance (has open issues)
491 451 Andreas Müller
492
 * Bugs
493
494 1 Andreas Kohlbecker
       * exception/freezing when opening name in source search dialogue (hotfix 5.7.3)
495
       * recognize again the previous state (opened sections) of details view and supplemental data view (hotfix 5.7.3)
496 451 Andreas Müller
       * refresh in name bulk editor after search (hotfix 5.7.3)
497 1 Andreas Kohlbecker
498 458 Andreas Kohlbecker
* **Web editor (Phycobank registration UI)**
499
500
    * Registration list view with reference filter
501
    * Curators and admins can edit arbitrary Annotations (Notes)
502 459 Andreas Kohlbecker
    * Bugfixes related to 
503
        * user permissions
504 458 Andreas Kohlbecker
        * ...
505
     
506
507 1 Andreas Kohlbecker
{{ref_issues(-q:Release5.8 , id, subject, status)}}
508
509 462 Andreas Müller
## CDM Platform 5.7 (released on May 6th, 2019)
510 453 Andreas Müller
511 445 Andreas Müller
*Issues: {{ref_issues(-f:fixed_version_id = 269 , -c)}}*
512
513 563 Andreas Müller
*Downloads:* Ask the edit team for backups of this version
514
515 449 Andreas Müller
 **What's new?**
516
517 438 Andreas Müller
* **Data Portal**
518 447 Andreas Müller
519 1 Andreas Kohlbecker
 * Bugfix for setting the feature tree for the general page
520 447 Andreas Müller
521 448 Andreas Müller
* **TaxEditor**
522
523
 * some urgent bugfixes for character matrix editing 
524 447 Andreas Müller
 * possibility to define area specific distribution status for distribution editor (UI for setting this preference is still missing)
525 448 Andreas Müller
 * some bugfixes
526 450 Andreas Kohlbecker
527
* **Web editor (Phycobank registration UI)**
528
529
    * All comboboxes for references are making use of the ellypsed reference labels
530 447 Andreas Müller
    * The TaxonNamePopeditor now supports editing the nomenclatural status
531
    * Name type status filter in registration search simplified
532 1 Andreas Kohlbecker
    * and some bugfixes
533 447 Andreas Müller
534 453 Andreas Müller
{{ref_issues(-q:Release5.7 , id, subject, status)}}
535 447 Andreas Müller
536 1 Andreas Kohlbecker
## CDM Platform 5.6 (released on Apr 12th, 2019)
537 408 Andreas Müller
538 1 Andreas Kohlbecker
*Issues: {{ref_issues(-f:fixed_version_id = 268 , -c)}}*
539
540 563 Andreas Müller
*Downloads:* Ask the edit team for backups of this version
541 1 Andreas Kohlbecker
542 438 Andreas Müller
 **What's new?** 
543 407 Andreas Müller
544 432 Katja Luther
* **Data Model**
545 443 Andreas Müller
 * feature trees have been refactored to typified Term trees which support any type of terms
546
 * added term types to term vocabularies
547
 * added structure, property and regional modifier as new term types
548 432 Katja Luther
549
* **Data Portal**
550 443 Andreas Müller
 * added time period for description elements in data portals
551
 * improve user profile settigs in cdm_dataportal
552
 * harmonize registrationId links and make testing easier
553 432 Katja Luther
 * improve image gallery settings labeling
554
555
* **Import/Export**
556 443 Andreas Müller
 * name facts added to cdm light export
557 432 Katja Luther
558
* **TaxEditor**
559 443 Andreas Müller
 * term editor 
560
        * add "plural" to representations
561
        * new term editor for structures, properties, regional modifers
562
 * feature/term tree editor 
563
        * feature trees became more generic and support all types of terms (not yet fully available in editor)
564
        * restrict editor according to typified term trees
565
 * name editor
566
         * creating duplicates of specimen type designations
567
 * update of open data after updating subtree operations (update publish flag and update sec reference)
568
 * user selection dialogs for group members filter out already added users
569
 * name facts now editable, when selecting name in details view and in name bulk editor
570
 * sources can be added to type designations
571 1 Andreas Kohlbecker
 
572 443 Andreas Müller
 * Bugs
573 1 Andreas Kohlbecker
574 443 Andreas Müller
       * changing of title cache of a factual data set was not possible
575
       * selection dialogs for teams or persons did not filter out institutes
576
       * insufficient rights lead to missing focus in name editor
577
       * fixed title cache issues for taxon descriptions
578 432 Katja Luther
579 442 Andreas Müller
* **Web editor (Phycobank registration UI)**
580 444 Andreas Kohlbecker
    * User friendly message when accessing editors with unsufficient permissions (#8218)
581
    * Registry curator can unlock a published registration for minor changes (#8192)
582
    * Solving a major performance problem related to uninomial und specific epithet comboboxes (#8176)
583
    * Better lables for popup editors breadcrumbs  (#7962)
584
    * ReferenceEditor: optional validation for completenes of Partial values in datePublished (#7968)
585
    * Create blocking relations for un-registered names which are to be used in nomenclatural acts (#8050)
586
    * TaxonNamePopEditor: name part field visibility not correct for all ranks (#7963)
587
    * ReferenceEditor: filter inReferences ONLY by applicable reference type suppess Generic and NULL (#8149)
588
    * ReferencePopupEditor: When coming from NameEdior editing of the inreference should not be blocked (#8191)
589
    * Bugfixes:
590
        * Fixing enabled state of edit buttons in combobox widgets (#8217)
591
        * Solving multiple problems related to problems with hibernate session an transaction handling
592
        * Problem with inserting a section - inReference is "lost" (#8097)
593
        * Error saving name type designation editor due to problem in poupeditor context (#8099)
594
    
595 432 Katja Luther
596
{{ref_issues(-q:Release5.6 , id, subject, status)}}
597
598 420 Andreas Müller
## CDM Platform 5.5 (released on Feb 14th, 2019)
599 407 Andreas Müller
600 1 Andreas Kohlbecker
*Issues: {{ref_issues(-f:fixed_version_id = 267 , -c)}}*
601
602 439 Andreas Müller
*Downloads:* [TaxEditor](https://dev.e-taxonomy.eu/download/taxeditor/5.5.1/), [CDM Server](https://dev.e-taxonomy.eu/download/cdmserver/5.5.3/), [Data Portal](https://dev.e-taxonomy.eu/download/dataportal/5.5.0/)
603 395 Andreas Müller
604 438 Andreas Müller
 **What's new?**
605 1 Andreas Kohlbecker
606 428 Andreas Müller
* **Data Model**
607 1 Andreas Kohlbecker
608 422 Andreas Müller
 * removed/added some attributes from certain attribute types (e.g. removed *date published* and *authorship* from journals and print series, added ISBN to Proceedings)
609
610 423 Andreas Müller
* **CDM Server**
611
612
 * Available as docker container
613
614 422 Andreas Müller
* **Import/Export**
615
616 420 Andreas Müller
 * taxon (tree)index added to CDMlight export
617
618 418 Andreas Müller
* **Dataportal**
619 409 Andreas Müller
620 419 Andreas Müller
 * improved registration page, now showing the complete nomenclatural act data and registration metadata
621 418 Andreas Müller
     * human feedback to users in case a registration is not public or does not exist
622
 * improved diplay of type designations
623
 * improved display of registrations in lists like in search results and reference page
624
 * reference page shows name relations
625
 * details page for field units improved 
626
 * some bugs fixed
627 409 Andreas Müller
628
* **TaxEditor**
629 410 Andreas Müller
630 1 Andreas Kohlbecker
 * Distribution editor
631
632 422 Andreas Müller
     * use new table frame work (so called NAT tables), offering improved usabilty and functionality like filtering, column freezing etc
633
     * improved area selection dialog
634
     * bug fixes
635 1 Andreas Kohlbecker
636 422 Andreas Müller
 * Preferences
637
     
638
     * new menu structure for local preferences (not fully completed yet)
639
     * serverside preferences and local preferenced unsing same user interface pages
640
     * translation to German completed
641
     * improved handling of "(allow) override" functionality
642
     * improved handling of default values
643
     * (the last 2 will be further developed into 1 system with one of the next releases)
644
645
646 414 Andreas Müller
 * References
647 1 Andreas Kohlbecker
     
648 412 Andreas Müller
     * DOI available as attribute
649 410 Andreas Müller
     * warning for multiple usage of references also in details view (not only in editing dialog)
650 422 Andreas Müller
     * improved attribute selection for specific reference types (see data model section above)
651 1 Andreas Kohlbecker
 
652 420 Andreas Müller
 * Rights&Roles
653
     
654
     * Role "remoting" added, only users belonging to a group with role remoting are allowed to open data in TaxEditor 
655 414 Andreas Müller
656
 * Term editor
657 410 Andreas Müller
     
658 409 Andreas Müller
     * performance improved
659 1 Andreas Kohlbecker
     * 2nd symbol for terms available
660 424 Andreas Müller
     * Bugs/exceptions when moving or adding terms fixed 
661 414 Andreas Müller
 
662
 * Feature tree editor
663
664 1 Andreas Kohlbecker
     * drag&drop from (feature) term editor available
665
     * Right click menu added (replacement for buttons)
666
     * copy&paste added (for the rare case that a feature should be reused within the tree)
667
668 424 Andreas Müller
 * Name editor
669 1 Andreas Kohlbecker
670 430 Patrick Plitzner
     * invalid designations available similar to pro parte synonyms and misapplied names (formatting not yet correct)
671 424 Andreas Müller
672
 * Description/Character Editor (experimental, multiple improvements)
673
674
 * Taxon node wizard improved
675
676
 * Automated deduplication of references and authors works also for new taxon dialog (before it worked only in name editor)
677
678 416 Andreas Kohlbecker
 * Bugs
679 422 Andreas Müller
   
680
     * Improved (title)cache updating
681 1 Andreas Kohlbecker
     * Empty dialog for File -> New -> Reference -> Change reference type fixed
682
     * Some exceptions thrown in term editor fixed
683 424 Andreas Müller
     * sometimes invisible deduplication icons fixed in bulk editor
684
     * handling of deleting new+unsaved records fixed in bulk editor    
685 416 Andreas Kohlbecker
686 429 Andreas Kohlbecker
* **Web editor (Phycobank registration UI)**
687 425 Andreas Kohlbecker
   * Reference editor
688 427 Andreas Müller
        * Reference editor: Label In proceedings in InProceedings missing
689
        * ReferencePopupEditor: saving a newly created inreference is not refreshing the inrefernce field with the new entity
690
        * ReferencePopupEditor: apply sensible reference type pre-set for in references 
691
        * ReferenceEditor: filter inReferences by applicable reference type
692
        * ReferenceEditor misses institution, organization and school fields
693 425 Andreas Kohlbecker
   * TaxonNameEditor: 
694
        * Entering data for name parts (genus, specific epithet) is now required
695
        * Exclude current name from name relationship comboboxes  
696
        * orthographic name correction available
697
   * Registration start view:
698 427 Andreas Müller
        * Reference combobox to offer two search modes
699
        * Exclude irrelevant reference types from list of existing publications
700 425 Andreas Kohlbecker
   * Registration Workingset Editor
701
        * A couple of severe bugs fixed
702
        * realiably setting registration date when status is set to PUBLISHED
703
   * Registration search 
704
        * Registration items in list view is using the wrong button icons for blocking regs and validation errors
705
   * SpecimenTypeDesignationEditor
706
        * Display of altitude fixed and also a related problem when saving
707
        * GeoLocationField uses OpenTopoMap
708
        * Collection date supports timespans
709
        * Improved user feedback
710
        * Geolocation 
711 427 Andreas Müller
             * Suopport for reference systems
712
             * Map shows error radius
713 425 Andreas Kohlbecker
   * cdmlib-vaadin UI widgets
714
        * Reference combobox options with ellypsed reference titles 
715 1 Andreas Kohlbecker
        * ToOneRelatedEntityCombobox validation fixed, layout problems solved
716 425 Andreas Kohlbecker
        * PopupEditors notify user on editor changes and allow the user choose from discard or save in a dialog
717
        * PopupEditors show editor context information as 'breadcrumbs' in the header or toolbar.
718
   * Label improvements
719
   * Permission and security improvements
720
   * Performance improvements
721
   * Classification fragments are managed in a non cyclic directed graph, this mainly improves the search capabilities 
722 427 Andreas Müller
        * Automatic management of the graph during editing of RegistrationStatusFieldInstantiator  
723 425 Andreas Kohlbecker
   * Bugs fixed:
724
        * Massive memory consumption problem solved
725
        * Multiple representations problems fixed 
726
        * LazyInitializationExceptions fixed
727
        * Fixing problems with possibly corrupted hiberante sessions
728
   * Complete removal of the rejected messaging prototype implementation
729
     
730 416 Andreas Kohlbecker
731 415 Andreas Kohlbecker
{{ref_issues(-q:Release5.5 , id, subject, status)}}
732
733 395 Andreas Müller
## CDM Platform 5.4 (released on Oct 25th, 2018)
734 1 Andreas Kohlbecker
735
*Issues: {{ref_issues(-f:fixed_version_id = 266 , -c)}}*
736 393 Andreas Müller
737 563 Andreas Müller
*Downloads:* Ask the edit team for backups of this version
738 1 Andreas Kohlbecker
739 395 Andreas Müller
 **What's new?**
740
741 396 Andreas Müller
* **Documentation**
742
743
 * online webservice documentation was broken since 5.3. Fixed.
744
745 395 Andreas Müller
* **Dataportal**
746
747 396 Andreas Müller
 * display of related taxa (misapplied names, pro parte synonyms, concept relations)
748
       * sort order
749
       * hyperlink to related taxa was missing
750
       * further links (???)
751
752 401 Andreas Müller
 * phycobank/name registration related
753 404 Andreas Kohlbecker
       * search via taxon graph (#7835)
754 396 Andreas Müller
       * improvements on name registration page
755 404 Andreas Kohlbecker
       * hide unpublished names, types and registrations (#7723)
756 396 Andreas Müller
757 395 Andreas Müller
* **TaxEditor**
758 406 Andreas Müller
 
759
 * restart menu available
760 397 Andreas Müller
 * distribution editor
761
762
      * further improvements, now it is not an experimental feature anymore (but still has some open issues, we recommend to contact us before using)
763 398 Andreas Müller
      * improved area selection (still some issues)
764
      * predefined source selection
765 399 Andreas Müller
      * support supplemental data
766 405 Andreas Kohlbecker
      * support various symbols/labels for areas and status
767 398 Andreas Müller
768 1 Andreas Kohlbecker
 * performance
769
      * faster loading of details view and other views (open issues exist)
770
      * faster creation of factual data view right click menu
771 397 Andreas Müller
772 398 Andreas Müller
 * bulk editor
773
      * multiple columns available for display and sorting
774
      * symbol indicating deduplication status
775
 
776 400 Andreas Müller
 * navigator
777 399 Andreas Müller
      * set excluded and unplaced via right click menu
778
779 398 Andreas Müller
 * name relationships allow reverse direction
780 1 Andreas Kohlbecker
 * hybrid flags enabled/disabled rank specific
781 401 Andreas Müller
 * determination events can now have sources  
782 402 Andreas Müller
 * factual data
783 397 Andreas Müller
      * improved labels for descriptions including sources
784 1 Andreas Kohlbecker
      * available common name references can be explicitly marked
785
      * reference search on alternative identifiers possible parallel to title (cache) search
786
      * add sources to descriptions when creating them (explicit menu item)
787 398 Andreas Müller
      * reorder menu ("new" on top, ...)
788 405 Andreas Kohlbecker
      * available distribution area vocabularies and status and common name areas definable via DB preferences
789 400 Andreas Müller
790 401 Andreas Müller
 * further database sided preferences implemented (there are still some bugs, we recommend contacting us before using DB sided preferences)
791 397 Andreas Müller
      * exclude specimen, media, import/exports, multiple classification functionality
792 1 Andreas Kohlbecker
      * further attributes for simplified name details view
793 397 Andreas Müller
      * distribution area vocabulary selection
794 1 Andreas Kohlbecker
      * distribution status selection
795
      * checklist perspective as start perspective
796
      * simplify sources view (hide IdInSource and IdNamespace)
797
798 402 Andreas Müller
 * client side (local) preferences stored database specific
799 401 Andreas Müller
      
800 402 Andreas Müller
      * if users use multiple databases client side preferences often need to be different depending on the database in use; now also client side preferences are stored for each database and not for the complete TaxEditor installation anymore (only valid for newly changed preferences)
801 401 Andreas Müller
802 402 Andreas Müller
 * NOTE: preference handling (server and client side) still has some severe open issues, we will try to work on them for the next release, so we recommend to handle with care until then
803 401 Andreas Müller
804 400 Andreas Müller
 * bugs:
805
      * taxon node editor does not allow editing existing taxon data anymore, only taxon node data
806 397 Andreas Müller
      * right click menu sometimes does not show up in name editor
807
      * exceptions when editing terms in term editor
808 1 Andreas Kohlbecker
      * freezing login dialog if no connection established
809
      * exception after saving bulk editor
810 397 Andreas Müller
      * exception during specimen search in bulk editor
811
      * exception when canceling "move elements" in factual data view
812 396 Andreas Müller
      
813
814 395 Andreas Müller
* **Browser Editor (Vaadin)**
815 396 Andreas Müller
816 403 Andreas Kohlbecker
 * performance
817
      * big workingsets in the RegistrationWorkingSetEditor are loading much faster now. This improvement also has positive effects on other editors (#7785)
818
 * usability
819
      * multiple classifications and classification fragments can be merged into a common taxon graph structure. This graph first of all allows searching names by higher ranked names. Edits of names are automatically tracked in the graph. (#7834)
820
      * New mode for the TaxonNameEditor: `VALIDATE_AGAINST_HIGHER_NAME_PART`. This mode requires that a higher name must exising in the data base before it can be used as name part. (#7783, #7648, #7831, #7830, 7845)
821
      * improving some labels in the UI
822 1 Andreas Kohlbecker
 * bugs
823 403 Andreas Kohlbecker
      * memory issues (#7036, #7036)
824
      * problem with session attributes in different CDM Instances
825 395 Andreas Müller
826
827
{{ref_issues(-q:Release5.4 , id, subject, status)}}
828 379 Andreas Müller
829 394 Andreas Müller
830 1 Andreas Kohlbecker
## CDM Platform 5.3 (released on Sep 17th, 2018)
831 393 Andreas Müller
832 563 Andreas Müller
*Downloads:* Ask the edit team for backups of this version
833 381 Andreas Müller
834 379 Andreas Müller
*Issues: {{ref_issues(-f:fixed_version_id = 265 , -c)}}*
835
836
 **What's new?**
837
838
* **General**
839
840 385 Andreas Müller
  * Allow handling "continued" for reference date published for dates like *2017+*
841 379 Andreas Müller
  * Allow filtering some webservices on taxonomic subtrees
842 1 Andreas Kohlbecker
843 379 Andreas Müller
* **Dataportal**
844 384 Andreas Müller
845
 * Creation of data portals with a filter on taxonomic subtrees (e.g. families)
846 387 Andreas Müller
 * Formatting of misapplied names and invalid designations refactored (and hopefully improved) 
847 1 Andreas Kohlbecker
 * Improved advanced search on taxa with geo-filter, * on start does work now, but still remaining issues for searches including * and whitespace
848 387 Andreas Müller
 * Improved handling of specimen with protected cache
849 379 Andreas Müller
 * Tree View for specimen data (still experimental)
850 388 Andreas Müller
 * Bugs
851 379 Andreas Müller
     * Fix for aggregated images not being shown anymore
852
     * Fix empty bibliography sections
853 388 Andreas Müller
     * Fix disabling of determination keys block in tab-less taxon pages
854 379 Andreas Müller
855
856
* **Export**
857
858 1 Andreas Kohlbecker
 * Improved handling for types in CDM light export
859 380 Andreas Müller
 
860 379 Andreas Müller
* **TaxEditor**
861
862 390 Andreas Müller
 * "Continued" for date published (see General section) available in TaxEditor
863 379 Andreas Müller
 * External links for sources (not yet implemented in data portal)
864 1 Andreas Kohlbecker
 * Label changes
865 379 Andreas Müller
 * Consistent handling of Description and DescriptionElement **sources**
866 1 Andreas Kohlbecker
 * Warning if Media are linked multiple times
867 379 Andreas Müller
 * Improved synchronization between views when moving factual data
868 389 Andreas Müller
 * Improved formatting of misapplied names and pro parte synonyms (synchronized with formatting in data portal)
869 379 Andreas Müller
 * Ordering misapplications with defined alphabetic order
870
 * Editing of supplemental data for descriptive data sets
871
 * Specimen Tree Editor collapsable and expandable
872
 * Bugs
873
      * Protected cache handling in details view for References
874
      * Exception when deleting a polytomous key
875
      * Dialog to avoid creating users with duplicated usernames
876
      * Exception when trying to create a new datasource
877
878
* **Browser Editor (Vaadin)**
879 391 Andreas Kohlbecker
    
880
    * Reference editor offers field for adding notes
881
    * Multiple important bug fixes to increase the overall stability and reliance of the registration system
882
        * Preventing from creation of empty registrations 
883 392 Andreas Kohlbecker
        * Problem with inserting several new authors into a new author team solved
884 379 Andreas Müller
        * Memory leak eliminated 
885 383 Andreas Müller
886 373 Andreas Müller
{{ref_issues(-q:Release5.3 , id, subject, status)}}
887
888 1 Andreas Kohlbecker
## CDM Platform 5.2 (released on Aug 17th, 2018)
889 382 Andreas Müller
890 563 Andreas Müller
*Downloads:* Ask the edit team for backups of this version
891 373 Andreas Müller
892
*Issues: {{ref_issues(-f:fixed_version_id = 263 , -c)}}*
893
894
 **What's new?**
895
896
* **General**
897 376 Andreas Müller
898
 * Some improvements for ABCD import
899
 * Some minor improvements for CDM light export
900 373 Andreas Müller
 * New webservice for formatted taxon relationships (misapplications, pro parte synonyms, concept relationships) - available in data portal in next version
901
902
* **Dataportal**
903 374 Andreas Müller
904
 * Reference page
905
     
906
     * proper formatting of taxon names in registration summary
907
     * proper handling of date published without end date
908
909
 * Specimen tab
910
     
911
     * remove "associated with" in compressed table
912 1 Andreas Kohlbecker
     * correct handling of freetext in altitude, distance to gorund and watersurface in default specimen table
913
     * correct handling of missing values for numeric values (do not show 0 anymore) in default specimen table
914 376 Andreas Müller
 
915
 * Name Registration
916
    
917 1 Andreas Kohlbecker
     * TBC
918
919 376 Andreas Müller
* **TaxEditor**
920
  
921
 * Bulk editor
922
     
923
     * improve new implementation with so called NAT tables
924 1 Andreas Kohlbecker
     * asynchronous loading of data for large datasets
925 376 Andreas Müller
926
 * specimen
927
     
928
     * remaining issues for determinations in details view
929 1 Andreas Kohlbecker
 
930 375 Andreas Müller
 * Bugs
931
932
     * Taxa, being misapplied names or pro parte synonyms elsewhere, always show misapplied name details view
933 1 Andreas Kohlbecker
     * specimen server preferences are not saved
934
     * exception handling for media with corrupted metadata
935 376 Andreas Müller
     * exception out of bounds exception after deleting record in bulk editor
936
     * problems with progress monitor for setting publish flag for subtree (maybe some issues open)
937
     * dragging a misapplication on itself throws exception
938 1 Andreas Kohlbecker
     * multiple representations exception when adding annotation in bulk editor
939 376 Andreas Müller
940
 * experimental features 
941 377 Andreas Müller
     
942
     * data aggregation in character matrix
943 376 Andreas Müller
     * improved workflow for editing descriptive data 
944 375 Andreas Müller
945 376 Andreas Müller
* **Browser Editor (Vaadin)**
946
    
947 373 Andreas Müller
     * TBC: name registration issues 
948
949 358 Andreas Müller
{{ref_issues(-q:Release5.2 , id, subject, status)}}
950
951
## CDM Platform 5.1 (released on Jun 27th, 2018)
952 372 Andreas Müller
953 440 Andreas Müller
*Downloads:* [TaxEditor](https://dev.e-taxonomy.eu/download/taxeditor/5.1.2/), [CDM Server](https://dev.e-taxonomy.eu/download/cdmserver/5.1.0/), [Data Portal](https://dev.e-taxonomy.eu/download/dataportal/5.1.0/)
954 367 Andreas Müller
955 358 Andreas Müller
*Issues: {{ref_issues(-f:fixed_version_id = 261 , -c)}}*
956
957
 **What's new?**
958
959 1 Andreas Kohlbecker
* **General**
960 359 Andreas Müller
961
 * update script to model 5.0 fixed for PostGreSQL databases
962
 * freetext search indexing fixed after change in misapplied names
963
 * term related webservices include language information 
964
965
* **Dataportal**
966
967
 * Withheld taxa with publish=false from dataportal results (not yet implemented for freetext search on factual data)
968
 * External Links fixed
969
 * Default visibility for pro parte and partial synonyms and misapplied names
970
 * Find pro parte and partial synonyms in search
971
 * Creation date for media visible
972 358 Andreas Müller
973 1 Andreas Kohlbecker
* **TaxEditor**
974 359 Andreas Müller
975
 * Recently used references list for reference search dialog (bibliographic references only)
976
 * Find pro parte and partial synonyms in search
977
 * Default value for taxon publish flag configurable (true, false, inherit)
978
 * Allow multiple selections for moving taxa
979
 * Progress monitoring for moving taxa
980
 * Default nomenclatural status is nom. illeg.
981
 * Further support for eclipse4
982
 * Bulk editor
983
     * change table type (using so called NAT tables now, which are more powerful)
984
     * sorting for columns by clicking on column headers
985
     * multi select for deduplication more user friendly
986
 * Bugs
987
      * fixed lazy loading exception for misapplied names with type specimen
988
      * incorrect title cache creation for persons with protected title cache
989
      * new team member added to the end of the list now
990
      * some File->New dialogues fixed
991 358 Andreas Müller
992 362 Andreas Kohlbecker
* **Browser Editor (Vaadin)**
993
    * Improved consistency in taxon names by restricting the higher name parts like genus name or species epithet to names which are already known to the system. (#7364)
994
    * Support for validations and replaced synonyms in the TaxonNameEditor
995
    * Login dialog can be submitted by pressing the enter key
996
    * Fields visibility in the ReferenceEditor adapts to the Reference type
997
    * A Field for editorial notes is now available in TaxonName , NameType and SpecimenType editors
998
    * Bugs
999
        * Readonly state problems fixed
1000 358 Andreas Müller
        * Fixing incomplete terms
1001 361 Andreas Kohlbecker
1002
{{ref_issues(-q:Release5.1 , id, subject, status)}}
1003 344 Andreas Müller
1004 1 Andreas Kohlbecker
## CDM Platform 5.0 (released on May 16th, 2018)
1005 355 Andreas Müller
1006 343 Andreas Müller
*Issues: {{ref_issues(-q:Release5.0, -c)}}*
1007 356 Andreas Müller
1008 343 Andreas Müller
 **What's new?**
1009 353 Andreas Müller
1010
* **General**
1011 349 Andreas Müller
1012 1 Andreas Kohlbecker
 * Project Website (cybertaxonomy.org) migrated to Drupal 8
1013 353 Andreas Müller
 * Demo servers renamed to demo I and demo II
1014
 * Improved performance for saving
1015
1016
* **Model**
1017 345 Andreas Müller
1018
 * Micrometer added to measurement units
1019
 * Person last name and first name renamed to given name and family name
1020
 * Add second under definable symbol to defined terms (e.g. for better representations of distribution status)
1021
 * Change type of Media.mediaCreated from DateTime (single date) to TimePeriod (start and end time, freetext, ...)
1022
 * Allow time for TimePeriod (before only dates were handled) -  not yet handled in TaxEditor
1023
 * Support for zoological in-Authors
1024
 * Add verbatim date to publication date of references
1025
 * Individual count for occurrence data changed from numbers to text
1026 346 Andreas Müller
 * Added external links to sources (not yet supported in TaxEditor)
1027 1 Andreas Kohlbecker
 * Rename "WorkingSet" to "DescriptiveDataSet" and make it a so called identifiable entity (=> some further attributes like sources, extensions, ...)
1028
 * Added nomen oblitum to zoological name status vocabulary
1029
1030 348 Andreas Müller
* **TaxEditor**
1031 347 Andreas Müller
 
1032 353 Andreas Müller
 * Further migration to Eclipse4 (e4) => migration finished now except for some open issues.
1033 354 Andreas Müller
 * Hardcoded update sites to avoid problems with automated TaxEditor update in future (and for development)
1034 1 Andreas Kohlbecker
 * Download site shows version number and release date
1035 354 Andreas Müller
 
1036
 * Name editor
1037
      * Specimen Type Designation ordered by type
1038
      * Pro parte and partial synonyms handled similar to misapplied names (internally handled as concept relationships)
1039 353 Andreas Müller
      * Allow editing pro parte and partial misapplied names
1040 354 Andreas Müller
 
1041
 * References
1042
      * Reference search via alternative identifiers available
1043 1 Andreas Kohlbecker
      * References have verbatim date
1044
 
1045 353 Andreas Müller
 * Media representations have fixed order (by creation date in database)
1046 1 Andreas Kohlbecker
 * Allow opening gathering events from referencing objects view
1047 353 Andreas Müller
1048 1 Andreas Kohlbecker
 * New Dialog for editing server based preferences, including some more preferences (but still incomplete)
1049 353 Andreas Müller
1050 1 Andreas Kohlbecker
 * Deleting names and taxa for specimen determinations
1051
1052
 * Usage view migrated to e4 and fully functional again
1053
1054 353 Andreas Müller
 * Taxon navigator
1055 1 Andreas Kohlbecker
       * fully refactored underlying data model
1056
       * improve performance
1057
       * refresh mechanism improved for changes elsewhere
1058 353 Andreas Müller
       * Progress monitor and cancel for set secundum for subtree (not yet available for set publish for subtree)
1059 354 Andreas Müller
1060
 * Feature tree editor
1061
      * Multi-language support for feature tree editor
1062 353 Andreas Müller
      * Details view and supplemental data view for feature tree/nodes
1063 349 Andreas Müller
1064 353 Andreas Müller
 * Rights&Roles: drag&drop for rights on features in rights editor
1065 354 Andreas Müller
1066
 * Facts
1067
      * Fact label in fact view truncated and line breaks removed
1068 352 Andreas Müller
      * Fact have a time scope now in facts details view
1069 347 Andreas Müller
1070 1 Andreas Kohlbecker
 * Refresh:
1071
      * Taxon navigator after changes to taxa, names or sort order
1072
      * Name editors with specimen types after a specimen has been deleted
1073 349 Andreas Müller
      * Name editor after selecting a new taxon for a misapplied name
1074 1 Andreas Kohlbecker
      * Name relationships and similar data in details view after selecting a new name for a taxon
1075 353 Andreas Müller
      * Open taxa refreshed after setting secundum or publish flag for subtree
1076 348 Andreas Müller
      * Refresh reference title cache after changing in-reference title in edit dialog
1077
 
1078
 * Renaming:
1079
      * Person: lastname => family name; firstname => other/given name
1080
      * Specimen Bulk Editor => Specimen Editor (List)  and Derivative Editor => Sepcimen Editor (Tree)
1081
      * Working Set Editor => Descriptive Data Editor
1082 347 Andreas Müller
 * Distribution Editor
1083
      * Available areas as server based preferences
1084
      * Area selection dialog improved
1085
      * some further bug fixes (still some open)    
1086
      
1087
 * Bug fixes:
1088
      * Selection of nomenclatural code in "new taxon" dialog
1089
      * Accepted taxon and new synonym disappear after creating homotypic synonym
1090 1 Andreas Kohlbecker
      * Right click menus in name editor
1091
      * correct handling of doubtful in misapplied names
1092 348 Andreas Müller
      * Missing labels for gathering events in referencing objects view
1093
      * dirty flag after number recomputation in polytomous key
1094
      * saving of preferences only after pressing "Finish" button
1095
      * Exception after selecting a team after team has been merged in bulk editor
1096 1 Andreas Kohlbecker
      * Show only accepted taxa for concept relationship taxon selection and polytomous key taxon selection
1097 349 Andreas Müller
      * Exception when searching for "?" in Taxon search dialog
1098
      * Exception when creating the first node in polytomous key
1099
      * To many menu entries in a fresh name bulk editor
1100
      * Do not allow self-referencing name relationships
1101 350 Andreas Müller
      * Remove "open in ... referencing objects view" where not appropriate
1102
      * Refresh issues for details and supplemental data view
1103 1 Andreas Kohlbecker
      * Exception when deleting a type specimen
1104 349 Andreas Müller
      * Excluded and excluded note notupdated in taxon node wizard
1105 347 Andreas Müller
      * Removing country not possible in specimen editors
1106
      * Dirty flag handling when deleting a synonym in name editor
1107
      * Term could be opened multiple times for same term type, now they are singletons
1108 1 Andreas Kohlbecker
      * Remove old data when again parsing a time period
1109 361 Andreas Kohlbecker
1110 346 Andreas Müller
{{ref_issues(-q:Release5.0 , id, subject, status)}}
1111 343 Andreas Müller
 
1112 346 Andreas Müller
* **Browser Editor (Vaadin)**
1113 1 Andreas Kohlbecker
1114 349 Andreas Müller
 * Many improvements in name registration editor
1115 1 Andreas Kohlbecker
 * Help for distribution editor
1116 344 Andreas Müller
 * Sorting of areas in area selection dialog
1117
1118
 {{ref_issues(-q:Release5.0 , id, subject, status)}}
1119
1120 343 Andreas Müller
1121 1 Andreas Kohlbecker
1122 302 Andreas Müller
1123 1 Andreas Kohlbecker
1124
## Previous Releases Archive
1125
1126
1127
see [[CdmPlatformRoadmapArchive]]