Commit Graph

7447 Commits

Author SHA1 Message Date
Giuseppe Digilio
2ce744280b [CST-5449] Fix issue with double result list in the browse page 2022-03-31 19:00:44 +02:00
Giuseppe Digilio
2830f208ce Merge remote-tracking branch 'origin/main' into CST-5449 2022-03-31 16:46:06 +02:00
Tim Donohue
eb7713a702 Merge pull request #1577 from atmire/w2p-88820_Private-Public-Terminology
Changed the public/private terminology
2022-03-30 12:27:23 -05:00
louiserumpf
72885d896f Updated German translation
also corrected comment search.search-form.placeholder --> home.search-form.placeholder
2022-03-27 17:38:47 +02:00
Tim Donohue
e75cb5f64a Merge pull request #1581 from tdonohue/enable_bengali
Enable Bengali by default
2022-03-25 16:33:42 -05:00
Tim Donohue
c4a0bbdf1f Enable Bengali by default 2022-03-25 15:04:57 -05:00
Tim Donohue
bb57992d63 Merge pull request #1573 from raihantopu/main
Adding bn.json5 for 'Bengali Language Transalation'
2022-03-25 15:04:01 -05:00
Tim Donohue
50accfffb0 Merge pull request #1564 from atmire/w2p-88507_Fix-Download-Link-Edit-Bitstream-Page
Fix embargoed files download link not working on edit item page
2022-03-25 14:15:02 -05:00
Marie-Hélène Vézina
75bdf3de79 French translation reviewed and updated
French translation reviewed and updated

These are the main changes:

I have :

