Commit Graph

12364 Commits

Author SHA1 Message Date
Zahraa Chreim
7e04231490 114645: Refactor Class-Based guards into Functional guards 2024-04-30 12:04:23 +03:00
Yury Bondarenko
a48d1991f4 Autofix: remove unneeded base component imports
This is part of the themed-component-usages rule; Themed* components already import the base component, we don't need to import both anymore.
You'll see that all of these changes are also reflected in the base component.

Double-checked and this doesn't compromise the fixes from https://github.com/DSpace/dspace-angular/pull/2984
2024-04-30 10:52:40 +02:00
Yury Bondarenko
c9d9e12fa2 Merge remote-tracking branch 'origin/main' into poc-eslint-plugin-autofix-selectors 2024-04-30 10:47:19 +02:00
Tim Donohue
5301a8fc51 Merge pull request #2990 from DSpace/backport-2710-to-dspace-7_x
[Port dspace-7_x] Update robots.txt.ejs
2024-04-29 17:03:13 -05:00
Tim Donohue
27d00d133a Merge pull request #2989 from tdonohue/port_2675_to_7x
[Port to dspace-7_x] Multiline selected facet badge on search page
2024-04-29 16:57:02 -05:00
Alexandre Vryghem
17650612ac Merge remote-tracking branch 'upstream/main' into minor-themed-component-fixes_contribute-main 2024-04-29 23:53:27 +02:00
Bram Luyten
6447c3769b Update robots.txt.ejs
Fix for issue #2709

