Tim Donohue
574adc846b
Ensure Docker Compose uses Runnable JAR. Minor bug fixes to loadsql per #2966
2024-05-02 11:37:06 -05:00
Tim Donohue
0e61cfd0c2
Merge pull request #2933 from atmire/reset-dropdown-values
...
Reset dropdown values
2024-05-01 16:38:00 -05:00
Tim Donohue
0607878799
Merge pull request #2640 from hutattedonmyarm/regex-error-messages
...
More meaningful regex error messages
2024-05-01 16:20:22 -05:00
Tim Donohue
8c5fe13bb9
Merge pull request #2991 from tdonohue/remove_compose_version
...
Remove obsolete "version" tag from Docker Compose files (Angular version)
2024-05-01 15:04:59 -05:00
Tim Donohue
d6303de877
Remove obsolete "version" tag from compose files
2024-05-01 14:15:45 -05:00
Tim Donohue
81807da35b
Merge pull request #2693 from hutattedonmyarm/2687-radio-buttons-type-bind
...
Enable type-bind for checkbox inputs during submission
2024-04-30 15:13:12 -05:00
Tim Donohue
41a00e3312
Merge pull request #2976 from 4Science/DURACOM-253
...
Fix issue with the admin sidebar scrollbar on Firefox/Windows
2024-04-30 12:26:49 -05:00
Tim Donohue
0fa5d189da
Merge pull request #2865 from ybnd/poc-eslint-plugin-autofix-selectors
...
Introduce custom ESLint rules to apply and enforce new themed component selector convention
2024-04-30 12:03:46 -05: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
a8f65cea72
Merge pull request #2710 from DSpace/bram-atmire-patch-1-2709
...
Update robots.txt.ejs
2024-04-29 16:29:18 -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
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
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
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
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
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