Commit Graph

17370 Commits

Author SHA1 Message Date
David Stuve
f559a057da Clarified javadoc for removeBitstream to change 'does not remove bitstream'
to 'removes bitstream only if this is the only reference to it'.


git-svn-id: http://scm.dspace.org/svn/repo/trunk@724 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-02-02 05:43:49 +00:00
David Stuve
ecabb5bba4 Submitted files all go into the same bundle now. License however, gets its own bundle.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@723 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-02-02 05:42:20 +00:00
David Stuve
ab99fdfd35 Updated to Lucene 1.3 final!
git-svn-id: http://scm.dspace.org/svn/repo/trunk@722 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-01-30 21:37:52 +00:00
Grace Carpenter
ae21ce2d29 Fix for #747489. Added code in create() to set handle on newly created
Collection object.


git-svn-id: http://scm.dspace.org/svn/repo/trunk@721 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-01-30 20:45:50 +00:00
David Stuve
ca6219606f Can now select multiple epeople to add to a group, and they will all be added.
Added method getIntParameters() to UIUtil that returns an array of ints


git-svn-id: http://scm.dspace.org/svn/repo/trunk@720 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-01-29 01:09:22 +00:00
David Stuve
e22229c32e version 1.1 of commons-dbcp.jar and 5.3.3 of handle.jar files
git-svn-id: http://scm.dspace.org/svn/repo/trunk@719 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-01-28 19:35:31 +00:00
Robert Tansley
331d6c3b7f Tries to make temp upload dir, in case it's not /tmp (which it shouldn't
really be.)
No longer copies servlet.jar to install_dir/lib.  Tomcat's messages explaining
it was skipping over this were causing confusion.


git-svn-id: http://scm.dspace.org/svn/repo/trunk@718 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-01-28 16:01:01 +00:00
David Stuve
5e2624b7fc Can now export items with multiple bitstreams that have the same name.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@717 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-01-28 05:59:50 +00:00
Robert Tansley
078a06ad18 Re-applied the fix to the 'can't edit or delete people after sorting the list'
bug which got lost in the /admin -> /dspace-admin move


git-svn-id: http://scm.dspace.org/svn/repo/trunk@716 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-01-27 21:03:04 +00:00
David Stuve
f864c2df25 library update: commons, oro, pool, log4j
git-svn-id: http://scm.dspace.org/svn/repo/trunk@715 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-01-27 19:03:47 +00:00
David Stuve
70a1a6073a removed /admin jsp files, moved to /dspace-admin
git-svn-id: http://scm.dspace.org/svn/repo/trunk@714 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-01-27 08:36:48 +00:00
David Stuve
86f4a9f527 Removing /admin jsps, moved to /dspace-admin
git-svn-id: http://scm.dspace.org/svn/repo/trunk@713 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-01-27 08:31:25 +00:00
David Stuve
36fea2a508 moved /admin to /dspace-admin to avoid name conflict with tomcat's /admin
git-svn-id: http://scm.dspace.org/svn/repo/trunk@712 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-01-27 08:23:09 +00:00
Robert Tansley
564aa767ae OAI-related changes:
- set structure exposed via OAI is now flat list of collections (in preparation
  for 'sub-communities' feature)
- set specs are now more-or-less Handles - ':' and '/' changed to '_' to
  follow OAI-PMH spec (characters in set spec must be safe for query section
  of a URL).  e.g. hdl:123.456/789 -> hdl_123.456_789
- org.dspace.search.Harvest now only accepts Collections as scope
  (no longer needed, would take needless effort to take into account
  sub-communities)
- bad set specs now handled properly (bad argument error given), fixed SF
  bug #832374.
- Updated oaicat.jar to latest (1.5.17)
- Qualified DC 'contributor.author' now mapped to unqualified DC 'creator'
  for plain oai_dc export, to fit in with general behaviour of rest of OAI-PMH
  community (particularly eprint community)


