Activity
From 12/23/2021 to 01/21/2022
01/21/2022
- 11:42 PM feature request #9862: centralized password policy enforcement validator
- Yes I agree, it is probably better although for possible future developments to have a more sophisticated library at ...
- 04:51 PM feature request #9862 (Resolved): centralized password policy enforcement validator
- Andreas Müller wrote in #note-8:
> One more issue. I wonder if we really need to integrate a full new library for thi... - 03:47 PM feature request #9862: centralized password policy enforcement validator
- One more issue. I wonder if we really need to integrate a full new library for this function. There seem to be simple...
- 03:36 PM feature request #9862 (Feedback): centralized password policy enforcement validator
- Generally it works. Some minor issues:
* The validator class should always named like {ValidationAnnotationName}Va... - 04:39 PM feature request #9877 (Closed): Account Registration UI
- 04:19 PM feature request #9877: Account Registration UI
- Yes, resolved 100%. Ticket can be closed.
- 03:15 PM feature request #9877: Account Registration UI
- Above problem has been handled in #9924
can we close this ticket now? - 04:38 PM bug #9926 (Closed): Password Recovery Dialog : Unknown error when user name given but email unknown
- 04:36 PM bug #9926: Password Recovery Dialog : Unknown error when user name given but email unknown
- Okay, this is changed to "An email with a password reset link has been sent to you." Can be closed.
- 03:09 PM bug #9926: Password Recovery Dialog : Unknown error when user name given but email unknown
- please review
- 03:08 PM bug #9926 (Resolved): Password Recovery Dialog : Unknown error when user name given but email unknown
- Applied in changeset commit:cdm-vaadin|768362910a6dbe82df743274d6c7ebb5a01896b5.
- 02:35 PM bug #9926 (Closed): Password Recovery Dialog : Unknown error when user name given but email unknown
- 
- 03:49 PM Revision 20cedc11 (cdm-vaadin): ref #9862 adapt to new name for password validator
- 03:43 PM Revision 1ed85787 (cdmlib): ref #9862 add javadoc link to ticket
- 03:28 PM Revision a8e937e5 (cdmlib): ref #9862 rename password validator class, add tests, add level2 validation to User, add maxLength and handle null
- 03:08 PM Revision 76836291 (cdm-vaadin): fix #9926 proper exception handling for users without email-address in password recovery dialog
- 03:02 PM feature request #9924 (Closed): accountCreation view with field validation
- 02:18 PM feature request #9924: accountCreation view with field validation
- Mouse over is helpful and the wording is clear. Invalid mandatory entries are clearly indicated. The ticket can be cl...
- 12:14 PM feature request #9924 (Resolved): accountCreation view with field validation
- please review
- 11:46 AM feature request #9924 (Closed): accountCreation view with field validation
- The following fields need to be required:
* User name
* Password - already OK
* Password repeat - already OK
... - 02:10 PM bug #9882 (Feedback): Null argument when deleting description in bulkeditor
- From the ticket description I am not sure if I understand what the original problem was. Was it in taxon bulk editor ...
- 01:55 PM bug #9925 (Closed): Spring environment variable `$supportEmailAddress` not expandend in Emails
- Solved by
1. harmonization of variable keys and
2. adapting the setting in the servers (edit-int, edit-prod) - 01:53 PM bug #9925 (Resolved): Spring environment variable `$supportEmailAddress` not expandend in Emails
- Applied in changeset commit:cdmlib|e07545e6b8af70b6156c958092a1e91496cd34eb.
- 01:11 PM bug #9925 (Closed): Spring environment variable `$supportEmailAddress` not expandend in Emails
- Variable `$supportEmailAddress` not expandend in Email, even if set as SystemParameter:
~~~
JAVA_OPTIONS="$JAVA_O... - 01:53 PM Revision e07545e6 (cdmlib): fix #9925 harmonizing env variable key and template placeholder
- 12:13 PM Revision 092248d3 (cdm-vaadin): ref #9924 user name validation
- 12:12 PM bug #9900: Null values in agent search dialog
- Katja Luther wrote in #note-5:
> Andreas Müller wrote in #note-3:
> > ... upps I just realize that, when editing a ... - 10:40 AM bug #9900: Null values in agent search dialog
- Andreas Müller wrote in #note-3:
> ... upps I just realize that, when editing a team and open the dialogue to add a ... - 08:18 AM bug #9900: Null values in agent search dialog
- Andreas Müller wrote in #note-2:
> The null is not there anymore so the ticket seems to be fixed.
>
> I only wond... - 12:02 PM Revision 6e766d2f (cdm-vaadin): ref #9924 user name and password fields marked as required
- 11:25 AM Revision cfcb1ae4 (cdm-vaadin): more documentation
- 10:58 AM feature request #9859: Password Recovery UI
- Password recovery is fine if the saved Password is used. If another saved password is used it also functions, if it i...
- 10:14 AM bug #9921 (Closed): manage/Action.jsp broken
- Problem is fully solved.
- 12:09 AM bug #8343: potential timezone problem in application stack
- Andreas Kohlbecker wrote in #note-8:
> Andreas Müller wrote in #note-7:
> > Is this solved in the meanwhile? https://...
01/20/2022
- 11:56 PM bug #9921 (Resolved): manage/Action.jsp broken
- Please review.
- 11:35 PM feature request #694: FeatureTreeService and DescriptionElement implemented
- please review
- 11:33 PM bug #9900: Null values in agent search dialog
- ... upps I just realize that, when editing a team and open the dialogue to add a new team member the problem still ex...
- 11:11 PM bug #9900 (Feedback): Null values in agent search dialog
- The null is not there anymore so the ticket seems to be fixed.
I only wonder why there was so much code attached. ... - 11:30 PM feature request #9894 (Feedback): Make primary collector editable for field unit
- ... no, not yet ready. After entering a team and a primary collector for a field unit and then setting the focus to a...
- 11:25 PM feature request #9894 (Closed): Make primary collector editable for field unit
- Seems to work as expected.
- 11:13 PM bug #9895 (Closed): Multiple representations of the same entity after move of synonym
- Seems to work as expected.
- 10:53 PM bug #9914 (Closed): Series part in nomenclatural sources should have a space prefix if it starts with a letter
- 10:46 PM bug #9916 (Feedback): Tooltip for data cells in bulkeditor
- I get
~~~
last remote request response header time : Thu, 20 Jan 2022 08:31:49 GMT
client error time : 2022-01-... - 10:31 PM bug #9855: Specimen images sometimes show duplicates
- Andreas Kohlbecker wrote in #note-7:
> For de-duplicating the Media in `TaxonService.listMedia()` I suggest to use a... - 03:43 PM bug #9855: Specimen images sometimes show duplicates
- For de-duplicating the Media in `TaxonService.listMedia()` I suggest to use a more modern java code style:
~~~
ta... - 10:30 PM Revision f767e961 (cdmlib): ref #9855 replace deduplication by in CdmUtils by stream.distinct()
- 07:25 PM feature request #9877: Account Registration UI
- 20Jan 2022: invalid user name "wolf kusber" results in an error in Vaadin, the user is not generated, but the mail th...
- 07:20 PM feature request #9859: Password Recovery UI
- Password recovery is fine if the saved Password is used.
- 04:25 PM Revision 5bb5cb2e (cdm-vaadin): ignoring .scss.cache
- 04:22 PM Revision 1a8ee46f (cdmlib): fix #804 implemeting required test - fixing eclipse auto import issue
- 04:03 PM bug #9854 (Closed): In ABCD import type designations should not be added to all names of a homotypic group
- This is fixed.
- 04:03 PM bug #6121 (Worksforme): NPE during portal web service requests that go through BaseController.doGetMethod()
- it is 5 years ago that we have created this ticket. I hardly remember potential conditions that are not documented here.
- 03:59 PM bug #8343: potential timezone problem in application stack
- Andreas Müller wrote in #note-7:
> Is this solved in the meanwhile? https://www.phycobank.org/cdm_dataportal/registr... - 03:53 PM feature request #9896 (Closed): Add annotations of the complete derivation branch to DerivedUnitDTO and FieldUnitDTO as AnnotationDTO
- 03:52 PM bug #9878 (Closed): show MediaSpecimen media source citations in registration items
- 03:25 PM bug #9878: show MediaSpecimen media source citations in registration items
- In Vaadin the issue is resolved. The ticket can be closed.
- 03:51 PM feature request #9884 (Closed): Vaadin UI-disabled reporting
- As the remaining inconsistencies will be solved with #9860, this ticket here can be closed.
- 03:32 PM bug #9913 (Closed): TypeDesignationEditor: Sub collections without code show blank in the collection select
- the new issue is handled in #9920 and this ticket here can be closed
- 03:29 PM bug #9920 (Closed): TypeDesignations appear mixed up in Registration Workingset Editor
- 03:14 PM bug #9920: TypeDesignations appear mixed up in Registration Workingset Editor
- Both issues (mix, plural/singular) are fixed. The ticket can be closed.
- 03:28 PM feature request #804 (Closed): Integrationtest for TextData.getPreferredLanguageString()
- test implemented
- 03:28 PM feature request #804 (Resolved): Integrationtest for TextData.getPreferredLanguageString()
- Applied in changeset commit:cdmlib|0af14c54443f3db34a80702506a6a18384b286fd.
- 03:27 PM Revision 0af14c54 (cdmlib): fix #804 implemeting required test - executes successfuly
- 01:29 PM Revision dd946e33 (cdm-vaadin): documentation on selenium tests for vaadin
- 12:54 PM Revision c65374ec (cdm-vaadin): documenting Project setup with maven - 2
- 12:34 PM Revision eb6ff7f6 (cdm-vaadin): documenting Project setup with maven
- 12:28 PM Revision 36291440 (cdm-vaadin): very brief documentation on the MVP
- 12:25 PM Revision d31011ca (cdm-vaadin): documentation on setting up vaadin
- 12:07 PM Revision a11c2ef2 (cdm-vaadin): documenting the auto login feature
- 11:44 AM Revision 95484123 (cdm-vaadin): using other jetty version in other launcher
- 11:43 AM Revision 7ac2b75a (cdm-vaadin): using other jetty version in launcher
- 11:35 AM Revision babcedce (cdm-vaadin): ref #9359 update jsch, maven-enforcer to latest version, add groupId to eclipse plugin
- 11:22 AM Revision 1714f966 (cdm-vaadin): README: section on cdm datasource configuration
- 10:18 AM task #9922 (New): Do not save Image Server thumbnails indicating an not-existing image
- Filter out "not exists" thumbnail image from BGBM image server during image save in cdmlib
- 12:05 AM Revision 72821c22 (cdm-vaadin): cleanup
- 12:04 AM Revision 4b58dc2b (cdm-vaadin): ref #9359 mvn version prerequisites in cdmserver
01/19/2022
- 11:58 PM Revision 3faf7d1d (cdmlib-apps): ref #9918 finetuning for caryophyllaceae import
- 11:57 PM Revision 1891bf3d (utis-webapp): cleanup
- 11:54 PM Revision b145e48a (cdm-server): ref #9359 mvn version prerequisites in cdmserver
- 11:28 PM Revision 05bcc5a2 (cdm-server): ref #9359 revert to jackson-mapper-asl and upgrade resources plugin
- 11:27 PM Revision 4c5f30db (cdm-server): http->https
- 11:01 PM Revision f9f87ca4 (cdm-server): ref #9359 revert jackson-databind to 2.0.0
- 10:32 PM Revision 826276ee (cdm-server): ref #9359 update jackson to latest version with new groupId in cdmserver again
- 10:24 PM Revision 3217ee91 (cdm-server): ref #9359 update exec, docker and gitflow plugin to latest version in cdmserver again
- 09:55 PM Revision b436c052 (cdm-server): ref #9359 update ant plugin and buildnumber plugin to latest version in cdmserver again
- 04:55 PM Revision b60d9eb3 (cdm-server): ref #9359 update war and assembly plugin to latest version in cdmserver again
- 03:53 PM Revision 6bd9a31d (cdm-server): ref #9359 fix el-api artifactID
- 03:15 PM Revision 940f2f0d (taxeditor): minor
- 03:08 PM Revision 35f5e649 (utis-core): adapt tests with working examples
- 03:08 PM Revision b0a69d0f (utis-core): add autogenerated classes for diatomBase
- 03:08 PM Revision 8a9f4985 (utis-core): change url of aphianameServiceLocator to marinespecies
- 02:54 PM Revision a037e217 (utis-core): code cleaning
- 02:46 PM Revision eaf2d2c8 (cdm-server): ref #9359 update el-api and el-impl and jopt-simple, dependency to latest version in cdmserver again
- 02:38 PM Revision b1f0b762 (cdm-server): ref #9359 update javadoc, dependency and source plugin in cdmserver pom to latest version again
- 02:33 PM Revision ef2418fb (cdm-server): ref #9359 update resource plugin in cdmserver pom to 3.1.0 again
- 01:57 PM Revision a76e3952 (cdm-server): ref #9359 update eclipse, compiler and site plugin in cdmserver pom again
- 01:17 PM Revision 597b1a76 (cdm-server): ref #9359 update extensions in cdmserver pom again
- 12:51 PM Revision a512aa77 (cdm-server): ref #9359 update minor version dependency updates to cdmserver again
- 12:10 PM Revision 9dbd26f3 (cdm-server): ref #9359 use commons-collections4 in cdmserver again
- 11:11 AM Revision 10b41100 (cdm-server): revert all changes in pom.xml to state before updating all plugin and dependency versions
- 10:27 AM Revision 1065ea69 (cdm-server): Revert "ref #9359 update el-api and el-impl to latest version with new groupID in cdmserver"
- This reverts commit d47d9078cc4685a9b68679451e523574bddb7b4f.
- 09:29 AM Revision 317f976f (utis-core): cleanup
- 09:29 AM Revision 99aaa46b (utis-core): fix URL for EDIT repository
01/18/2022
- 11:10 PM Revision e04c460e (cdmlib): cleanup
- 11:10 PM Revision f13327b3 (cdmlib): ref #9918 make 2 bracket number volume parsable
- 11:09 PM task #9918: Import Caryophyllaceae
- Unparsed names:
Silene nocteolens Webb & Berthel., Hist. Nat. Iles Canaries 3(2,1): 141. 1840 => OK - 04:51 PM bug #9921 (Closed): manage/Action.jsp broken
- It seems as if something got broken due to the recently made code cleaning.
Clicking on stop in the management UI ... - 04:41 PM feature request #9134 (Closed): Rule based creation of additional media representations "on the fly"
- I think this can be closed now, the fix made comitted with commit:41ed639d also solves the problem that recently occu...
- 04:23 PM Revision e3993f02 (cdmlib): typo
- 12:39 PM bug #9920: TypeDesignations appear mixed up in Registration Workingset Editor
- Wolf-Henning Kusber wrote in #note-6:
> TypeDesignations appear mixed up in Registration Workingset Editor is fixed.... - 10:49 AM bug #9920: TypeDesignations appear mixed up in Registration Workingset Editor
- TypeDesignations appear mixed up in Registration Workingset Editor is fixed.
But the wording ...type vs. ...types ... - 12:30 PM Revision 3c3cbd47 (cdm-vaadin): ref #9920 fixing plural form of type status labels
- 12:21 PM Revision f5637587 (utis-core): adding test log4j2.xml to ignores
- 12:20 PM Revision 64f19957 (utis-core): documenting the solution for a wsdl problem
- 12:06 PM Revision e837c121 (utis-core): adding test for DiatomBaseClient
- 12:05 PM Revision 55b244c2 (utis-core): updating WORMS classes from WSDL
- 11:49 AM Revision b51c0573 (utis-core): updating commands to modified maven output
- 10:39 AM Revision 0691ae9a (utis-webapp): pumping core version to 1.4.0-SNAPSHOT
- 10:28 AM Revision 5d15f89d (utis-webapp): update utis-webapp version to 1.4.0-SNAPSHOT
- 10:28 AM Revision b1a5e1bd (utis-core): update utis-core version to 1.4.0-SNAPSHOT
- 12:33 AM Revision 707b8f86 (utis-core): use https in some links
- 12:33 AM Revision 8dad7d52 (utis-core): ref #9359 update some plugin and dependency to latest versions in utis-core
- 12:28 AM Revision 283f092a (utis-webapp): ref #9359 update some plugin and dependency to latest versions in utis-webapp
- 12:18 AM Revision 4c26a53f (cdmlib-apps): ref #9359 update compiler plugin to latest version in app-import
- 12:17 AM Revision 5785e898 (cdm-server): use https in some links
- 12:15 AM Revision a11df9a6 (cdmlib): use https in some links
01/17/2022
- 06:39 PM bug #9920: TypeDesignations appear mixed up in Registration Workingset Editor
- fixed, please review once the test server is updated (tomorrow)
- 06:38 PM bug #9920 (Resolved): TypeDesignations appear mixed up in Registration Workingset Editor
- Applied in changeset commit:cdm-vaadin|a52dca4aceec75b445717c5d42deb045c8694abe.
- 06:05 PM bug #9920 (Closed): TypeDesignations appear mixed up in Registration Workingset Editor
- Example Registration http://phycobank.org/102736 in test system:
* Collections:
* "Coll. Reichardt" sub-coll... - 06:38 PM Revision a52dca4a (cdm-vaadin): fix #9920 getting typedesignation from workingset by status again
- 04:43 PM bug #9917: etopo1 broken due to server migration at noaa.gov
- ... otherwise there might no longer be a need to support this map layer since we can use OpenTopoMap.
- 12:49 PM Revision 0002d541 (utis-core): cleanup
- 12:49 PM Revision e4b5ef2a (utis-core): ref #9359 update several plugin and dependency versions in utis-core
- 12:00 PM Revision 10bae20d (utis-core): cleanup
- 09:48 AM Revision 562ce44a (utis-core): short pause before starting sync process and more logging
- 09:37 AM Revision 4f441051 (utis-core): bumping version to 1.3.0
01/16/2022
- 04:15 PM Revision 3b57dae0 (taxeditor): ref #9359 update tycho version from 1.0.0 to latest java8 version 1.7.0
- 02:49 AM Revision 83baa272 (taxeditor): ref #9359 update extensions and jsch to latest version in taxeditor
- 02:33 AM Revision 57754f05 (taxeditor): ref #9359 update jgitflow-maven-plugin to latest version in taxeditor
- 02:20 AM Revision 4b75ac9e (taxeditor): ref #9359 update maven-surefire-plugin to latest version in taxeditor
- 02:08 AM Revision 6ed27ea5 (taxeditor): ref #9359 update maven-antrun-plugin to latest version in taxeditor
- 01:30 AM Revision aea616d9 (taxeditor): ref #9359 update wagon-maven-plugin to latest version in taxeditor
- 01:13 AM Revision 1858ff62 (taxeditor): ref #9359 update maven-dependency-plugin to latest version in taxeditor
- 01:04 AM Revision f81993f9 (taxeditor): ref #9359 fix version number of maven-eclipse-plugin in taxeditor
- 12:57 AM Revision e03f8163 (taxeditor): ref #9359 update mav en-compiler-plugin, maven-site-plugin, maven-javadoc-plugin, maven-eclipse-plugin, maven-release-plugin, maven-jxr-plugin and maven-changes-plugin to latest stable versions in taxeditor
01/15/2022
- 08:19 PM Revision 12329d73 (taxeditor): ref #9359 increase required maven version to 3.6.3 ub TaxEditor
- 07:54 PM Revision eb2ea584 (cdmlib): increase required maven version to 3.6.3
- 07:43 PM task #9919 (Duplicate): Upgrade maven-compiler-plugin to 3.x in cdmlib
- 02:56 PM task #9919 (Duplicate): Upgrade maven-compiler-plugin to 3.x in cdmlib
- Currently model test fail when doing so (maybe because aspectj is not handled correctly)
- 07:40 PM Revision e053f41a (taxeditor): ref #9359 update org.json/json to 20211205 in taxeditor
- 07:30 PM Revision 838ff8f2 (cdm-vaadin): ref #9359 update org.json/json to 20211205 in vaadin
- 07:28 PM Revision d77a3e04 (cdmlib): ref #9359 update org.json/json to 20211205 in cdmlib
- 07:25 PM Revision 92e6d499 (cdmlib): minor
- 07:14 PM Revision 5dc830be (cdm-server): ref #9359 use commons-collections4 in cdmserver
- 06:54 PM Revision dfd55617 (cdmlib): ref #9359 update maven-resources-plugin to 3.2.0 in cdmlib-remote-webapp
- 06:53 PM Revision f2e21cfd (cdmlib): remove commented maven-failsafe-plugin code
- 06:48 PM Revision 3efe2b9c (cdm-server): javadoc
- 06:44 PM Revision 97736bd2 (cdmlib): ref #9359 update maven-resources-plugin to 3.1.0 in cdmlib
- 06:41 PM Revision a2562f17 (cdm-vaadin): ref #9359 update maven-resources-plugin to 3.2.0 in vaadin
- 06:37 PM Revision a6ed879c (cdm-server): ref #9359 update maven-resources-plugin to 3.2.0 in cdmlib
- 06:14 PM Revision f18e872e (cdmlib): ref #9359 update maven-release-plugin from 2.1. to latest fully stable version (2.5.3) in cdmlib
- 06:12 PM Revision bc1bca8c (cdmlib): ref #9359 update javadoc related plugin versions in cdmlib (cont.)
- 06:07 PM Revision 4a256232 (cdm-vaadin): cleanup javadoc
- 06:06 PM Revision fb9d3290 (cdmlib-apps): cleanup javadoc
- 05:54 PM Revision 1839dd82 (cdmlib): cleanup javadoc
- 05:24 PM Revision d3fcf5a7 (cdmlib): ref #9359 update javadoc related plugin versions in cdmlib
- 04:49 PM Revision e74d0e3d (cdmlib): ref #9359 update cobertura-maven-plugin and checker-qual to latest version in cdmlib
- 04:41 PM Revision 53b17c87 (cdmlib): ref #9359 update maven-eclipse-pluginin, com.jcraft/jsch and org.osgi/osgi.core in cdmlib
- 04:37 PM Revision f7ed5d99 (cdmlib): ref #9359 update maven-enforcer-plugin and subsequently add some further version controls in cdmlib
- 04:03 PM Revision b20f0d73 (cdmlib): cleanup
- 03:14 PM Revision d4259d21 (cdmlib): ref #9359 update jgitflow-maven-plugin from 1.0-m6 to latest 1.0-m8 with new groupId in cdmlib
- 03:12 PM Revision 6c6def93 (cdmlib): ref #9359 update maven-site-plugin from 3.3 to 3.10.0 in cdmlib
- 03:05 PM Revision 40d49ed2 (cdmlib): ref #9359 revert update maven-compiler-plugin to first 3.x (3.0) version in cdmlib
- 02:49 PM Revision f8ef902e (cdmlib): ref #9359 update maven-compiler-plugin to first 3.x (3.0) version in cdmlib
- 02:42 PM Revision 5401db11 (cdm-webapp): ref #9359 update maven-enforcer-plugin to latest version in cdm-webapp
- 02:40 PM Revision 040b99a4 (cdm-webapp): ref #9359 update maven-war-plugin to latest version in cdm-webapp
- 02:39 PM Revision 94703412 (cdm-webapp): ref #9359 update org.apache.maven.wagon extensions to latest version in cdm-webapp
- 02:38 PM Revision e329e043 (cdm-webapp): ref #9359 update com.jcraft/jsch to latest version in cdm-webapp
- 02:37 PM Revision 85944900 (cdm-webapp): remove empty lines
- 02:36 PM Revision bd4ca900 (cdm-webapp): ref #9359 update jgitflow-maven-plugin from 1.0-m6 to latest 1.0-m8 with new groupId in cdm-webapp
- 02:07 PM Revision c14119d8 (cdmlib): ref #9359 update maven-compiler-plugin to latest 2.x (2.5.1) versions in cdmlib
- 01:51 PM Revision 62ba8972 (cdmlib): ref #9359 revert update maven-compiler-plugin in cdmlib
- 01:27 PM Revision 205f1214 (cdmlib): ref #9359 update maven-compiler-plugin and buildnumber-maven-plugin to latest versions in cdmlib
- 01:12 PM Revision 80c7227c (cdm-vaadin): ref #9359 update jgitflow-maven-plugin from 1.0-m6 to latest 1.0-m8 with new groupId in cdmvaadin
- 01:09 PM Revision 08e7d20d (cdm-server): ref #9359 update dependency jackson-mapper-asl to new jackson-databind with new groupId and artifactId in cdmserver
- 01:02 PM Revision 0238edad (cdm-server): ref #9359 update jgitflow-maven-plugin from 1.0-m6 to latest 1.0-m8 with new groupId in cdmserver
- 12:53 PM Revision 548eba96 (cdm-server): ref #9359 update docker-maven-plugin from 0.28.0 to latest 0.38.1 in cdmserver
- 12:41 PM Revision 2aeade95 (cdm-server): ref #9359 update exec-maven-plugin from 1.3.2 to latest 3.0.0 in cdmserver
- 12:33 PM Revision 4aaaa272 (cdm-server): ref #9359 update buildnumber-maven-plugin from 1.3 to latest 1.4 in cdmserver
- 12:30 PM Revision 6f40e136 (cdm-server): ref #9359 use target instead of tasks in maven-antrun-plugin in cdmserver
- 12:23 PM Revision bd556465 (cdmlib): ref #9359 update maven-failsafe-plugin to latest 2.22.2 in cdmlib-remote-webapp
- 12:21 PM Revision 7a5bef66 (cdmlib): remove project.version from managed cdmlib-test in cdmlib-remote
- 12:20 PM Revision ac192659 (cdmlib): ref #9359 update maven-bundle-plugin to latest 5.1.4 in cdmlib
- 12:19 PM Revision 10bb5c65 (cdmlib): remove project.version from managed cdmlib-test
- 12:08 PM Revision b32c5165 (cdm-server): ref #9359 update maven-antrun-plugin from 1.8 to latest 3.0.0 in cdmserver
- 12:03 PM Revision 79808110 (cdm-server): ref #9359 use assembly:single instead of deprecated assembly:attached for maven-assembly-plugin to latest versions in cdmserver
- 11:53 AM Revision 615b95a0 (cdm-server): ref #9359 update maven-war-plugin and maven-assembly-plugin to latest versions in cdmserver
- 11:46 AM Revision accbb694 (cdm-server): ref #9359 update jopt-simple from 4.9 to 5.0.4 in cdmserver
- 11:44 AM Revision 33ddfdc4 (cdmlib): ref #9359 update maven-jar-plugin to 3.2.2 in cdmlib
- 11:41 AM Revision 1c6a7f5b (cdmlib): remove commented versions from cdmlib-db
- 11:39 AM Revision d47d9078 (cdm-server): ref #9359 update el-api and el-impl to latest version with new groupID in cdmserver
- 11:23 AM Revision f4f3eda9 (cdm-server): ref #9359 update maven-dependency-plugin to latest versions in cdmserver
- 03:30 AM Revision 8a6a0773 (cdm-server): ref #9359 update maven-source-plugin and maven-javadoc-plugin to latest versions in cdmserver
- 03:05 AM Revision 5c302092 (cdm-server): ref #9359 update maven-resources-plugin from 2.7 to 3.1 in cdmserver
- 03:04 AM Revision 30654221 (cdm-server): ref #9359 update maven-compiler-plugin to latest versions in cdmserver
- 02:58 AM Revision 39cfd7b0 (cdm-server): ref #9359 maven-eclipse-plugin, maven-site-plugin and jsch to latest versions in cdmserver
- 02:48 AM Revision 41380b9d (cdm-server): ref #9359 update maven-scm-plugin and wagon-ssh-external to latest versions in cdmserver
- 01:53 AM Revision f85c3ff7 (cdmlib): ref #9359 update org.apache.maven.scm extension to latest 1.12.2 in cdmlib
- 01:52 AM Revision 185f78aa (cdm-vaadin): ref #9359 update org.apache.maven.scm extension to latest 1.12.2 in vaadin
- 01:48 AM Revision 6fdd09aa (cdm-vaadin): ref #9359 update org.apache.maven.wagon extensions to latest 3.5.1 in vaadin
- 01:41 AM task #3408: replace spring-modules-cache by up to date implementation
- I just see that this dependency is also used in cdm-vaadin. Don't know if it is needed there at all. But we should al...
- 01:07 AM Revision 1d95f477 (cdmlib-apps): fix compile errors in NepenthaceIpniActivator
- 12:59 AM task #9918 (In Progress): Import Caryophyllaceae
- 12:55 AM task #9918 (Closed): Import Caryophyllaceae
- 12:57 AM Revision 2f9e52e3 (cdmlib-apps): Add CichorieaImageUpdateActivator
- 12:56 AM Revision a881d4d7 (cdmlib-apps): ref #9918 first version of caryophyllaceae import
- 12:53 AM Revision d934688e (cdmlib-apps): cleanup
- 12:52 AM Revision 843e42c9 (cdmlib-apps): update poms in cdmapp
- 12:52 AM Revision d7c7fd33 (cdmlib-apps): cleanup CichorieaeFirstImageImportActivator and TaxonExcelCaryophyllales
- 12:40 AM Revision 847bd4ed (cdmlib): ref #9359 update wagon-maven-plugin to latest 2.0.2 in cdmlib
- 12:37 AM Revision 05950191 (cdm-server): ref #9359 update wagon-maven-plugin to latest 2.0.2 in cdmserver
- 12:32 AM Revision 67d379ce (cdmlib): ref #9359 update org.apache.maven.wagon extensions to latest 3.5.1 in cdmlib
- 12:26 AM Revision 4d9687ed (cdm-server): ref #9359 update commons-cli to latest 1.5.0 in cdmserver
- 12:24 AM Revision 1d39e7f5 (cdm-server): ref #9359 update org.apache.maven.wagon dependencies to latest 3.5.1 in cdmserver
- 12:21 AM Revision da4cba84 (cdm-server): ref #9359 update maven-scm-manager-plexus and maven-scm-provider-svnexe to 1.12.2 in cdmserver
- 12:18 AM Revision 99771630 (cdm-server): ref #9359 update org.apache.maven.wagon wagon webdav to wagon-webdav-jackrabbit 1.0 in cdmserver
- 12:11 AM Revision 40d41a37 (cdm-server): ref #9359 update org.apache.maven.wagon plexus to 1.0 in cdmserver
- 12:03 AM Revision 1e34764b (cdm-server): ref #9359 update minor version dependency updates to cdmserver
01/14/2022
- 10:10 PM Revision 87b297f0 (cdmlib): fix pluginManagement for m2e in cdmlib-model and -test
- 09:41 PM Revision e3dab47f (cdmlib): minor
- 09:14 PM Revision cd0cc937 (cdmlib): add pluginManagement tag to avoid error for <execution> tag
- 09:13 PM Revision ec0b7ed7 (cdmlib): remove commented version from dependencies in cdmlib-db
- 06:28 PM bug #9917 (In Progress): etopo1 broken due to server migration at noaa.gov
- 05:29 PM bug #9917: etopo1 broken due to server migration at noaa.gov
- see mapproxy git repo branch `nooa-etopo1-fix` for a first attempt to fix this in mapproxy
- 05:17 PM bug #9917 (Closed): etopo1 broken due to server migration at noaa.gov
- The map service at noaa has been moved to a new server and map are thus available from new service endpoints:
Docu... - 04:54 PM Revision b7770b03 (utis-webapp): updating doc on docker-compose setup
- 04:22 PM bug #9916 (Resolved): Tooltip for data cells in bulkeditor
- Please review.
- 04:21 PM bug #9916 (Closed): Tooltip for data cells in bulkeditor
- mail AM:
ich habe kürzlich beim Datacleaning festgestellt, dass bei den Bulk Editor NAT Tables beim Mouse Over das... - 04:18 PM Revision 7dd447df (taxeditor): tooltips for data fields in bulk editor
- 03:43 PM feature request #9915 (Closed): Make "accessed" also available for references of type "database"
- "Accessed" already exists for websites. Websites and databases are usually dynamic references and therefore maybe ci...
- 02:04 PM Revision 1ce79b2f (utis-webapp): updating documentation: set up for docker-compose
- 10:09 AM bug #9236 (Closed): stopping an instance breaks the centralized logging
- This works as expected.
01/13/2022
- 05:56 PM Revision dbdfb62b (cdm-server): ref #9236 better solution to solve the broken logging: disable the LogbackServletContainerInitializer per webapp init parameter
- 04:54 PM bug #9236: stopping an instance breaks the centralized logging
- solved by excluding the LogbackServletContainerInitializer from the configuration.
Please review - 04:53 PM bug #9236 (Resolved): stopping an instance breaks the centralized logging
- Applied in changeset commit:cdm-server|7ba74c603e769569dd1b0052949cd321c86722da.
- 12:05 PM bug #9236 (In Progress): stopping an instance breaks the centralized logging
- 11:29 AM bug #9236: stopping an instance breaks the centralized logging
- The problem is caused by the `LoggerContext` being shutdown by the `LogbackServletContextListener` in `LogbackServlet...
- 04:53 PM Revision 7ba74c60 (cdm-server): fix #9236 solving broken logging by excluding the LogbackServletContainerInitializer from the configuration
- 04:02 PM Revision c374a931 (cdm-server): updating documentation and removing class names from ServerClassPatterns
- 12:25 AM Revision 6c2676d4 (cdm-webapp): update EditRepository to https
- 12:20 AM Revision 4e578566 (cdm-vaadin): update EditRepository to https
- 12:14 AM Revision 5b0327d4 (cdmlib): set default source mode for distribution aggregation from child to parent to NONE
01/12/2022
- 11:59 PM Revision 68f3f710 (taxeditor): minor
- 11:51 PM Revision d9d7beec (cdmlib): ref #9359 revert update hsqldb in cdmlib (cont.)
- 11:49 PM Revision 92b76e20 (cdmlib): ref #9359 revert update hsqldb in cdmlib
- 10:11 PM Revision 94b2bce7 (taxeditor): ref #9359 update xercesImpl in taxeditor (cont.)
- 09:55 PM Revision b2c85611 (taxeditor): use https for EditRepository
- 09:42 PM Revision 81d08f97 (taxeditor): remove xstream from gitattributes
- 09:41 PM Revision 28e80be0 (cdmlib): ref #9359 update plexus-utils in cdmlib (fix compile error)
- 09:33 PM Revision 9b8c99b3 (taxeditor): ref #9359 update mysql and postgresql in taxEditor (cont.)
- 09:06 PM Revision e8d0eec7 (taxeditor): minor
- 09:06 PM Revision 23f8a87b (taxeditor): ref #9359 update aspectj in taxeditor
- 09:00 PM Revision 80a26358 (cdmlib): ref #9359 update aspectj in cdmlib
- 08:55 PM Revision b3321396 (cdmlib): ref #9359 update plexus-utils in cdmlib
- 08:52 PM Revision 3bdc6b29 (cdmlib): ref #9359 update hsqldb in cdmlib
- 08:43 PM Revision 2ebe2266 (taxeditor): ref #9359 update xercesImpl in taxeditor
- 08:42 PM Revision fb0a7a66 (cdmlib): ref #9359 update xercesImpl in cdmlib
- 08:40 PM Revision 942ddf0b (cdmlib): ref #9359 update mysql, postgresql and mssql in cdmlib
- 08:36 PM Revision bde4e213 (taxeditor): ref #9359 update mysql and postgresql in taxEditor
- 08:34 PM Revision 13a023fd (cdmlib): ref #9359 update xmlgraphics-commons (only needed in cdmlib-print)
- 08:28 PM Revision 3078719c (cdmlib): minor
- 03:56 PM bug #9914 (Resolved): Series part in nomenclatural sources should have a space prefix if it starts with a letter
- 03:44 PM bug #9914 (Closed): Series part in nomenclatural sources should have a space prefix if it starts with a letter
- ... and if they are not purely numeric
- 03:45 PM Revision 5f08d366 (cdmlib): ref #9914 add space before seriesPart in nom.refs.
- 03:21 PM bug #9913: TypeDesignationEditor: Sub collections without code show blank in the collection select
- Collection select is fixed, fine.
But another critical error appeared:
the values of two different specimens ar...
01/11/2022
- 09:49 PM Revision 8ae14d10 (cdm-server): removing jdk 7 stuff from memory service
- 02:55 PM Revision 2d14fa05 (utis-core): logging of store updates
- 12:45 PM bug #9913: TypeDesignationEditor: Sub collections without code show blank in the collection select
- Problem solved, please review.
- 12:45 PM bug #9913 (Resolved): TypeDesignationEditor: Sub collections without code show blank in the collection select
- Applied in changeset commit:cdm-vaadin|48936d85bd57c3a6cbb45f2c9d0d47bc55380380.
- 12:08 PM bug #9913 (Closed): TypeDesignationEditor: Sub collections without code show blank in the collection select
- 12:45 PM Revision 7602f1db (cdm-vaadin): fixing NPE
- 12:44 PM Revision 48936d85 (cdm-vaadin): fix #9913 fixing collection label in select lists
01/10/2022
- 02:51 PM Revision fcf7d716 (cdm-server): cleanup
- 02:42 PM Revision 7db3087c (cdm-dataportal): Update installation instruction link
- 01:25 PM bug #9912 (New): java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String in TaxonGraphBeforeTransactionCompleteProcess L229
- `TAXONNAME_NOMENCLATURALSOURCE` is an array, so below code line in `TaxonGraphBeforeTransactionCompleteProcess` fails...
- 12:20 PM Revision 1372d044 (cdm-server): remove deprecated methods
- 11:45 AM Revision fe676284 (cdmlib): upgrading media-info-model to latest version 1.2.0
01/07/2022
- 10:57 AM Revision e5cb086b (cdmlib): minor
01/05/2022
- 03:39 PM bug #9911 (New): Expand area search to adjacent countries
- Suggestion from David Merrick:
... Also you could have an "expand to adjacent countries" if the page knows for eac... - 03:15 PM bug #9802: Label for min=max does not unify values in Matrix QuantitativeData label provider
- Katja Luther wrote:
> > Also the label provider for the factual data view handles the issue correct. Is there a reas... - 02:39 PM bug #9802: Label for min=max does not unify values in Matrix QuantitativeData label provider
- > Also the label provider for the factual data view handles the issue correct. Is there a reason why we do not use th...
- 03:02 PM Revision 498bb6e4 (taxeditor): ref #9894: remove strange import
- 02:24 PM Revision 72e2be95 (cdmlib): ref #9607 try metadata reading client side if error occurs server side
- 02:07 PM Revision 32b18aed (cdm-server): cleanup
- 02:02 PM Revision 68e2422c (cdm-server): Adapt organizationUrl
- 02:02 PM Revision 1bc53106 (cdm-server): remove PermGenSpace constants
- 01:04 PM feature request #9894 (Resolved): Make primary collector editable for field unit
- This is implemented with a selection dialog, maybe it would be easier to use with a drop down, filled with the team m...
- 01:01 PM Revision 4faee5bc (taxeditor): ref #9894: add field primary collector and handle as described in ticket
- 12:27 PM feature request #9910 (New): Add configurable flag for common name search in dataportal simple search
- Some portals may want to have a common name search flag included in simple search (similar to include misaplication f...
- 10:16 AM task #9909 (New): Think about using the checker framework to avoid e.g. NPEs
- https://checkerframework.org/manual/
01/04/2022
- 03:17 PM bug #9882 (Resolved): Null argument when deleting description in bulkeditor
- Katja Luther wrote:
> The original problem is solved, but there is another issue. The deletion of the description el... - 02:47 PM bug #9895 (Resolved): Multiple representations of the same entity after move of synonym
- This is fixed,please review.
- 02:47 PM Revision cd505f6b (cdmlib): ref #9895: fix MRE when moving synonym to an already open taxon
- 02:15 PM Revision 495cf16b (cdmlib): ref #9907: fix missing treeIndex in taxonNodeDto - continue
- 01:49 PM bug #9907 (Resolved): NPE when trying to create polytomous key
- This should be fixed.
- 01:44 PM bug #9907: NPE when trying to create polytomous key
- This exception is caused by the missing treeIndex in nodeDto.
- 01:44 PM bug #9907 (Closed): NPE when trying to create polytomous key
- mail Murat Erdem Guzel:
We tried to "generate polytomous key" for our group. However, we got the following error m... - 01:48 PM bug #9900 (Resolved): Null values in agent search dialog
- This should be fixed.
- 01:47 PM feature request #9908 (Closed): Add timeperiod to credits
- for further explanation see #9906#note-1
- 01:45 PM Revision 523bd6bc (cdmlib): ref #9907: fix missing treeIndex in taxonNodeDto
- 12:21 PM Revision 1cc04f46 (taxeditor): change product version
- 11:07 AM Revision 4716220c (taxeditor): minor
- 10:22 AM Revision ac1d2808 (taxeditor): minor
- 09:52 AM feature request #9906: Implement credits in dataportal
- ERS:
eine Frage zur Portal-Gestaltung: im Cichorieae-Portal gibt es auf einzelnen Taxon-Seiten die Kategorie “Cred... - 09:49 AM feature request #9906 (New): Implement credits in dataportal
- Credits are editable in TaxEditor but currently not yet visible in the CDM dataportals. However, in future they will ...
01/03/2022
- 10:08 PM bug #9905 (In Progress): Parser is slow for names with authorteams
- 09:58 PM bug #9905 (Closed): Parser is slow for names with authorteams
- Probably the reason is that potential deduplication candidates are not found correctly and the list of candidates is ...
- 04:48 PM Revision 6c29ac64 (taxeditor): minor
- 04:48 PM Revision 0489e98a (taxeditor): ref #9359 update iiif-apis and javassist version in taxeditor (cont.)
- 03:31 PM Revision bbab5719 (taxeditor): minor
- 03:13 PM Revision 3b421286 (taxeditor): revert removing commons.httpclient in rcp.target
- 03:04 PM Revision c6e3c294 (cdmlib): ref #9359 update ant version in cdmlib
- 03:01 PM Revision bfa2a878 (taxeditor): ref #9359 update iiif-apis and javassist version in taxeditor
- 02:53 PM Revision 98b42ca6 (cdmlib): minor
- 02:52 PM Revision 3837f479 (cdmlib): ref #9359 update doxia, objenesis, iiif-apis, xom, Saxon-HE and javassist version in cdmlib
- 02:47 PM Revision c311c134 (taxeditor): minor
- 02:47 PM Revision 1fbecc37 (taxeditor): ref #9359 fix junit version in taxeditor.test build.properties
- 02:46 PM Revision 53aa6cb3 (taxeditor): ref #9359 revert httpclient.version to httpcomponents.version in taxeditor
- 02:40 PM Revision 39287958 (cdmlib): ref #9359 update httpcore version in cdmlib
- 02:23 PM Revision f2e2fe71 (taxeditor): ref #9359 fix artifactID for httpcore in taxeditor
- 02:12 PM Revision 797afa38 (taxeditor): ref #9359 update httpclient, httpclient-cache and httpcore version in taxeditor
- 01:54 PM Revision 284634e7 (taxeditor): adapt feature to new version of apache httpcomponents - continue
- 01:12 PM Revision 92d78f9c (taxeditor): adapt rcp.target to new version of apache httpcomponents
- 12:55 PM Revision 68c6de2c (taxeditor): adapt feature to new version of apache httpcomponents
- 12:11 PM Revision 0f130bb7 (taxeditor): revert rename of jre product definition
- 11:38 AM Revision 1680ec19 (taxeditor): minor, only test update handler
12/23/2021
- 10:52 AM bug #9904 (Closed): NullPointerException (NPE) in ListView with filter name="Stephano"
- fixed!
Now the validation errors are visible gain:
 - 10:51 AM bug #9904 (Resolved): NullPointerException (NPE) in ListView with filter name="Stephano"
- Applied in changeset commit:cdmlib|00e4c79fbb7ae6fa6a5c911072ab1b6e0d8ccd7a.
- 10:46 AM bug #9904: NullPointerException (NPE) in ListView with filter name="Stephano"
- and is caused by a validation error ("Inconsistent type designations") in which case the `summaryText` in `Registrat...
- 10:39 AM bug #9904: NullPointerException (NPE) in ListView with filter name="Stephano"
- this happens for the registration http://phycobank.org/4680
- 10:34 AM bug #9904 (Closed): NullPointerException (NPE) in ListView with filter name="Stephano"
~~~
[phycobank] 10:31:11,561 DEBUG [qtp1161667116-25][eu.et.cd.va.pe.AccessRestrictedViewControlBean] - allowing...- 10:51 AM Revision 00e4c79f (cdmlib): fix #9904 avoiding null value for RegistrationDT0.summaryTaggedText
- 10:04 AM Revision 54d7e850 (cdm-vaadin): proper logging instead of system.out
- 10:03 AM Revision d6a88817 (cdm-vaadin): cleaning up obsolete class
Also available in: Atom