Commit Graph

11281 Commits

Author SHA1 Message Date
Art Lowel
af2e0976af move embed item fix to SubmissionJsonPatchOperationsService 2024-04-24 10:54:54 +02:00
Yury Bondarenko
728b561bf4 Optional postinstall script should be cross-platform
There is no cross-platform way to check if the file/directory exists that doesn't depend on adding another NodeJS dependency.
This "skip if failed" approach is more noisy, but it should work everywhere.
2024-04-24 10:54:02 +02:00
Yury Bondarenko
80be4fc8b0 Skip build:lint if installed without source 2024-04-24 10:11:46 +02:00
Max Nuding
0c6dc895db Merge branch 'DSpace:main' into regex-error-messages 2024-04-24 08:37:18 +02:00
Pierre Lasou
1abc796734 Update fr.json5 correcting bad quotation marks 2024-04-23 15:49:08 -04:00
Pierre Lasou
3b98c8c84f Update fr.json5 - adding missing comma 2024-04-23 14:14:55 -04:00
Davide Negretti
44464de25a [DURACOM-253] Fix scrollbar issue on Firefox on Windows 2024-04-23 12:08:18 +02:00
Davide Negretti
f8194ab58b [DURACOM-253] Detect browser and apply browser class 2024-04-23 12:07:57 +02:00
Kuno Vercammen
7767934a5b 114596: Small lint fix 2024-04-23 09:03:12 +02:00
Kuno Vercammen
0ded7a4e03 114596: Added e2e tests for item template page 2024-04-23 08:50:12 +02:00
Tim Donohue
d4531055d4 Merge pull request #2966 from tdonohue/update_backend_docker_scripts
Update REST and CI docker compose scripts to sync with 8.0 backend
2024-04-22 16:40:21 -05:00
Tim Donohue
e13f35eb33 Update README for DSpace 8 2024-04-22 11:32:19 -05:00
Yury Bondarenko
858d69c8ef Merge remote-tracking branch 'origin/main' into poc-eslint-plugin-autofix-selectors 2024-04-22 14:33:04 +02:00
Kuno Vercammen
a7cdf2e97a 114596: Fixed the issue that item template page never loads 2024-04-22 12:56:11 +02:00
Yury Bondarenko
bb10b808f6 Build ESLint plugins after yarn install 2024-04-22 12:42:30 +02:00
Tim Donohue
96cff30c65 Update REST and CI docker compose scripts to sync with 8.0 backend 2024-04-19 16:04:01 -05:00
Tim Donohue
6d582cd39e Merge pull request #2816 from atmire/w2p-111326_fix-status-code-object-not-found-7.4
Return 404 Not Found status code on missing identifiers
2024-04-19 12:07:21 -05:00
Art Lowel
a3540be736 fix lint issues 2024-04-19 18:15:05 +02:00
Tim Donohue
a4387bb38a Merge pull request #2642 from alexandrevryghem/fix-broken-item-mapper-pagination_contribute-main
Fixed pagination issues on item mapper
2024-04-19 10:57:39 -05:00
Art Lowel
d03c640e8c Merge remote-tracking branch 'atmire-github/fix-submission-lost-changes-after-save-7.6' into fix-submission-lost-changes-after-save-8.0.0-next 2024-04-19 17:45:27 +02:00
Tim Donohue
e96ca2f59d Merge pull request #2768 from 4Science/DURACOM-224
Fix infinite scroll
2024-04-19 10:42:45 -05:00
Tim Donohue
489d8fdbc1 Merge pull request #2888 from alexandrevryghem/w2p-112970_added-missing-breadcrumbs_contribute-main
Added missing/incomplete breadcrumbs on create community/collection/item pages
2024-04-19 10:28:04 -05:00
Tim Donohue
57b0efe30f Merge pull request #2945 from alexandrevryghem/home-page-facet-fixes
Fixed home page links being unclickable
2024-04-19 10:14:12 -05:00
Alexandre Vryghem
a5f49babac Merge remote-tracking branch 'upstream/main' into fix-broken-item-mapper-pagination_contribute-main
# Conflicts:
#	src/app/shared/object-list/object-list.component.html
#	src/app/shared/object-select/collection-select/collection-select.component.ts
#	src/app/shared/object-select/item-select/item-select.component.ts
#	src/app/shared/pagination/pagination.component.ts
2024-04-18 22:31:15 +02:00
Alexandre Vryghem
adf995cf36 Merge branch 'fix-broken-item-mapper-pagination_contribute-7.6' into fix-broken-item-mapper-pagination_contribute-main
# Conflicts:
#	src/app/access-control/bulk-access/browse/bulk-access-browse.component.html
#	src/app/access-control/epeople-registry/epeople-registry.component.html
#	src/app/access-control/epeople-registry/eperson-form/eperson-form.component.html
#	src/app/access-control/group-registry/group-form/members-list/members-list.component.html
#	src/app/access-control/group-registry/group-form/subgroup-list/subgroups-list.component.html
#	src/app/process-page/overview/process-overview.component.html
#	src/app/shared/object-select/collection-select/collection-select.component.html
#	src/app/shared/object-select/collection-select/collection-select.component.ts
#	src/app/shared/object-select/item-select/item-select.component.html
#	src/app/shared/object-select/item-select/item-select.component.ts
#	src/app/shared/object-select/object-select/object-select.component.ts
#	src/app/shared/pagination/pagination.component.ts
2024-04-18 21:39:10 +02:00
Alexandre Vryghem
268d2e54fc 108555: Refactored CollectionSelectComponent to not call canSelect every time changes are detected 2024-04-18 21:18:10 +02:00
Alexandre Vryghem
59197cff2d 108555: Refactored ItemSelectComponent to not call canSelect every time changes are detected 2024-04-18 21:18:10 +02:00
Alexandre Vryghem
da31c4f253 108555: Removed pageInfoState Input since it wasn't used and almost all the components gave the incorrect type of data to it 2024-04-18 19:28:01 +02:00
Yury Bondarenko
63090b501b Update README 2024-04-18 15:08:08 +02:00
Yury Bondarenko
f1c25ee344 Fix overindented decorated properties 2024-04-18 13:16:39 +02:00
Yury Bondarenko
eec052fd77 Fix Community stats page selector
Likely a copy/paste leftover
2024-04-18 12:27:55 +02:00
Yury Bondarenko
dc1053e3f9 Resolve lint issues due to new default rules
We could turn these rules off, but it seems that they indicate some important inconsistencies.

