Commit Graph

2818 Commits

Author SHA1 Message Date
Mark H. Wood
1d3a20cfd4 [DS-2707] Throw an exception if a working directory cannot be created, report it in UI.
Add lots of debug logging, including duplication of some console
output that of course won't appear when running in a webapp.

Also realigned some nearby code that was hard to read.
2016-11-22 11:49:57 -05:00
helix84
a60a1f61e8 Merge branch 'master' into DS-3363-csv-import-error-messages 2016-11-14 18:04:18 +01:00
Ivan Masár
0b0fab6404 javadoc fixme, whitespace fixes 2016-11-13 19:18:13 +01:00
Mark H. Wood
d1f321f345 Clean up remaining doclint errors and warnings.
Throughout dspace-sword I was baffled by the validation aspect, so
you'll see lots of "UNKNOWN.  PLEASE DOCUMENT." that I wrote just to
shut doclint up.  If you know how this works, please amend my
placeholders.
2016-11-11 11:48:17 -05:00
Ivan Masár
269af71afb javadoc (doclint) and whitespace fixes
includes whitespace fixes as per Coding Conventions
2016-11-10 13:34:37 +01:00
Mark H. Wood
5ff4ccfedc After 6.0 release: move master to 7.0-SNAPSHOT 2016-10-28 10:15:54 -04:00
Pascal-Nicolas Becker
f53f3e45cc Revert "prepare for next development iteration"
This reverts commit 543d2098ca.
2016-10-24 17:30:24 +02:00
Pascal-Nicolas Becker
543d2098ca prepare for next development iteration 2016-10-24 16:45:36 +02:00
Pascal-Nicolas Becker
c17f85e4b3 [maven-release-plugin] prepare for next development iteration 2016-10-24 14:40:29 +02:00
Pascal-Nicolas Becker
0fea174368 [maven-release-plugin] prepare release dspace-6.0 2016-10-24 14:40:21 +02:00
Ivan Masár
244ec0c214 DS-3363 CSV import error says "row", means "column" 2016-10-24 09:48:24 +02:00
Mark H. Wood
65b76da6e8 [maven-release-plugin] prepare for next development iteration 2016-10-14 13:19:39 -04:00
Mark H. Wood
37bd1743ed [maven-release-plugin] prepare release dspace-6.0-rc4 2016-10-14 13:19:33 -04:00
Mark H. Wood
a792d83b81 Merge pull request #1555 from 4Science/DS-3345
DS-3345 Add sql script from dspace 5.6
2016-10-12 12:51:23 -04:00
Pascal-Nicolas Becker
e70d1622a2 Merge pull request #1526 from lap82/DS-2604-porting-cc
DS-2604 port XMLUI's approach to query Creative Commons service (via REST) to JSPUI
2016-10-12 17:40:16 +02:00
Andrea Bollini
5d4e7db302 DS-3345 Add sql script from dspace 5.6 2016-10-10 16:42:07 +02:00
Luigi Andrea Pascarelli
f577074e69 DS-3346 change and remove deprecated setIgnoreAuthorization in favour of turnOff/restore 2016-09-28 23:39:24 +02:00
Terry Brady
ebeda8cc29 Merge pull request #1536 from terrywbrady/ds3322
[DS-3322] Prevent concurrent modification exception in Undo Bulk Ingest

At +2, merging
2016-09-28 13:59:56 -07:00
Tim Donohue
d8b065e0c8 Merge pull request #1513 from isido/fix-healthcheck
[DS-3311] Fix healthcheck
2016-09-28 15:10:22 -05:00
Terry Brady
27e557bd83 Prevent concurrent modification exception 2016-09-28 10:21:21 -07:00
Luigi Andrea Pascarelli
fe624f7f67 DS-2604 add some comment 2016-09-26 19:07:47 +02:00
Tim Donohue
d872f5db03 Merge pull request #1530 from samuelcambien/DS-3339
DS-3339 possible nullpointer in ResourcePolicy$hashCode
2016-09-26 10:07:24 -05:00
samuel
b8c118a1fd DS-3339 possible nullpointer in ResourcePolicy$hashCode 2016-09-26 14:23:51 +02:00
Luigi Andrea Pascarelli
332bca78ad Merge branch 'master' into DS-2604-porting-cc 2016-09-26 11:10:24 +02:00
Ivan Masár
6fc128476d fix typos 2016-09-23 12:55:28 +02:00
Luigi Andrea Pascarelli
8feb68024b DS-2604 fix setoptionselected for placeholder option (selectchange and nolicense options) 2016-09-22 23:38:37 +02:00
Luigi Andrea Pascarelli
5ba08ade7f DS-2604 add right way to manage selected value from CC dropdown, change admin button message for add/edit CC, fix resolution of conflict 2016-09-22 21:55:43 +02:00
Luigi Andrea Pascarelli
9086a1ecf2 DS-2604 port from XMLUI to JSPUI the approach to reach the Creative Commons service (via REST API) 2016-09-22 18:02:37 +02:00
Pascal-Nicolas Becker
98c3c92e22 Merge pull request #1509 from sedici/DS-3280
DS-3280 Fix HQL Syntax at HandleDAOImpl
2016-09-21 17:56:03 +02:00
Ilja Sidoroff
2ba757104f Add note on pre-3.0 functionality to embargo check error path 2016-09-21 09:38:44 +00:00
FacundoAdorno
e761d0fbb4 DS-3280 Fix inconsistency after running 'update-handle-prefix'
The 'handle suffix' in the text_value DB column is lost
after running the 'update-handle-prefix'.
2016-09-19 14:24:47 -03:00
Luigi Andrea Pascarelli
fa87235ad9 Merge pull request #1433 from tuub/DS-3240
DS-3240: comm/coll admins misses some functions and a propper navbar.
2016-09-19 15:02:25 +02:00
Andrea Bollini
29496399da DS-3280 fix authorization and lazy proxy class cast issues 2016-09-18 16:33:12 +02:00
Andrea Bollini
69326c32f5 Merge branch 'DS-3280' of https://github.com/sedici/DSpace 2016-09-18 15:55:04 +02:00
FacundoAdorno
951a9ed18f DS-3280 Replace 'handle_id' by 'id' in HQL query
The HQL query was fixed to use the 'id' of the Hibernate entity
instead of the 'handle_id' DB column.
2016-09-15 17:27:18 -03:00
Ivan Masár
c74dfe3642 DS-3313 fix migration script 6.0_2016.07.21__DS-2775.sql 2016-09-13 15:17:54 +02:00
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
Marsa Haoua
c2ef180ef8 DS-3240: comm/coll admins misses some functions and a propper navbar. 2016-08-25 13:21:57 +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