Commit Graph

9437 Commits

Author SHA1 Message Date
Tim Donohue
6b790a3c21 Merge pull request #1505 from tdonohue/fix_unit_test
Fix failing test from changes in PR#1495
2016-08-31 15:08:05 -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
Pascal-Nicolas Becker
4f28d59422 Change default configuration for submitterCanCreateNewVersion. 2016-08-26 14:07:57 +02:00
Ilja Sidoroff
ee1a31d7f9 Merge remote-tracking branch 'upstream/master' 2016-08-26 06:22:39 +00:00
Ilja Sidoroff
6404308d9d Merge branch 'citation-page-fix-temp-path' 2016-08-26 06:20:16 +00:00
Bill Tantzen
e278917bef replaced call to Boolean.getBoolean() (always returns false) with Boolean.valueOf()
Conflicts:
	dspace-xmlui/src/main/java/org/dspace/app/xmlui/aspect/artifactbrowser/SendItemRequestAction.java
2016-08-25 17:29:07 +00:00
LuizClaudioSantos
053b19b637 Solving the issue DS-3193 2016-08-25 17:15:25 +00: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
Marsa Haoua
c2ef180ef8 DS-3240: comm/coll admins misses some functions and a propper navbar. 2016-08-25 13:21:57 +02:00
Pascal-Nicolas Becker
8321527f74 Merge pull request #4 from lap82/DS-1814
[DS-1814] remove deprecated ConfigurationManager in favour of Configu…
2016-08-25 10:16:00 +02:00
Andrea Bollini
9deb9ed57f Merge pull request #1488 from robintaylor/DS-2948
DS-2948 : Set Solr captureAttr to true when indexing full text
2016-08-24 18:51:43 +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
Tim Donohue
323fe1707b Merge pull request #1499 from 4Science/DS-3295
DS-3295 fix MultiFormatDateParserTest failure on not English VM
2016-08-22 08:55:43 -05: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
0db78afa2c [DS-1814] fix logic into for each iteration (remove the version from the identifier not the item self) 2016-08-20 20:26:31 +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
bbe9f23ef9 Merge pull request #1492 from tdonohue/DS-3290
DS-3290: Revert yuicompressor back to v 2.3.6
2016-08-19 16:32:33 -04: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
c061898b07 Merge pull request #4 from Georgetown-University-Libraries/DS-3209A
use additional prefixes
2016-08-15 15:47:19 -07:00
Terry Brady
f5c4fbce69 Support additional prefixes 2016-08-15 15:31:02 -07:00
Tim Donohue
1578503a2d DS-3290: Revert yuicompressor back to v 2.3.6 2016-08-15 19:13:04 +00:00
helix84
28fd9a0533 Merge pull request #1490 from tdonohue/DS-3288
DS-3288: Fix CSV export to use valueSeparator between values instead of fieldSeparator
2016-08-15 16:27:27 +02:00