git-svn-id: http://scm.dspace.org/svn/repo/trunk@711 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-01-26 20:01:13 +00:00
Robert Tansley
7dae6e48f9 Can now edit/delete epeople after sorting the list. Fixes SF bug #810792
git-svn-id: http://scm.dspace.org/svn/repo/trunk@710 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2004-01-23 14:41:36 +00:00
Greg McClellan
5bf24aabd0 Fix for browse by date bug. Updated some SQL to make the system behave properly when there are more than 21 items with the same date.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@709 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2003-12-17 20:53:16 +00:00
Greg McClellan
11c3761e85 Implemented Richard's fix for the bug where the years don't show up properly in the pop-up menu.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@708 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2003-12-17 15:42:54 +00:00
Greg McClellan
ae9b60910d Fix for SF bug #850790. Changed to link back to use the collections handle.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@707 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2003-12-04 16:44:53 +00:00
Greg McClellan
230ef4db3e Added "-source" to end of directory name (i.e., dspace-1.1.1.1-source)
git-svn-id: http://scm.dspace.org/svn/repo/trunk@706 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2003-12-04 16:42:57 +00:00
David Stuve
d917f96bf0 delete() now removes any pending subscriptions
git-svn-id: http://scm.dspace.org/svn/repo/trunk@705 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2003-10-20 18:52:32 +00:00
David Stuve
ad90d7fd81 Item.update() now re-indexes the item - update() now accordingly throws
an IOException, which had to be propogated...


git-svn-id: http://scm.dspace.org/svn/repo/trunk@704 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2003-10-20 18:49:28 +00:00
Robert Tansley
12dbc32a8a Fixed a bug whereby locally modified versions of the 'grant license' and
'submission complete' screens weren't picked up.


git-svn-id: http://scm.dspace.org/svn/repo/trunk@703 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2003-10-09 18:08:58 +00:00
Robert Tansley
34b232ae29 Fixed a typo
git-svn-id: http://scm.dspace.org/svn/repo/trunk@702 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2003-09-08 15:17:53 +00:00
Robert Tansley
8ff566712c Added 'javadoc' target that makes javadocs for everything
git-svn-id: http://scm.dspace.org/svn/repo/trunk@701 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2003-09-03 13:34:58 +00:00
David Stuve
9d9a9eb072 Added method getActionText() to get the displayable text for the action,
making for cleaner JSPs (single method call, not lots of tests to cover
up null action values, etc.)


git-svn-id: http://scm.dspace.org/svn/repo/trunk@699 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2003-07-16 17:03:53 +00:00
David Stuve
4739c803a4 Made resistant to resourcepolicies that were mostly null (no action ID set).
git-svn-id: http://scm.dspace.org/svn/repo/trunk@698 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2003-07-16 17:01:59 +00:00
David Stuve
fe15687198 Fixed problem with JSPs generating error with empty policies (action is null.)
git-svn-id: http://scm.dspace.org/svn/repo/trunk@697 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2003-07-16 14:12:31 +00:00
David Stuve
bc03027d4b Modified to return today's date if last modified date is null in database
git-svn-id: http://scm.dspace.org/svn/repo/trunk@696 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2003-07-10 23:30:07 +00:00
David Stuve
e0d264dfae removed creation of last_modified from the Item() constructor, it was overwriting
the actual last_modified date


git-svn-id: http://scm.dspace.org/svn/repo/trunk@695 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2003-07-09 18:02:01 +00:00
David Stuve
c50ed1e21b Added methods to remove all policies for a DSpace object that refer to a
particular Group (useful for taking away the rights of a particular group)


git-svn-id: http://scm.dspace.org/svn/repo/trunk@694 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2003-07-08 21:58:54 +00:00
David Stuve
2f03520aab Now checks jsp and assetstore directories for zero-length files.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@693 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2003-07-02 15:08:58 +00:00
David Stuve
8dbd597e59 Importing an item with a workflow now suppresses the first workflow email.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@692 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2003-07-02 14:57:43 +00:00
David Stuve
1d4df1de6a Added dspace ownership checks for jsp and asset store directories.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@691 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2003-06-30 13:59:46 +00:00
David Stuve
c8952b24fb Added jakarta common's cli command line argument parser, and ability to
route imported items through a collection's workflow.


