Commit Graph

3103 Commits

Author SHA1 Message Date
kshepherd
e1b86828b4 Merge pull request #2000 from minurmin/DS-2862
DS-2862 Fix legacy embargo checks on DSpace 6
2018-05-03 18:44:55 +12:00
kshepherd
34a6625e6b Merge pull request #2012 from KingKrimmson/DS-3877-6_x
DS-3877 Trim bitstream name during filter-media comparison
2018-05-03 17:49:23 +12:00
Kim Shepherd
237e06a32e [DS-3377] Explicitly set SolrRequest.METHOD.POST for all regular calls to SolrQuery.query. Removed some debug logging. 2018-05-03 11:26:12 +12:00
Kim Shepherd
2d37722357 [DS-3377] Replace GET with POST in simple 'find dspace object' as well 2018-05-03 10:54:42 +12:00
Kim Shepherd
87300f4108 [DS-3377] Replace GET with POST in simple 'find dspace object' as well 2018-05-03 10:52:29 +12:00
Kim Shepherd
08bf1d8ece [DS-3377] Fixed missing paren in debug logging 2018-05-03 10:43:41 +12:00
Kim Shepherd
c21b2b9899 [DS-3377] Change http client method in SolrServiceImpl to POST instead of GET 2018-05-03 10:40:31 +12:00
Mark H. Wood
580ad8dff3 [DS-3895] Someone snuck a new method into BitstreamService while I wasn't looking. Patched new use of getSize(). 2018-05-02 16:06:43 -04:00
Mark H. Wood
1c911e22d8 [DS-3895] Rename Bitstream.getSize() to .getSizeBytes() 2018-05-02 15:53:48 -04:00
Tim Donohue
bdd252acc5 Remove unnecessary org.orcid.* classes (accidentally included in a previous commit) 2018-04-30 15:45:17 +00:00
Tim Donohue
51ade53ef3 Update/Refactor to use DSpace/orcid-jaxb-api (currently SNAPSHOT version) 2018-04-27 21:28:57 +00:00
Jonas Van Goolen
0cd69ef817 DS-3447 Removal of incorrectly copied <p> tag + re-add accidentally removed license header 2018-04-27 20:31:39 +00:00
Jonas Van Goolen
e768986e37 DS-3447 Removal of more unused ORCID v1 classes + commenting in new classes 2018-04-27 20:31:08 +00:00
Jonas Van Goolen
a3368dc779 DS-3447 Additional licences + Default orcid.api.url 2018-04-27 20:30:43 +00:00
Jonas Van Goolen
8f13958c2a DS-3447 Orcid v2 implementation + removal of obsolete v1 implementation 2018-04-27 20:30:28 +00:00
kshepherd
4e10c27e84 Merge pull request #2033 from kshepherd/DS-3300_coverpage_size_dspace6x_port
DS-3300: Add option to select citation page format (LETTER or A4) - dspace-6_x port
2018-04-26 09:21:53 +12:00
kshepherd
a8e2ff8c07 Merge pull request #1877 from christian-scheible/DS-3734
DS-3734 Fixed missing trigger of item last modified date when adding a bitstream
2018-04-26 07:39:37 +12:00
Ilja Sidoroff
9d0d58ab3f Add option to select citation page format (LETTER or A4) 2018-04-23 23:16:58 +00:00
Tim Donohue
d8e80e20c8 Merge pull request #2017 from kshepherd/ds-3788_dspace-6_x_port
drop indexes, update, recreate
2018-04-19 08:44:55 -05:00
kshepherd
ec307a1c78 Merge pull request #2003 from mwoodiupui/DS-3832-v6
[DS-3832] GeoIP-API(com.maxmind.geoip:geoip-api) needs to be replaced by GeoIP2 ( com.maxmind.geoip2:geoip2 )
2018-04-19 09:33:00 +12:00
marsaoua
746401bfe5 DS-3702 & DS-3703: Rebuild the old behavior of bitstreams during versioning in DSpace 6. Bitstreams are pointing to the same file on the disk and reuse the same internal id of the predecessor item's bitstreams version as long as the new bitstreams do not differ from them. Bitstream's metadata are also duplicated only for the new version of the item. (#1883) 2018-04-17 14:57:53 -05:00
Mark H. Wood
0835822359 [DS-3832] Don't spew stack traces for simple exceptions. 2018-04-17 10:20:05 -04:00
Miika Nurminen
c549d3abca DS-2862 Remove the call to legacy lifter.liftEmbargo, show legacy embargo check warnings only if the policy has no date
Even if the legacy embargo is used, lifting should be based on policies with dates so liftEmbargo call is not needed after all. If the policy has a date it is assumed to determine the embargo, even if the corresponding metadata field is set differently.
2018-04-16 09:33:53 +03:00
kshepherd
26406ec73e Merge pull request #1941 from AlexanderS/fix-xslt-ingestion-crosswalk
[DS-3822] Don't guess XML structure during ingest
2018-04-15 17:51:12 +12:00
kshepherd
ea5d27c65f Merge pull request #1867 from philip-muench/oai-embargo-fix
DS-3707, DS-3715: Fixes to item level embargo/privacy in OAI-PMH
2018-04-15 17:34:56 +12:00
kshepherd
fef9550684 Merge pull request #1914 from atmire/DS-3800
DS-3800 The metadata.hide configuration property does not take into account the boolean value assigned to it.
2018-04-15 12:34:05 +12:00
Per Broman
8aaa4695b1 [DS-3770] always uncache item after performed curation task for better performance (#1892) 2018-04-11 22:27:26 -05:00
Jacob Brown
70db7006ed drop indexes, update, recreate 2018-04-12 10:18:56 +12:00
Terry Brady
5ebe6f4b4d Merge pull request #1972 from ssolim/DS-3858-DataCiteConnector-leads-to-org.apache.http.NoHttpResponseException
DS-3858 add HttpRequestRetryHandler to DataCiteCon -- At +2, merging
2018-04-09 14:56:30 -04:00
ssolim
ae1920cb43 DS-3858: HttpClientBuilder replaces deprectated
DS-3858: Use HttpClientBuilder as the other methods were deprecated. Commit from pnbecker
2018-04-09 09:42:50 +02:00
Chris Herron
b70b170657 DS-3877 Trim bitstream name during filter-media comparison (prevent duplicate bitstream generation) 2018-04-04 09:42:04 -04:00
Mark H. Wood
f906915879 [DS-3832] Resolve dependency convergence problems. 2018-03-28 13:13:23 -04:00
Mark H. Wood
8be78e6430 [DS-3832] Fix ElasticSearch too. 2018-03-28 12:40:01 -04:00
Mark H. Wood
faf5bd1f94 [DS-3832] Recast test support classes. 2018-03-28 11:56:31 -04:00
Mark H. Wood
4ea7575e4a [DS-3832] Upgrade to GeoIP2. 2018-03-28 11:52:38 -04:00
Kim Shepherd
7bf2f36300 DS-3707, DS-3715: Final name update: removed verbose method name / test number info as per Slack discussion (we won't try to force uniqueness on JUnit assertions) 2018-03-28 10:27:50 +13:00
Kim Shepherd
f354979777 DS-3707, DS-3715: Some update to name text, appending function and test name just to ensure uniqueness (this won't look so ugly if we follow same convention for shorter method names). Line breaks added beneath while blocks. 2018-03-28 10:19:23 +13:00
Kim Shepherd
7b1010cc36 DS-3707, DS-3715: Make test assertion names more descriptive. Added an extra test case to ensure non-discoverable items are not returned by the 'discoverable' version of the find 2018-03-28 10:08:31 +13:00
Kim Shepherd
24ba583921 DS-3707, DS-3715: Add unit tests for existing findInArchiveOrWithdrawnDiscoverableModifiedSince ItemService method and new findInArchiveOrWithdrawnNonDiscoverableModifiedSince ItemService method. Tests ensure that items are returned whether withdrawn or archived, that passing the 'since' timestamp works as expected, and that we get expected results when the item is discoverable and non-discoverable 2018-03-26 10:36:17 +13:00
Miika Nurminen
1f76a54384 DS-2862 Activate legacy embargo lifter, fix conditions on embargo check warnings 2018-03-24 00:58:54 +02:00
kshepherd
d6f35fbda1 Merge pull request #1862 from Georgetown-University-Libraries/ds3713
[DS-3714] REST Collection Report - Need a paginated findByCollection call that can return withdrawn items
2018-03-16 09:51:19 +13:00
kshepherd
daee0646da Merge pull request #1845 from jrihak/shibboleth-authentication-fix
[DS-3662] DSpace 'logging in' without password or with non-existent e-mail using Shib and Password authentication
2018-03-15 11:48:47 +13:00
Philip Vissenaekens
7592f48064 DS-3800 2018-03-07 17:05:03 +01:00
Stefan
1c17e8e475 DS-3856 - foreignkey-constraint community2community_child_comm_id_fkey
Move the deletion of the parent-child relationship to the rawDelete() method.
2018-03-01 10:15:57 +01:00
ssolim
7ed10610de use StandardHttpRequestRetryHandler instead of override 2018-02-28 16:05:36 +01:00
ssolim
7ce43d4027 DS-3858 add HttpRequestRetryHandler to DataCiteCon 2018-02-28 11:30:50 +01:00
Stefan Fritzsche
17907bf442 DS-3856 - foreignkey-constraint community2community_child_comm_id_fkey 2018-02-28 11:00:54 +01:00
Tom Desair (Atmire)
a33e886cf0 Merge pull request #1848 from tuub/DS-3700
DS-3700: MediaFilterServiceImpl forgot to close an input stream.
2018-02-21 16:09:36 +01:00
Hardy Pottinger
d1edfb5f85 [DS-3839] moved the autoorient IM op to the top of the operations list, where it belongs 2018-02-19 11:17:48 -06:00
Hardy Pottinger
2c5dcf13ef [DS-3839] added op.autoOrient to ImageMagickThumbnailFilter (#1956) 2018-02-16 07:59:46 -06:00