Commit Graph

22 Commits

Author SHA1 Message Date
Mark H. Wood
f36ce778fb Invent 'solr.multicorePrefix' to distinguish multiple DSpace instances running against a single Solr instance. #8129 2022-02-03 08:48:33 -05:00
Tim Donohue
e6898ddf77 Minor code cleanup. Remove any references to BTE, XMLUI and JSPUI from 7.x codebase 2021-08-02 16:48:54 -05:00
Tim Donohue
b116c55714 Refactor code to remove the need for a "hostname" configuration. 2020-02-13 13:40:35 -06:00
Tim Donohue
c55f29de6a Replace dspace.hostname with dspace.ui.hostname. Enhance descriptions of how/where configs are used 2020-02-13 13:40:34 -06:00
Tim Donohue
e8180f11cb Replace all usages of dspace.url with either dspace.ui.url or dspace.server.url (depending on use case) 2020-02-13 13:40:33 -06:00
Tim Donohue
5e3e9b8f9d Replace all usages of dspace.baseUrl with either dspace.server.url or dspace.ui.url (depending on use case) 2020-02-13 13:40:23 -06:00
Andrea Bollini
7648e099ae DS-4367 fix comments about baseUrl 2019-10-17 17:58:39 +02:00
Tim Donohue
4938eb7f42 Configuration fixes. Add missing oai.cfg properties. Default dspace.baseUrl to single webapp path. 2019-05-10 15:25:07 -05:00
Kim Shepherd
6d40a57df7 [DS-4136] Apply same changes as dspace 6.x version (PR #2320); replace xoai services configurationservice with proper DSpace configuration service; and replace all instances of legacy configuration manager with proper DSpace configuration service 2019-01-19 10:33:00 +13:00
Tim Donohue
7ea74d8b0d Found an overlooked configuration needing renaming. "dspace.oai.url" is now simply "oai.url" in oai.cfg. Fixed references elsewhere & updated them to use ConfigurationService 2016-01-25 14:36:37 -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
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
Ivan Masár
6877ab67a6 fix a bunch of typos 2013-11-13 23:01:50 +01:00
lyncodev
40e029fde0 Now a new version of the xoai toolkit must be released 2013-05-20 03:04:00 +01:00
Lyncode
529919a34d Harvesting configurations added 2012-12-06 17:38:50 +00:00
Lyncode
99f6e9261a XOAI configuration directory moved 2012-09-27 19:13:37 +01:00
Lyncode
2442601073 OAI 2.0 (a.k.a XOAI) integrated into DSpace 3.0 (squashed) 2012-09-03 10:38:09 +02:00
Ivan Masár
4e77d36bb3 fix another bunch of typos 2012-06-13 17:06:52 +02:00
Tim Donohue
eae5ddf3d7 Comment changes: Updating the configurations files in "[src]/dspace/config/module/" to have a common header style which explains the purpose of the configuration file. Several config files had no/minimal context information, others were just reformatted slightly.
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6799 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-10-11 20:29:09 +00:00
Robin Taylor
7e4bb30be6 [DS-941] - Correct the OAI module to read the config from oai.cfg. Removed redundant parameter oai.mets.hide-provenance at the same time.
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6454 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-07-06 15:41:35 +00:00
Robin Taylor
9b105d2fbb [DS-941] Move the OAI-PMH and OAI-ORE config out of dspace.cfg
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6447 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-06-28 13:58:26 +00:00