Commit Graph

7206 Commits

Author SHA1 Message Date
Ying Jin
3d5f7bb061 fix missing space between author names MyDspace our submissions #1730 2022-07-31 17:25:53 -05:00
Yura Bondarenko
250043fde8 Fix LGTM issues 2022-07-29 16:58:11 +02:00
Yura Bondarenko
4403555c29 Merge remote-tracking branch 'origin/main' into w2p-93219_Consolidate-all-initialization-in-a-single-Service 2022-07-29 16:42:21 +02:00
Yura Bondarenko
ca87f09625 Update specs 2022-07-29 15:51:23 +02:00
Tim Donohue
bfbe38974b Merge pull request #1724 from atmire/w2p-93011_Fix-researcher-profile-cache-issue
Fix researcher profile cache issue
2022-07-28 10:03:31 -05:00
Tim Donohue
f80e72df9a Merge pull request #1708 from toniprieto/translate-accept-license-step
Make label and error messages for license-step accept-checkbox translatable
2022-07-27 15:54:53 -05:00
Tim Donohue
6b36412f6c Merge pull request #1674 from atmire/w2p-91272_Add-themed-components-to-upstream-branch
Add more themed components
2022-07-27 13:53:29 -05:00
Yura Bondarenko
67b4cce25d 92319: Move Klaro & GA steps to BrowserInitService 2022-07-26 09:51:59 +02:00
Alexandre Vryghem
c7a88f99d6 Center expandable navbar section in header 2022-07-26 00:34:19 +02:00
Tim Donohue
4da017a0ee Merge pull request #1735 from saschaszott/german-translations
fixed minor typo in German translation
2022-07-22 09:45:42 -05:00
Yura Bondarenko
5ff80a8a02 93219: Fold DSpaceTransferState into InitService 2022-07-22 14:25:22 +02:00
Yura Bondarenko
bdc004f64d 93219: Move theme/route subscriptions from AppComponent to ThemeService 2022-07-22 14:25:22 +02:00
Yura Bondarenko
5cb737c7f2 93219: Move general initialization from AppComponent to InitService 2022-07-22 14:25:22 +02:00
Yura Bondarenko
372cddfd5e 93219: Support Router in InitService
For Router to work properly, APP_BASE_HREF must be resolved _before_ the APP_INITIALIZER factory is called (otherwise Angular will attempt to initialize APP_BASE_HREF too soon)
To fix this we add a pre-initialization hook to APP_CONFIG so BrowserInitService can resolve it before APP_INITIALIZER
2022-07-22 14:25:22 +02:00
Sascha Szott
7b48e7c91f fixed typo 2022-07-21 12:02:07 +02:00
dependabot[bot]
577a92bc6b Bump terser from 4.8.0 to 4.8.1
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-21 02:25:52 +00:00
Yura Bondarenko
39c2aa85ec 93219: Move APP_INITIALIZER logic into InitService 2022-07-18 15:58:07 +02:00
lotte
0ef2be6693 Merge branch 'make-collections-item-page-input_contribute-7.2' into w2p-91272_Add-themed-components-to-upstream-branch 2022-07-15 11:42:00 +02:00
lotte
e9372395f4 make collections on item page into an input 2022-07-15 11:41:38 +02:00
Tim Donohue
ea67a15784 Merge pull request #1709 from ybnd/Filter-webpack-warnings
Filter webpack warnings
2022-07-13 16:21:56 -05:00
Tim Donohue
13266ecf42 Merge pull request #1718 from Ianvdl/main
Rewrite English wording for the "Forgot password" page
2022-07-13 16:15:29 -05:00
Tim Donohue
0d582e5160 Merge pull request #1689 from pilasou/main
New french translations for some parameters.
2022-07-13 16:14:59 -05:00
Yura Bondarenko
517aee0e8c 93011: Make sure invalidateByHref doesn't track cache state 2022-07-11 18:41:53 +02:00
Yura Bondarenko
5013890b35 93011: Add test for invalidateByHref cache state tracking
This test is expected to fail and is be fixed in the next commit.

Currently, invalidateByHref calls keep tracking the cache and may cause objects to be invalidated a second time as soon as the cache is updated.

Practical example:
  1. DELETE request
      → object is invalidated
  2. POST request related to the same object
      → UUID of pending request is added to the object's cache entry
      → gets picked up by the previous invalidateByHref call
      → the request is set to stale even before it's completed
