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
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
a11be65f95
ESlint: fix imports
2023-06-27 17:20:06 +02:00
Yury Bondarenko
917c36dbe7
ESLint: fix dangling commas
2023-06-27 17:19:58 +02:00
Yury Bondarenko
0690a201dc
ESLint: fix indentation
2023-06-27 17:19:55 +02:00
Yury Bondarenko
8a650a2fb5
ESlint: fix eqeqeq violations
2023-06-27 17:19:45 +02:00
Tim Donohue
157eedade4
Merge pull request #2288 from atmire/add-referrer-to-pageview-event-7.6.0-next
...
Add referrer to pageview event
2023-06-20 09:20:42 -05:00
Art Lowel
15493e2f69
Merge branch 'add-referrer-to-pageview-event-7.4' into add-referrer-to-pageview-event-7.6.0-next
2023-05-30 17:48:29 +02:00
Art Lowel
ffdc7b32c5
Merge branch 'add-referrer-to-pageview-event-7.2' into add-referrer-to-pageview-event-7.4
2023-05-30 17:24:51 +02:00
Art Lowel
5723fcbdc0
Merge branch 'add-referrer-to-pageview-event-7.0' into add-referrer-to-pageview-event-7.2
2023-05-30 17:19:44 +02:00
Art Lowel
5b37101bb9
add the rel="noreferrer" attribute when target="_blank"
2023-05-30 17:17:54 +02:00
Art Lowel
fcfdff7fbd
ensure the rel="noopener" attribute is only set when target="_blank" and remove "noreferrer" in all cases
2023-05-30 16:53:12 +02:00
Enea Jahollari
d7fe120245
Merge branch 'main' into feature/CST-9636
...
# Conflicts:
# src/app/entity-groups/research-entities/item-list-elements/search-result-list-elements/person/person-search-result-list-element.component.ts
2023-05-23 15:51:46 +02:00
Tim Donohue
d5198659a9
Merge pull request #2129 from alexandrevryghem/retrieve-name-with-dsonameservice-main
...
Use the DSONameService to display DSpaceObjects names
2023-05-22 15:55:47 -05:00
Alexandre Vryghem
053063d0f4
Merge remote-tracking branch 'upstream/main' into fix-ngonchanges-not-working-for-themed-components_contribute-main
...
# Conflicts:
# src/app/shared/object-list/metadata-representation-list-element/metadata-representation-list-element.component.ts
# src/app/shared/object-list/metadata-representation-list-element/plain-text/plain-text-metadata-list-element.component.html
# src/app/shared/object-list/my-dspace-result-list-element/claimed-search-result/claimed-search-result-list-element.component.ts
# src/app/shared/object-list/my-dspace-result-list-element/pool-search-result/pool-search-result-list-element.component.ts
# src/app/shared/shared.module.ts
# src/app/shared/theme-support/themed.component.ts
# src/themes/custom/lazy-theme.module.ts
2023-05-19 13:36:41 +02:00
Alexandre Vryghem
190f245635
Merge tag 'dspace-7.4' into fix-ngonchanges-not-working-for-themed-components_contribute-7.4
...
# Conflicts:
# src/app/admin/admin-search-page/admin-search-results/admin-search-result-grid-element/collection-search-result/collection-admin-search-result-grid-element.component.spec.ts
# src/app/admin/admin-search-page/admin-search-results/admin-search-result-grid-element/community-search-result/community-admin-search-result-grid-element.component.spec.ts
# src/app/shared/mydspace-actions/claimed-task/switcher/claimed-task-actions-loader.component.ts
# src/app/shared/object-collection/shared/listable-object/listable-object-component-loader.component.ts
# src/app/shared/object-grid/collection-grid-element/collection-grid-element.component.html
# src/app/shared/object-grid/community-grid-element/community-grid-element.component.html
# src/app/shared/object-grid/search-result-grid-element/collection-search-result/collection-search-result-grid-element.component.html
# src/app/shared/object-grid/search-result-grid-element/community-search-result/community-search-result-grid-element.component.html
# src/app/shared/object-grid/search-result-grid-element/item-search-result/item/item-search-result-grid-element.component.html
# src/app/shared/theme-support/themed.component.ts
# src/app/thumbnail/thumbnail.component.spec.ts
# src/app/thumbnail/thumbnail.component.ts
# src/themes/custom/lazy-theme.module.ts
2023-05-19 13:17:26 +02:00
Alexandre Vryghem
8e4247c2ac
101577: Themed ThumbnailComponent
2023-05-18 15:01:46 +02:00
Enea Jahollari
691c6ff2d8
Merge branch 'main' into feature/CST-9636
...
# Conflicts:
# src/app/core/shared/context.model.ts
2023-05-15 14:31:03 +02:00
Alexandre Vryghem
4be1b57db3
Merge remote-tracking branch 'upstream/main' into retrieve-name-with-dsonameservice-main
...
# Conflicts:
# src/app/shared/object-detail/my-dspace-result-detail-element/claimed-task-search-result/claimed-task-search-result-detail-element.component.spec.ts
# src/app/shared/object-detail/my-dspace-result-detail-element/claimed-task-search-result/claimed-task-search-result-detail-element.component.ts
# src/app/shared/object-detail/my-dspace-result-detail-element/item-detail-preview/item-detail-preview.component.ts
# src/app/shared/object-detail/my-dspace-result-detail-element/item-search-result/item-search-result-detail-element.component.spec.ts
# src/app/shared/object-detail/my-dspace-result-detail-element/pool-search-result/pool-search-result-detail-element.component.spec.ts
# src/app/shared/object-detail/my-dspace-result-detail-element/pool-search-result/pool-search-result-detail-element.component.ts
# src/app/shared/object-detail/my-dspace-result-detail-element/workflow-item-search-result/workflow-item-search-result-detail-element.component.ts
# src/app/shared/object-detail/my-dspace-result-detail-element/workspace-item-search-result/workspace-item-search-result-detail-element.component.ts
# src/app/shared/object-grid/search-result-grid-element/collection-search-result/collection-search-result-grid-element.component.html
# src/app/shared/object-grid/search-result-grid-element/community-search-result/community-search-result-grid-element.component.html
# src/app/shared/subscriptions/subscription-modal/subscription-modal.component.html
# src/app/shared/subscriptions/subscription-view/subscription-view.component.html
2023-05-13 13:42:19 +02:00
Giuseppe Digilio
40cb6a18be
[CST-9636] Add flag to show or not thumbnail along list element by component's input firstly
2023-05-09 18:25:05 +02:00
Art Lowel
f19daf54cb
Merge branch 'add-referrer-to-pageview-event-7.2' into add-referrer-to-pageview-event-7.4
2023-05-02 18:31:06 +02:00
Art Lowel
bd4dbcf9ad
Merge branch 'add-referrer-to-pageview-event-7.0' into add-referrer-to-pageview-event-7.2
2023-05-02 18:16:32 +02:00
Art Lowel
5aaa4ef371
ensure the rel="noopener" attribute is only set when target="_blank" and remove "noreferrer" in all cases
2023-05-02 18:11:57 +02:00
Alexandre Vryghem
83155062cf
Merge remote-tracking branch 'upstream/main' into retrieve-name-with-dsonameservice-7.4
...
# Conflicts:
# src/app/access-control/epeople-registry/epeople-registry.component.html
# src/app/access-control/epeople-registry/eperson-form/eperson-form.component.ts
# src/app/access-control/group-registry/group-form/group-form.component.spec.ts
# src/app/access-control/group-registry/group-form/group-form.component.ts
# src/app/access-control/group-registry/group-form/members-list/members-list.component.html
# src/app/access-control/group-registry/group-form/members-list/members-list.component.ts
# src/app/collection-page/edit-item-template-page/edit-item-template-page.component.html
# src/app/item-page/full/field-components/file-section/full-file-section.component.ts
# src/app/item-page/media-viewer/media-viewer-video/media-viewer-video.component.ts
# src/app/item-page/simple/field-components/file-section/file-section.component.html
# src/app/item-page/simple/field-components/file-section/file-section.component.ts
# src/app/item-page/versions/item-versions.component.ts
# src/app/shared/auth-nav-menu/user-menu/user-menu.component.html
# src/app/shared/auth-nav-menu/user-menu/user-menu.component.ts
# src/app/shared/object-collection/shared/mydspace-item-submitter/item-submitter.component.html
2023-03-02 22:13:05 +01:00
Alexandre Vryghem
2513f91a1a
Use DSONameService to display DSpaceObjects names
2023-03-02 19:40:36 +01:00
lotte
99e83b3e70
Merge branch 'w2p-97184_theme-feedback_contribute-7.4' into w2p-97184_theme-feedback_contribute-main
2023-01-24 18:18:35 +01:00
lotte
3a2f15d1ef
Fixed issues with badges and moved access status into ds-badges
2023-01-24 18:13:50 +01:00
lotte
eccd67d131
Merge branch 'w2p-97184_theme-feedback_contribute-7.2' into w2p-97184_theme-feedback_contribute-7.4
2023-01-24 13:47:35 +01:00
lotte
906c26bbe4
Revert "Made ListableObjectComponentLoaderComponent themeable"
...
This reverts commit a4679ca7
2023-01-24 09:51:33 +01:00
lotte
69342e7f69
Merge branch 'w2p-97184_theme-feedback_contribute-7.2' into w2p-97184_theme-feedback_contribute-7.4
2023-01-23 16:58:52 +01:00
lotte
85562679a2
Refactored item list badges
2023-01-23 16:54:16 +01:00
lotte
7abcea1d03
Merge branch 'w2p-97184_theme-feedback_contribute-7.4' into w2p-97184_theme-feedback_contribute-main
2023-01-23 12:54:14 +01:00
lotte
5351ba6c55
Merge branch 'dspace-7.4' into w2p-97184_theme-feedback_contribute-7.4
2023-01-23 12:46:38 +01:00
lotte
a4679ca7e5
Made ListableObjectComponentLoaderComponent themeable
2023-01-23 12:33:01 +01:00
Nikunj Sharma
5660e7dc70
[CST-7604] test cases update
2023-01-11 02:46:20 +05:30
Nikunj Sharma
b7b2803f6e
[CST-7604] added hithighlight for person and orgunit
2023-01-10 19:56:32 +05:30
Nikunj Sharma
247e61ce2b
[CST-7604] fixed as per tom comment to highlight Journal, Project, OrgUnit or Person) or is a Community or Collection
2022-12-16 20:27:00 +05:30
Alexandre Vryghem
87d9c28acc
Merge branch 'main-upstream' into issue-1833_entity-title-refactor-main
2022-09-20 09:51:09 +02:00
Alexandre Vryghem
20ff386c6e
94481: Fixed tests
2022-09-19 19:07:13 +02:00
Alexandre Vryghem
a4b9a6da1d
94481: Use DSONameService in all other remaining place where dc.title, person.familyName, person.givenName or organization.legalName is used
2022-09-19 18:24:34 +02:00
Alexandre Vryghem
0c1015dd58
Merge branch 'main' into w2p-91272_Add-themed-components-to-upstream-branch
2022-07-04 14:25:57 +02:00
Sufiyan Shaikh
1d33d1537b
[DSC-516] Card faded affect fix
2022-06-07 15:43:21 +05:30
Alexandre Vryghem
9e8071727d
Merge branch 'main-upstream' into w2p-91272_Add-themed-components-to-upstream-branch
2022-06-02 12:09:51 +02:00
Alexandre Vryghem
e741573348
Merge branch 'w2p-89984_feature-rtl-theme_contribute-7.2' into w2p-91272_Add-themed-components-to-upstream-branch
2022-05-13 18:46:03 +02:00
Yura Bondarenko
21579d1525
Merge remote-tracking branch 'origin/main' into w2p-90978_Improve-initial-page-load_PR
2022-05-13 09:32:34 +02:00
Yana De Pauw
870a36180c
89984: Add ThemedLoadingComponent
2022-05-10 16:44:50 +02:00
nibou230
e77821eef0
Use the item's HALLink to get the access status
2022-05-05 10:21:55 -04:00
nibou230
6c8d12394c
Moved showAccessStatus to be self-contained
2022-05-04 11:45:36 -04:00
nibou230
2b77e4a90d
Moved showAccessStatus from UI to item config
...
Renamed item-page to item to make it generic
2022-05-04 11:17:25 -04:00
Yura Bondarenko
d69a02e6cc
90978: Fix e2e tests failing due to interactions before page fully loaded
...
Now that we use initialNavigation: 'enabledBlocking', pages can appear to be loaded before some functionality is fully active.
In some cases this trips up Cypress, and it tries to interact with the app too soon.
We address this by introducing a new dsBrowserOnly pipe in order to defer the data-test attributes Cypress relies on to CSR.
2022-05-04 15:25:46 +02:00