Andrea Barbasso
63521f0121
Revert "[DURACOM-191] fix various tests"
...
This reverts commit 1b158dd5f6
.
2023-12-14 10:26:20 +01:00
FrancescoMolinaro
f4d0217862
add navigation resolver config
2023-12-13 18:13:26 +01:00
FrancescoMolinaro
763311ed29
add navigation resolver config
2023-12-13 18:13:00 +01:00
Andrea Barbasso
1b158dd5f6
[DURACOM-191] fix various tests
2023-12-13 17:55:57 +01:00
FrancescoMolinaro
7fe81ec111
add quality assurance configuration
2023-12-13 17:00:24 +01:00
Andrea Barbasso
30a9a95bf4
[DURACOM-191] fix browse-by-date-page.component.spec.ts
2023-12-13 15:18:44 +01:00
FrancescoMolinaro
b494c9551e
add base resolver
2023-12-13 14:55:40 +01:00
FrancescoMolinaro
e77c5595ed
update translations
2023-12-13 12:56:00 +01:00
FrancescoMolinaro
8113946f58
remove console logs
2023-12-13 12:38:38 +01:00
Andrea Barbasso
391ae16103
[DURACOM-191] fix linting
2023-12-13 12:11:31 +01:00
FrancescoMolinaro
922172d9ae
refactor, improve code according to suggestions
2023-12-13 11:55:10 +01:00
Yury Bondarenko
47875dd1a8
Fix stray lint issue
2023-12-13 11:00:20 +01:00
FrancescoMolinaro
78df2362c9
add accessibility text
2023-12-13 10:45:20 +01:00
FrancescoMolinaro
53329cd92f
align to branch, update test
2023-12-13 10:34:20 +01:00
Yury Bondarenko
544306af30
Merge remote-tracking branch 'origin/main' into more-eslint
2023-12-12 18:32:22 +01:00
FrancescoMolinaro
b9af731d5a
rename data service
2023-12-12 17:17:23 +01:00
FrancescoMolinaro
b9085d5306
add QA breadcrumb resolver and service
2023-12-12 09:34:40 +01:00
FrancescoMolinaro
eed9896062
add qa breadcrumb
2023-12-12 09:34:36 +01:00
Alexandre Vryghem
d8be26dcc8
Merge branch 'generify-component-loaders_contribute-7.6' into generify-component-loaders_contribute-main
2023-12-12 01:39:39 +01:00
Alexandre Vryghem
a5b7e2a40f
Fixed circular dependency by extracting BrowseByDataType to a separate file
2023-12-12 01:39:12 +01:00
Alexandre Vryghem
19384dfdb1
Merge remote-tracking branch 'upstream/main' into generify-component-loaders_contribute-7.6
...
# Conflicts:
# src/app/shared/shared.module.ts
2023-12-12 01:00:18 +01:00
Alexandre Vryghem
e6bf2f0ca7
Fixed bug in BrowseService where findListByHref was called with null instead of undefined, which prevented its default values from being used
2023-12-12 00:59:43 +01:00
Alexandre Vryghem
a83d69ee0e
Created BrowseByPageComponent that uses the new refactored BrowseBySwitcherComponent extending AbstractComponentLoaderComponent
...
- Added the context to the rendersBrowseBy decorator
- Created AbstractBrowseByTypeComponent that is extended by all the browse type sections
2023-12-12 00:59:42 +01:00
Thomas Misilo
7b8962a7cd
Update "E-mail" to be "Email" for consistency
2023-12-11 22:21:53 +03:00
Alexandre Vryghem
24eb5b4bc0
108915: Always invalidate all followLinks when invalidating linked cached object
2023-12-11 13:25:46 +01:00
Vlad Nouski
1f15b21ba9
[DURACOM-191] align with main branch and migrated to be standalone new components
2023-12-11 11:08:22 +01:00
reetagithub
2339a559e9
Update fi.json5
...
Corrected a typo in search.view.switch.show-grid
2023-12-11 11:39:38 +02:00
Alexandre Vryghem
14d42b0d93
Fixed getComponent not triggering again when it's input values change by creating inputNamesDependentForComponent
...
Also simplified the way @Input() values are passed to their child component and how ngOnChanges is called by using setInput instead
2023-12-11 01:02:24 +01:00
Alexandre Vryghem
26e0bc81c7
Removed Themed components from PR 1842 because those should be themed using the decorator rendersBrowseBy(browseType, themeName) and fixed the components in the custom theme folder
...
- Removed ngOnDestroy from BrowseByTitlePageComponent because super.ngOnDestroy already included the unsubscribe functionality
- Removed BrowseBySwitcherComponent since a themed version of that isn't really useful
2023-12-11 01:02:24 +01:00
Alexandre Vryghem
2bae174350
Make MetadataRepresentationLoaderComponent extend AbstractComponentLoaderComponent
2023-12-10 12:36:22 +01:00
Alexandre Vryghem
774784a9b9
Make AdvancedWorkflowActionsLoaderComponent extend AbstractComponentLoaderComponent
2023-12-10 12:36:22 +01:00
Alexandre Vryghem
fe60adb47f
Make ClaimedTaskActionsLoaderComponent extend AbstractComponentLoaderComponent
2023-12-10 02:37:05 +01:00
Alexandre Vryghem
fb7afaddd0
Make ListableObjectComponentLoaderComponent extend AbstractComponentLoaderComponent
2023-12-10 02:35:44 +01:00
Alexandre Vryghem
2327513dd0
Created AbstractComponentLoaderComponent to load components dynamically
2023-12-10 02:03:32 +01:00
Alan Orth
d6c46847c2
src/assets/i18n/en.json5: minor changes for consistency
...
Fix some random capitalizations and strange wording.
2023-12-08 23:28:32 +03:00
Alan Orth
f78f4b45fc
src/assets/i18n/en.json5: minor updates for consistency
...
We should be capitalizing acronyms and project-specific nouns like
MyDSpace consistently in our interface.
2023-12-08 23:28:18 +03:00
Alan Orth
98241d8925
src/assets/i18n: change "controller" to "reviewer"
...
Reviewer is a less obscure term for what this actually is in most
cases.
2023-12-08 23:27:54 +03:00
Vlad Nouski
8a7b459695
[DURACOM-191] fix: unit-tests
2023-12-08 12:54:41 +01:00
Davide Negretti
d59f33278d
[DURACOM-195] Base components (simplify header-navbar-wrapper)
2023-12-06 17:44:57 +01:00
Davide Negretti
e84773afb2
[DURACOM-195] Base components
2023-12-06 17:44:53 +01:00
Davide Negretti
640612033c
[DURACOM-195] New host-window service methods
2023-12-06 17:43:43 +01:00
Tim Donohue
8ba14aa3be
Merge pull request #2683 from alexandrevryghem/fix-accessibility-issues_contribute-main
...
Fix accessibility issues
2023-12-06 10:03:01 -06:00
Vlad Nouski
5b9250abf7
[DURACOM-191] fix: listable-object-loader tests
2023-12-06 14:57:13 +01:00
Alexandre Vryghem
4545b5354d
Fixed Edit Item Bitstream showing empty buttons when css is turned off & replaced authentication dropdown menu link with button
...
- Also fixed box-shadows not working the same way for all footer buttons/links
2023-12-06 02:03:44 +01:00
Alexandre Vryghem
ff6dff72d8
Fixed Edit Item Bitstream showing empty buttons when css is turned off
2023-12-06 01:08:00 +01:00
Thomas Misilo
09fc44a539
Decrease min-height for Login Dropdown Menu
...
Fixes #2690
This is noticable when you have disabled local authentication, and only have a singular remote authentication such as Shibboleth or Orcid.
2023-12-05 10:02:17 -06:00
frabacche
62ae9226f5
COAR alert box fix notiyrequeststatus object with the new attribute offerType
2023-12-05 16:34:23 +01:00
Stefano Maffei
486d2ad8c1
[CST-12881] fix typo
2023-12-05 15:29:59 +01:00
Stefano Maffei
a8ad88a2c5
[CST-12881] fix lint error
2023-12-05 15:07:05 +01:00
Stefano Maffei
4b7602fe7d
Merge remote-tracking branch 'originGithub/main' into coar-notify-7
...
# Conflicts:
# src/app/shared/shared.module.ts
# src/assets/i18n/en.json5
# src/modules/app/browser-init.service.ts
# src/themes/custom/lazy-theme.module.ts
2023-12-05 13:10:25 +01:00