Kristof De Langhe
1fafc3a5d5
65240: Additional tests
2019-10-18 10:35:25 +02:00
Michael W Spalti
6b26506d88
Added matcher function to router that supports handle paths (eliminates the need to encode the forward slash).
...
Fixed comment.
2019-10-17 15:08:35 -07:00
Kristof De Langhe
c7bb6ab17c
65240: ComCol logo delete on bitstreams endpoint + caching issue fixes when editing logos
2019-10-17 17:59:18 +02:00
lotte
ae6a6f28f7
added new submission list component for persons
2019-10-17 16:37:55 +02:00
lotte
99517c084c
fixed issues after merge
2019-10-17 13:57:10 +02:00
lotte
bc358ec954
Merge branch 'master' into w2p-65195_dynamic-component-refactoring
2019-10-17 12:49:50 +02:00
lotte
f79e210959
Merge branch 'w2p-65195_dynamic-component-refactoring' into clean-relationships-in-submission
2019-10-17 12:49:22 +02:00
Art Lowel
bf5fb417e1
Merge pull request #472 from lhenze/460-coll-pages
...
Collections pages: add collection header and footer to all "browse by..." views
2019-10-17 12:38:01 +02:00
lotte
6d253be878
Fix for search parameters
2019-10-17 10:19:12 +02:00
lotte
44228c3839
fixed tests for demo
2019-10-17 10:18:33 +02:00
Michael W Spalti
e38556e821
Updated unit test.
2019-10-16 23:42:36 -07:00
Michael W Spalti
b695da8487
Encoding removed.
2019-10-16 23:39:47 -07:00
Michael W Spalti
85d179e27f
Bugfix for request by handle (removed unnecessary encoding)
2019-10-16 13:18:03 -07:00
Michael W Spalti
2d49f3e765
Added unit test for isCachedOrPending lookup by id (FindByIdRequest).
2019-10-16 13:18:03 -07:00
Michael W Spalti
5e40d7a4c1
Fixed lint errors.
2019-10-16 13:18:03 -07:00
Michael W Spalti
2aaab83427
Added unit tests.
2019-10-16 13:18:03 -07:00
Michael W Spalti
a1d21cd6af
Minor change to comment.
2019-10-16 13:18:03 -07:00
Michael W Spalti
5ec9b7c29f
Added new unit tests.
2019-10-16 13:18:03 -07:00
Michael W Spalti
efc91a4591
Updated work on routing by id.
...
Fixed unit tests.
Updated to use pid REST endpoint.
Minor change in data.service and unit test update.
Updated the objectnotfound page with new text and go home button.
2019-10-16 13:18:03 -07:00
lotte
ddbe0c825a
fixed test issue
2019-10-16 16:32:22 +02:00
lotte
437dce9b15
Merge branch 'master' into w2p-65195_dynamic-component-refactoring
2019-10-16 15:48:39 +02:00
lotte
ac851f3812
renaming fixes, new tests
2019-10-16 14:48:17 +02:00
lotte
d962e40c58
added TypeDoc
2019-10-16 11:21:25 +02:00
Michael W Spalti
ef4ae44898
Added forceBypassCache property to request model.
2019-10-15 14:42:38 -07:00
Michael W Spalti
4b03f76db2
Setting responseMsToLive to zero for SubmissionRequest.
2019-10-15 14:42:38 -07:00
Art Lowel
040692455e
increased responseMsToLive from 0 to 10s, to prevent infinite loops
2019-10-15 14:42:38 -07:00
Art Lowel
70a5e271f4
ensure object cache uses responseMsToLive from request
2019-10-15 14:40:39 -07:00
Michael W Spalti
2475de726f
Tentative fix for the mydspace submission requests.
2019-10-15 14:40:39 -07:00
Michael W Spalti
255e17b1a9
Removed a missed forcedBypassCache property.
2019-10-15 14:40:39 -07:00
Michael W Spalti
5c2b7767ed
Renamed cache property and replaced conditional with hasValue.
2019-10-15 14:40:39 -07:00
Michael W Spalti
2d9fdef974
Explicitly checking for undefined in dataService (since I think 0 is not truthy for number).
2019-10-15 14:40:11 -07:00
Michael W Spalti
934f5a1bd0
Sets responseMsToLive to zero in some dataService methods and adds ability to reset the responseMsToLive value in subclasses.
2019-10-15 14:38:52 -07:00
Michael W Spalti
fbcffd8097
Fixes unit test and problem in map fuction.
2019-10-15 14:38:00 -07:00
Michael W Spalti
34defdc5cd
Setting cache period to zero for all instances where forceBypassCache was previously true.
2019-10-15 14:36:41 -07:00
Michael W Spalti
121e564e12
Refactored to remove forceBypassCache param from requestService and from data service classes.
2019-10-15 14:33:33 -07:00
Michael W Spalti
7bda63bc5a
Renamed cache property and replaced conditional with hasValue.
2019-10-15 14:26:50 -07:00
Michael W Spalti
8ae5e415db
Explicitly checking for undefined in dataService (since I think 0 is not truthy for number).
2019-10-15 14:26:49 -07:00
Michael W Spalti
2a1c85937c
Fixed unit test that was missing from project before rebase.
2019-10-15 14:26:49 -07:00
Michael W Spalti
a50e568899
Sets responseMsToLive to zero in some dataService methods and adds ability to reset the responseMsToLive value in subclasses.
2019-10-15 14:26:49 -07:00
Michael W Spalti
d449bd70a0
Fixes unit test and problem in map fuction.
2019-10-15 14:26:49 -07:00
Michael W Spalti
6e3127c3a6
Setting cache period to zero for all instances where forceBypassCache was previously true.
2019-10-15 14:26:49 -07:00
Michael W Spalti
d2897cec3f
Removed final reference to forceBypassCache param.
2019-10-15 14:26:49 -07:00
Michael W Spalti
96f8e905dd
Refactored to remove forceBypassCache param from requestService and from data service classes.
2019-10-15 14:26:49 -07:00
L. Henze
150aace38e
Page title - only show if there is no parent
2019-10-15 13:47:51 -04:00
L. Henze
b7b8eed6db
*ngIf broken into two parts
2019-10-15 12:38:22 -04:00
L. Henze
8f2a942536
Merge branch 'master' into 460-coll-pages
2019-10-15 10:57:35 -04:00
lotte
7ca88021c9
added tests, aot fixes, lint fixes
2019-10-15 15:58:40 +02:00
Kristof De Langhe
f1b4b57cdb
65529: AoT build error fixes
2019-10-15 13:58:03 +02:00
lotte
bafb2f3490
fixed existing tests and added linkType
2019-10-14 16:27:08 +02:00
Kristof De Langhe
61d757493a
65572: Support for bundles on items
2019-10-14 13:39:29 +02:00