git-svn-id: http://scm.dspace.org/svn/repo/trunk@690 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2003-06-27 14:53:35 +00:00
David Stuve
3b0ffda138 v1.0 jakarta commons command-line parsing library
git-svn-id: http://scm.dspace.org/svn/repo/trunk@689 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2003-06-18 15:36:05 +00:00
David Stuve
8c6cbedeb5 added entry for commons-cli.jar
git-svn-id: http://scm.dspace.org/svn/repo/trunk@688 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2003-06-18 15:34:20 +00:00
David Stuve
b73f9f539c Now uses Jakarta Commons' CLI package for processing command line
better and clearer command line arguments
more validating and error checking of arguments passed in
can now use user's email instead of just userID
can now use handle for collection instead of collectionID


git-svn-id: http://scm.dspace.org/svn/repo/trunk@687 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2003-06-18 15:32:17 +00:00
Robert Tansley
42518eb6aa Invalid token error page now displayed when an invalid token is received
(as opposed to internal server error.)  Fixes SF bug #739999.


git-svn-id: http://scm.dspace.org/svn/repo/trunk@686 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2003-06-11 21:36:42 +00:00
Robert Tansley
fcb0c8e403 Link to help pages now includes servlet context (e.g. '/dspace').
Fixes SF bug #738399.


git-svn-id: http://scm.dspace.org/svn/repo/trunk@685 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2003-06-11 21:15:51 +00:00
Robert Tansley
7c7a9c8177 Updated to work with SF CVS. Removed MIT-specific stuff.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@684 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2003-06-10 19:29:33 +00:00
Robert Tansley
efff9a7f84 All of the copies now preserve the last modified date, which should fix
SF bug #751960.


git-svn-id: http://scm.dspace.org/svn/repo/trunk@683 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2003-06-10 19:22:27 +00:00
David Stuve
17bfff5565 Fixed broken EPerson edit - cut and paste problem?
git-svn-id: http://scm.dspace.org/svn/repo/trunk@682 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2003-05-22 22:50:42 +00:00
David Stuve
6661c2c5a4 Removed spurious 'null' from eperson edit page when no error
message was present.


git-svn-id: http://scm.dspace.org/svn/repo/trunk@681 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2003-05-22 22:49:21 +00:00
David Stuve
a0b7c19875 Turned off authorization on item create() - too early
to do any real authorization checking...


git-svn-id: http://scm.dspace.org/svn/repo/trunk@680 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2003-05-22 22:47:17 +00:00
Greg McClellan
5c0582ff1a Removed files that we can't distribute due to licensing restrictions.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@679 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2003-05-22 19:41:03 +00:00
David Stuve
668d2fff01 Fixed comment and separatorChars, and throws new exception.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@678 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2003-05-22 16:28:52 +00:00
Robert Tansley
1c2c2c879c Fixed 'recent submission' links for DSpaces deployed somewhere other than at
/ (e.g. /dspace).


git-svn-id: http://scm.dspace.org/svn/repo/trunk@677 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2003-05-12 18:26:19 +00:00
Robert Tansley
69530fd68c Fixed release date.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@675 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2003-05-08 17:33:29 +00:00
Greg McClellan?
983c09bee9 fixed typo. </td> -> </tr>
git-svn-id: http://scm.dspace.org/svn/repo/trunk@674 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2003-05-08 16:59:19 +00:00
Greg McClellan?
57d27ddf73 Changed fieldname 'ISBN/ISSN' to 'Identifier'
git-svn-id: http://scm.dspace.org/svn/repo/trunk@673 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2003-05-08 16:51:39 +00:00