Skip to content
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

3.5.0 compatibility #236

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

kaitlinnewson
Copy link
Member

No description provided.

@kaitlinnewson kaitlinnewson force-pushed the 3.5.0-compatibility branch 2 times, most recently from c77ec2b to 57ffa52 Compare December 13, 2024 14:35
@kaitlinnewson kaitlinnewson marked this pull request as ready for review January 6, 2025 19:36
@kaitlinnewson kaitlinnewson requested a review from asmecher January 6, 2025 19:36
@kaitlinnewson kaitlinnewson linked an issue Jan 6, 2025 that may be closed by this pull request
Copy link
Member

@asmecher asmecher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @kaitlinnewson, lots of good tweaks here. Just a few comments to check on.

templates/frontend/components/registrationFormContexts.tpl Outdated Show resolved Hide resolved
templates/frontend/components/registrationFormContexts.tpl Outdated Show resolved Hide resolved
@@ -166,15 +173,18 @@
{if $author->getLocalizedAffiliation()}
<div class="article-author-affiliation">
{$author->getLocalizedAffiliation()|escape}
{if $author->getData('rorId')}
<a href="{$author->getData('rorId')|escape}">{$rorIdIcon}</a>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is subject to change based on @GaziYucel's active work on RORs and multiple affiliations.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I'm keeping an eye on that issue and can either wait to merge the theme updates or do another PR once that has been merged.

<div class="orcid">
{if $author->getData('orcidAccessToken')}
{$orcidIcon}
{/if}
<a href="{$author->getOrcid()|escape}" target="_blank">
{$author->getOrcid()|escape}
<a href="{$author->getData('orcid')|escape}" target="_blank">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Worth pinging @ewhanson to see how this might change with his nearly-complete ORCiD work.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is already compliant with ORCID move to the core -- I am not sure, but I think the way orcid is displayed should not change any more, but maybe to double check. If it changes, it will change in the core and then also themes need to be considered (again)...

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I confirmed with @ewhanson that there aren't further changes planned to ORCID for 3.5 that will impact the templates.

templates/frontend/pages/contact.tpl Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove editorialTeam.tpl
3 participants