Commit Graph

5560 Commits

Author SHA1 Message Date
Mark H. Wood
82a26830d2 [DS-2159] Remove XPDF-based filters and configuration 2016-02-05 20:48:04 -05:00
Tim Donohue
ded72b5e28 Merge pull request #1271 from Georgetown-University-Libraries/ds-3032
[DS-3032] Integrate config service properties into ShibAuthentication
2016-02-04 09:21:04 -06:00
helix84
8d12b313b5 Merge pull request #1264 from helix84/DS-3016-upgrade-dependencies_building-only
DS-3016 upgrade dependencies before 6.0 release (2)
2016-02-03 22:37:21 +01:00
Mark H. Wood
e20170e9a5 Merge pull request #1044 from mwoodiupui/DS-1837
[DS-1837] Create a separate Maven artifact for the MultiRemoteDSpaceRepositoryHandlePlugin

Note that DSpace/Remote-Handle-Resolver should be released *before* DSpace 6.
2016-02-03 15:46:35 -05:00
Terry Brady
1a99488733 remove semicolon from config prop 2016-02-03 10:03:45 -08:00
KevinVdV
8a4a775d99 [DS-3031] Remove maven warning "Cannot include project artifact ..." in the assembly step 2016-02-03 15:18:25 +01:00
Terry Brady
699fd029cc handle comma separated properties 2016-02-02 14:32:25 -08:00
Ivan Masár
3a2c5c0524 DS-3016 upgrade dependencies before 6.0 release 2016-02-02 22:05:36 +01:00
Pascal-Nicolas Becker
9bf04335e6 DS-2547: Adds a label to access restricted bitstreams in JSPUI.
This feature is configurable (using configuration property
webui.itemdisplay.label.restricted.bitstreams).
2016-02-02 12:09:09 +01:00
Ivan Masár
fb0e6b879d DS-3014 LDAP authentication not working 2016-02-01 20:05:09 +01:00
Mark H. Wood
d0bca6c1bf [DS-3010] Correct configuration names. 2016-01-29 15:18:12 -05:00
Mark H. Wood
f783cb4a4f Merge pull request #1104 from tdonohue/DS-2654-common-config
DS-2654: Enhanced Configurations via Apache Commons Configuration
2016-01-29 13:49:03 -05:00
Hardy Pottinger
204d139c90 Merge pull request #994 from ufal/DS-2659
DS-2659 new extensible platform health check reports with emailing
2016-01-28 16:55:03 -06:00
Mark H. Wood
44be2a56aa [DS-1837] Pull remote Handle resolver out of DSpace and into a separate project 2016-01-27 16:37:31 -05:00
Jonas Van Goolen
6656f853ed DS-2880 Pubmed docs + Mirage 1 integration 2016-01-27 16:19:55 +01:00
rradillen
7dd5a3d982 mirage 2 not as default theme 2016-01-27 16:19:55 +01:00
philip Vissenaekens
002b8783bf DS-2880: Pubmed integration into XMLUI submission 2016-01-27 16:19:55 +01:00
Ondřej Košarko
9023196aec healthcheck command email template 2016-01-27 15:18:59 +01:00
Tim Donohue
10dfea2e6a Merge pull request #1235 from tdonohue/DS-2187-remove-lucene
DS-2187 : Remove Lucene search support
2016-01-25 16:18:17 -06:00
Tim Donohue
900cb68209 Remove ALL lucene references from JARs. (NOTE: Lucene will still get pulled into DSpace though via Solr) 2016-01-25 15:29:28 -06:00
Tim Donohue
f37fb83537 Rebase again, and add explanatory comments for new DSPR#801 config 2016-01-25 14:45:30 -06:00
Tim Donohue
c9333b9102 Bug fix from previous commit. Accidentally added back in a non-existing config file 2016-01-25 14:36:44 -06:00
Tim Donohue
b45194de37 Minor bug fixes. Ensure controlpanel settings are loaded property (PR #970), and fix 'dspace dsprop' command which is useful in testing. 2016-01-25 14:36:41 -06: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
eb2f1c8ace Refactor REST API and code from PR #1239 to use ConfigurationService and PluginService. Rename rest.cfg configs to use proper prefixing. 2016-01-25 14:36:34 -06:00
Tim Donohue
80cfa2001d Reenable Ant filtering of specific configs which cannot utilize Commons Config. Also fix/cleanup Solr's log4j configuration. 2016-01-25 14:36:32 -06:00
Tim Donohue
92df20eeee Re-enable web.xml filtering in Maven POMs. It's necessary for running/debugging webapps in IDEs 2016-01-25 14:36:29 -06:00
KevinVdV
cdfae97f11 Allow the local cfg to be filtered by maven 2016-01-25 14:36:27 -06:00
Tim Donohue
2538399c07 Minor bug fixes. Move bean definition to -services and ensure proper imports 2016-01-25 14:36:24 -06:00
KevinVdV
0d79a7109a Create factory to retrieve an instance of the "configurationService" object 2016-01-25 14:36:22 -06:00
Tim Donohue
85e27d5309 Fix comment 2016-01-25 14:36:19 -06:00
Tim Donohue
08d3e961be Configuration cleanup. Restore authentication.cfg. Add example of configuring AuthN to local.cfg. Move default logging settings to dspace.cfg. Uncomment all module configs 2016-01-25 14:36:17 -06:00
Tim Donohue
4f1df7bbd0 Remove unnecessary filtering 2016-01-25 14:36:14 -06:00
Tim Donohue
1afaadb89f Remove more filtering from POMs. No longer used. 2016-01-25 14:36:12 -06:00
Tim Donohue
ab52dfc3d0 Correct build.xml, make it backwards compatible with old versions 2016-01-25 14:36:10 -06:00
Tim Donohue
c75e5bc578 Ignore local.cfg by default. Provide an EXAMPLE. Make sure Maven assembly handles local.cfg. Make sure Ant build reads local.cfg 2016-01-25 14:36:08 -06:00
Tim Donohue
ab8960ad3f Add back in log4j initialization via a new LoggerServiceImpl which loads configs from Commons Configs 2016-01-25 14:36:06 -06:00
Tim Donohue
2f7e41d31f Stop filtering configs during Maven assembly or Ant build 2016-01-25 14:36:04 -06:00
Tim Donohue
9d2af78158 Update Hibernate configuration to load dynamic settings via Spring / ConfigurationService. Add default DB settings back to dspace.cfg 2016-01-25 14:35:57 -06:00
Tim Donohue
9851ff5f9e Remove build.properties and replace it with a "local.cfg" which can override configs as needed. 2016-01-25 14:35:55 -06:00
Tim Donohue
fbcd3634f4 Stop filtering properties in all POMs. With Commons Config, we'll load them dynamically 2016-01-25 14:35:53 -06:00
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
44a6baa0e8 Refactor several beans (and related classes) to use ConfigurationService on init once it is injected. 2016-01-25 14:35:36 -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
257248e362 Rewrite ConfigurationManager to wrap ConfigurationService. Removal of "dspace-config" and "dspace.configuration" system/servlet params 2016-01-25 14:35:15 -06:00
Tim Donohue
5d6b6827e5 Initial refactor commit. Swap out DSpaceConfig/ServiceConfig for Apache Commons Configuration 2016-01-25 14:35:00 -06:00
Tim Donohue
f549eedf7b Merge pull request #801 from TAMULib/5x_search_result_export_metadata
DS-1262 CSV export of search results in XMLUI
2016-01-25 14:21:07 -06:00
Mark H. Wood
e6ac38ecdd [DS-1837] Copy the JAR to the installer 'lib' directory. 2016-01-22 14:35:22 -05:00
AmberPoo1
e036315353 Correct dcterm "dcterms.conformsTo" in registry configuration
Resolved: DSpaceDS-2998, Incorrect metadata element
"dcterms.comformsTo" in dspace registry configuration.
Ticket in the Space Issue Tracker: DS-2998
2016-01-21 17:22:55 -05: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