Commit Graph

892 Commits

Author SHA1 Message Date
Mark Diggory
e94e382518 Fix problem with CLI caused in previous commit
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@3061 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-08-29 22:34:50 +00:00
Mark Diggory
b7439f253c Move DSpace Initialization Code to Share DSpaceContextListener in dspace-api. add deprecation to Existing InitServlets and remove obsolete initialization cases from web.xml.
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@3055 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-08-29 03:03:15 +00:00
Stuart Lewis
160adab1c9 (Stuart Lewis) Fix for SF bug #2055941 LDAP authentication fails for new users in SWORD and Manakin
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@3051 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-08-17 14:11:20 +00:00
Claudia Juergen
4f2868a901 Changed Copyright notice in default footer from MIT and HP to DSpace Foundation
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@3041 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-08-12 11:26:23 +00:00
Claudia Juergen
1a3d20ecfa Added missing tags for item and collection export
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@3039 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-08-08 09:15:29 +00:00
Graham Triggs
3f3d806ad5 Add missing close() calls to use of TableRowIterator, also add close() to ItemIterator (to close underlying TableRowIterator)
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@3038 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-08-07 09:21:47 +00:00
Graham Triggs
9ae95a94e7 Fix various problems with resources potentially not being freed, and other minor fixes suggested by FindBugs
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@3036 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-08-06 15:52:30 +00:00
Mark Diggory
44cdd859a8 Added better debugging/logging capabilities, option to allow test runs, and correct bug in retrieval of date accessioned metadata value.
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@3035 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-08-05 22:39:14 +00:00
Mark Diggory
810b2dc5cc Undo trim on getMetadata in Community that slipped into last commit. Return values need to represent what is truly in database.
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@3026 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-07-31 23:27:07 +00:00
Mark Diggory
77cb5d313d Guard against Community/Collection metadata having only whitespace characters and eliminate cases where null pointer exceptions would be thrown.
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@3024 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-07-31 23:23:06 +00:00
Mark Diggory
c489a2241f Improve DSIndexer logic in both branches to support removal of items from index when withdrawn from repository. Remove decision making logic in SearchConsumer to allow DSIndexer to make the decisions where its more appropriate.
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@3013 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-07-30 16:02:47 +00:00
Mark Diggory
11f50df64a Improve debug logging and correct null pointer errors in Browse and Search Consumers.
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@3010 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-07-30 05:55:06 +00:00
Mark Diggory
5f38f530e5 Correct Problems where Search and Browse Consumers do not properly update Indexes when Items are Added or Removed from Collections.
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@3002 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-07-17 22:24:53 +00:00
Graham Triggs
8424f0ccb4 Fix #1714851 - set eperson.subscription.onlynew in dspace.cfg to only include items that are new to the repository, otherwise any modified items will be included
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2995 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-07-15 08:19:31 +00:00
Graham Triggs
fbfe1c2471 Fix issue where the browse and search indexes will not be updated correctly if you move an Item, and the Collection you are moving it from is not the owning collection.
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2986 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-07-09 15:40:29 +00:00
Mark Diggory
8516caead8 (Bill Hays, Mark Diggory -MIT Libraries) Close InputStreamReaders explicitly to release any file handles back to OS. Originally based on patch provided by Bill Hays.
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2981 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-07-07 23:47:02 +00:00
Scott Phillips
bbf15f17b5 Jay Paz (SF#1898241) Additional fixes to patch to enable reuse of methods.
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2973 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-06-25 19:30:18 +00:00
Scott Phillips
eb717aa6e1 Jay Paz (SF#1898241) Add item Export from jspui and xmlui.
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2968 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-06-24 21:08:28 +00:00
Graham Triggs
b62b05f189 Add missing key org.dspace.eperson.Subscribe.authors (subscriptions where the items have authors are broken otherwise)
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2963 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-06-17 13:23:57 +00:00
Stuart Lewis
aa2df4c39b Stuart Lewis - [ 1947036 ] Patch for SF Bug1896960 SWORD authentication and LDAP + [ 1989874 ] LDAPAuthentication pluggable method broken for current users
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2959 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-06-11 09:40:51 +00:00
Graham Triggs
40984350a4 Fixed ambiguous column usage
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2958 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-06-09 10:05:29 +00:00
Graham Triggs
07069e8d0f Fix #1963060 Authors listed in reverse order
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2957 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-06-07 20:59:20 +00:00
Graham Triggs
d4e859fcd3 Statistics viewer for XMLUI, based on existing DStat.
Note that this generates the view from the analysis files (.dat), does not require HTML report generation.

git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2955 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-06-06 11:06:09 +00:00
Graham Triggs
cc604e0ed3 Added cleanup listeners. Updated Fileupload and IO dependencies to fix occassional upload problems, and improve application cleanup.
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2951 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-05-28 15:22:31 +00:00
Graham Triggs
94a897d12a Make config Serializable as it is stored in the current session - otherwise prevents clustering
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2939 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-05-19 15:14:27 +00:00
Graham Triggs
7b84dc8874 Slight cleanup of how DBCP driver is referenced
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2929 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-05-08 11:30:18 +00:00
Graham Triggs
b3f63045a8 Improved cleanup of database resources when web application is unloaded
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2926 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-05-07 16:15:51 +00:00
Graham Triggs
7dde170a4c Fix potential server error when incorrect parameters are passed
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2876 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-04-09 16:04:09 +00:00
Graham Triggs
78fb63038c Stop JDOM errors if we try to output metadata with illegal characters
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2874 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-04-09 12:46:22 +00:00
Graham Triggs
1d9720b01c Fix bug #1931799 - duplicate "FROM metadatavalue"
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2873 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-04-06 22:49:41 +00:00
Graham Triggs
18fbbe5f7a Fixed Oracle bugs with ILIKE operators and LIMIT/OFFSET clauses
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2870 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-03-25 22:36:45 +00:00
Graham Triggs
79753e0968 Fix bug #1872213 - getNumItems fails with Oracle
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2861 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-03-20 11:01:10 +00:00
Graham Triggs
3b3022dec7 Missing key: jsp.dspace-admin.workflow-abort-confirm.button
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2858 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-03-19 14:55:44 +00:00
Scott Phillips
d72aafe3e4 (Scott Phillips) Added protection against NPEs during authentication.
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2851 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-03-18 05:26:07 +00:00
Scott Phillips
e5c8802032 (Scott Phillips) Added two configuration parameters to support multiple ways of using the handle server.
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2850 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-03-18 05:25:07 +00:00
Tim Donohue
05bc786cc5 Closed a TableRowIterator which was potentially left open in the Harvester...
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2844 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-03-17 15:27:55 +00:00
Graham Triggs
7d47d443ae Fixed problem with thumbnails appearing multiple times if you include multiple dates in your list columns.
Also provides for a more attractive display, and faster table rendering.

git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2831 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-03-13 16:19:15 +00:00
Scott Phillips
1726023d8f (Scott Phillips) SF#1898915 - Exception displayed on delete of ePerson that has submitted
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2827 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-03-13 02:00:37 +00:00
Scott Phillips
8b13f10354 (Scott Phillips) SF#1913091 - JSPUI & XMLUI: Problem deleting Collection-associated groups
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2826 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-03-12 23:02:30 +00:00
Scott Phillips
ba37b8c9d8 (Scott Phillips) Print out more information when a bitstream fails to be "filtered"
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2824 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-03-12 21:45:01 +00:00
Scott Phillips
40d62f2e59 (Scott Phillips) Added support for xmlui.supported.locales parameter so that an administrator can choose which languages to deploy Manakin in.
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2788 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-03-04 05:48:48 +00:00
Mark Diggory
62bb59178c Replace all Windows linefeeds found in source with unix linefeeds.
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2752 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-02-28 15:23:41 +00:00
Graham Triggs
1507867370 Fix JDOM error if a metadatavalue is null
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2749 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-02-28 11:26:01 +00:00
Scott Phillips
6dd6bdfc72 (Scott Phillips) SF#1896110 - Long metadata fields cause problems in the workflow task/pool submission system. Added protection for these cases.
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2718 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-02-27 21:31:21 +00:00
Graham Triggs
b9fc33ec64 Fix long standing bug with checking the dates on a resource policy
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2714 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-02-27 14:23:45 +00:00
Scott Phillips
bca7af0390 (Scott Phillips) SF#1895858 - unable to send feedback email.
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2698 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-02-20 20:50:09 +00:00
Tim Donohue
35a82face2 Fix to bug SF#1897927 - Checksum checker does not work. The ConfigurationManager was failing to load the default configuration file when "getProperties()" was called from Checksum checker.
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2695 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-02-20 17:41:17 +00:00
Graham Triggs
d92276f5e1 Fix jump to for descending browse lists and date indexes
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2684 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-02-15 23:58:32 +00:00
Scott Phillips
c4354d213d (Scott Phillips) Fixed compile error in LogAnalyser.java - a miss typed method name.
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2683 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-02-15 18:53:03 +00:00
Graham Triggs
45360e6341 Fix problem with unique metadata browses
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2681 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2008-02-15 15:30:34 +00:00