Tim Donohue
80de1bdeed
Fixing order of copy processes in 'ant update'. Previously it was overwriting everything in [dspace]/etc, and *then* backing that up to [dspace]/etc.back-{build.date}. Fixed it to perform backup of /etc first!
...
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2557 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-01-16 20:29:31 +00:00
Mark Diggory
dbd1629978
Remove vestigial History tables from database schema and add DROP TABLE in update schemas.
...
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2537 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-01-15 19:58:25 +00:00
Tim Donohue
8a6ae1c449
Updated 'echo' comments that are returned when running 'ant update' or 'ant fresh_install'. The comments had not been fully updated for the 1.5 build/install process.
...
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2535 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-01-15 18:28:32 +00:00
Graham Triggs
501398ec1d
Fix problem with DatabaseManager retrieving column information if the database contains multiple schemas
...
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2529 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-01-15 13:49:52 +00:00
Stuart Lewis
d725244ffd
(Stuart Lewis) SF Patch #1642563 bin/update-handle-prefix rewritten in Java
...
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2525 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-01-14 16:40:45 +00:00
Tim Donohue
e03e592c8e
Upgrade instructions in 1.5.x branch were missing the latest instructions to upgrade from 1.4.x to 1.4.2
...
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2524 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-01-14 15:48:18 +00:00
Stuart Lewis
6d374b3a5b
(Stuart Lewis) SF Patch #1642563 bin/update-handle-prefix rewritten in Java
...
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2518 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-01-12 15:51:04 +00:00
Tim Donohue
4beb0fa2bf
An initial stab at updated installation instructions for DSpace 1.5. If there are details you see missing, feel free to add to it.
...
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2517 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-01-11 22:41:04 +00:00
Mark Diggory
ffebcd417c
bring along etc directory into install so that any sql upgrade code can be run from either dspace.home or from target/dspace-./
...
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2512 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-01-10 22:11:28 +00:00
Graham Triggs
d86af20a5a
First part of search update - reduce search size, add in fields for sorting content, lessen dependency on handles
...
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2508 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-01-10 14:03:36 +00:00
Mark Diggory
4b4828ef0e
Reordering Submission Aspect after EPerson Aspect corrects bug where "My Account" title disappears when logged in. Unsure why bug occurs.
...
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2500 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-01-09 00:04:54 +00:00
Tim Donohue
bdcd65d78c
Fixes to DTD based on merged version of the item-submission.xml
...
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2496 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-01-08 22:50:05 +00:00
Tim Donohue
80356f5c2e
Merged 'item-submission-JSPUI.xml' and 'item-submission-XMLUI.xml' files into a single 'item-submission.xml' configuration file (based on suggestions from Graham Triggs).
...
Small updates throughout API for Configurable Submission to support this merged configuration file (majority of changes in dspace-api and dspace-jspui modules). Also includes updates to Configurable Submission documentation and small updates to I18N to make the XMLUI and JSPUI keys more parallel.
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2491 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-01-08 17:53:25 +00:00
Tim Donohue
7301b832db
Various bug fixes to JSP-UI file upload step:
...
Fixed NPE when no file selected to upload. Fixed small bug in processing of upload-error.jsp (was not returning to file upload screen). Fixed ability to enable *skipping* uploading a file during JSPUI submission (some of the code never made it into 1.5 codebase during my original Config Submission patch, so this feature was not working properly).
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2481 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-01-04 22:45:19 +00:00
Graham Triggs
ada69cdad8
Added "db.poolname" configuration (so that multiple applications can share a single DBCP). Also add a shutdown method to allow web applications to clean up on undeploy.
...
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2468 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2007-12-29 22:19:26 +00:00
Mark Diggory
f7f8500155
Allow X509Authentication to be triggered from Login Choices page as well. Default is old behavior, This allows one to maintain the site under http and only protect certificate login page with https for certificate authentication. Implicit X509 Authentication is not ideal in relation to default Internet Explorer behavior.
...
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2435 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2007-12-13 19:26:33 +00:00
Mark Diggory
97694bf58a
Enable METS OAI Crosswalk by default.
...
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2421 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2007-12-10 21:34:12 +00:00
Mark Diggory
d3e0e07a58
correct dateCreated and dateIssued mappings in mods-submission xsl
...
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2420 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2007-12-10 21:31:39 +00:00
Graham Triggs
65ceafe5e2
Updated schema to remove the old browse tables that are no longer used
...
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2412 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2007-12-01 11:17:19 +00:00
Tim Donohue
e891212fdf
Small addition of a "Skip" flag to MediaFilterManager/filter-media. Allows one to specific a list of identifiers (communities/collections/items) to SKIP during filtering process. Updated documentation to explain this new flag.
...
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2410 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2007-11-30 18:14:41 +00:00
Graham Triggs
603b82a006
Improved browse configuration (ability to hide sort options from the browse controls, can set left-hand navigation to asc and/or desc lists). Improves normalisation of titles.
...
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2406 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2007-11-29 11:58:05 +00:00
Mark Diggory
25e83a7b0e
New options for ItemImporter to support bitstream permissions and descriptions
...
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2398 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2007-11-28 21:07:34 +00:00
Tim Donohue
2afd7ffefa
Applying SF patch #1589429 - "Self-Named" Media Filters (i.e. MediaFilter Plugins!)
...
[This original patch was modified slightly to leave the existing MediaFilter abstract class intact,
and instead create a new FormatFilter interface which MediaFilter now implements]
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2393 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2007-11-27 22:03:24 +00:00
Stuart Lewis
133de48176
(Richard Jones) S.F. Patch 1659868 Improved database level debugging
...
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2392 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2007-11-27 10:02:09 +00:00
Graham Triggs
6326ffae55
And the update script - changed 'number' column to 'count' as number is a reserved word in Oracle
...
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2365 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2007-11-26 10:24:51 +00:00
Graham Triggs
54058b0aff
Changed 'number' column to 'count' as number is a reserved word in Oracle
...
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2364 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2007-11-26 10:21:46 +00:00
Graham Triggs
80e9508ff9
Add BMP to the default list of formats read by the JPEGFilter, as it is supported in Java 5
...
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2359 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2007-11-25 17:25:41 +00:00
Graham Triggs
378291b327
Renamed recent.submissions.index to recent.submissions.sort-option
...
This is to avoid confusion with index names and sort options - also updated configuration documentation to correctly refer to sort-option and not index
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2358 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2007-11-25 13:29:44 +00:00
Graham Triggs
5aac8da542
Removed authorlinks and subjectlinks configuration, as they were no longer used following Andrea's update
...
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2357 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2007-11-24 23:08:54 +00:00
Graham Triggs
ac26ef5b64
Add ability to customise the item list display for different browse indexes and sort options
...
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2355 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2007-11-22 10:22:56 +00:00
Mark Diggory
a96e2d97f2
attach assembly back into package phase.
...
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2345 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2007-11-13 18:46:35 +00:00
Mark Diggory
a0e8586ed7
Adjust scm location to be in the branch.
...
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2343 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2007-11-13 01:29:37 +00:00
Mark Diggory
a22fc9ae8d
Add snapshot repository details to all poms so that parents can be properly resolved when individual projects are checked out.
...
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2335 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2007-11-12 15:54:27 +00:00
Richard Jones
8d7b59f45d
Option to generate community and collection "strength" as a batch job
...
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2328 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2007-11-12 11:59:47 +00:00
Mark Diggory
51cf0347e5
Phase 1 of build process refactoring.
...
1.) move parent pom to top level directory and change name to dspace-parent
2.) adjust parents of all weapps to be module in next directory up instead of dspace/pom.xml
3.) add in db driver selection and dspace.config selection into webapp poms.
4.) Add all child projects as modules in dspace-parent.
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2323 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2007-11-10 21:21:23 +00:00
Mark Diggory
b1df1f0d68
CreativeCommons RDF processing based on XSL Transform.
...
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2315 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2007-11-06 22:33:58 +00:00
Mark Diggory
acfcf672f1
Correcting poor formatting in poms...
...
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2310 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2007-11-05 18:52:06 +00:00
Mark Diggory
38576313d8
Adjust versioning and snapshot location.
...
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2282 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2007-10-30 02:19:02 +00:00
Mark Diggory
27b2335cc4
Commiting adjustments to handle next "version"
...
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2277 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2007-10-29 19:40:58 +00:00
Mark Diggory
c5bae35cd9
Adjusting versioning to 1.5-alpha
...
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2272 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2007-10-25 18:10:16 +00:00
Andrea Bollini
58b2bcac44
[1818000] Pluggable Style Selection strategy for item display
...
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2263 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2007-10-25 12:39:31 +00:00
Graham Triggs
8c2692ea7d
Add the capability to define in which order the index should be listed by default (ascending or descending)
...
Also, removed two uses of 'magic' strings - replaced with static values from SortOption
git-svn-id: http://scm.dspace.org/svn/repo/trunk@2259 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2007-10-24 11:47:31 +00:00
Graham Triggs
30c3a05a38
Added SQL to bring Oracle schema inline with Postgres updates
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@2257 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2007-10-22 14:41:10 +00:00
Andrea Bollini
140c9f25e6
added an initial configuration for webui.content_disposition_threshold (8Mb) and some info about
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@2253 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2007-10-15 13:46:58 +00:00
Stuart Lewis
5f35de8ebd
(Robert Tansley) SF Patch #1566572 Item metadata in XHTML head <meta> elements
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@2250 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2007-10-11 15:55:37 +00:00
James Rutherford
e303e57762
Fixed a minor bug in QDC.properties.
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@2249 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2007-10-11 10:53:17 +00:00
Graham Triggs
6c40b8a3b2
Fix Oracle sequence resetting
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@2248 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2007-10-05 16:01:40 +00:00
Graham Triggs
2eab772d8f
Corrected population of checksum_history
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@2247 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2007-10-04 09:37:20 +00:00
Scott Phillips
a6d36acfcb
(Scott Phillips) Setting default Manakin configuration paramaters.
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@2246 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2007-10-03 16:59:37 +00:00
Mark Diggory
e13f47b984
change parameter names to avoid risk of infinite loop
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@2245 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2007-10-03 16:24:01 +00:00