Commit Graph

8155 Commits

Author SHA1 Message Date
À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
Lotte Hofstede
29d04c06b9 44024: search page finalisation 2017-08-29 13:21:44 +02:00
Lotte Hofstede
7f3d2ac581 44024: pagination fixes and translation 2017-08-25 15:01:35 +02:00
Lotte Hofstede
1a3742d23a 44024: search page almost finished 2017-08-25 15:01:35 +02:00
Lotte Hofstede
c603eddd52 44024: search form bootstrap 4 beta fix 2017-08-25 15:01:35 +02:00
Lotte Hofstede
7665979495 44024: fixed for bootstrap4 beta 2017-08-25 15:01:35 +02:00
Lotte Hofstede
bacb048bb6 44024: simple search UI with working search results 2017-08-25 15:01:35 +02:00
Lotte Hofstede
563cf6e820 44024: simple search UI with decorator bug 2017-08-25 15:01:35 +02:00
Lotte Hofstede
553f904567 44112: secondary color change 2017-08-25 15:01:34 +02:00
Lotte Hofstede
c748230086 44112: renamed main.scss to shared_imports.scss 2017-08-25 15:01:34 +02:00
Lotte Hofstede
cab2eca394 44112: Upgrade to bootstrap 4 beta 2017-08-25 15:01:34 +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
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
Giuseppe Digilio
ca44ef8ce0 Merge from remote/master 2017-08-01 18:07:46 +02:00
Giuseppe Digilio
0e4d6e6334 Delete console.log 2017-08-01 16:58:31 +02:00
Giuseppe Digilio
a3e0b01d19 change collection-page.component 2017-07-31 16:25:44 +02:00
Giuseppe Digilio
aa6afea6e2 Fix pagination issues 2017-07-28 20:19:54 +02:00
Giuseppe Digilio
0a0c6e3303 Rename the HAL link 2017-07-28 19:20:43 +02:00
Art Lowel
de78607eea fixed an issue where if there is only one bitstream it would be returned as a single object and not an array in the item.bitstreams property 2017-07-27 16:28:35 +02:00
William Welling
db0505c448 upgraded some dependencies 2017-07-19 15:15:11 -05:00
William Welling
1c2818002f added CSR fallback and optionally disable SSR 2017-07-19 12:11:15 -05:00
William Welling
bd76342e85 abstracted server start logging 2017-07-19 11:29:38 -05:00
William Welling
9352440db4 fixed base url construction 2017-07-19 11:18:48 -05:00
William Welling
4ab26b179f add timestamp to listening console log 2017-07-19 11:12:07 -05:00
William Welling
583f6e96ac have prod, test, and dev environment config files override default 2017-07-19 11:07:26 -05:00
William Welling
0449e36b8a fixed linting on config.ts 2017-07-17 11:27:56 -05:00
William Welling
4ffb8a6609 fixed environment config, upgraded angular again 2017-07-17 08:26:49 -05:00
William Welling
5a7df67927 allow weak typed comparison in pagination component 2017-07-14 09:34:50 -05:00
William Welling
066bba28af fixed lint errors 2017-07-13 11:19:02 -05:00
William Welling
75cb60e70f added new dspace logo to home page news section 2017-07-13 08:28:52 -05:00
William Welling
929fc90ba3 updated dspace logo and favicon 2017-07-13 08:07:01 -05:00
William Welling
ff934d048b upgraded to ngx-pagination 2017-07-13 07:47:22 -05:00
William Welling
8a0eb1a88b fixed linting in pagination component spec 2017-07-13 07:33:02 -05:00
William Welling
d131e1cab5 fixed pagination component spec, linting wip 2017-07-12 14:51:04 -05:00
William Welling
c08f5c672b dependency upgrades, server and platform module updates, linting wip 2017-07-12 14:33:16 -05:00
Art Lowel
f57c0a4fac fixed an issue where the pagination would always open on the first page if you went to the URL of a different page 2017-06-22 18:34:39 +02:00
Art Lowel
de7300691c fixed fileSize on full item pages 2017-06-22 16:22:33 +02:00
Art Lowel
bbf963424d added download attribute to full item page download links 2017-06-22 16:16:53 +02:00
Art Lowel
e12bb83441 Merge branch 'pr/116' into dso-list-component 2017-06-22 13:20:19 +02:00
Art Lowel
ac58c8c2aa replace ng2-truncate with a naive own implementation, because ng2-truncate isnt compatible with the AoT build 2017-06-22 13:03:54 +02:00