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
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
2012-10-09 13:52:59 -04:00
Mark Diggory
21d400c20a
[DS-1144] Maven Project Consolidation : correct renaming in overlay
2012-10-03 12:52:59 -07:00
Mark Diggory
e15609c4aa
[DS-1144] Maven Project Consolidation : Consolidate Webapps
2012-10-03 04:26:23 -07:00
Mark Diggory
e24aaffe83
[DS-1144] Maven Project Consolidation : Discovery
2012-10-03 03:29:05 -07:00
Andrea Bollini
4fc8b9348b
DS-1217 Porting Discovery to the JSPUI
...
Contribution from CILEA funded by the Hub project from HKU
(http://hub.hku.hk )
Faceting, filtering (autocomplete), sidebar facet for the site home page,
community and collections are all implemented.
Changes to the Discovery API/configuration:
1) changed the unique field for the SOLR document, now is used the
concatenation of ID and TYPE-ID (in future we want to index also
object that have not an handle)
2) the prune query has been changed in search.resourcetype:[2 TO 4] so to not remove eventually extra data loaded in the SOLR search core
3) added defaultRpp parameter
Main differences from the XMLUI implementation:
1) facets doesn't have a "...More" link but there are pagination to
scroll facet in the context (search, home page, community, etc.)
2) facets doesn't show the values already selected
3) autocomplete is done against user input and does not dump all the
values (this was a performance issue in XMLUI < 3.0, with 90k items
I see JSON around 2Mb). With the new Discovery improvements the
autocomplete feature in XMLUI seems to be turned off
4) to enable JSPUI discovery you need to add some extra plugins in
dspace.cfg (instructions are provided as comment in the discovery.cfg)
2012-09-13 12:31:23 +02:00
robintaylor
0b0e84f8b2
[DS-1208] - fix recursive filtering of web.xml
2012-09-03 14:10:00 +01:00
Mark Diggory
0a5d43470f
Merge pull request #42 from steveswinsburg/DS-1211
...
DS-1211 upgrade to Servlet API 2.4 and other compatible dependencies
2012-08-14 16:28:55 -07:00
Steve Swinsburg
8a6b269153
DS-1211 upgrade to Servlet API 2.4, and other compatible dependencies
2012-07-12 16:54:23 +10:00
Steve Swinsburg
fb69ec7ce2
DS-1209 all adjust files for the build time filtering
2012-07-10 16:21:54 +10:00
KevinVdV
32ad3c427c
[DS-981] API Project and build assembly restructure
2012-05-16 21:34:28 +02:00
Mark Diggory
eacbec7174
[DS-981] API Project and build assembly restructure
2012-05-09 17:15:49 -07:00
Mark Diggory
6611a69e74
[DS-1150] Migrate to GitHub : Correct SCM Locations and project URL
2012-03-31 13:01:43 -07:00
Peter Dietz
9ea2dd5929
Added .ignore files to the modules webapps, since they were empty directories, and Git can't track empty directories.
...
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6919 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2012-01-13 16:42:01 +00:00
Robin Taylor
0cde9d5af8
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6834 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-11-04 09:20:17 +00:00
Robin Taylor
a428a3b03a
[maven-release-plugin] prepare release dspace-1.8.0
...
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6832 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-11-04 09:19:37 +00:00
Robin Taylor
ffc4d0aa20
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6826 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-10-21 08:50:35 +00:00
Robin Taylor
a69894e7f3
[maven-release-plugin] prepare release dspace-1.8.0-rc3
...
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6824 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-10-21 08:49:54 +00:00
Robin Taylor
2605e681a6
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6818 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-10-19 09:30:46 +00:00
Robin Taylor
1714c0404a
[maven-release-plugin] prepare release dspace-parent-1.8.0-rc2
...
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6816 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-10-19 09:30:05 +00:00
Robin Taylor
cb74a0c8ef
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6683 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-09-11 10:20:57 +00:00
Robin Taylor
30493d6d19
[maven-release-plugin] prepare release dspace-1.8.0-rc1
...
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6681 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-09-11 10:20:08 +00:00
Mark Diggory
e013f11f81
[DS-881] DSpace doesn't build properly with Maven 3 : add missing profile ids and svn:ignores
...
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6600 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-08-25 23:36:59 +00:00
Mark Diggory
6ea81ecd06
[DS-881] DSpace doesn't build properly with Maven 3
...
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6585 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-08-24 21:31:03 +00:00
Mark Diggory
ef66d7841e
[maven-release-plugin] prepare release dspace-async-release
...
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6414 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-06-02 08:10:34 +00:00
Mark Diggory
869f8c0247
[maven-release-plugin] prepare branch dspace-async-release
...
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6412 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2011-06-02 08:10:13 +00:00
Tim Donohue
b12082e26c
Updating all Trunk poms to version of 1.8.0-SNAPSHOT. As of this moment, Trunk is now for 1.8.0 code, and 'dspace-1.7.x' branch is for 1.7.1 code.
...
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5993 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2010-12-16 22:18:27 +00:00
Tim Donohue
891de52dc2
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5991 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2010-12-16 18:38:22 +00:00
Tim Donohue
45c1db882e
[maven-release-plugin] prepare release dspace-1.7.0
...
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5989 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2010-12-16 18:38:03 +00:00
Tim Donohue
ae12f7a88b
Very minor final bug fix. Fix to DS-786. As Hardy Pottinger pointed out, we need to update all our poms to use 'ojdbc6' dependency for Oracle, since we are now requiring Java 6. Hardy tested these changes with Oracle, before submitting. This patch updates all pom.xml files from ojdbc5 to ojdbc6 for Oracle.
...
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5961 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2010-12-16 16:11:08 +00:00
Tim Donohue
8652f07d15
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5952 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2010-12-13 22:03:12 +00:00
Tim Donohue
24a8fd6257
[maven-release-plugin] prepare release dspace-1.7.0-rc2
...
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5950 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2010-12-13 22:02:49 +00:00
Tim Donohue
84fbf94fe1
[maven-release-plugin] rollback the release of dspace-1.7.0-rc2
...
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5947 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2010-12-13 20:58:26 +00:00
Tim Donohue
0efe3ac3ec
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5946 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2010-12-13 19:24:28 +00:00
Tim Donohue
1e3fa1740a
[maven-release-plugin] prepare release dspace-1.7.0-rc2
...
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5944 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2010-12-13 19:24:08 +00:00
Mark Diggory
ff1cdae762
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5852 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2010-11-12 07:09:59 +00:00
Mark Diggory
0994a94c79
[maven-release-plugin] prepare release dspace-1.7.0-rc1
...
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5850 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2010-11-12 07:09:45 +00:00
Graham Triggs
695b839929
[DS-618] Update documentation and project files for recent Oracle JDBC driver
...
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5826 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2010-11-11 15:41:21 +00:00
Mark Diggory
8e5d1a2206
Drop all thirdparty repository dependencies and prepare to use common dspace-pom for repository configuration
...
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5796 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2010-11-09 04:20:14 +00:00
Ben Bosman
53084f0384
[DS-711] Discovery release for XMLUI
...
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5529 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2010-10-21 16:28:37 +00:00
Tim Donohue
04c1ef5547
Updating all 'pom.xml' files, along with necessary dependencies, to 1.7.0-SNAPSHOT version. WARNING: YOU WILL NEED TO REBUILD (mvn clean package) after pulling down latest Trunk.
...
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5270 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2010-08-17 15:22:08 +00:00
Tim Donohue
096133a3c1
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@4797 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2010-03-02 17:48:48 +00:00
Tim Donohue
02af60c20a
[maven-release-plugin] prepare release dspace-1.6.0
...
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@4795 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2010-03-02 17:48:11 +00:00
Tim Donohue
b816380369
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@4769 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2010-02-10 15:40:18 +00:00
Tim Donohue
c43d8763db
[maven-release-plugin] prepare release dspace-1.6.0-rc2
...
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@4767 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2010-02-10 15:39:42 +00:00
Tim Donohue
c81b37a332
[maven-release-plugin] prepare for next development iteration
...
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@4625 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2009-12-03 23:24:10 +00:00
Tim Donohue
4fb22388d7
[maven-release-plugin] prepare release dspace-1.6.0-rc1
...
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@4623 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2009-12-03 23:23:46 +00:00
Mark Diggory
9eb48e8162
Adjust SVN repository locations for Maven release plugin.
...
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@3768 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2009-05-11 21:15:20 +00:00