Commit Graph

12364 Commits

Author SHA1 Message Date
Andrea Barbasso
cc8d931263 [DURACOM-191] fix missing pipe in createReportMenuSections 2024-03-08 16:58:42 +01:00
Jens Vannerum
dbd9bf6f32 Merge remote-tracking branch 'dspaceMain/main' into w2p-111326_fix-status-code-object-not-found-7.4 2024-03-08 16:55:42 +01:00
Tim Donohue
a2531e5f6e Merge pull request #2343 from ybnd/more-eslint
Stricter ESLint configuration for code quality, consistency & cleaner merges
2024-03-08 09:24:30 -06:00
Andrea Barbasso
a9c975b72a [DURACOM-191] fix runtime errors for store features 2024-03-08 15:59:50 +01:00
Andrea Barbasso
dbbf99229a [DURACOM-191] delete core module 2024-03-08 15:27:38 +01:00
Andrea Barbasso
a147f78a1d [DURACOM-191] fix errors at runtime 2024-03-08 13:12:05 +01:00
Yury Bondarenko
33d5253d47 Only log errors for DspaceRestService.get
When refactoring to meet the rxjs/no-implicit-any-catch ESLint rule, I'd made it so errors were logged for DspaceRestService.request calls as well, making it a lot more noisy
The console.log in .get is explicitly required by tests though
2024-03-08 11:02:48 +01:00
Davide Negretti
e2fa27fc74 [DURACOM-195] fixes (align with 7.x) 2024-03-07 19:31:05 +01:00
Davide Negretti
3caac21648 [DURACOM-195] fix spacing in collapsible menu
(cherry picked from commit a88282d70b)
2024-03-07 18:57:39 +01:00
Davide Negretti
f26b265e64 [DURACOM-195] fix
(cherry picked from commit fdbe7a6005)
2024-03-07 18:57:36 +01:00
Davide Negretti
89c88ca6e0 [DURACOM-195] replace ul/li with div in sidebar
(cherry picked from commit d1dc8e6038)
2024-03-07 18:57:33 +01:00
Davide Negretti
e3f1fa39d5 [DURACOM-195] add background on mouse over to dropdown user menu items
(cherry picked from commit 8e35c0f713)
2024-03-07 18:57:30 +01:00
Davide Negretti
49efc4175d [DURACOM-195] fix issue with logo on small screens
(cherry picked from commit bff93a0847)
2024-03-07 18:57:27 +01:00
Davide Negretti
48e9817245 [DURACOM-195] replace ul/li with div in navbar
(cherry picked from commit abba806d40)
2024-03-07 18:57:24 +01:00
Davide Negretti
a9c3008cee [DURACOM-195] fixes
(cherry picked from commit 523850bc45)
2024-03-07 18:57:19 +01:00
Davide Negretti
8efc401811 [DURACOM-195] fix prefix of custom CSS variables
(cherry picked from commit 46fe7f63e3)
2024-03-07 18:57:16 +01:00
Davide Negretti
9518f70b42 [DURACOM-195] misc fixes
(cherry picked from commit 87d3383bba)
2024-03-07 18:57:13 +01:00
Davide Negretti
2f5c3b1267 [DURACOM-195] fix comment
(cherry picked from commit 80cc4c5d9a)
2024-03-07 18:57:08 +01:00
Davide Negretti
bb16983029 [DURACOM-195] fix issue with event handling in expandable admin sidebar section
(cherry picked from commit f25ec6210b)
2024-03-07 18:56:57 +01:00
Davide Negretti
5b1438f09f [DURACOM-195] accessibility issue fixed on log-out button
(cherry picked from commit 8f73b8ff9d)
2024-03-07 18:56:50 +01:00
Davide Negretti
510968b0c6 [DURACOM-195] [DURACOM-210] Reorder SCSS and CSS theme variables 2024-03-07 18:54:28 +01:00
Davide Negretti
8718bd0df6 [DURACOM-195] Header, navbar, and sidebar refactoring 2024-03-07 18:34:34 +01:00
Davide Negretti
7d2fdb7598 [DURACOM-195] Base components (simplify header-navbar-wrapper) 2024-03-07 18:32:51 +01:00
Davide Negretti
6c6afbf148 [DURACOM-195] Base components 2024-03-07 18:32:46 +01:00
Davide Negretti
d95d5753b4 [DURACOM-195] New host-window service methods 2024-03-07 18:32:38 +01:00
Andrea Barbasso
19f806caf2 [DURACOM-191] fix dynamicComponentLoader 2024-03-07 15:41:37 +01:00
Yury Bondarenko
c8954da9f7 Merge remote-tracking branch 'origin/main' into fix-versioning-button 2024-03-07 10:10:45 +01:00
Yury Bondarenko
86885f7dce Merge remote-tracking branch 'origin/main' into more-eslint 2024-03-07 09:56:55 +01:00
Yury Bondarenko
5edc689bc1 Fix null/undefined incosistencies
- Introduced pipes for combined null/undefined checks: dsHasValue & dsHasNoValue
- Safer to async !== true than async === false
- Went over other instances of async === to confirm that they should be fine
2024-03-07 09:55:36 +01:00
Andrea Barbasso
a8b4c82b9a [DURACOM-191] fix errors at runtime 2024-03-06 17:19:31 +01:00
Tim Donohue
a9c58a1d5a Merge pull request #2856 from 4Science/coar-notify-itempage-error-on-ldnenabled-false
fix 'undefined' error on anonymous item page landing
2024-03-06 09:22:40 -06:00
Andrea Barbasso
3a5f9cdd63 [DURACOM-191] fix circular dependencies 2024-03-06 15:35:29 +01:00
Yury Bondarenko
ebbbd64bae Fix tests 2024-03-06 11:56:17 +01:00
Yury Bondarenko
3b48d9a26d Manually fix lint issues 2024-03-06 11:56:17 +01:00
Yury Bondarenko
2b540cd91c Autofix lint issues 2024-03-06 10:30:19 +01:00
Yury Bondarenko
dbf7fd67fd Merge remote-tracking branch 'origin/main' into more-eslint 2024-03-06 10:26:07 +01:00
frabacche
e6389a73df fix e2e test 18x aria on <ul> html tag 2024-03-06 09:30:42 +01:00
Giuseppe Digilio
91de2e78bc Avoid metadata representation element is rendered twice when checking the browse configuration 2024-03-05 17:18:25 +01:00
Tim Donohue
2178e0e6a3 Merge pull request #2852 from DSpace/backport-2851-to-dspace-7_x
[Port dspace-7_x] fix selector value in CommunitySidebarSearchListElementComponent
2024-03-05 09:52:46 -06:00
Andrea Barbasso
92c944a8fb [DURACOM-191] run migration script 2024-03-05 16:25:21 +01:00
Andrea Barbasso
59cb88ee45 [DURACOM-191] fix build errors 2024-03-05 16:22:53 +01:00
Sascha Szott
77f3b97e46 fix selector value in CommunitySidebarSearchListElementComponent
(cherry picked from commit ad3ef56e06)
2024-03-05 15:13:14 +00:00
frabacche
dd9fc1881f fix 'undefined' error on anonymous item page landing 2024-03-05 16:13:00 +01:00
Tim Donohue
230055ce6f Merge pull request #2851 from saschaszott/patch-19
fix selector value in CommunitySidebarSearchListElementComponent
2024-03-05 09:12:58 -06:00
Simone Ramundi
3907bc114f [DURACOM-237] - Added imports inside ts component 2024-03-05 12:20:33 +01:00
Andrea Barbasso
a38f96d13b [DURACOM-191] delete useless modules 2024-03-05 12:01:41 +01:00
Andrea Barbasso
c5730e554d [DURACOM-191] fix build errors 2024-03-05 11:45:57 +01:00
Simone Ramundi
6970f1ee67 [DURACOM-237] - Refactoring ts based on @angular/cdk/drag-drop 2024-03-05 11:39:22 +01:00
Simone Ramundi
4b0bf74d29 [DURACOM-237] - Refactoring html based on @angular/cdk/drag-drop 2024-03-05 11:39:22 +01:00
Simone Ramundi
478783f1f3 [DURACOM-237] - Refactoring scss based on @angular/cdk/drag-drop 2024-03-05 11:39:22 +01:00