Hardy Pottinger
36868c06f0
2437 Correct and clarify commented-out code in several custom components
...
- Correct the path in commented-out code in the custom theme's
components
- Clarify that the workflow-item-sen-back.component.scss file is a stub
- It has no corresponding SCSS file in the base theme
(cherry picked from commit 0906234a29
)
2023-08-23 19:50:22 +00:00
Tim Donohue
5853e49bd0
Update default configs to use https://demo.dspace.org/server/
2023-08-22 16:44:10 -05:00
Tim Donohue
2fd53c7ad2
Replace mentions of demo7.dspace.org and api7.dspace.org with demo or sandbox
2023-08-22 16:38:00 -05:00
Tim Donohue
63345a335a
Merge pull request #2428 from DSpace/backport-2409-to-dspace-7_x
...
[Port dspace-7_x] Bump word-wrap from 1.2.3 to 1.2.5
2023-08-09 10:07:14 -05:00
dependabot[bot]
bbb50f2858
Bump word-wrap from 1.2.3 to 1.2.5
...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap ) from 1.2.3 to 1.2.5.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases )
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.5 )
---
updated-dependencies:
- dependency-name: word-wrap
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
(cherry picked from commit 2fec33e70a
)
2023-08-08 21:42:41 +00:00
Tim Donohue
3e31c1eee3
Merge pull request #2427 from tdonohue/port_2048
...
[Port dspace-7_x] ProcessDetailComponent test improvement
2023-08-08 16:25:21 -05:00
Kristof De Langhe
cfcf93ecf8
104126: ProcessDetailComponent test improvement
2023-08-08 15:08:49 -05:00
Tim Donohue
74c2f3d9bb
Merge pull request #2405 from alexandrevryghem/fix-collection-form-bugs_contribute-maintenance-7.6
...
[Port dspace-7_x] Fix minor collection form bugs
2023-08-04 12:48:34 -05:00
Tim Donohue
f22fcc7b3c
Merge pull request #2420 from tdonohue/port_2388
...
[Port dspace-7_x] fix(i18n): add and update missing status strings
2023-08-04 12:25:44 -05:00
Mirko Scherf
c3b9a1d5c6
fix(i18n): add and update missing status strings
...
New strings for status filter entries:
search.filters.namedresourcetype.*
Refactored strings introduced with #2068 (refactor badged),
e.g. mydspace.status.archived -> mydspace.status.mydspaceArchived
2023-08-04 11:19:55 -05:00
Alan Orth
d072ae7027
Merge pull request #2419 from DSpace/backport-2378-to-dspace-7_x
...
[Port dspace-7_x] Show error message from the password validation response
2023-08-04 16:04:15 +03:00
milanmajchrak
f746d45ac1
Show error message from the error response
...
(cherry picked from commit e6546b4499
)
2023-08-04 12:21:30 +00:00
Tim Donohue
1fd917dd4a
Merge pull request #2418 from DSpace/backport-2344-to-dspace-7_x
...
[Port dspace-7_x] Catch and handle unsuccessful "convert rels to items" responses
2023-08-03 16:38:44 -05:00
Tim Donohue
99e349b91f
Merge pull request #2392 from alexandrevryghem/fix-mathjax-displaying-twiced-in-ui_contribute-maintenance-7.6
...
[Port dspace-7_x] Fixed MathJax code being displayed twice by `dsMarkdown` pipe
2023-08-03 16:09:56 -05:00
Kim Shepherd
a7ed053d15
catch and handle unsuccessful "convert rels to items" responses
...
(cherry picked from commit a35b7d8356
)
2023-08-03 20:03:27 +00:00
Tim Donohue
99c6dd1829
Merge pull request #2347 from alanorth/finnish-language-strings
...
src/assets/i18n: update Finnish language strings
2023-08-03 12:56:22 -05:00
Tim Donohue
0a48b09bd7
Merge pull request #2416 from tdonohue/port_of_2381
...
[Port dspace-7_x] refactor: rename aletr-type.ts to alert-type.ts
2023-08-03 12:37:18 -05:00
Mirko Scherf
0dc74165dc
refactor: rename aletr-type.ts to alert-type.ts
2023-08-03 11:51:48 -05:00
Tim Donohue
9cbb634245
Merge pull request #2415 from DSpace/backport-2363-to-dspace-7_x
...
[Port dspace-7_x] Bump semver from 5.7.1 to 5.7.2
2023-08-02 15:55:32 -05:00
dependabot[bot]
7c379db7ee
Bump semver from 5.7.1 to 5.7.2
...
Bumps [semver](https://github.com/npm/node-semver ) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
(cherry picked from commit 0b0c60e38c
)
2023-08-02 20:06:40 +00:00
Alexandre Vryghem
3dc73f9021
Properly handle AuthMethod subscription in LogInComponent
2023-08-02 21:25:58 +02:00
Alexandre Vryghem
94ceee9080
Merge remote-tracking branch 'templates/dspace-7.6' into fix-display-order-authentication-methods_contribute-7.6
...
# Conflicts:
# src/app/shared/log-in/log-in.component.html
# src/app/shared/log-in/methods/log-in-external-provider/log-in-external-provider.component.spec.ts
# src/app/shared/log-in/methods/oidc/log-in-oidc.component.html
# src/app/shared/log-in/methods/oidc/log-in-oidc.component.spec.ts
# src/app/shared/log-in/methods/orcid/log-in-orcid.component.html
# src/app/shared/log-in/methods/password/log-in-password.component.ts
# src/app/shared/log-in/methods/shibboleth/log-in-shibboleth.component.html
# src/app/shared/log-in/methods/shibboleth/log-in-shibboleth.component.spec.ts
2023-08-02 21:01:36 +02:00
Alexandre Vryghem
71cf66ecf4
Fix display order of authentication methods
2023-08-02 10:00:43 +02:00
Alan Orth
1b9656b135
src/assets/i18n: update Finnish language strings
...
Contributed by Reeta Kuukoski from the National Library of Finland.
2023-07-31 12:32:14 +03:00
Tim Donohue
85acdcb9c5
Merge pull request #2407 from DSpace/backport-2406-to-dspace-7_x
...
[Port dspace-7_x] Add GitHub action to automatically create a port PR (based on label) & minor bug fixes
2023-07-28 15:25:02 -05:00
Tim Donohue
867ae9c341
Minor update to label_merge_conflicts to ignore any errors (seem random at this time)
...
(cherry picked from commit d75d12b423
)
2023-07-28 20:11:29 +00:00
Tim Donohue
4965bdee5f
Add action to automatically create a port PR when specified
...
(cherry picked from commit 338b63ebb8
)
2023-07-28 20:11:29 +00:00
Alexandre Vryghem
ebaccc055e
Merge branch 'fix-collection-form-bugs_contribute-7.4' into fix-collection-form-bugs_contribute-7.6
...
# Conflicts:
# src/app/access-control/epeople-registry/eperson-form/eperson-form.component.html
2023-07-28 00:14:58 +02:00
Alexandre Vryghem
273be5bd81
Merge remote-tracking branch 'contributions/fix-setStaleByHrefSubtring-not-emitting-after-all-requests-were-stale_contribute-7.4' into fix-setStaleByHrefSubtring-not-emitting-after-all-requests-were-stale_contribute-7.6
...
# Conflicts:
# src/app/core/data/request.service.ts
2023-07-27 23:57:18 +02:00
Alexandre Vryghem
5062e46433
104312: Add missing query @Input() to ThemedDynamicLookupRelationExternalSourceTabComponent
2023-07-25 18:26:47 +02:00
Alexandre Vryghem
9b1d18bd32
Merge tag 'dspace-7.6' into w2p-104312_pass-query-to-external-search-tabs_contribute-7.6
2023-07-25 18:26:18 +02:00
Alexandre Vryghem
15656b03ce
Fix mathjax code being displayed twice
...
This was due to sanitizeHtml rendering the mjx-assistive-mml tag as text. This tag is used by screen readers and therefor we should allow it to be rendered
2023-07-21 23:18:40 +02:00
Alexandre Vryghem
75ec046bba
Hide the delete EPerson/Group buttons when the user can't delete the EPerson/Group
2023-07-21 18:34:42 +02:00
Alexandre Vryghem
998e1fac8d
Fix spacing issues for EPerson form buttons
2023-07-21 18:34:42 +02:00
Alexandre Vryghem
9ac19d40fc
Cleanup access-control components
...
- Use the same methods to retrieve the access-control urls
- Fix EPersonDataService.startEditingNewEPerson returning the incorrect link
2023-07-21 18:34:41 +02:00
Alexandre Vryghem
2a35180a1b
Created separate pages for edit & create EPersons
2023-07-21 17:15:10 +02:00
Alexandre Vryghem
648925f3e1
104312: DsDynamicLookupRelationExternalSourceTabComponent should have the form value already filled in the search input
2023-07-19 14:04:34 +02:00
Tim Donohue
4f0e1d6de1
Merge pull request #2369 from tdonohue/port_2358_2359
...
Port recent GitHub Actions changes to dspace-7_x branch
2023-07-14 16:56:32 -05:00
Tim Donohue
1809f0585c
Split docker images into separate jobs to run in parallel. Ensure 'main' codebase is tagged as 'latest'
2023-07-14 15:41:57 -05:00
Tim Donohue
a484379f69
Ensure codescan and label_merge_conflicts run on maintenance branches
2023-07-14 15:41:41 -05:00
Tim Donohue
7bf4da55cf
Enable Pull Request Opened action to assign PRs to their creator
2023-07-14 15:41:26 -05:00
Alan Orth
a079ed729c
Merge pull request #2354 from alanorth/request-copy-component-path
...
src/app: fix path to deny-request-copy component
2023-07-06 20:45:56 +03:00
Alan Orth
3a48ed390b
src/app: fix path to deny-request-copy component
...
The themed-deny-request-copy.component erroneously includes the cus-
tom theme's deny-request-copy component instead of its own.
Closes: https://github.com/DSpace/dspace-angular/issues/2351
2023-07-06 20:41:52 +03:00
Alexandre Vryghem
cf77726866
Fix enter not submitting collection form correctly
...
Fixed it for communities, collections, ePersons & groups
2023-07-01 01:01:57 +02:00
Alexandre Vryghem
b2b1782cd8
Hide entity field in collection form when entities aren't initialized
2023-06-30 22:43:46 +02:00
Alexandre Vryghem
02a20c8862
103236: Added tests for setStaleByHrefSubstring
2023-06-30 17:01:25 +02:00
Art Lowel
ae6b183fae
103236: fix issue where setStaleByHrefSubtring wouldn't emit after all requests were stale
2023-06-30 16:56:15 +02:00
Tim Donohue
884aa07430
Update version tag for development of next release
2023-06-23 13:04:19 -05:00
Tim Donohue
404ccd9b0e
Update version tag for release
dspace-7.6
2023-06-23 12:54:41 -05:00
Tim Donohue
990bde43ab
Merge pull request #2336 from atmire/w2p-103005_variable-overwrite-fix_contribution
...
Fix background-color overwrite issue
2023-06-23 10:01:53 -05:00