Alexandre Vryghem
81fb2e1cbf
Merge branch 'w2p-127655_fix-submission-form-getting-stuck-in-loop_contribute-7.6'
2025-05-06 14:35:20 +02:00
Alexandre Vryghem
3d32715d25
127655: Fixed getFirstDataDefinition not always returning a correct SubmitDataResponseDefinitionObject, leading to an infinite loading screen
...
- Also fixed an issue where the collection switcher could accidentally show the old collection name instead of the new one
- Also updated the WorkspaceItemPageResolver & WorkflowItemPageResolver to embed the collection to use fewer requests
2025-05-06 14:15:34 +02:00
Kristof De Langhe
4d74d2c6dc
Merge branch 'w2p-127655_Fix-submission-infinite-loading-7.6' into w2p-127655_Fix-submission-infinite-loading-main
2025-05-05 13:31:21 +02:00
Kristof De Langhe
c1bd65e8c6
127655: avoid nullpointer
2025-04-29 10:46:45 +02:00
Kristof De Langhe
557879941b
Merge branch 'w2p-127655_Fix-submission-infinite-loading-7.6' into w2p-127655_Fix-submission-infinite-loading-main
2025-04-28 17:49:11 +02:00
Kristof De Langhe
0dabc8ed8f
127655: refactor to use buildFromRequestUUID
2025-04-28 17:47:17 +02:00
Kristof De Langhe
9dc96e7b33
Merge branch 'main' into w2p-127655_Fix-submission-infinite-loading-main
2025-04-28 15:19:50 +02:00
Kristof De Langhe
99e8c1044c
127655: Submission get data stale re-request
2025-04-28 15:15:26 +02:00
Kristof De Langhe
287d35cb26
127655: Fix submission infinite loading
2025-04-28 13:04:44 +02:00
Tim Donohue
b076738b53
Merge pull request #4219 from michdyk/patch-2
...
Full update pl translations and minor changes in cz and uk translations
2025-04-21 14:57:08 -05:00
Tim Donohue
09e6452a48
Merge pull request #4223 from DSpace/dependabot/npm_and_yarn/webpack-753b40408c
...
Bump webpack from 5.99.5 to 5.99.6 in the webpack group
2025-04-21 08:52:41 -05:00
dependabot[bot]
03bcdc37ce
Bump webpack from 5.99.5 to 5.99.6 in the webpack group
...
Bumps the webpack group with 1 update: [webpack](https://github.com/webpack/webpack ).
Updates `webpack` from 5.99.5 to 5.99.6
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.99.5...v5.99.6 )
---
updated-dependencies:
- dependency-name: webpack
dependency-version: 5.99.6
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: webpack
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-21 03:17:20 +00:00
Michał Dykas
8734a07592
Corrected one indentation from pl.json5
2025-04-20 21:52:06 +02:00
Michał Dykas
548fbf54cf
Corrected indentations for pl.json5
2025-04-20 21:44:51 +02:00
Michał Dykas
050c007e44
Minor change of commas in pl.json5
2025-04-20 21:28:12 +02:00
Michał Dykas
5346679880
Corrected minor comma/markdown mispellings from json validation for pl.json5
2025-04-20 11:57:44 +02:00
Michał Dykas
fad41b2ddf
Added comments to pl.json5
2025-04-20 01:56:17 +02:00
Tim Donohue
fcac66caab
Merge pull request #4183 from DSpace/dependabot/npm_and_yarn/bootstrap-5.3.5
...
Bump bootstrap from 5.3.3 to 5.3.5
2025-04-18 14:19:06 -05:00
Tim Donohue
11493914a7
Merge pull request #4216 from atmire/fix-untyped-item-display-in-edit-item-modal
...
fix untyped item display in edit item modal
2025-04-18 13:32:01 -05:00
Michał Dykas
e14ed8804c
Added missing comma to pl.json5
2025-04-18 12:13:43 +02:00
Michał Dykas
8abd71ab73
Update uk.json5
2025-04-18 10:49:30 +02:00
Michał Dykas
41c4225c0f
Update cs.json5
2025-04-18 10:48:18 +02:00
Michał Dykas
d8896f78b8
Update pl.json5
2025-04-18 10:46:01 +02:00
Michał Dykas
3d167acecb
Update full translation to pl.json5
2025-04-18 10:37:41 +02:00
Tim Donohue
9b5d008d66
Merge pull request #4215 from pilasou/pilasou-translations-fr
...
Correct small typo in en.json5
2025-04-17 10:17:38 -05:00
Art Lowel
5ef0a57438
fix untyped item display in edit item modal
2025-04-17 16:57:01 +02:00
Pierre Lasou
f01ccbdae2
Correct typo
...
Correct type in the external-login.confirm-email-sent.info parameter
2025-04-17 10:32:03 -04:00
Tim Donohue
6a49cdb54b
Merge pull request #2317 from alanorth/eslint-json5
...
Update ESLint configuration for json5 files
2025-04-16 14:54:30 -05:00
Alan Orth
9896eab6ac
.eslintrc.json: remove second eslint-plugin-jsonc
...
This seems to have been added twice at some point.
2025-04-15 23:57:19 +03:00
Alan Orth
5e8571de80
.eslintrc.json: use jsonc/no-irregular-whitespace
...
The eslint-plugin-jsonc documentation recommends turning ESLint's
own no-irregular-whitespace plugin off for JSON files in favor of
its own jsonc/no-irregular-whitespace plugin.
See: https://ota-meshi.github.io/eslint-plugin-jsonc/rules/no-irregular-whitespace.html
2025-04-15 23:55:43 +03:00
Alan Orth
3a05733256
.eslintrc.json: use plugin:jsonc/recommended-with-json5
...
The eslint-plugin-jsonc has a recommended configuration for json5.
See: https://ota-meshi.github.io/eslint-plugin-jsonc/user-guide/#usage
2025-04-15 23:34:46 +03:00
Tim Donohue
f95596ba02
Merge pull request #4184 from DSpace/dependabot/npm_and_yarn/http-proxy-middleware-2.0.9
...
Bump http-proxy-middleware from 2.0.7 to 2.0.9
2025-04-15 14:13:03 -05:00
dependabot[bot]
bd2b5d3bc0
Bump bootstrap from 5.3.3 to 5.3.5
...
Bumps [bootstrap](https://github.com/twbs/bootstrap ) from 5.3.3 to 5.3.5.
- [Release notes](https://github.com/twbs/bootstrap/releases )
- [Commits](https://github.com/twbs/bootstrap/compare/v5.3.3...v5.3.5 )
---
updated-dependencies:
- dependency-name: bootstrap
dependency-version: 5.3.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-15 19:05:14 +00:00
Tim Donohue
fd2e9a49ee
Merge pull request #4117 from DSpace/dependabot/npm_and_yarn/babel/runtime-7.27.0
...
Bump @babel/runtime from 7.26.0 to 7.27.0
2025-04-15 14:03:45 -05:00
dependabot[bot]
8f95d7b5b3
Bump @babel/runtime from 7.26.0 to 7.27.0
...
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime ) from 7.26.0 to 7.27.0.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.27.0/packages/babel-runtime )
---
updated-dependencies:
- dependency-name: "@babel/runtime"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-15 13:27:14 -05:00
Tim Donohue
67c2b33bb0
Merge pull request #4193 from jesielviana/add-tooltips-to-switch-view-buttons
...
Fix: adding tooltips to indicate functionality of buttons when switching views of search results
2025-04-15 12:24:24 -05:00
dependabot[bot]
237f183a18
Bump http-proxy-middleware from 2.0.7 to 2.0.9
...
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware ) from 2.0.7 to 2.0.9.
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases )
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.9/CHANGELOG.md )
- [Commits](https://github.com/chimurai/http-proxy-middleware/compare/v2.0.7...v2.0.9 )
---
updated-dependencies:
- dependency-name: http-proxy-middleware
dependency-version: 2.0.9
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-15 15:24:52 +00:00
Tim Donohue
0d78cd57b3
Merge pull request #4185 from DSpace/dependabot/npm_and_yarn/isbot-5.1.26
...
Bump isbot from 5.1.25 to 5.1.26
2025-04-15 09:51:36 -05:00
Jesiel Viana
5bdf0974fc
Adding tooltips to indicate functionality of buttons when switching views of search results
2025-04-15 10:03:49 -03:00
kshepherd
d3130bd433
Merge pull request #4189 from tdonohue/more_automated_ssr_tests
...
Add additional automated server-side rendering (SSR) tests for all Entity Types
2025-04-15 10:31:54 +02:00
Tim Donohue
42c52d619b
Add additional automated SSR tests for Community, Collection, Publication/Item, Person, OrgUnit and all Journal entities
2025-04-14 14:37:49 -05:00
dependabot[bot]
ef57754e6d
Bump isbot from 5.1.25 to 5.1.26
...
Bumps [isbot](https://github.com/omrilotan/isbot ) from 5.1.25 to 5.1.26.
- [Changelog](https://github.com/omrilotan/isbot/blob/main/CHANGELOG.md )
- [Commits](https://github.com/omrilotan/isbot/compare/v5.1.25...v5.1.26 )
---
updated-dependencies:
- dependency-name: isbot
dependency-version: 5.1.26
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-14 03:02:45 +00:00
Tim Donohue
0989e28c38
Merge pull request #4158 from DSpace/dependabot/npm_and_yarn/eslint-7904436953
...
Bump eslint-plugin-jsonc from 2.19.1 to 2.20.0 in the eslint group
2025-04-11 17:13:32 -05:00
Tim Donohue
051828ca74
Merge pull request #4159 from DSpace/dependabot/npm_and_yarn/webpack-0542bd02c8
...
Bump webpack from 5.98.0 to 5.99.5 in the webpack group
2025-04-11 15:02:17 -05:00
Tim Donohue
119a5dc5aa
Merge pull request #4157 from DSpace/dependabot/npm_and_yarn/angular-177e8f1518
...
Bump the angular group with 3 updates
2025-04-11 15:01:39 -05:00
Tim Donohue
5e5c2ab6dd
Merge pull request #4168 from atmire/fix-export-button_contribute-main
...
Fix export button enabled in bulk access management without selecting step 2
2025-04-11 14:43:25 -05:00
Tim Donohue
46831cb9e8
Merge pull request #4143 from atmire/w2p-130081_access-control-bitstreams-pagination-fix-main
...
Fix pagination on the "Select bitstreams" modal of the "Access Control" tab
2025-04-11 13:55:05 -05:00
Tim Donohue
956ed427e6
Merge pull request #4174 from atmire/fix-orejime-required-cookies
...
Fix issue where required cookies are removed by orejime
2025-04-11 12:31:51 -05:00
Tim Donohue
4d929dd3ac
Merge pull request #4175 from saschaszott/saschaszott-patch-13
...
trivial change: fixed typo in description of trackSearch method
2025-04-11 11:32:42 -05:00
Tim Donohue
201d8db167
Merge pull request #4160 from arvoConsultores/DS-4097-main
...
[Port main] Store the state of the computed filters
2025-04-11 11:26:32 -05:00