2022-07-11 18:40:41 +02:00
Pierre Lasou
02f309756d Remove parameter from en.json5
Remove parameter "bitstream-request-a-copy.legal.warning" suggested in previous commit (72832e5e12) as development to include it on the request a copy page has not been made.
2022-07-04 13:33:24 -04:00
Pierre Lasou
e0e9450f93 Removing parameter in fr.json5
Remove parameter bitstream-request-a-copy.legal.warning suggested in previous commit (977dbb38ef) as development to include it on the request a copy page has not been made.
2022-07-04 13:30:55 -04:00
Pierre Lasou
4a4578474a Update of fr.json5 after review comments
Following conversation with @mhvezina (https://github.com/DSpace/dspace-angular/pull/1689#issuecomment-1167372663), I removed all initially suggested french translation of "MyDSpace".
2022-07-04 12:20:50 -04:00
Alexandre Vryghem
0c1015dd58 Merge branch 'main' into w2p-91272_Add-themed-components-to-upstream-branch 2022-07-04 14:25:57 +02:00
Tim Donohue
fae355a713 Merge pull request #1717 from tdonohue/fix_1714
Cleanup descriptions in comments of example config to clarify "ui" and "rest" sections
2022-07-01 16:07:15 -05:00
ivdl
7ab5354ab8 Rewrite English wording for the "Forgot password" page 2022-07-01 22:23:49 +02:00
Tim Donohue
df00137c55 Cleanup descriptions in comments of example config 2022-07-01 11:55:10 -05:00
Pierre Lasou
72832e5e12 New parameter for request a copy
Addition of a new language parameter to be used in the request a copy page to warm the user that he/she is about to ask for a restricted document and its use is for private use only.
2022-06-30 13:40:40 -04:00
Pierre Lasou
977dbb38ef Update fr.json5 2022-06-30 13:35:28 -04:00
Pierre Lasou
4290e54b02 Merge branch 'DSpace:main' into main 2022-06-30 13:24:17 -04:00
Tim Donohue
fd356d4ca7 Copying updates from DSpace/DSpace#8382 2022-06-28 09:48:35 -05:00
Yura Bondarenko
222a12bbba Make RegisterEmailComponent themeable 2022-06-28 11:19:04 +02:00
Yura Bondarenko
7b4716c439 Filter Webpack warnings 2022-06-28 10:55:12 +02:00
Jens Vannerum
1b5c801d06 92701: Disable user agreement feature 2022-06-27 16:24:16 +02:00
Jens Vannerum
900354112a Merge branch 'main' into w2p-92701_issue-1506-gdpr-privacy-config
# Conflicts:
#	src/app/info/info-routing.module.ts
#	src/config/app-config.interface.ts
#	src/config/default-app-config.ts
#	src/environments/environment.test.ts
2022-06-27 14:58:25 +02:00
Jens Vannerum
4de5ab0f56 92701: Disable user agreement feature 2022-06-27 13:47:19 +02:00
Toni Prieto
5ee4c6b61b Make label and error messages for license-step accept-checkbox translatable 2022-06-26 17:00:08 +02:00
Tim Donohue
b9d3855c74 Merge pull request #1703 from tdonohue/comcol_handle_display
Add spacing before handle on comcol pages
dspace-7.3
2022-06-24 09:51:21 -05:00
Tim Donohue
9bf0320b16 Merge pull request #1707 from atmire/fix-1705
Fix curation tasks started from the edit community or collection page
2022-06-24 09:48:38 -05:00
Art Lowel
b55e4327a8 fix issue where curation tasks wouldn't work for collections and communities because the handle was in the wrong format 2022-06-24 16:03:54 +02:00
Tim Donohue
377ac3ab84 Add spacing before handle on comcol pages 2022-06-23 14:54:12 -05:00
Tim Donohue
e0109b947c Merge pull request #1701 from saschaszott/german-translations
added missing German translations; fixed typos
2022-06-23 11:31:14 -05:00
Tim Donohue
f4c6284c23 Merge pull request #1698 from 4Science/CST-6174-access-conditions-fix
Submission item/bitstream access conditions fixes
2022-06-23 11:24:20 -05:00
Sascha Szott
79c97c94a2 fixed submission.workflow.generic.delete-help 2022-06-23 17:05:32 +02:00
Sascha Szott
cfca5c8ca1 fixed admin.registries.schema.fields.table.delete 2022-06-23 16:56:43 +02:00
Sascha Szott
5a7ba93e50 added browse.title.page 2022-06-23 14:46:40 +02:00