Commit Graph

174 Commits

Author SHA1 Message Date
Tim Donohue
fadfa351dd Fix JSP reference to old PluginManager. Update comments referencing PluginManager. Remove old plugin.reusable.* configs as they are no longer needed 2016-01-25 14:35:49 -06:00
Tim Donohue
a428d5a24e Prepend all configs with module name (to ensure unique keys). Load all module configs from dspace.cfg via "include" statements. 2016-01-25 14:35:23 -06:00
Tim Donohue
ca4999149d Merge pull request #970 from ufal/DS-2625
DS-2625 Extendable control panel
2016-01-21 13:47:17 -06:00
Mark H. Wood
3b34ae04f4 Merge pull request #1019 from mwoodiupui/DS-2463
[DS-2463] iplists.com-non_engines.txt is outdated and slow
2016-01-20 15:55:03 -05:00
Jozef Misutka
d2f9fb5104 DS-2659 : introducing new extensible health check platform emailing reports on a regular basis 2016-01-16 23:14:52 +01:00
Ondřej Košarko
f00dd73c05 Extendable control panel 2016-01-16 20:49:46 +01:00
Terry Brady
d76f5696de Re-assemble pull request 2016-01-13 13:15:53 -08:00
Terry Brady
256c301d51 hierarchy command 2015-12-02 15:14:14 -08:00
Pascal-Nicolas Becker
90a075402a DS-2879: Adds configuration to suppress notifications on returned tasks. 2015-11-12 17:23:50 +01:00
Mark H. Wood
014128bf2e [DS-2463] Remove stale spider file; don't poll to update it; extract interesting UA patterns. 2015-10-18 08:43:37 -04:00
Patricio Marrone
9e1f527680 [DS-2744] Revert to default behaviour
This patch comments out the configuration line, so the current
behaviour is kept (i.e. the baseUrl is calculated from the request).

A convenient comment is added to the config/modules/oai.cfg file
explaining this.

Expected results:
- After an install, the line defining dspace.oai.url is commented out.
  The user is able to explicitly configure it as needed.
2015-09-10 14:59:41 -03:00
Patricio Marrone
db556d1d7a [DS-2744] Accept dspace.oai.url configuration paramenter as the oai baseUrl
This patch reintroduces the dspace.oai.url parameter to the configuration
file that was not being honored by the DSpaceRepositoryConfiguration class
when XOAI got introduced. The configuration parameter is still documented [1]

Now the DSpaceRepositoryConfiguration class fetches this parameter, and falls back
to the previous behavior when the dspace.oai.url parameter, with a
warning.

[1] https://wiki.duraspace.org/display/DSDOC6x/Configuration+Reference
2015-09-10 14:59:25 -03:00
Davor Cubranic
8145ded0d2 Fix the name of the master authentication config file
It's 'authentication.cfg', not 'authenticate.cfg'.
2015-06-29 13:09:43 -07:00
Tim Donohue
683a2fdb83 DS-2483 : Fix mispelling of "sword.compatibility"
https://jira.duraspace.org/browse/DS-2483
2015-03-03 14:34:34 -06:00
Pascal-Nicolas Becker
28157db070 DS-2402: Adding to empty lines to fix ant problems. 2015-01-13 12:33:13 +01:00
Pascal-Nicolas Becker
7f9939b7b0 Changing a copy and paste comment. 2015-01-13 12:32:53 +01:00
Pascal-Nicolas Becker
193418bd95 Content Negotiation should be switched off by default. 2014-11-21 12:03:31 +01:00
Peter Dietz
0f612d7edb DS-2269 Move Elastic Search schema to a resources file, and out of java 2014-11-07 14:20:30 -05:00
rradillen
18deabb4a3 DS-1820 Introduction of URL validators in SolrServiceImpl breaks .local urls 2014-11-03 16:46:10 +01:00
Peter Dietz
1213e47569 Remove extra log statements from Citation PDF generator 2014-10-28 01:13:08 -04:00
Peter Dietz
30b770f2b5 Make citation PDF text configurable: header, metadata fields, footer 2014-10-28 01:13:08 -04:00
Peter Dietz
2c0595d5ca DS-2175 Citation PDF initial implementation 2014-10-28 01:13:08 -04:00
Ivan Masár
fd1f914ec1 Add PlumX 2014-10-21 14:26:55 +02:00
Mark H. Wood
25166c8cf5 Make identifier metadata field name configurable 2014-10-21 14:26:25 +02:00
Mark H. Wood
f994b25449 Rename module configuration to be a little less generic 2014-10-21 14:26:25 +02:00
Mark H. Wood
dc0daa6b37 Add Altmetric.com badging 2014-10-21 14:26:25 +02:00
helix84
4e1c740f89 Merge pull request #612 from atmire/DS-2049-proper
DS-2049: DSpace ORCID (proper pull request)
2014-10-21 00:23:37 +02:00
KevinVdV
b88ca8fd11 Adding missing configuration file 2014-10-20 13:54:34 +02:00
Robin Taylor
a8a2b934bb DS-2108 Small correction to the instructions 2014-10-20 11:43:11 +01:00
Robin Taylor
27ee88bc1d DS-2108 Give the Service Account permission to read your GA data 2014-10-20 11:43:11 +01:00
Robin Taylor
7914522c51 DS-2108 Hopefully improved the instructions in google-analytics.cfg 2014-10-20 11:43:11 +01:00
Robin Taylor
6101bc8cdb DS-2108 Add an XMLUI aspect to report Google Analytics stats
Conflicts:
	dspace-api/pom.xml
