Tim Donohue
f782ee921c
Cherry-pick https://github.com/DSpace/DSpace/pull/8552 to dspace-angular
2022-10-28 09:30:11 -05:00
Tim Donohue
3334191755
Merge pull request #1908 from tdonohue/no_wildcard_imports
...
Shrink size of Klaro & ban wildcard imports.
2022-10-28 08:47:48 -05:00
Tim Donohue
6ceefb4977
Remove usages of url-parse per feedback
2022-10-27 16:19:51 -05:00
Tim Donohue
35171dbd48
Switch to Klaro without translation files. Update Klaro & add missing translation keys to i18n.
2022-10-27 16:02:28 -05:00
Tim Donohue
d66fdf42b1
Add lint rule banning wildcard imports. Fix existing ones where possible.
2022-10-27 16:02:24 -05:00
Tim Donohue
ea00bda9e3
Merge pull request #1903 from tdonohue/momentjs_to_date-fns
...
Replace Moment.js with date-fns
2022-10-27 15:57:33 -05:00
Tim Donohue
0d2be94cbd
Minor refactor to use hasNoValue()
2022-10-27 15:12:53 -05:00
Tim Donohue
81814bf31c
Merge branch 'main' into momentjs_to_date-fns
2022-10-27 15:08:27 -05:00
Tim Donohue
142dcf5624
Merge pull request #1929 from atmire/w2p-96252_Reduce-main-bundle-size-part1
...
Various tweaks to reduce main bundle size
2022-10-27 15:06:53 -05:00
Yury Bondarenko
190c2e4673
Merge remote-tracking branch 'origin/main' into w2p-96252_Reduce-main-bundle-size-part1
2022-10-27 18:44:41 +02:00
kshepherd
0395480ab8
Merge pull request #1928 from hutattedonmyarm/type-bind-for-checkbox-groups
...
Fix missing type-bind relations for checkbox group
2022-10-26 11:38:30 +13:00
Yury Bondarenko
bde841918c
96252: Transform .json5 to .json in Webpack
...
This allows us to get rid of the json5 dependency in the main bundle and reduces the size of the i18n files we serve a bit
2022-10-25 21:01:21 +02:00
Yury Bondarenko
47ae04986d
96252: Make existing lodash imports tree-shakeable
2022-10-25 17:25:34 +02:00
Yury Bondarenko
be43fcb47f
96252: Enforce tree-shakeable lodash imports in ESLint
2022-10-25 17:25:29 +02:00
Yury Bondarenko
674a4829ce
96252: Even more lazy dsMarkdown
2022-10-25 17:25:25 +02:00
Max Nuding
727ed4a3d7
Fix missing type-bind relations for checkbox group
...
Checkbox groups were always displayed, because they did not include the type-bind relations. This commit adds the missing property
2022-10-25 12:21:33 +02:00
Tim Donohue
1c8d538100
Merge pull request #1893 from the-library-code/1892_dynamic_contact_type_bind_fix
...
[#1892 ] Apply type-bind properly to concat fields that are not dynamic arrays
2022-10-24 12:16:20 -05:00
Tim Donohue
5b69bb1cc4
Update action to add issues to new triage board
2022-10-21 16:49:17 -05:00
Tim Donohue
5ac9d56185
Merge pull request #1922 from dsteelma-umd/1920_fix-data-service.decorator.spec.ts-intermittent-failures
...
Issue 1920 - "data-service.decorator.spec.ts" tests fails intermittently
2022-10-20 13:45:50 -05:00
David P. Steelman
edbf1f847b
Issue 1920 - "data-service.decorator.spec.ts" tests fails intermittently
...
Replaced the timestamp (intended to produce unique "testType" instances)
with UUID, because intermittent failures are occurring when tests
are running quickly enough that the "new Data().getTime()" function
is returning the same timestamp for multiple tests.
2022-10-20 11:49:02 -04:00
Tim Donohue
658eabf395
Merge pull request #1853 from atmire/w2p-94233_use-css-vars-in-CSSVariableService
...
Use CSS variables in TypeScript
2022-10-18 15:03:45 -05:00
Tim Donohue
82f1e1b704
Merge pull request #1909 from tony/patch-1
...
chore(README): fix typo
2022-10-18 09:02:33 -05:00
Tony Narlock
d031942d1e
chore(README): fix typo
2022-10-17 18:53:38 -05:00
Tim Donohue
674de4a68a
Merge pull request #1895 from lucaszc/patch-2
...
Fix button translation ...
2022-10-17 15:32:30 -05:00
Tim Donohue
0d55169716
Merge pull request #1896 from lucaszc/patch-3
...
Add missing translations in version 7.4 pt-BR
2022-10-17 15:13:07 -05:00
Tim Donohue
3e77850949
Fixes to imports
2022-10-14 13:33:09 -05:00
Tim Donohue
f61d466810
Remove unused import
2022-10-14 13:15:54 -05:00
Tim Donohue
502d4bbdb1
Remove momentjs and ngx-moment in favor of date-fns. Minor refactor to support this swap
2022-10-14 12:49:05 -05:00
Tim Donohue
3eca2b323e
Bug fix to initial test
2022-10-14 11:18:11 -05:00
Tim Donohue
f5cbe54348
Add data.util.spec.ts which all pass when using moment.js
2022-10-14 11:09:54 -05:00
Lucas Zinato Carraro
519e031e6a
Fix missing {
2022-10-12 12:06:03 -03:00
Lucas Zinato Carraro
603c60f368
Add missing translations in version 7.4 pt-BR
...
Add missing keywords, and correct translations in pt-BR
2022-10-12 11:38:18 -03:00
lucaszc
4bb11cbadf
Fix button translation ...
2022-10-12 11:29:27 -03:00
Kim Shepherd
4021b847a6
[ #1892 ] Apply type-bind to concat fields that are not dynamic arrays
2022-10-11 11:37:28 +13:00
Tim Donohue
273c754370
Update version tag for development of next release
2022-10-06 14:53:19 -05:00
Tim Donohue
ca864379c8
Update version tag
dspace-7.4
2022-10-06 14:11:47 -05:00
Tim Donohue
a2cb60adeb
Merge pull request #1888 from tdonohue/fix_examples
...
Sync config.example.yml with default-app-config for 7.4
2022-10-06 13:48:50 -05:00
Tim Donohue
cebf2df4d2
Sync config.example.yml with default-app-config for 7.4
2022-10-06 12:20:37 -05:00
Tim Donohue
5728f35f46
Merge pull request #1885 from mspalti/entity-thumbnail
...
Removed thumbnails from relationship modal
2022-10-06 08:56:05 -05:00
Tim Donohue
1d4f2edfdb
Merge pull request #1886 from atmire/fix-1882
...
Fix dual notification when deleting bitstreamformats
2022-10-06 08:49:08 -05:00
Michael W Spalti
e572e4f41e
Updated comment.
2022-10-06 02:27:24 -07:00
Art Lowel
f5deb88c5f
fix an issue where deleting bitstreamformats would show both an error and a success notification
2022-10-06 10:29:20 +02:00
Michael W Spalti
8d30788f05
Updated test.
2022-10-05 15:08:42 -07:00
Michael W Spalti
acc32bf77d
Hiding thumbnail in modal.
2022-10-05 14:50:25 -07:00
Tim Donohue
8ffc32540a
Merge pull request #1884 from lucaszc/patch-1
...
Misspellings corrections in pt-BR
2022-10-05 14:06:20 -05:00
Tim Donohue
4c20ab8de3
Merge pull request #1881 from atmire/fix-1879
...
Fix issue when deleting a member from a group
2022-10-05 14:01:32 -05:00
lucaszc
8cc144cb73
Misspellings corrections in pt-BR
...
Misspellings corrections in portuguese brazil
2022-10-05 14:54:51 -03:00
Art Lowel
c55c15b6f6
fix issue where deleting a member from a group would cause an infinite re-request loop
2022-10-05 18:27:09 +02:00
Tim Donohue
417c4dee12
Merge pull request #1869 from lucaszc/patch-1
...
Some translations for pt-BR
2022-10-04 15:06:33 -05:00
Tim Donohue
ba75051117
Merge pull request #1845 from 4Science/CST-6876
...
Search/MyDSpace fixes
2022-10-04 14:41:30 -05:00