- added missing translations (more than ~300 variables)
- corrected the content of a few variables (partial translation and/or wrong translation or translation that deviated from the original); fixed a few typos (e.g. connexion instead of connection for "login")
- standardized the use of « some text » instead of "some text"
- standardized the spacing (among others : one blank before "?", ":", "!" (better yet would be to use a non-breaking space)
- removed the erroneous use of capital letters (e.g. "La Collections et la Communauté" => "La collection et la communauté")
- standardized the verb tenses for some variables (infinitive instead of imperative)
- added articles where they were missing (e.g. "Supprimer groupe" => "Supprimer le groupe")
- removed/corrected tupples : item.page.edit and sorting.lastModified.ASC

For information : I have kept the terms "Item", "Bundle", "Bitstream", "Eperson", "Workflow" (but I made sure that those words were capitalized to show they represent specific concepts) [In our local instance however, we localised the first three ones to, respectively, "document", "groupement", "fichier" in this order]

Still to do:

- gender-inclusive writing (e.g. : "utilisateur.trice", "auteur.e" or more generic forms)
2022-03-25 14:30:58 -04:00
Tim Donohue
adbad6907d Merge pull request #1556 from atmire/w2p-88248_Withdrawn-item-tombstone
Withdrawn item tombstone
2022-03-25 10:03:53 -05:00
Pratik Rajkotiya
108f6e60f9 [CST-5535] WIP 2022-03-25 18:37:25 +05:30
Pratik Rajkotiya
46a0ea10f4 [CST-5535] WIP 2022-03-25 18:28:26 +05:30
Tim Donohue
25133935ef Merge pull request #1572 from louiserumpf/main
updated German translation
2022-03-24 16:58:42 -05:00
Jens Vannerum
ceec5661fe 88820: Changed the public/private terminology
- Changed the terminology to use discoverable / non-discoverable as this is more clear and is suitable in every context
2022-03-24 15:43:04 +01:00
Marie Verdonck
c1f109b5ce Merge branch 'w2p-88248_Withdrawn-item-tombstone-7.0' into w2p-88248_Withdrawn-item-tombstone 2022-03-24 11:42:56 +01:00
Marie Verdonck
521e4ddb8d 88248: Theming alert 2022-03-24 11:42:04 +01:00
reetagithub
c5110f89bc Update fi.json5
Modified some keys to harmonize the translations of term 'administrative'. Also, translated "Administer Workflow" to a verb instead of a noun.
2022-03-24 11:18:18 +02:00
Tim Donohue
59104c4fbe Merge pull request #1513 from tdonohue/more_e2e_tests
Enhance e2e test infrastructure. Add initial tests for authenticated actions like submission, mydspace, etc.
2022-03-23 09:36:21 -05:00
Art Lowel
41ad172796 add github actions check for circular dependencies 2022-03-22 14:00:55 +01:00
Art Lowel
716cea376d fix circular dependency issues relating to request models 2022-03-22 13:29:23 +01:00
raihantopu
9600bacf46 adding bn.json5 for 'Bengali Language Transalation' and language code, label, active (all commented) to environment.test.ts file 2022-03-22 16:29:42 +06:00
louiserumpf
304b6226ab typo 2022-03-22 11:23:39 +01:00
louiserumpf
26f821e865 updated German translation 2022-03-22 11:18:44 +01:00
Bruno Roemers
1697d1396e 88599: Support versioning of entities 2022-03-21 10:23:44 +01:00
Yana De Pauw
55431f1e06 85451: Fix config example issue and author filters 2022-03-18 12:04:48 +01:00
Jens Vannerum
075cd578a7 Merge branch 'w2p-88507_Fix-Download-Link-Edit-Bitstream-Page' into w2p-88507_Fix-Download-Link-Edit-Bitstream-Page_GitHub 2022-03-18 09:06:29 +01:00
Jens Vannerum
8d7d65958d 88507 Added a second test
- This test checks that the downloadUrl prop is not set to `bitstream._links.content.href` (the bug that's fixed)
- And checks that it's set to the correct download route of the bitstream
2022-03-18 09:01:52 +01:00
Tim Donohue
15acb47afa Rename data-e2e to data-test 2022-03-17 11:51:18 -05:00
Jens Vannerum
e84589a5bc Merge remote-tracking branch 'upstream/main' into w2p-88507_Fix-Download-Link-Edit-Bitstream-Page 2022-03-17 17:10:12 +01:00
Marie Verdonck
e19d0a0334 88300: LGTM remove unused import 2022-03-17 15:25:28 +01:00
Jens Vannerum
f00664b281 88507 Improved test
- Refactored the test for the download button
- This way we're checking the actual href on the button, not the component's property
2022-03-17 14:54:21 +01:00
Jens Vannerum
4a8f6c357f 88507 Fixed bitstreams not downloadable on edit item page
- Created a new property bitstreamDownloadUrl where the url is saved in
- Added a test for this
- Alter the component to href to this link and not show the button when the property would be null
2022-03-17 14:54:13 +01:00
Marie Verdonck
a79b4d1bdb Merge branch 'w2p-88300_issue-1379-7.0' into w2p-88300_issue-1379 2022-03-17 14:35:40 +01:00
Marie Verdonck
c50e6c224d 88300: Fix next button tooltip 2022-03-17 14:35:28 +01:00
Yana De Pauw
f4364c2d04 Merge remote-tracking branch 'upstream/main' into w2p-88300_issue-1379 2022-03-17 13:31:08 +01:00
Yana De Pauw
97dc241c52 88300: Issue 1379 - Angular: Browse-by Subject does not allow to proceed to next pages once filtered 2022-03-17 13:00:00 +01:00
Yana De Pauw
90e469ee16 Fix LGTM issue 2022-03-14 17:21:34 +01:00
Yana De Pauw
0016348c47 Merge remote-tracking branch 'upstream/main' into w2p-88248_Withdrawn-item-tombstone 2022-03-14 16:37:13 +01:00
Yana De Pauw
b21f76456d 88248: #346: Withdrawn item tombstone page 2022-03-14 16:33:10 +01:00
Tim Donohue
3ecb3c2209 Merge pull request #1553 from reetagithub/main
Update fi.json5
2022-03-14 09:23:12 -05:00
Tim Donohue
577a83d2c4 Merge pull request #1555 from harvard-lts/1527-dev-env
[Issue 1527] Set default env preboot to false
2022-03-14 08:59:40 -05:00
William Welling
3a4a10e453 set default env preboot to false
leaving production env to true
2022-03-14 08:26:22 -05:00
reetagithub
d4ed4ca883 Corrected a typo 2022-03-14 09:05:48 +02:00
Giuseppe Digilio
4affbd8d57 [CST-5449] Fix failed test 2022-03-11 12:18:14 +01:00
Davide Negretti
29a870b13f Merge branch 'main-gh' into DSC-389 2022-03-11 10:53:35 +01:00
Tim Donohue
d8b498bd02 Merge pull request #1521 from 4Science/fix-notifications-issue
Fixed notifications duplicate issue
2022-03-10 14:52:57 -06:00
Tim Donohue
b439c3bfcc Merge pull request #1546 from atmire/Issue-1136-Password-Registration-link-fixes
Redirect to 404 page for forgot password or registration link with used tokens
2022-03-10 11:02:55 -06:00
Tim Donohue
0768bfbac1 Merge pull request #1527 from wwelling/1522-preboot-config
[Issue 1522] Afford disable preboot for production
2022-03-10 10:08:27 -06:00
Giuseppe Digilio
9335c4ebea Merge remote-tracking branch 'origin/main' into fix-notifications-issue
# Conflicts:
#	src/app/root/root.component.html
2022-03-10 17:01:56 +01:00
Sufiyan Shaikh
8cc7cd1e99 Merge branch 'main' of bitbucket.org:4Science/dspace-angular into feature/CST-5329 2022-03-10 14:48:44 +05:30