2014-10-20 11:42:18 +01:00
Pascal-Nicolas Becker
fc324dba54 Uses DSpace Repository Ontology from digital-repositories.org. 2014-09-22 18:08:53 +02:00
Pascal-Nicolas Becker
dfe6c7460b The DSpace Matadata Mapping vocabulary moved to digital-repositories.org 2014-09-11 14:51:51 +02:00
Pascal-Nicolas Becker
4b250862fc Enhanced and renamed the DSORelationsConverterPlugin into SimpleDSOR...
Renamed the DSORelationsConverterPlugin into
SimpleDSORelationsConverterPlugin.
Overhault the Plugin: it can be configured now and it can create
multiple links per DSO Relation.
2014-09-11 11:42:36 +02:00
Pascal-Nicolas Becker
c3f05df7fe Export the repository's contents as RDF into the Semantic Web.
This commits adds a module dspace-rdf. The module will convert the
metadata stored in DSpace into RDF. The converted data will be provided
over a webinterface and a SPARQL endpoint.
2014-09-11 11:42:36 +02:00
Hardy Pottinger
ec06834491 Merge pull request #469 from tuub/DS-1906
DS-1906: Adds configurable option to reconvert shibboleth attributes.
2014-07-03 14:15:38 -05:00
Ivan Masár
46a63583cf fix typos 2014-06-27 13:32:12 +02:00
Pascal-Nicolas Becker
7e6b805e32 DS-1906: Adds configurable option to reconvert shibboleth attributes. 2014-02-07 19:11:29 +01:00
kstamatis
4b001ce63a submission lookup: remove unwanted config file 2013-12-01 09:29:34 +02:00
Ivan Masár
6877ab67a6 fix a bunch of typos 2013-11-13 23:01:50 +01:00
Andrea Schweer
e16b9b4f12 Fix config default value / docs: directory not URL
Ensure that the suggested default setting for the "failed package directory" is
actually a directory (as expected by the code that uses this setting) and
matches the value of this setting in the official DSpace documentation. Both
for v1 and v2 of the SWORD server.
2013-11-04 17:26:34 +13:00
Tim Donohue
89f7798450 Normalize incorrect line endings in two files 2013-10-31 14:32:27 +00:00
Peter Dietz
eb1902ae7f Merge pull request #356 from AnjaLeBlanc/DS-1719
DS-1719 Added statistics recording to Jersey-REST API
2013-10-28 13:58:49 -07:00
Anja Le Blanc
6d8417c9af Added statistics recording to API
(required changes in DSpace API!)

Also some changes to make REST API work better with XML output.
Added Checksum and sequenceId to Bitstream.
2013-10-23 14:17:01 +01:00
Pascarelli Luigi Andrea
fee39a913e Added specific configuration file for submission lookup 2013-10-22 18:43:26 +02:00
Richard Jones
e2ba8d5f69 Merge pull request #331 from richard-jones/master
SWORDv2 version for DSpace4
2013-10-21 06:04:45 -07:00
Andrea Bollini
c8719e451f Merge pull request #319 from lap82/porting-versioning-jspui
[DS-1687] Porting Item Versioning to the JSPUI
2013-10-18 10:30:00 -07:00
Richard Jones
cdba10a28e port latest swordv2 version to DSpace 2013-10-16 10:34:50 +01:00
Ivan Masár
e41d5818df DS-1690 assign DSpace group based on LDAP attribute value 2013-10-07 16:33:21 +02:00