(cherry picked from commit fbd35296f0)
2024-04-29 21:29:37 +00:00
Tim Donohue
a8f65cea72 Merge pull request #2710 from DSpace/bram-atmire-patch-1-2709
Update robots.txt.ejs
2024-04-29 16:29:18 -05:00
lotte
ebb99c813a Merge branch 'w2p-108595_multiline-search-filter-badge' into multiline-search-filter-badge_main 2024-04-29 16:02:41 -05:00
lotte
e1fe4031e5 Removed unnecessary change 2024-04-29 15:59:22 -05:00
lotte
65860b81b1 108595: fix for overflowing search filter badge selection 2024-04-29 15:59:04 -05:00
Tim Donohue
13dbd6ba30 Merge pull request #2675 from atmire/multiline-search-filter-badge_main
Multiline selected facet badge on search page
2024-04-29 15:12:46 -05:00
Yana De Pauw
308670a699 [Ticket 2124] Slow response times 2024-04-29 13:07:55 +02:00
Yana De Pauw
dabc0e9b4b [Ticket 2124] Slow response times 2024-04-29 12:59:35 +02:00
Oscar Chacón
2530845b9b Fix trailing spaces and removed console.log 2024-04-26 17:38:06 -06:00
Tim Donohue
99bfe13c8e Merge pull request #2985 from atmire/w2p-114596_CreatingTemplateItemResultsInPageWhichNeverFinishesLoading
Fixed the problem that creating template item results in page which never finishes loading
2024-04-26 17:13:05 -05:00
Tim Donohue
3568acc696 Merge pull request #2984 from atmire/w2p-114732_CustomThemeNoLongerWorks
Synced the imports of the custom theme with the imports of the base component so custom theme works again
2024-04-26 16:56:43 -05:00
Kuno Vercammen
c5e3b18014 114624: Added small naming fix to e2e test 2024-04-26 13:40:00 +02:00
Kuno Vercammen
a1fd59f517 114732: Synced the imports of the custom theme with the imports of the base component 2024-04-26 11:19:53 +02:00
Oscar Chacón
f055ff6fbd Fix: author search result without co-author 2024-04-25 16:19:21 -06:00
Yury Bondarenko
3a0c964a49 Upgrade @angular-eslint & get rid of warning in tests 2024-04-25 12:50:38 +02:00
Yury Bondarenko
348dcc47fd Generated docs should use Unix line endings on Windows 2024-04-25 12:30:53 +02:00
Yury Bondarenko
145a0a04b6 Fix lint plugins & tests on Windows 2024-04-25 11:52:12 +02:00
Art Lowel
e4b098e64d update test 2024-04-25 10:56:54 +02:00
Alexandre Vryghem
a73b2adeeb Merge remote-tracking branch 'alex/themed-SubmissionUploadFilesComponent_contribute-7.6' into minor-themed-component-fixes_contribute-main
# Conflicts:
#	src/app/submission/submission.module.ts
#	src/themes/custom/lazy-theme.module.ts
2024-04-25 00:45:01 +02:00
Tim Donohue
2870e6ac54 Add missing i18n keys for OpenAIRE external sources. Remove some duplicate keys 2024-04-24 17:12:57 -05:00
Tim Donohue
288a9180aa Merge pull request #2962 from atmire/fix-submission-lost-changes-after-save-8.0.0-next
Fix submission lost changes after save
2024-04-24 16:27:24 -05:00
Yury Bondarenko
671e9f172b Move ESLint plugins to dev dependencies 2024-04-24 19:07:31 +02:00
Alexandre Vryghem
63be2dae54 111731: Fixed search labels not working correctly for non-equals operators 2024-04-24 18:34:42 +02:00
Alexandre Vryghem
c1abeb3aab 111731: Don't show suggestions for filters of type date in advanced search, since they don't add the correct filters 2024-04-24 18:34:42 +02:00
Alexandre Vryghem
b771122297 111731: Reset the advanced search's operator to the first available operator on filter change 2024-04-24 18:34:42 +02:00
Alexandre Vryghem
d40d0b7c9c 111731: Fixed selected filters not being displayed as labels 2024-04-24 18:34:42 +02:00
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
Alexandre Vryghem
8b29a7189b Themed SubmissionUploadFilesComponent 2024-04-23 13:45:04 +02: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
Alexandre Vryghem
132e1f9524 Minor UI improvements
- Fixed DSO edit menu sometimes displaying underneath header based on header z-index
- Fixed accessibility issue on request a copy page
2024-04-23 02:02:28 +02:00
Alexandre Vryghem
3f922490b4 Merge branch 'minor-themed-component-fixes_contribute-7.6' into minor-themed-component-fixes_contribute-main
# Conflicts:
#	src/app/entity-groups/journal-entities/item-list-elements/search-result-list-elements/journal-issue/journal-issue-search-result-list-element.component.html
#	src/app/entity-groups/journal-entities/item-list-elements/search-result-list-elements/journal-volume/journal-volume-search-result-list-element.component.html
#	src/app/entity-groups/journal-entities/item-list-elements/search-result-list-elements/journal/journal-search-result-list-element.component.html
#	src/app/entity-groups/research-entities/item-list-elements/search-result-list-elements/org-unit/org-unit-search-result-list-element.component.html
#	src/app/entity-groups/research-entities/item-list-elements/search-result-list-elements/person/person-search-result-list-element.component.html
#	src/app/entity-groups/research-entities/item-list-elements/search-result-list-elements/project/project-search-result-list-element.component.html
#	src/app/entity-groups/research-entities/submission/item-list-elements/person/person-search-result-list-submission-element.component.html
#	src/app/shared/object-list/search-result-list-element/item-search-result/item-types/item/item-search-result-list-element.component.html
#	src/app/shared/object-list/sidebar-search-list-element/community/community-sidebar-search-list-element.component.ts
2024-04-22 23:45:32 +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
679702bb5a Merge pull request #2967 from tdonohue/update_backend_docker_scripts_7x
Update REST and CI docker compose scripts to sync with 7.x backend
2024-04-22 16:39:38 -05:00
Oscar Chacón
f8e0cc6808 added maxlength and hint to resource policy 2024-04-22 14:42:32 -06:00
Alexandre Vryghem
7000035303 Fixed duplicate selectors throwing warnings 2024-04-22 22:41:02 +02:00
Tim Donohue
45ab7231a0 Merge pull request #2969 from alexandrevryghem/w2p-112970_added-missing-breadcrumbs_contribute-7_x
[Port dspace-7_x] Added missing/incomplete breadcrumbs on create community/collection/item pages
2024-04-22 12:23:00 -05:00