Skip to content

Commit 6a84568

Browse files
authored
Merge branch 'main' into lmendoza/jun-2025-multiple-changes
2 parents 4c973d8 + eff144c commit 6a84568

13 files changed

Lines changed: 47 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## v2.115.6 - 2025-05-29
2+
3+
[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.115.5...v2.115.6)
4+
5+
## v2.115.5 - 2025-05-29
6+
7+
[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.115.4...v2.115.5)
8+
9+
- [#2524](https://github.com/ORCID/orcid-angular/pull/2524): add microdelay to interstitial for already authorized users
10+
11+
## v2.115.4 - 2025-05-28
12+
13+
[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.115.3...v2.115.4)
14+
15+
## v2.115.3 - 2025-05-20
16+
17+
[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.115.2...v2.115.3)
18+
19+
## v2.115.2 - 2025-05-19
20+
21+
[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.115.1...v2.115.2)
22+
23+
- [#2523](https://github.com/ORCID/orcid-angular/pull/2523): 9803-truncate-extremely-long-user-names-in-the-global-header
24+
125
## v2.115.1 - 2025-05-19
226

327
[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.115.0...v2.115.1)

src/app/account-settings/components/settings-security-alternate-sign-in/settings-security-alternate-sign-in.component.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<app-settings-panels-data *ngIf="accounts$ | async as accounts">
2-
<p i18n="@@account.youCanSingIntoOrcid">
3-
You can sign into ORCID using the personal and institutional accounts you
4-
have linked to your ORCID record.
2+
<p i18n="@@account.youCanSignIntoOrcid">
3+
You can sign into ORCID using any of the institutional accounts you have
4+
linked to your ORCID record.
55
</p>
66

77
<a

src/app/authorize/pages/authorize/authorize.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,9 @@ export class AuthorizeComponent {
210210
this.debugLog('User alreay authorized this app')
211211
if (this.isThereInterstitialToShow()) {
212212
this.redirectByReportAlreadyAuthorize = true
213-
this.showInterstitial()
214213
this.loading = false
215214
this.redirectUrl = this.oauthSession.redirectUrl
215+
setTimeout(() => this.showInterstitial())
216216
} else {
217217
this.finishRedirectObs(this.oauthSession)
218218
}

src/app/core/user-info/user-info.service.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ export class UserInfoService {
3535
'userInfo.json'
3636

3737
if (outhSiginFlag) {
38-
userInfoUrl = runtimeEnvironment.AUTH_SERVER + 'userInfo.json'
38+
userInfoUrl =
39+
runtimeEnvironment.AUTH_SERVER +
40+
(options?.publicRecordId ? options.publicRecordId + '/' : '') +
41+
'userInfo.json'
3942
}
4043

4144
return this._http

src/app/record/components/top-bar/modals/modal-name/modal-name.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ <h2 class="orc-font-body-large">
111111
*ngIf="namesForm?.get('givenNames').hasError('required')"
112112
i18n="@@topBar.firstNameError"
113113
>
114-
Please enter your first/given name
114+
Please enter your given names
115115
</mat-error>
116116
<mat-error
117117
*ngIf="namesForm?.get('givenNames').hasError('illegalName')"
@@ -146,7 +146,7 @@ <h2 class="orc-font-body-large">
146146
*ngIf="namesForm?.get('familyName').hasError('required')"
147147
i18n="@@topBar.firstNameError"
148148
>
149-
Please enter your first/given name
149+
Please enter your given names
150150
</mat-error>
151151
<mat-error
152152
*ngIf="namesForm?.get('familyName').hasError('illegalName')"

src/app/record/components/top-bar/modals/modal-name/modal-name.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ export class ModalNameComponent implements OnInit, OnDestroy {
6969
nameMaxLength = 99
7070
otherNameMaxLength = 254
7171

72-
ngOrcidAddGivenName = $localize`:@@topBar.addGivenName:Add given name`
73-
ngOrcidAddFamilyName = $localize`:@@topBar.addFamilyName:Add family name`
72+
ngOrcidAddGivenName = $localize`:@@topBar.addGivenName:Your given names or forenames`
73+
ngOrcidAddFamilyName = $localize`:@@topBar.addFamilyName:Your family names or surnames`
7474
ngOrcidAddPublishedName = $localize`:@@topBar.addPublishedName:Add a published or credit name`
7575
ngOrcidAddOtherName = $localize`:@@topBar.addOtherName:Add other name`
7676
ngOrcidDefaultVisibilityLabel = $localize`:@@topBar.manageWhoCanSee:Control who can see your given, family and published names by setting the visibility. The default visibility for your names is`

src/app/register2/components/form-personal/form-personal.component.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,8 @@ export class FormPersonalComponent
102102
labelInfoAboutName = $localize`:@@register.ariaLabelInfo:info about names`
103103
labelClose = $localize`:@@register.ariaLabelClose:close`
104104
labelConfirmEmail = $localize`:@@register.confirmEmail:Confirm primary email`
105-
labelNameYouMostCommonly = $localize`:@@register.labelNameYouMostMost:The names you most commonly go by`
106-
labelFamilyNamePlaceholder = $localize`:@@register.familyNamePlaceholder:Your family name or surname
107-
`
105+
labelNameYouMostCommonly = $localize`:@@register.labelNameYouMostMost:Your given names or forenames`
106+
labelFamilyNamePlaceholder = $localize`:@@register.familyNamePlaceholder:Your family names or surnames`
108107
professionalEmail: boolean
109108
personalEmail: boolean
110109
undefinedEmail: boolean

src/locale/properties/account/account.en.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ account.accessGranted=Access granted
3737
account.alternateSignInID=Alternate sign in ID
3838
account.account=Account
3939
account.youCanSingIntoOrcid=You can sign into ORCID using the personal and institutional accounts you have linked to your ORCID record.
40+
account.youCanSignIntoOrcid=You can sign into ORCID using any of the institutional accounts you have linked to your ORCID record.
4041
account.learnMoreAboutUsing=Learn more about using alternate accounts to sign in to ORCID
4142
account.accountPassword=Account password
4243
account.actions=Account actions

src/locale/properties/account/account.lr.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ account.accessGranted=LR
3535
account.alternateSignInID=LR
3636
account.account=LR
3737
account.youCanSingIntoOrcid=LR
38+
account.youCanSignIntoOrcid=LR
3839
account.learnMoreAboutUsing=LR
3940
account.actions=LR
4041
account.OrcidCollectsLimited=LR

src/locale/properties/account/account.rl.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ account.accessGranted=RL
3535
account.alternateSignInID=RL
3636
account.account=RL
3737
account.youCanSingIntoOrcid=RL
38+
account.youCanSignIntoOrcid=RL
3839
account.learnMoreAboutUsing=RL
3940
account.actions=RL
4041
account.OrcidCollectsLimited=RL

0 commit comments

Comments
 (0)