A few cases have been ignored inline because they should be investigated in more detail, which is out of scope for this PR:
- Metadata representation components compare `BrowseByDataType` to a `ResourceType`. Could be related to #2949.
- We assume that dynamic form dates are always represented by strings, but they can also be `Date` or `object` according to the library (see da1742ce05/projects/ng-dynamic-forms/core/src/lib/model/dynamic-date-control.model.ts (L5))
2024-04-18 11:02:04 +02:00
Yury Bondarenko
14a19b2000 Upgrade TSESLint to support TypeScript 5.3.3 2024-04-18 11:02:04 +02:00
Yury Bondarenko
efec114df3 Auto-migrate to fix new ds-themed-* usages 2024-04-17 14:44:07 +02:00
Yury Bondarenko
2e9acc3885 Merge remote-tracking branch 'origin/main' into poc-eslint-plugin-autofix-selectors 2024-04-17 14:40:45 +02:00
Alexandre Vryghem
3a13ea8618 Merge remote-tracking branch 'upstream/main' into theme-fixes_contribute-main
# Conflicts:
#	src/app/shared/object-collection/shared/listable-object/listable-object-component-loader.component.spec.ts
2024-04-17 00:22:43 +02:00
Alexandre Vryghem
9bdf265f32 Home page facet refactor fixes 2024-04-17 00:07:37 +02:00
lotte
5859fc175a Merge remote-tracking branch 'origin/main' into multiline-search-filter-badge_main 2024-04-16 18:18:29 +02:00
Tim Donohue
0a1764c65a Merge pull request #2934 from 4Science/DURACOM-248-ANGULAR-17
Upgrade to angular 17
2024-04-15 15:15:10 -05:00
Tim Donohue
a16139c285 Merge pull request #2931 from dspace-unimr/fix-#2918-new-user-registration-does-not-work
Add check for registration verification to the register email form.
2024-04-15 11:37:49 -05:00
Jens Vannerum
b48db7df32 Merge remote-tracking branch 'upstream/main' into w2p-111326_fix-status-code-object-not-found-7.4 2024-04-15 14:47:06 +02:00
Giuseppe Digilio
bd9e58038d [DURACOM-248] Upgrade to latest Angular minor release 2024-04-15 13:18:06 +02:00
Andrea Barbasso
93bcd92b0a [DURACOM-248] lint fix 2024-04-15 12:31:18 +02:00
Giuseppe Digilio
3344344531 Merge remote-tracking branch '4scienceGithub/DURACOM-248-ANGULAR-17' into DURACOM-248-ANGULAR-17 2024-04-15 12:13:34 +02:00
Andreas Awouters
31d3ab0811 113319: Fix dropdown component spec
(cherry picked from commit 70357803e86caabc6357b7cbec9db1ef8edd2a56)
2024-04-15 11:23:09 +02:00
Andreas Awouters
1580acb7be 113319: Add dropdown entry to clear selection
(cherry picked from commit 13d1547b3dbf5d4cd74617d6327044da798ed44e)
2024-04-15 11:23:00 +02:00
Andrea Barbasso
d6595daa9b [DURACOM-248] move tests 2024-04-15 11:21:36 +02:00
Andrea Barbasso
87cff6c907 [DURACOM-248] set function call result in a class attribute 2024-04-15 09:43:38 +02:00
Andrea Barbasso
c485f108a1 [DURACOM-248] move element version table row logic to a component 2024-04-15 09:27:29 +02:00
Eike Martin Löhden
36b92004b2 Add check for registration verification to the register email form. 2024-04-15 07:31:10 +02:00