Commit Graph

2727 Commits

Author SHA1 Message Date
Bram Luyten
9d124c1546 Merge pull request #519 from cjuergen/german-translation
German translation
2019-11-21 08:55:35 +01:00
cjuergen
3a84dc1800 Merge branch 'master' into german-translation 2019-11-18 17:47:33 +01:00
cjuergen
485a496938 Updated German Translation after transition to json5 2019-11-18 17:27:13 +01:00
Tim Donohue
e2a2cad91b Merge pull request #518 from DSpace/tdonohue-patch-1
Remove bad characters from en.json5
2019-11-15 13:17:47 -06:00
Tim Donohue
86af0368b8 Remove bad characters from en.json5 2019-11-15 12:29:52 -06:00
Tim Donohue
a7ad6885e3 Merge pull request #516 from atmire/AoT-build-errorfix
AoT build error fix
2019-11-15 09:52:01 -06:00
Tim Donohue
2c4bbe874d Merge pull request #504 from atmire/i18n-sync-files-script
I18n sync script
2019-11-15 09:18:40 -06:00
Kristof De Langhe
4debb54352 AoT build errorfix - moving url matcher to exported function 2019-11-15 16:00:33 +01:00
Marie Verdonck
1ba07c4683 Merged new message keys from dspace/master and ran script again 2019-11-15 10:02:00 +01:00
Marie Verdonck
699c86c201 Merged new message keys from dspace/master and ran script again 2019-11-15 10:00:27 +01:00
Marie Verdonck
5ba7cd2c2d If on windows OS, all LF get replaced with CRLF 2019-11-15 10:00:06 +01:00
Marie Verdonck
1c3f2e73e1 Added missing documentation for larger functions 2019-11-15 10:00:06 +01:00
Marie Verdonck
f5234bab52 ran i18n script on all files for initial & regex $ > \n in en.json5 2019-11-15 10:00:06 +01:00
Marie Verdonck
3550cb9073 i18n-sync-files script 2019-11-15 09:59:32 +01:00
Tim Donohue
d8dd045a10 Merge pull request #514 from tdonohue/fix_broken_build
Fix broken tests on master
2019-11-14 14:13:38 -06:00
Tim Donohue
eb4f7d557c Fix code from PR#490 to align with PR#468 2019-11-14 13:34:17 -06:00
Tim Donohue
c2f13548ed Merge pull request #490 from mspalti/routing_by_id_2
Lookup and redirect by uuid and handle
2019-11-14 10:00:12 -06:00
Tim Donohue
3381d5e8df Merge pull request #468 from mspalti/forceBypassCache_remove
forceBypassCache param removed
2019-11-14 09:59:35 -06:00
Tim Donohue
68d186ae8d Merge pull request #497 from atmire/w2p-65195_dynamic-component-refactoring
Dynamic component loading refactoring
2019-11-14 09:58:49 -06:00
Art Lowel
ce31ef0d0f Merge pull request #511 from mspalti/login_redirect_encoding_fix
Prevent encoding of query after login redirect.
2019-11-14 16:51:06 +01:00
Michael W Spalti
3bea8f5a17 Redirect after login changed to use Router navigateByUrl() to prevent encoding of query parameters in redirect. 2019-11-12 12:01:16 -08:00
lotte
40d740640d fixes after merge 2019-11-12 14:36:29 +01:00
lotte
0cdafacf22 Merge branch 'master' into w2p-65195_dynamic-component-refactoring 2019-11-12 13:37:37 +01:00
benbosman
576b5328c3 Merge pull request #475 from atmire/Item-Page-Entities
Item page entities changes/refactoring
2019-11-12 11:26:29 +01:00
Kristof De Langhe
449f66076b Merge branch 'master' into w2p-64574_Item-page-entities
Conflicts:
	src/app/+item-page/simple/item-types/shared/item-relationships-utils.ts
	src/app/+item-page/simple/item-types/shared/item.component.spec.ts
	src/app/+item-page/simple/item-types/shared/item.component.ts
	src/app/+item-page/simple/metadata-representation-list/metadata-representation-list.component.spec.ts
2019-11-12 10:53:21 +01:00
Michael W Spalti
85509e2159 Removed unused import. 2019-11-08 12:12:53 -08:00
Michael W Spalti
e7302bd8af Clear cache in mydspace redirect and reload methods. 2019-11-08 12:04:54 -08:00
lotte
1e94a02da0 added missing typedoc 2019-11-08 07:44:10 +01:00
lotte
575a142022 split up submission context 2019-11-07 16:58:05 +01:00
lotte
b1ff5765a6 Fixes after merge 2019-11-07 16:41:28 +01:00
lotte
36ec68fd33 Merge branch 'master' into w2p-65195_dynamic-component-refactoring 2019-11-07 14:23:36 +01:00
Michael W Spalti
7565507f69 Merge remote-tracking branch 'upstream/master' into forceBypassCache_remove 2019-11-06 10:36:10 -08:00
Tim Donohue
959134fc89 Merge pull request #496 from atmire/Name-variants-on-item-pages
Name variants on item pages
2019-11-05 09:55:13 -06:00
Michael W Spalti
dc43e23301 Added not found for identifier message to i18n. 2019-11-01 13:40:19 -07:00
Michael W Spalti
0dd765d84a Reverted object cache method names back to the original UUID convention. 2019-10-30 14:23:50 -07:00
Michael W Spalti
d309b2081c Removed the handle index (not needed because the uuid index will always be used internally) and all associated code. 2019-10-30 13:59:10 -07:00
Michael W Spalti
9a0a1645fb Removed the success filter from DSO data response so that all responses are returned, including 404. 2019-10-30 11:53:46 -07:00
Michael W Spalti
d3a84c7e7f Updated matcher in lookup-by-id routing module.
Converted id to const.
2019-10-30 09:28:17 -07:00
Michael W Spalti
c3095e37bf Merge branch 'routing_by_id_2' of https://github.com/mspalti/dspace-angular into routing_by_id_2 2019-10-30 09:22:36 -07:00
Art Lowel
18cf2a8aca Merge pull request #503 from atmire/update-webdriver
Update webdriver-manager library
2019-10-30 14:45:08 +01:00
Antoine Snyers
bbb2570f87 Update webdriver-manager library 2019-10-30 14:13:47 +01:00
Michael W Spalti
3694c557e1 Tracking multiple subscriptions and unsubscribing in ondestroy. 2019-10-29 16:08:54 -07:00
Antoine Snyers
95b2feb868 Update webdriver-manager library 2019-10-24 15:38:08 +02:00
Kristof De Langhe
d5198283ff 65529: Remove line-break from imports 2019-10-24 12:00:20 +02:00
Michael W Spalti
9ae869936b Added proposed change to force clearing the object cache in workspace component onInit. 2019-10-21 16:51:25 -07:00
Tim Donohue
82367ea778 Merge pull request #500 from DSpace/tdonohue-fix-e2e-tests
Correct baseUrl in local.cfg used by e2e tests
2019-10-21 14:23:31 -05:00
Tim Donohue
227943b112 Correct baseUrl in local.cfg used by e2e tests 2019-10-21 13:45:14 -05:00
Michael W Spalti
83e7b662e3 Merge branch 'forceBypassCache_remove' of https://github.com/mspalti/dspace-angular into forceBypassCache_remove 2019-10-21 11:17:36 -07:00
Michael W Spalti
03c36ab233 Updated unit test. 2019-10-18 11:18:21 -07:00
Michael W Spalti
dfd1881f89 Added support for using the dso (uuid) endpoint. 2019-10-18 10:59:24 -07:00