Commit Graph

5092 Commits

Author SHA1 Message Date
Hardy Pottinger
708b93ef6d Merge pull request #104 from tdonohue/Maven-POM-cleanup
Have confirmed this all works as advertised by pulling the branch to my working copy. Merging this request.
2012-10-19 13:21:08 -07:00
Tim Donohue
9a18cc328e In dspace-parent POM, move plugin versions/settings to <pluginManagement> section if they should be *inherited* by submodule POMs. Also change LICENSE_HEADER to be a local reference (instead of HTTP URL, since GitHub is very slow to provide that file & sometimes times out). 2012-10-19 14:14:12 -05:00
Tim Donohue
67d8f99c0d dspace-services POM was missing a dependency on dspace-jmockit. This fixes a dspace-services error that occurred when you build & test with an empty ~/.m2/ 2012-10-19 11:17:07 -05:00
Tim Donohue
9f7514c5eb Merge remote-tracking branch 'upstream/master' into Maven-POM-cleanup 2012-10-19 10:40:06 -05:00
Robin Taylor
cf7f97bd81 Merge pull request #106 from atmire/DS-1280
[DS-1280] Downgrade spring version to circumvent a spring issue that causes the DSpace unit tests to fail
2012-10-19 02:20:25 -07:00
KevinVdV
2800c8339c [DS-1280] Downgrade spring version to circumvent a spring issue that causes the DSpace unit tests to fail 2012-10-19 10:58:38 +02:00
Tim Donohue
1dffdfdea4 Fix for DS-1340. Cleanup of the OAI 2.0 related POMs so that they are in line with current POM structure. Added some extra comments to the dspace/pom.xml which has some OAI 2.0 stuff in it too. 2012-10-18 16:52:46 -05:00
Tim Donohue
143591ed98 Cleanup POM Dependencies. Remove dependeny <version> tags from submodule POMs when the version is already specified by dspace-parent POM. Also ensure all 'servlet-api' dependencies have a <scope>provided</scope> as they should. 2012-10-18 14:07:29 -05:00
Tim Donohue
fff69e86b6 Cleanup whitespace in POMs. THIS COMMIT CHANGES NO ACTUAL CODE/SETTINGS. All it does is cleanup whitespacing / spacing in POMs that really need some extra love. 2012-10-18 13:00:14 -05:00
Tim Donohue
127313e25c DS-1338 - Fix misleading names/descriptions in Maven POMs. All Maven projects now have consistent & straightforward names. 2012-10-18 12:30:47 -05:00
Tim Donohue
1cdd1c8786 Merge pull request #101 from atmire/DS-1325
[DS-1325] Every Item page has an HTML <title> of "Version History"
2012-10-17 13:34:51 -07:00
Tim Donohue
8357af0d52 Merge pull request #96 from atmire/DS-1281
[DS-1281] XMLWorkflow throws NullPointerException on "Assign Roles" when not enabled
2012-10-17 13:33:21 -07:00
Mark H. Wood
e4e07f5635 [DS-1331] test of 1-argument getCountryName() should get expected value from default locale 2012-10-17 10:12:27 -04:00
Ivan Masár
fe86e458e2 updating an outdated link 2012-10-17 14:19:40 +02:00
KevinVdV
d22ffc7adf [DS-1325] Every Item page has an HTML <title> of "Version History" 2012-10-17 12:34:13 +02:00
Tim Donohue
0d9a523add Minor POM cleanup. Removing a few unnecessary <version> tags, as these plugin versions are defined in dspace-parent POM & inherited. 2012-10-16 15:34:53 -05:00
abollini
a5ef4df84e Merge pull request #98 from abollini/DS-1294
DS-1294 Autocomplete in discovery filter doesn't work
2012-10-16 10:52:12 -07:00
Tim Donohue
58427bd5f2 Minor cleanup of dspace-api & dspace-xmlui POMs, removing duplicate dependencies (which cause a Maven warning) 2012-10-16 12:46:38 -05:00
Tim Donohue
a2a1353d07 Revert "[maven-release-plugin] rollback the release of dspace-3.0"
This reverts commit e0777775a7.
2012-10-16 12:01:48 -05:00
Tim Donohue
e0777775a7 [maven-release-plugin] rollback the release of dspace-3.0 2012-10-16 12:00:19 -05:00
KevinVdV
9e21d079ae [DS-1325] Every Item page has an HTML <title> of "Version History" 2012-10-16 12:42:50 +02:00
helix84
b207aacc24 Merge pull request #100 from helix84/xoai-fixes
XOAI fixes (rebased)
2012-10-15 00:51:59 -07:00
helix84
d57a502171 Merge pull request #2 from lyncodev/xoai-fixes
Managed Servlet API version
2012-10-15 00:50:34 -07:00
Lyncode
75cafef5f6 Managed Servlet API version 2012-10-15 02:37:12 +01:00
Lyncode
a401bf3484 https://jira.duraspace.org/browse/DS-1309 2012-10-15 02:30:45 +02:00
Lyncode
c314a91f99 https://jira.duraspace.org/browse/DS-1308 2012-10-15 02:30:41 +02:00
Lyncode
0749fc4a89 Version 2.2.7 of XOAI. DS-1305 2012-10-15 02:30:04 +02:00
Lyncode
44c890dcbc https://jira.duraspace.org/browse/DS-1304 2012-10-15 02:27:44 +02:00
Lyncode
a3ac80cb0a https://jira.duraspace.org/browse/DS-1303 2012-10-15 02:27:40 +02:00
Lyncode
f7d32d6f87 https://jira.duraspace.org/browse/DS-1315 2012-10-15 02:27:35 +02:00
Lyncode
6d1007625b https://jira.duraspace.org/browse/DS-1310
Default name defined.
2012-10-15 02:27:31 +02:00
Lyncode
4a89fc1010 Explicit log message
When XOAI isn't initialized
2012-10-15 02:27:27 +02:00
lyncodev
c219939570 Oracle queries fixed
FileServlet added
Thanks to Domingo Iglesias <diglesias@ub.edu>
2012-10-15 02:22:01 +02:00
Mark H. Wood
f4b932c9dc Add commented-out db.jndi property to dspace.cfg 2012-10-11 10:42:25 -04:00
Andrea Bollini
d806882b28 DS-1294 Autocomplete in discovery filter doesn't work
The JSON discovery plugin was misconfigured in the dspace.cfg
2012-10-11 16:32:27 +02:00
Robin Taylor
74ed79b30b Merge pull request #97 from atmire/DS-1280
[DS-1280] Upgrade Spring to latest release possible
2012-10-11 06:58:58 -07:00
KevinVdV
083eeb186e [DS-1280] Upgrade Spring to latest release possible 2012-10-11 13:54:53 +02:00
KevinVdV
05ddeaa93c [DS-1281] XMLWorkflow throws NullPointerException on "Assign Roles" when not enabled 2012-10-11 13:24:27 +02:00
KevinVdV
f7e4b64ad7 [DS-1210] NullPointerException on /search-filter without field param 2012-10-11 12:58:10 +02:00
Ivan Masár
b925a8928d remove space from file name 2012-10-11 12:39:17 +02:00
Ivan Masár
5f6ef401fa optipng -o9 *.png 2012-10-11 12:38:18 +02:00
Ivan Masár
905ccfb42c fix copyright year in Mirage 2012-10-11 09:18:21 +02:00
Mark H. Wood
d0a7078cd6 Merge erroneously multiple Oracle upgrade scripts 2012-10-09 16:53:02 -04:00
Sands Fish
8d25891d9c [maven-release-plugin] prepare for next development iteration 2012-10-09 13:53:44 -04:00
Sands Fish
2964d6c50d [maven-release-plugin] prepare release dspace-3.0-rc1 dspace-3.0-rc1 2012-10-09 13:52:59 -04:00
Ivan Masár
44ecfa82ee Updated PDF documentation for 3.0-RC1 2012-10-09 16:40:56 +02:00
Mark Diggory
62fe30ae95 Reverting Discovery as Default 2012-10-08 12:27:39 -07:00
Mark Diggory
c430cb8ba8 Merge pull request #93 from abollini/discovery-default
Discovery default for JSPUI
2012-10-08 11:22:14 -07:00
Mark Diggory
235e1a1309 Merge pull request #91 from atmire/discovery-default
[DS-1272] Setting discovery to be the default search/browse engine
2012-10-08 11:19:15 -07:00
Mark Diggory
6bb3212b15 Update dspace/modules/solr/pom.xml
Remove Version of Maven war plugin from Overlay
2012-10-08 11:12:24 -07:00