Commit Graph

431 Commits

Author SHA1 Message Date
William Welling
26e2da93fb recursive merge of config 2017-09-26 19:13:32 -05:00
William Welling
35580b7c48 use dependency injection for meta reducers 2017-09-26 18:17:22 -05:00
William Welling
c6528a22a3 add ngrx-store-freeze dependency 2017-09-26 17:50:16 -05:00
William Welling
0ea58e7349 fixed footer spec 2017-09-26 17:37:53 -05:00
William Welling
1b2f557960 fix lint errors 2017-09-26 15:57:33 -05:00
William Welling
51e41ddba0 removed tslint-loader, breaks aot build 2017-09-26 15:55:32 -05:00
William Welling
56785919cd more minor formatting 2017-09-26 15:30:49 -05:00
William Welling
bd25a489d0 use forRoot on app router, whitelist ngx on server 2017-09-26 15:13:36 -05:00
William Welling
3b90d6fb43 minor formatting 2017-09-26 15:02:58 -05:00
William Welling
2e7fd2c468 core module should only be improted into app module 2017-09-26 14:43:19 -05:00
William Welling
da3d0b412f shared module should not provide singletons 2017-09-26 14:41:33 -05:00
William Welling
3e76752652 some minor cleanup 2017-09-26 14:39:27 -05:00
William Welling
7cbd79fa85 fixed aot build with translate loader (wip) 2017-09-26 12:25:17 -05:00
William Welling
3d02e660da fixed core and shared module usage, lazy loading modules 2017-09-26 11:44:07 -05:00
William Welling
88120dd85b fixed build with latest dependencies 2017-09-26 10:37:54 -05:00
William Welling
fe897f30df upgraded dependencies and added package-lock.json 2017-09-26 09:26:22 -05:00
Art Lowel
0ff2f487d3 Merge pull request #148 from artlowel/remove-types-lodash
Removed @types/lodash workaround
2017-09-22 13:31:53 +02:00
Art Lowel
6db85d1e7b Merge pull request #143 from artlowel/switch-to-ngrx-platform
Switch to ngrx platform
2017-09-18 10:11:09 +02:00
Art Lowel
d6b69d417e Merge branch 'master' into switch-to-ngrx-platform 2017-09-18 09:38:40 +02:00
Art Lowel
300ca3838a removed dependency on @types/lodash, that was added as a temporary workaround 2017-09-15 14:36:27 +02:00
Art Lowel
eb0e6c28b3 Merge pull request #146 from rivaldi8/bug/bug-121-item-detail-no-bitstream
This PR closes #121
2017-09-15 10:47:38 +02:00
Àlex Magaz Graça
29488852ec Don't show the 'Files' header when an item has no bitstreams in the ORIGINAL bundle
Fixes https://github.com/DSpace/dspace-angular/issues/121
2017-09-15 08:17:00 +02:00
Art Lowel
d1f3fb3f96 Merge pull request #144 from artlowel/travis-build-issue
Fix travis build issue
2017-09-08 09:39:23 +02:00
Art Lowel
cea07e372e removed node_modules from the travis cache 2017-09-07 18:32:00 +02:00
Art Lowel
f6ca6e6136 Merge branch 'master' into switch-to-ngrx-platform 2017-09-07 18:08:36 +02:00
Art Lowel
4590575e73 Merge pull request #142 from rivaldi8/bug-91-page-not-found
This merge closes #91
2017-09-07 18:07:29 +02:00
Art Lowel
b66a70b526 fixed rehydrate issue 2017-09-07 13:06:58 +02:00
Art Lowel
30ee3859c8 fixed issues with ngrx platform upgrade: selectors, tests and router state in the dev tools 2017-09-06 16:55:36 +02:00
Art Lowel
32e91962f3 added typing 2017-09-06 16:55:36 +02:00
Art Lowel
2e572f67d9 removed console.log statements 2017-09-06 16:51:34 +02:00
Art Lowel
05626e2607 no more build errors, still issues with the selectors not returning anything 2017-09-06 16:51:34 +02:00
Art Lowel
49467397ff removed @ngrx/core 2017-09-06 16:51:34 +02:00
Àlex Magaz Graça
0d0cb721d5 Avoid getting a separate instance of ServerResponseService for each PageNotFoundComponent
https://angular.io/guide/ngmodule-faq#should-i-add-other-providers-to-a-module-or-a-component
2017-09-01 17:28:19 +02:00
Àlex Magaz Graça
181c890473 Remove unused field in PageNotFoundComponent 2017-09-01 09:49:41 +02:00
Àlex Magaz Graça
015b439a39 Set the HTTP status code to 404 when a page is not found
The browser was getting 200.

Fixes https://github.com/DSpace/dspace-angular/issues/91
2017-09-01 09:49:41 +02:00
Art Lowel
b108b0ada5 Merge pull request #141 from artlowel/switch-rest-to-https
switch rest demo to https in the default config
2017-08-31 17:04:29 +02:00
Art Lowel
f70cf51310 switch rest demo to https in the default config 2017-08-24 11:32:53 +02:00
Art Lowel
2dab63bb40 Merge pull request #138 from artlowel/is-undefined
added is(Not)Null and Undefined methods to empty.util …
2017-08-11 09:27:42 +02:00
Art Lowel
1d55cadbee Merge pull request #137 from jonas-atmire/DS-134-SearchService-with-Mock-data
This merge closes #134
2017-08-11 09:26:49 +02:00
Art Lowel
ef1ed028f7 switched isUndefined usages to our built in version 2017-08-10 15:58:23 +02:00
Art Lowel
ebcc38f6b6 added is(Not)Null and Undefined methods to empty.util because they're deprecated in the node core 2017-08-10 15:50:58 +02:00
Jonas Van Goolen
9e5ebce3fd Add randomized sort again 2017-08-10 14:41:48 +02:00
Jonas Van Goolen
88a6f8220f Separate module for searchservice + different retrieval of mock items 2017-08-10 14:21:01 +02:00
Jonas Van Goolen
09920419de Use actual highlighted (using <em> tag) metadata based on the loop index 2017-08-10 11:29:55 +02:00
Jonas Van Goolen
0c22914f90 Addition of pageInfo to returned RemoteData 2017-08-09 16:42:40 +02:00
Jonas Van Goolen
234d5a3dc1 Addition of SearchService that mocks an array SearchResult objects 2017-08-09 15:12:09 +02:00
Art Lowel
c3db74d06e Merge pull request #131 from 4Science/retrieve
Rename the HAL link
2017-08-03 21:20:44 +02:00
Art Lowel
2731fd5aec Merge pull request #132 from 4Science/pagination-issue
Fix pagination issues
2017-08-03 21:17:47 +02:00
Giuseppe Digilio
ca44ef8ce0 Merge from remote/master 2017-08-01 18:07:46 +02:00
Giuseppe Digilio
fbc0f3c195 Merge remote-tracking branch 'remotes/origin/master' into retrieve 2017-08-01 17:54:11 +02:00