Tim Donohue
f16a03e226
Merge pull request #4217 from kshepherd/rss-sort-link-fix
...
Several fixes to RSS component and object lists
2025-04-29 08:58:47 -05:00
Kim Shepherd
6cd88ec57b
[ #4172 ] Remove unused RSS import from RecentItemListComponent
2025-04-28 22:46:36 +02:00
Tim Donohue
28f865eb2e
Merge pull request #4269 from 4Science/task/main/DURACOM-359
...
Fix matomo downloading its .js even if it's disabled
2025-04-28 11:29:56 -05:00
Tim Donohue
f107573bc1
Merge pull request #4225 from 4Science/task/main/DURACOM-353
...
[DURACOM-353] fix orejime callbacks
2025-04-28 11:22:36 -05:00
Tim Donohue
b123e86760
Merge pull request #4262 from DSpace/dependabot/npm_and_yarn/ngtools/webpack-18.2.19
...
Bump @ngtools/webpack from 18.2.18 to 18.2.19
2025-04-28 10:18:00 -05:00
Tim Donohue
d664f1f94a
Merge pull request #4256 from DSpace/dependabot/npm_and_yarn/webpack-cee3a23860
...
Bump webpack from 5.99.6 to 5.99.7 in the webpack group
2025-04-28 10:17:30 -05:00
Tim Donohue
0b02dbbb67
Merge pull request #4261 from DSpace/dependabot/npm_and_yarn/isbot-5.1.27
...
Bump isbot from 5.1.26 to 5.1.27
2025-04-28 10:15:59 -05:00
Andrea Barbasso
cace253d8b
[DURACOM-359] fix matomo downloading its .js even if it's disabled
2025-04-28 16:15:10 +02:00
Kim Shepherd
97a4c3c0c0
[ #4172 ] Disable manual ds-rss display in recent items comp
...
This can be added in easily with:
` <ds-rss [sortConfig]="sortConfig"></ds-rss>`
2025-04-28 15:37:55 +02:00
Kim Shepherd
72a050c7ae
[ #4172 ] Shift enableRSS route data for coll and comm routes
...
app-routes previously set this but it now needs to be
set in collection-page-routes and community-page-routes
respectively.
2025-04-28 15:31:31 +02:00
Andrea Barbasso
33d75cf217
[DURACOM-353] fix error in SSR
2025-04-28 14:16:13 +02:00
dependabot[bot]
e4d53eddcc
Bump @ngtools/webpack from 18.2.18 to 18.2.19
...
Bumps [@ngtools/webpack](https://github.com/angular/angular-cli ) from 18.2.18 to 18.2.19.
- [Release notes](https://github.com/angular/angular-cli/releases )
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md )
- [Commits](https://github.com/angular/angular-cli/compare/18.2.18...18.2.19 )
---
updated-dependencies:
- dependency-name: "@ngtools/webpack"
dependency-version: 18.2.19
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-28 02:49:37 +00:00
dependabot[bot]
25f474386b
Bump isbot from 5.1.26 to 5.1.27
...
Bumps [isbot](https://github.com/omrilotan/isbot ) from 5.1.26 to 5.1.27.
- [Changelog](https://github.com/omrilotan/isbot/blob/main/CHANGELOG.md )
- [Commits](https://github.com/omrilotan/isbot/compare/v5.1.26...v5.1.27 )
---
updated-dependencies:
- dependency-name: isbot
dependency-version: 5.1.27
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-28 02:49:17 +00:00
dependabot[bot]
d6875117b0
Bump webpack from 5.99.6 to 5.99.7 in the webpack group
...
Bumps the webpack group with 1 update: [webpack](https://github.com/webpack/webpack ).
Updates `webpack` from 5.99.6 to 5.99.7
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.99.6...v5.99.7 )
---
updated-dependencies:
- dependency-name: webpack
dependency-version: 5.99.7
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: webpack
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-04-28 02:43:08 +00:00
Tim Donohue
353d660f23
Merge pull request #4212 from jesielviana/fix-bitstream-unable-to-change-format
...
Fix: prevent bitstream format cache issue by disabling cached version
2025-04-25 16:42:42 -05:00
Tim Donohue
ff3784ab5f
Merge pull request #4243 from atmire/w2p-130405_missing-labels-in-journal-volume-search-results_contribute-main
...
Add translation keys for journal submission volume lookup
2025-04-25 10:31:22 -05:00
Tim Donohue
8d26b1509f
Merge pull request #4192 from alanorth/no-proper-noun
...
Adjust unnecessary capitalization in English i18n strings
2025-04-25 10:05:02 -05:00
Tim Donohue
b1f0ed201a
Merge pull request #4234 from 4Science/task/main/DURACOM-350
...
[DURACOM-350] fix cache issue after mydspace action
2025-04-24 15:07:06 -05:00
Kim Shepherd
e3c6ad807b
#4172 Remove unneeded SearchService from RSS
2025-04-24 16:18:41 +02:00
Tim Donohue
818f60b4d7
Merge pull request #4242 from dataquest-dev/cs-translation-thumbnail-more-accurate
...
Fix the last update to the Czech Translation
2025-04-24 08:48:53 -05:00
Kim Shepherd
6f878e5c4a
#4172 Better boolean comparison of showRSS test
2025-04-24 15:24:58 +02:00
Kim Shepherd
3a347d83b5
#4172 Allow SortOptions override to showRSS input
...
If a valid, complete SortOptions is passed to
the pagination component showRSS, it will be
used instead of the underlying sortOptions,
otherwise the pagination context sortOptions
will be used.
2025-04-24 15:24:58 +02:00
Kim Shepherd
b89a626ffc
#4172 Several fixes to RSS component and object lists
...
* RSS button displayed on search result pages
* RSS button displayed on Recent Items component
* RSS button NOT displayed in other components
like top-level community, etc.
* RSS component tracks sort option changes
2025-04-24 15:24:58 +02:00
Joran De Braekeleer
fef16bca14
130405: Add translations for journal submission volume lookup
2025-04-24 15:15:29 +02:00
Jesiel Viana
bb536192c2
fix unit tests for bitstream-data.service.ts
2025-04-24 10:04:41 -03:00
milanmajchrak
00d7e1f97c
Use more accurate czech translation for the thumbnail.default.placeholder
2025-04-24 14:56:21 +02:00
Jesiel Viana
4f48f39f7b
fix: invalidate cache only for the modified bitstream
2025-04-24 07:43:05 -03:00
FrancescoMolinaro
7998d2d8b9
[DURACOM-350] Fix filter skeleton missing update
2025-04-24 09:28:29 +02:00
Tim Donohue
5fc83782b1
Merge pull request #4231 from atmire/4099-duplicate-view-events_contibute-main
...
Fix for double view events when using dynamic themes
2025-04-23 16:57:49 -05:00
Tim Donohue
7269f6c36a
Merge pull request #4236 from DSpace/backport-4167-to-main
...
[Port main] Fix unable to remove data from a submission form field of type "name"
2025-04-23 13:44:28 -05:00
abhinav
583bed6164
129621: Add a not empty check
...
This check is present in the other event handlers above so adding it here as well.
(cherry picked from commit 0b28789e4f
)
2025-04-23 12:52:02 -05:00
Tim Donohue
056e923ae8
Merge pull request #4240 from tdonohue/update_solr_in_Docker
...
Update Docker Compose scripts for Solr 9 compatibility
2025-04-23 12:51:06 -05:00
Tim Donohue
856d701b3e
Solr 9 compatibility requires minor updates to how Solr image is initialized
2025-04-23 12:07:46 -05:00
Tim Donohue
7845d37b2e
Merge pull request #3968 from VictorDuranEscire/2567
...
Fix - previously entered qualdrop value field is deleted when adding a new (emtpy) line with the same(!) qualifier and then deleting it
2025-04-23 11:38:21 -05:00
FrancescoMolinaro
1b112dd887
[DURACOM-350] prevent unnecessary reload
2025-04-23 15:47:01 +02:00
FrancescoMolinaro
e84af6ab91
[DURACOM-350] fix cache issue after mydspace action
2025-04-23 15:07:00 +02:00
lotte
bde54ca6fa
129694: fixed lint issues
2025-04-22 18:32:51 +02:00
Andrea Barbasso
4b6ef50611
[DURACOM-353] fix orejime callbacks
2025-04-22 12:58:33 +02:00
lotte
8140ed29e7
129694: PoC #4099 solution with resolvers
2025-04-22 12:43:58 +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