Tim Donohue
e2dd1089c9
[maven-release-plugin] prepare release dspace-5.4
dspace-5.4
2015-11-09 14:33:33 -06:00
Peter Dietz
8809150e66
Merge pull request #1116 from arnodb/rest-dto-sanity-5_x
...
DS-2829: Add the logo setter to the Community DTO - 5_x
2015-11-06 11:32:40 -05:00
Jonas Van Goolen
1fd2723848
Addition of spacing to fix gear icon sticking to results
2015-11-06 10:17:09 -06:00
Jonas Van Goolen
454f40b3f4
DS-2637 Retention of offset when changing the rpp
...
The offset which was obtained before changing the rrp is kept instead of snapping to first page
Based on the jira-ticket + comment
https://jira.duraspace.org/browse/DS-2637#comment-45376
2015-11-06 10:16:55 -06:00
Jonas Van Goolen
f05c9e794f
DS-2637 Possibility for users to configure the discovery browse page on the fly
...
Modifications to the following files:
-searchFacetFilter.java
-browse.js
-attribute-handles.xsl
-browse.xsl
,enable the user to change the pagination through the gear icon, as was already the case for other browse pages
The was an improvement based on the following Jira ticket
https://jira.duraspace.org/browse/DS-2637
2015-11-06 10:16:41 -06:00
Ivan Masár
56fc41cac3
DS-2871 fix viewport meta tag
2015-11-06 11:05:08 -05:00
Ivan Masár
0175e5edff
DS-2871 mobile theme: correct order of imports
2015-11-06 12:15:47 +01:00
Hardy Pottinger
d17886c1cd
Merge pull request #1151 from tdonohue/DS-2869
...
DS-2869 : Refactor SolrServiceImpl to always specify a list of fields for Solr to return
2015-11-05 22:27:34 -05:00
Chris Wilper
06668c363e
DS-1207 Stop throwing ResourceNotFoundException for redirects
2015-11-05 17:37:13 +00:00
Tim Donohue
4b3a07120c
DS-2869: Ensure all Solr queries specify fields to return. Refactor slightly to use global constants for objId fields. Add comments to DiscoverQuery.
2015-11-05 10:37:11 -06:00
Tim Donohue
50c4a54bd6
Remove odd characters from search schema config
2015-11-05 10:36:25 -06:00
Andrea Schweer
0aabf5d780
DS-2699 Only escape colon-space, not other characters
...
Escaping all characters with special meaning in Solr query syntax prevents
users from doing advanced searches, including those with explicit operators
(AND/OR), range queries and NOT-type queries. The colon character quite
commonly occurs in titles of research publications, where it is typically
followed by a space. Unfortunately, it's regarded as a special character by
Solr and would normally need to be escaped when it's just part of a phrase
search (not part of a fielded search). Escaping the colon character _only_ when
it's followed by a space character still allows the user to manually enter
fielded queries (eg -fulltext:[* TO *] to find all items without fulltext). At
the same time, queries where someone pastes in a publication title containing
colon-space still "just work".
2015-11-04 18:31:07 +00:00
helix84
04ce6ff2f4
Revert "DS-1821 Internationalize the bitstream access icon alt text"
2015-11-04 16:43:03 +00:00
Peter Dietz
1f8f6241c2
fix /{collection_id}/items to properly process offset parameter
2015-11-04 11:22:21 -05:00
Peter Dietz
4a2f392ed8
Merge pull request #1122 from arnodb/DS-2831-database-connections-cleanup
...
DS-2831 connections cleanup and context reuse
2015-11-04 11:14:04 -05:00
Peter Dietz
fac705ec3f
Merge pull request #1121 from arnodb/DS-2830-rest-authentication-safety
...
DS-2830 add proper synchronization in TokenHolder
2015-11-04 10:25:02 -05:00
Tim Donohue
e1263249f5
Merge pull request #1146 from tdonohue/DS-2542
...
DS-2542: Fix bug for day granularity (from zuki's PR#912)
2015-11-04 09:12:58 -06:00
Pascal-Nicolas Becker
553b1a72c5
Merge pull request #1145 from tdonohue/DS-2736
...
DS-2736 and DS-2737: Ensure all string parameters are properly escaped in results
2015-11-04 15:46:48 +01:00
Tim Donohue
6242865207
DS-2737: Escape message keys which are passed in as url params
2015-11-03 15:45:26 +00:00
Tim Donohue
59fa31641a
DS-2542: Fix bug for day granularity (from zuki's PR#912)
2015-11-03 14:47:35 +00:00
Tim Donohue
58344b610f
DS-2736: Ensure all string parameters are escaped in results
2015-11-02 22:26:23 +00:00
Andrea Schweer
563d90f7c4
[DS-2858] Revert "DS-2424 workaround for bug in xoai library. changed ref to red for Filter in Contexts"
...
This reverts commit 16b45601f1
.
The workaround is no longer needed with xoai 3.2.10.x, where the parsing bug is no longer present.
2015-11-02 21:01:35 +00:00
Andrea Schweer
131555604a
[DS-2865] Upgrade xoai dependency version & groupId
2015-11-02 20:26:03 +00:00
Andrea Schweer
fbde108024
Merge pull request #1049 from pmarrone/DS-2744-oai-base-url
...
[Ds-2744] Accept the dspace.oai.url as baseUrl for Dspace OAI
2015-11-02 22:29:36 +13:00
Andrea Schweer
2c59a9dd35
Merge pull request #1132 from tdonohue/DS-2408-5x
...
DS-2408: Fix ordering of listeners in web.xml to ensure Kernel always starts before DB migrations happen
2015-11-02 22:09:05 +13:00
Andrea Schweer
d307c56d07
DS-2698 Use all result info in browse page cache validity
...
Stepping through the code in a debugger showed that the singleEntry arrays
typically hold three entries: the metadata value in [0], the authority key (if
present) in [1] and the frequency of this metadata value in the current browse
in [2]. The validity used to take into account only [0] and [1], probably from
the old lucene browse (which didn't include frequencies).
This change ensures that the cache validity object includes all entries in the
singleEntry arrays by avoiding to pick out individual array entries.
2015-10-28 20:51:11 +00:00
Peter Dietz
1d2b954889
Merge pull request #1007 from ufal/DS-2692
...
DS-2692 REST-API /handle not reflecting updates
2015-10-28 15:29:11 -04:00
Tim Donohue
69cfc61167
DS-2408: Fix ordering of listeners in web.xml to ensure Kernel always starts before DB migrations. Add comments to others.
2015-10-28 15:51:01 +00:00
bill
b944ceb112
add left hand variable, 'fileDescription', to catch a value.
2015-10-28 15:32:15 +00:00
Jonas Van Goolen
9885ed851a
DS-2733 Erronous string comparing fix
2015-10-28 15:25:01 +00:00
Peter Dietz
52ce1eb52b
Merge pull request #1100 from akotynski/DS-2784
...
[DS-2784] jersey version changed to 1.19
2015-10-28 11:15:31 -04:00
Tim Donohue
deeef45943
Limit requiresIndexing() query to only returning the LAST_INDEXED_FIELD
2015-10-28 14:49:17 +00:00
Hardy Pottinger
ad21875ac8
[DS-2826] changed arrow characters for navigation to improve legibility,
...
increased the navigation size to be .larger
2015-10-27 17:20:05 -05:00
Arnaud de Bossoreille
4ee79a3d89
Add the logo setter to the Community DTO
...
That fixes potential deserialization issues.
This is covered by a test on the generated JAXB schema.
2015-10-22 22:21:23 +02:00
Arnaud de Bossoreille
c01c3af153
DS-2831 connections cleanup and context reuse
2015-10-22 17:28:41 +02:00
Arnaud de Bossoreille
f493a475fd
DS-2830 add proper synchronization in TokenHolder
2015-10-22 17:02:57 +02:00
Hardy Pottinger
a3a5f562c9
[DS-2706] removing configuration for more lib folders in authority solr config (dist and contrib) to match Discovery/search solr config
2015-10-21 17:49:45 +00:00
Hardy Pottinger
3479b0a254
[DS-2706] removing more unused lib configurations from authority solr config
2015-10-21 17:49:35 +00:00
Hardy Pottinger
39289b6762
[DS-2706] removing more unused lib configurations from authority solrconfig
2015-10-21 17:49:24 +00:00
Hardy Pottinger
edf7ea6524
removed unused example lib folders from the Authority Solr config
2015-10-21 17:49:14 +00:00
Pascal-Nicolas Becker
2045fee8ab
Fixes html5 file upload during workflow (if allowed by configuration).
2015-10-21 17:47:30 +00:00
Christian Scheible
bac9beaffa
[DS-2813] fixed NullPointer in submission lookup if pubmed is down.
2015-10-19 13:44:11 +02:00
Mark H. Wood
569ad5f546
[DS-2502] Correct some dependencies to prevent pulling in servlet-api
2015-10-16 19:32:05 +00:00
Andrea Schweer
b465f26646
[DS-2591] Fix link to respond.min.js
2015-10-16 13:46:43 +02:00
Andrea Schweer
ad19c3aeb6
[DS-2592] Fix OpenUrl description.xml link
2015-10-16 08:09:58 +02:00
Hardy Pottinger
34c20d49ad
[DS-2790] removed duplicate log4j config lines for Solr
2015-10-13 14:14:24 +00:00
aleksanderkotbury
eaa08adb62
[DS-2784] jersey version changed to 1.19
2015-10-09 16:55:13 +02:00
Peter Dietz
15f3c247bc
DS-2740 Conditionally show publisher for sherpa romeo, if present
2015-10-08 09:54:17 +02:00
Brad Dewar
2a44765f39
Add dc.creator to qdc.xsl output
2015-10-07 19:41:39 +00:00
Brad Dewar
87c34f1f1c
Add dc.creator to qdc.xsl output
2015-10-07 19:41:29 +00:00