Commit Graph

9437 Commits

Author SHA1 Message Date
Tim Donohue
54a169d249 Merge pull request #1372 from tdonohue/DS-2654-fix-solrauthority
DS-2654: Add necessary prefix to commented out config
2016-04-27 13:07:26 -05:00
Tim Donohue
1e37e50885 DS-2654: Add necessary prefix to commented out config 2016-04-27 17:35:46 +00:00
Mark H. Wood
cd75d02f2f [DS-3166] Resolve DSpace hostname to address. 2016-04-27 13:26:45 -04:00
Pascal-Nicolas Becker
7fa8e482d1 Merge pull request #1368 from mwoodiupui/DS-3158
[DS-3158] 'dspace dsprop' does not do property substitution
2016-04-27 19:22:40 +02:00
Mark H. Wood
b4f7a6465e [DS-3158] Fix reverse composition when -m is given 2016-04-27 13:09:52 -04:00
Terry Brady
95e381ec11 Set default to work on demo.dspace.org
Since any one of the 3 paths could be chosen, the default will be set to work in demo.dspace.org.
2016-04-27 08:54:24 -07:00
Mark H. Wood
e981ad0746 [DS-3158] Scripts need double-dash with long options now. 2016-04-27 11:52:48 -04:00
Mark H. Wood
d475b44b36 Merge pull request #1364 from mwoodiupui/DS-3104
[DS-3104] Filter log4j configs on fresh_install too
2016-04-27 11:07:50 -04:00
Mark H. Wood
be0d578ee7 [DS-3158] Move the command method somewhere less deprecated.
This code no longer has any connection with the deprecated class
Configurationmanager, so move it now before we lose it by accident.
2016-04-26 14:39:38 -04:00
Mark H. Wood
b644471da0 [DS-3158] Give user the option not to substitute properties in the output 2016-04-26 14:07:12 -04:00
Mark H. Wood
9187f769eb [DS-3158] Less fragile option parsing, with help 2016-04-26 13:56:32 -04:00
Mark H. Wood
3eb9efc14a [DS-3158] Switch to interpolating ConfigurationService method, and DRY up the code a bit. 2016-04-26 12:28:17 -04:00
Pascal-Nicolas Becker
96af7b0e6b DS-3122: Make DataCite XML namespace configurable. 2016-04-26 13:34:29 +02:00
Terry Brady
0fe9fa8431 Control rootpath 2016-04-25 15:14:20 -07:00
Tim Donohue
d289baf6aa Move plugin versions and default config to <pluginManagement>. Minor comment addition 2016-04-25 15:18:26 -05:00
Mark H. Wood
4db4e34439 [DS-3104] Clean up work directory. 2016-04-25 16:16:10 -04:00
Tim Donohue
568437939e Ensure latest version of maven-release-plugin 2016-04-25 14:50:41 -05:00
Tim Donohue
7ba4bcbc43 DS-3095: Update Parent POM to remove Sonatype 'oss-parent'. Fix alignment of tags. 2016-04-25 14:35:23 -05:00
Kevin Van de Velde
ddab04ee3e Merge pull request #1330 from leocsilva/patch-1
[DS-850] Fields with closed vocabulary are not saved
2016-04-25 12:11:25 +02:00
leocsilva
da2191a108 Fixing string closure 2016-04-23 17:03:31 -03:00
Mark H. Wood
211b241aa1 [DS-3104] Filter log4j configs on fresh_install too 2016-04-22 23:15:13 -04:00
Pascal-Nicolas Becker
a2724615b7 [maven-release-plugin] prepare for next development iteration 2016-04-22 21:01:18 +02:00
Pascal-Nicolas Becker
58389fa23f [maven-release-plugin] prepare release dspace-6.0-rc1 dspace-6.0-rc1 2016-04-22 21:01:00 +02:00
Pascal-Nicolas Becker
e285f6a3c4 Increment the language pack dependencies to require at least 6.0.0 2016-04-22 19:59:58 +02:00
Pascal-Nicolas Becker
1d278faa20 Merge pull request #1363 from tuub/DS-3107
DS-3107: NewsService should allow localized news files
2016-04-22 19:59:35 +02:00
LuizClaudioSantos
dc45980a5b Using dependency injection to get a instance of ConfigurationService 2016-04-22 18:29:32 +02:00
LuizClaudioSantos
60f245854d Adding the changes suggested by Pascal-Nicolas Becker and Claudia Jurgen. 2016-04-22 18:29:32 +02:00
LuizClaudioSantos
a82d0e5a1a Fix [DS-3107] - add all news locales files added in the local.cfg(webui.supported.locales) 2016-04-22 18:29:32 +02:00
Pascal-Nicolas Becker
aeb22c3534 Merge pull request #1197 from tuub/DS-2924
DS-2924: Fix DIM2DataCite crosswalk and update to DataCite Schema 3.1
2016-04-22 18:27:19 +02:00
Hardy Pottinger
d568b5da96 Merge pull request #932 from CICBA/DS-2553
Fixed problem in DS-2553 -'DCInputAuthority cannot return the label of a...
2016-04-22 11:15:06 -05:00
Hardy Pottinger
9a6e247cf5 Merge pull request #1174 from KevinVdV/DS-2900-thread-save-date-format-fix
[DS-2900] Java date format usage as static variable is not thread safe
2016-04-22 11:13:31 -05:00
Hardy Pottinger
81200bfafe Merge pull request #1200 from aschweer/DS-2925-sherpaservice-timeout
Ds 2925 sherpaservice timeout
2016-04-22 11:11:48 -05:00
Hardy Pottinger
5bc017c006 Merge pull request #1361 from KevinVdV/DS-3138-jspui-remove-member-from-group
[DS-3138] JSPUI Exception when a EPerson is removed from a Group
2016-04-22 11:02:59 -05:00
Hardy Pottinger
8504cfa64c Merge pull request #1360 from tdonohue/DS-3104
DS-3104: Fix log4j's issues with finding log directory via commandline
2016-04-22 10:56:55 -05:00
Tim Donohue
82263fbb75 Merge pull request #1362 from tdonohue/update-readme-licenses
Update README and LICENSES_THIRD_PARTY
2016-04-22 10:18:11 -05:00
Tim Donohue
7abd3fa5fd Merge pull request #1359 from mwoodiupui/DS-3139
[DS-3139] dspace-oai has conflicting, missing, unused dependencies
2016-04-22 10:14:23 -05:00
Tim Donohue
69780483dc Update LICENSES_THIRD_PARTY for DSpace 6 dependencies. Change year in LICENSE 2016-04-22 10:03:56 -05:00
Tim Donohue
c7387acf52 Update README and change to markdown format for GitHub 2016-04-22 10:03:37 -05:00
mjmarttila
c1b2772b31 METSRightsCrosswalk ingest(...) Policy Logic Refactoring
Consolidation/refactoring of the ingest() method logic to address NPEs
and incorrect behavior when importing certain objects (e.g. a collection
with an rpName and association to a non-Admin/non-Anonymous group).
2016-04-22 10:53:02 -04:00
KevinVdV
bb6d19f410 [DS-3138] JSPUI throws ConcurrentModificationException when a EPerson is removed from a Group 2016-04-22 10:50:37 +02:00
Tim Donohue
efa96af2fc Merge pull request #1192 from KevinVdV/DS-2918-fix-self-assigned-variable
[DS-2918] Fix self assigned variable in MetadataWebService
2016-04-21 15:42:45 -05:00
Tim Donohue
d756be2263 Stop loading all configurations for log4j initialization 2016-04-21 15:02:32 -05:00
Tim Donohue
eae20d38d1 Filter all log4j files via Ant. Move log.dir and other logging settings to log4j.properties, and similar. 2016-04-21 15:02:13 -05:00
Tim Donohue
1a46165c75 Merge pull request #1287 from helix84/DS-3052-pdfbox-improvements
DS-3052 improvements to PDFBox-based code
2016-04-21 12:23:53 -05:00
Pascal-Nicolas Becker
1bc28df1fb Merge pull request #1358 from tuub/DS-3136
DS-3136: Prevent the occurrence of internal server error while adding a bitstream to an item if the upload button is pressed without selecting a file
2016-04-21 18:06:10 +02:00
Pascal-Nicolas Becker
ccab58e0aa Merge pull request #1354 from DylanMeeus/DS-3123-privacy-settings-xmlui
DS-3123: Respect privacy settings in XMLUI
2016-04-21 17:58:47 +02:00
Mark H. Wood
cbc53cac75 [DS-3139] Fix double SLF4J backend, align other dependencies more closely with reality. 2016-04-21 11:56:21 -04:00
Mark H. Wood
5ab9a2e778 [DS-3139] Exclude dependency of dependency, that should have been declared test-scoped. 2016-04-21 11:54:11 -04:00
Hardy Pottinger
ab6fc2fc5c Merge pull request #1352 from KevinVdV/DS-3125-submitter-cannot-bitstreams
[DS-3125] Submitters cannot delete bistreams of workspaceitems
2016-04-21 10:49:25 -05:00
dylan
29935532b3 place removed comment back 2016-04-21 17:41:19 +02:00