Commit Graph

7914 Commits

Author SHA1 Message Date
Yana De Pauw
5333db17f5 Merge remote-tracking branch 'upstream/main' into w2p-96121_server-side-language-headers 2022-10-25 14:30:06 +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
yingjin
4157f4e9e1 Merge branch 'DSpace:main' into DA-1766 2022-10-24 16:00:03 -05:00
yingjin
80bcf90df3 Merge branch 'DSpace:main' into DA-1767 2022-10-24 15:59:41 -05: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
Yana De Pauw
e1753294d4 96121: Fix server side language headers 2022-10-24 17:48:31 +02:00
Tim Donohue
5b69bb1cc4 Update action to add issues to new triage board 2022-10-21 16:49:17 -05:00
Kristof De Langhe
1dc65472c9 Merge branch 'main' into w2p-89676_Listable-object-decorator-refactor-main 2022-10-21 15:54:20 +02:00
Kristof De Langhe
a06ff35f0a 89676: listable-object decorator match finding refactoring 2022-10-21 15:51:30 +02:00
Davide Negretti
f109e97a0c [CST-6171] Semantic color scheme 2022-10-21 12:50:59 +02:00
Davide Negretti
a69f61e4f3 [CST-6171] Item status type badge colors 2022-10-21 12:50:51 +02:00
Davide Negretti
b62a4f6c53 [CST-6171] Navbar border 2022-10-21 01:38:26 +02: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
Alexandre Vryghem
9923a71586 95335: Fixed ListableNotificationObjectComponent not taking up all the space 2022-10-20 14:24:18 +02:00
Yury Bondarenko
6918239395 Don't use .preserve-line-breaks for Markdown content
The Markdown parser generates HTML with headings, paragraphs, ... for each bit of text.
This results in extra vertical spacing if we use `white-space: pre-line`
2022-10-20 13:04:03 +02:00
Alexandre Vryghem
d832fa3fea Merge branch 'main-upstream' into w2p-95648_issue-1900_facet-prefix-values-not-escaped_7.0 2022-10-19 21:15:54 +02:00
Alexandre Vryghem
595c3175d3 95915: Added spec test 2022-10-19 21:07:15 +02:00
Yana De Pauw
8204481466 96078: Support enableMarkdown in generic item page field component 2022-10-19 10:41:57 +02: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
Lucas Zinato Carraro
39e7fb3588 Update pt-BR to replace ficheiro (pt-PT)
Ficheiro is used only in pt-PT in pt-BR is used arquivo
2022-10-18 08:39:51 -03:00
Yana De Pauw
c659e730bc 96078: Fix space in metadata value span and fix comma separator 2022-10-18 12:11:09 +02: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
Davide Negretti
dd4d709d9c [CST-7119] Fixes 2022-10-17 11:22:07 +02: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
Sufiyan Shaikh
c75f5f7c81 [CST-7119] User menu fixes and improvements 2022-10-14 18:39:41 +02: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
Marie Verdonck
ff1ea804c9 95648: Issue 1900 - URl encode/escape prefix value in facets endpoint 2022-10-13 14:02:40 +02: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
Alexandre Vryghem
efdd6acfff 95335: Created ListableNotificationObjectComponent 2022-10-07 12:09:30 +02: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