Commit Graph

10039 Commits

Author SHA1 Message Date
Andreas Awouters
c5b5a3b18b 111638: Remove 'container' class from processes table 2024-02-08 13:31:06 +01:00
Andreas Awouters
024fd17244 111638: Fix table collapsing when it has no processes 2024-02-08 13:28:04 +01:00
Andreas Awouters
244a7db868 111638: Remove 'container' class from processes table 2024-02-08 13:22:59 +01:00
Tim Donohue
44e84f8912 Merge pull request #2705 from ilri/i18n-fixes
Minor updates to i18n strings for clarity and consistency
2024-02-07 11:22:48 -06:00
Tim Donohue
a8000937bc Merge pull request #2766 from amgciadev/fix-2765-b
Fix missing Register DOI button if configuration enabled
2024-02-07 10:57:04 -06:00
Tim Donohue
e35fed1be4 Merge pull request #2799 from DSpace/dependabot/npm_and_yarn/follow-redirects-1.15.5
Bump follow-redirects from 1.15.3 to 1.15.5
2024-02-07 10:34:08 -06:00
Andreas Awouters
27d05aea95 Merge branch 'w2p-111638_Process-admin-UI-redesign_Overview-page-tables_PR-feedback' into process-admin-ui-redesign-8.0.0-next 2024-02-07 11:18:28 +01:00
Vlad Nouski
c596b6c7ec [CST-12044] refactor: code 2024-02-07 08:31:06 +01:00
Alexandre Vryghem
6e29f306a7 108588: Fixed browse by date tab's year dropdown always being empty
- The data passed to the injector in BrowseByComponent was not updated by ngOnChanges
- Also refactored the injector logic to StartsWithLoaderComponent
2024-02-07 00:44:18 +01:00
Alexandre Vryghem
6f51bd866c 108588: Fixed browse by issue date show loading icon indefinitely when empty 2024-02-07 00:44:18 +01:00
Alexandre Vryghem
b240b2c160 108588: Fixed scope not being set when browsing by taxonomy on community/collection pages 2024-02-07 00:44:18 +01:00
Alexandre Vryghem
ca5fc8217e 108588: Fix header ordering issues on community & collection pages 2024-02-07 00:44:18 +01:00
Alexandre Vryghem
d95f9d0140 108588: Passed the scope to the browse sections 2024-02-07 00:44:18 +01:00
Alexandre Vryghem
d9759d1136 108588: Renamed components, because now these aren't page components anymore 2024-02-07 00:44:17 +01:00
Alexandre Vryghem
fb2c7cee9d 108588: Created separate section for communities & collections browse sections 2024-02-07 00:44:17 +01:00
Alexandre Vryghem
a695784fc8 108588: Removed the community & collection parts from the browse sections 2024-02-07 00:44:17 +01:00
Alexandre Vryghem
12478cf7e2 108588: Updated browse by switcher to work more like the new AbstractLoaderComponent 2024-02-07 00:44:17 +01:00
Alexandre Vryghem
15342b3903 108588: Updated CollectionPageRoutingModule to use custom sections 2024-02-07 00:44:17 +01:00
Alexandre Vryghem
e66a14cffd 108588: Fixed accessibility issues on ds-comcol-page-browse-by 2024-02-07 00:44:17 +01:00
Alexandre Vryghem
2c543ad570 108588: Updated CommunityPageRoutingModule to use custom sections 2024-02-07 00:22:14 +01:00
Alexandre Vryghem
bb0b66f927 108588: Moved sub communities & collections from community page to new component 2024-02-07 00:22:14 +01:00
Alexandre Vryghem
0483612819 108588: Moved CommunityPageSubCommunityListComponent & CommunityPageSubCollectionListComponent to a custom sections folder 2024-02-07 00:22:14 +01:00
Kim Shepherd
68475d1ed6 Improve cfg handling in item-status.component.ts 2024-02-07 12:09:16 +13:00
Kim Shepherd
3e33785311 Improve cfg handling in item-status.component.ts 2024-02-07 11:55:44 +13:00
Alexandre Vryghem
4602cdde1a Merge branch 'memory-leak-fixes_contribute-7.6' into generify-component-loaders_contribute-main 2024-02-06 23:33:49 +01:00
dependabot[bot]
90a277fbeb Bump follow-redirects from 1.15.3 to 1.15.5
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.5.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.3...v1.15.5)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-06 22:29:37 +00:00
Tim Donohue
0d09bbe853 Merge pull request #2795 from saschaszott/patch-16
fix German translation of admin.workflow.item.workflow
2024-02-06 16:02:56 -06:00
Alexandre Vryghem
82d4ccfb29 Merge branch 'generify-component-loaders_contribute-7.6' into generify-component-loaders_contribute-main 2024-02-06 22:37:16 +01:00
Alexandre Vryghem
2fb393db7f Removed the AbstractBrowseByTypeComponent 2024-02-06 21:45:22 +01:00
Vlad Nouski
18e62f4706 [CST-12044] fix accept/reject the license bug 2024-02-06 14:57:03 +01:00
Andreas Awouters
4651d3a0d0 111638: Fix typeError when useAutoRefreshing is set to false 2024-02-06 14:21:40 +01:00
Andreas Awouters
ca18d5ff90 111638: Highlight newly created processes 2024-02-06 14:21:40 +01:00
Andreas Awouters
4da63cc30e 111638: Serialize processId as string to match type
processId was originally of type 'number' even though it has 'string'
as type annotation. With this change it actually is a string.
2024-02-06 14:21:40 +01:00
Andreas Awouters
8d473eaead 111638: Show process ID instead of status 2024-02-06 14:21:40 +01:00
Andreas Awouters
14294e20ee 111638: Disable autorefreshing on non-browser platforms 2024-02-06 14:21:40 +01:00
Andreas Awouters
545b17fc9e 111638: Clean up process-overview component
Removed all unused code & reduced the tests to the minimum necessary
without removing testcases.
2024-02-06 14:21:40 +01:00
Andreas Awouters
8e11777e5b 111638: Change completed processes header to 'Succeeded processes' 2024-02-06 14:21:40 +01:00
Andreas Awouters
4af303d0f2 111638: Use hasValue instead of nullCheck 2024-02-06 14:21:40 +01:00
Andreas Awouters
72c04cfc77 111638: Sort processes with creationTime as default field 2024-02-06 14:21:40 +01:00
Andreas Awouters
5569d7fd32 111638: Use creation time for scheduled processes 2024-02-06 14:21:40 +01:00
Andreas Awouters
d64f521f0c 111638: Add creationTime to process model 2024-02-06 14:21:40 +01:00
Andreas Awouters
e96a7582f4 111638: Duplicate buttons at bottom of page 2024-02-06 14:21:40 +01:00
Andreas Awouters
e25ce44a47 111638: Collapse table when it contains no processes 2024-02-06 14:21:40 +01:00
Vlad Nouski
b86525990d [CST-12044] refactor: code 2024-02-06 13:23:02 +01:00
Tim Donohue
c67e90b808 Merge pull request #2791 from tdonohue/fix_docker_issues
Fix issue with cli.yml not using same network as backend.
2024-02-05 11:12:43 -06:00
FrancescoMolinaro
71e3d40c79 fix breadcrumb test 2024-02-05 17:49:49 +01:00
FrancescoMolinaro
044ec06cb1 update breadcrumb label 2024-02-05 16:53:21 +01:00
Tim Donohue
be0a6c71ef Resync docker-compose-ci and docker/docker-compose-rest with DSpace/DSpace docker scripts 2024-02-05 08:52:46 -06:00
Tim Donohue
9043f63cd2 Bug fix to GitHub CI build. Set compose project name via env variable. Also add default name if unspecified 2024-02-05 08:50:43 -06:00
Andreas Awouters
1c73a0c509 111638: Improve accessibility 2024-02-05 15:10:53 +01:00