-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UBO-289 Surround 'MCRORCIDSessionUtils.getCurrentUser()' with try/catch #341
Merged
kkrebs
merged 4 commits into
develop
from
UBO-289-Try-catch-MCRORCIDSessionUtils.getCurrentUser
Dec 18, 2023
Merged
UBO-289 Surround 'MCRORCIDSessionUtils.getCurrentUser()' with try/catch #341
kkrebs
merged 4 commits into
develop
from
UBO-289-Try-catch-MCRORCIDSessionUtils.getCurrentUser
Dec 18, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Possommi
force-pushed
the
UBO-289-Try-catch-MCRORCIDSessionUtils.getCurrentUser
branch
from
December 12, 2023 12:56
891ac65
to
45e55cd
Compare
Possommi
force-pushed
the
UBO-289-Try-catch-MCRORCIDSessionUtils.getCurrentUser
branch
from
December 13, 2023 09:39
f30a8d3
to
c9d567b
Compare
Possommi
force-pushed
the
UBO-289-Try-catch-MCRORCIDSessionUtils.getCurrentUser
branch
from
December 14, 2023 07:27
c9d567b
to
32bb806
Compare
kkrebs
approved these changes
Dec 18, 2023
Possommi
deleted the
UBO-289-Try-catch-MCRORCIDSessionUtils.getCurrentUser
branch
December 18, 2023 10:10
kkrebs
added a commit
that referenced
this pull request
Jan 15, 2024
* develop: add facet support for peer reviewed DMS-301 add css class for JOP service images and fix layout revert UBO-269 FSU040THUL-1276 - need some clarification UBO-293 FSU040THUL-2186 Fixed heading generated by org.mycore.ubo.publication.PublicationEventHandler.getRealNameFromNameElement for local users to "family name, given name" (#344) UBO-292 Made org.mycore.ubo.matcher.MCRUserMatcherLDAP#getUserNameFromLDAPUser protected (#343) UBO-285 Added missing i18n ubo.interviewer.abbreviated UBO-289 Surround 'MCRORCIDSessionUtils.getCurrentUser()' with try/catch (#341) UBO-287 Use xsl:key to speed up transformation DMS-300 adds a better way to show authors without floating UBO-281 Do not rely on certain values of display index of a work. Improved code readability (#333) UBO-282 Include mycore2orcid.js inresponse.xsl (was accidentally remo… (#339) UBO-282 Include mycore2orcid.js only when user is not guest (#334) UBO-280 Fixed incorrect display of ; (#332) add type submit to editor buttons layout fix: prevent breaking in names add partOf, connectionID and origin facets to default configuration UBO-275 Do not reuse stream UBO-277 Removed @min="4" from repeat element UBO-274 Fixed ArrayIndexOutBoundException when language code cannot be resolved layout finetuning for popover header close button do not reuse person.search.information for person details dialog UBO-272 Fixed StackOverflowError during indexing Fixed JOP link Save publication after repair event (#326) deactivate ORCIDWorkEventHandler until MCR-2960 is solved show affiliation only for admin role UBO-68 use the name identifier classification also in user editor (#325) Issues/ubo 266 tolerate repeated lead (#322) UBO-265 FSU040THUL-972 Made solr field fundingType multivalued (#321) UBO-269 FSU040THUL-1276 Changed cite of in.host from e.g. 'Jg. 13 (2023), Heft 1, S. 1 - 10, Artikel 9489' to 'Jg. 13 (2023), Heft 1, Artikel 9489, S. 1 - 10' UBO-267 PublicationEventHandler now also repairs Added ResearcherID UBO-18 use position for popup close button UBO-18 layout finetuning and add more details (#320) UBO-18 unify name identifier handling (#316) UBO-263 FSU040THUL-405 Allow to search arbitrary realm in LocalService UBO-31 add kdsf editor fields and other minor adoptions from koeln UBO-261 FSU040THUL-1243 Added/index dynamic solr field "*_nid_text" to solr-schema.json UBO-96 ORCID-Anbindung optimieren (#284) UBO-262 Set version of pica2mods to 2.8-SNAPSHOT UBO-259 FSU40THUL-1218 Made solr field "origin_exact" stored UBO-18 unify name identifier handling (#316) UBO-263 FSU040THUL-405 Allow to search arbitrary realm in LocalService UBO-31 add kdsf editor fields and other minor adoptions from koeln UBO-261 FSU040THUL-1243 Added/index dynamic solr field "*_nid_text" to solr-schema.json UBO-96 ORCID-Anbindung optimieren (#284) UBO-262 Set version of pica2mods to 2.8-SNAPSHOT UBO-259 FSU40THUL-1218 Made solr field "origin_exact" stored UBO-260 FSU040THUL-972 Support fundingType facet UBO-256 Add random UUID to user id of MCRUser generated in MCRUserMatcherUtils#getUserNameFromModsNameElement UBO-258 FSU040THUL-1065 Applied requested changes UBO-258 FSU040THUL-1065 Mark corresponding author in mods-display.xsl UBO-257 Upgrade version of pica2mods to 2.7-SNAPSHOT (#307) UBO-253 Apply classes to segments generated by <xsl:template match="item" mode="output.category" /> UBO-255 Upgrade to mycore to version 2022.06.3-SNAPSHOT and pica2mods to version 2.6-SNAPSHOT
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
UBO-289