Commit Graph

2780 Commits

Author SHA1 Message Date
Ilja Sidoroff
5061c0bb49 Removed deprecated search.dir-property; added null check for directory properties 2016-09-13 12:56:40 +00:00
Ivan Masár
f6c8475cb2 fix typos 2016-09-12 15:09:29 +02:00
Pascal-Nicolas Becker
161baecc49 [maven-release-plugin] prepare for next development iteration 2016-09-06 19:25:01 +02:00
Pascal-Nicolas Becker
7cceb2a9cc [maven-release-plugin] prepare release dspace-6.0-rc3 2016-09-06 19:23:50 +02:00
Mark H. Wood
98ae2bd071 [DS-3097] Bitstreams of embargoed and/or withdrawn items can be accessed by anyone 2016-09-01 15:06:44 -04:00
Tim Donohue
ad4d1a8de3 Merge pull request #896 from tuub/DS-1814
DS-1814: Allow submitter to create new version of their items.
2016-08-31 15:49:08 -05:00
Tim Donohue
6649263dd6 Fix failing test from changes in PR#1495 2016-08-31 14:52:16 -05:00
Tim Donohue
51d56cf654 Merge pull request #1495 from Georgetown-University-Libraries/DS-3286b1
[DS-3286] Remove clearCache() and allow uncacheEntity() on specific objects
2016-08-31 14:35:46 -05:00
Tim Donohue
4e8d76afe7 Merge pull request #1489 from tdonohue/DS-3233-handle-plugin
DS-3233: Update HandlePlugin to start/stop its own DSpaceKernel
2016-08-31 14:21:20 -05:00
Tim Donohue
1c1019c694 Merge pull request #1501 from isido/citation-page-fix-temp-path
[DS-3299] Fix temporary file path
2016-08-25 08:32:22 -05:00
Pascal-Nicolas Becker
30b21fec7b Merge pull request #1399 from Georgetown-University-Libraries/DS-3209
DS-3209 AIP Import: Extend accepted handles for supports()
2016-08-25 13:46:01 +02:00
Luigi Andrea Pascarelli
0d3c7a586a DS-1814 fix merge 2016-08-24 18:29:23 +02:00
Luigi Andrea Pascarelli
a017c7ad82 Merge branch 'master' into DS-1814
# Conflicts:
#	dspace-api/src/main/java/org/dspace/content/ItemServiceImpl.java
2016-08-24 18:24:57 +02:00
Tim Donohue
0f7f1d96e9 Merge pull request #1493 from 4Science/DS-2895
DS-2895 authorization check for item not owned by collection
2016-08-24 10:42:30 -05:00
Tim Donohue
16a5bf5ea6 Merge pull request #1471 from tdonohue/DS-3269
DS-3269: Disable Flyway out of order migrations. Also cleanup of XML Workflow enabling.
2016-08-24 10:18:36 -05:00
Tim Donohue
fbb2a6049e Merge pull request #1479 from tdonohue/DS-3277
DS-3277 : Create new 'handle_id_seq' for handle_id column. Use 'handle_seq' to mint new handles.
2016-08-24 10:14:38 -05:00
Tim Donohue
9a7181b554 Merge pull request #1494 from lap82/DS-3292
[DS-3292] Delete the Item from EditItemServlet doesn't work well
2016-08-24 10:10:22 -05:00
Ilja Sidoroff
2e7d5978d9 Fix temporary file path 2016-08-23 11:36:16 +00:00
Luigi Andrea Pascarelli
adccc13d2c Merge branch 'DS-3292' into DS-1814 2016-08-20 20:29:49 +02:00
Luigi Andrea Pascarelli
b58c6cd106 [DS-1814] add deletion in case exist a workflowitem 2016-08-20 20:27:17 +02:00
Luigi Andrea Pascarelli
2087ec2522 [DS-1814] move unbindhandle first, its fix stale exception due to the unbind identifier done after remove version (remove version itself unbind handle many times) 2016-08-20 20:23:55 +02:00
Andrea Bollini
3b56a9f85a DS-3295 fix MultiFormatDateParserTest failure on not English VM 2016-08-20 16:11:21 +02:00
Andrea Bollini
651b49e05a DS-28DS-2895 add unit test to expose the wrong behaviour
slightly renamed the method isAnInprogressSubmission in isInProgressSubmission to make it uniform with DSpace 5 and added to the service interface to allow testing and easy reuse
2016-08-20 15:41:29 +02:00
Mark H. Wood
0a677235bc Merge pull request #1348 from tuub/DS-3122
DS-3122: Make DataCite XML namespace configurable.
2016-08-19 16:30:16 -04:00
Terry Brady
bd833dca25 Comment cache removal methods added in PR 2016-08-19 09:57:03 -07:00
Terry Brady
d7d858cea0 Make additional evict() calls to hibernate cache 2016-08-18 22:36:31 -07:00
Terry Brady
14a22e476c Add additional tests, set properties explicitly 2016-08-18 18:01:43 -07:00
Terry Brady
1a0b556040 remove unneeded decl 2016-08-18 17:50:13 -07:00
Terry Brady
6178597f02 bug 2016-08-18 17:22:38 -07:00
Terry Brady
17af928b05 Call uncache item 2016-08-18 17:15:48 -07:00
Terry Brady
d64722a628 Add evict method 2016-08-18 17:10:43 -07:00
Luigi Andrea Pascarelli
c8641e5ed6 [DS-1814] remove deprecated ConfigurationManager in favour of ConfigurationService 2016-08-17 22:45:56 +02:00
Tim Donohue
dc23c51340 Minor improvements to validation of 'migrate' command. Make sure if someone enters a number, they have a chance to exit. 2016-08-17 17:46:26 +00:00
Tim Donohue
855cbbcac3 DS-2713: Cleanup. Remove unnecessary "workflow.framework" config. Comment cleanup. Make easier to enable in Spring configs 2016-08-17 17:46:26 +00:00
Tim Donohue
977b49907a DS-3269 : Turn off out-of-order migrations. Fix SQL query that wouldn't work if migrations run out-of-order. 2016-08-17 17:46:26 +00:00
Tim Donohue
4334ffdd99 Merge pull request #1464 from tdonohue/DS-3266
DS-3266 : Fix AIP restore logic for restricted items and add Integration Tests
2016-08-17 12:36:38 -05:00
Luigi Andrea Pascarelli
8a2df22233 [DS-3292] no need to iterate the owner collection, delete item in one operation 2016-08-17 16:57:21 +02:00
Andrea Bollini
5ade3cb971 DS-2895 wrap the updateLastModified call inside an ignore authorization block / move the call after that the action has been performed 2016-08-17 13:57:23 +02:00
Terry Brady
351b03a87b Use handle.original.prefixes 2016-08-16 13:17:38 -07:00
Andrea Bollini
4d11e7fd29 DS-2895 authorization check for item not owned by collection 2016-08-16 21:28:09 +02:00
Terry Brady
f5c4fbce69 Support additional prefixes 2016-08-15 15:31:02 -07:00
Tim Donohue
120c2fa6db DS-3288: Fix CSV export to use *valueSeparator* between values instead of *fieldSeparator* 2016-08-12 14:32:11 -05:00
Tim Donohue
fe1d908335 DS-3233: Update HandlePlugin to start/stop its own DSpaceKernel (needed for access to Services) 2016-08-11 16:24:18 -05:00
Tim Donohue
5281d43fa2 Merge pull request #1483 from helix84/DS-2897-deprecate-elasticsearch-stats
DS-2897 deprecate ElasticSearch Statistics
2016-08-10 11:31:25 -05:00
Tim Donohue
3def2be17a AIP Integration Test stability improvements. Make sure tests use separate temp directories for AIPs, better NPE handling for AIP parsing. 2016-08-09 14:00:07 -05:00
Mark H. Wood
66332dd973 [DS-3209] Un-hack SpringServiceManager and use a child ApplicationContext to hold our testing Bean. 2016-08-08 17:07:22 -04:00
Tim Donohue
78f6b50dea Merge pull request #1482 from jonas-atmire/DS-3279-Anonymous-group-ID-retrieval
DS-3279: Retrieval of Anonymous group's UUID for read rights query
2016-08-08 15:16:25 -05:00
Mark H. Wood
0785be55cb [DS-3209] Remove silly quotes from sample identifiers -- they cause mismatches. 2016-08-08 13:38:51 -04:00
Mark H. Wood
1a2aab04d9 [DS-3209] Tidy up the code 2016-08-08 13:38:07 -04:00
Tim Donohue
0659f1969d Merge pull request #1319 from KevinVdV/DS-2996-fix-hiearchical-community-retrieval
[DS-2996] Fix retrieval of hierarchical of communities from a collection
2016-08-08 12:07:20 -05:00