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
Robert Tansley
5a5c81647f
Fixed item template bug--Item.create() now calls update() which gives newly created items a 'last modified' date. The absence of this date was breaking the 'edit item' admin page.
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@672 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2003-05-07 21:22:59 +00:00
Greg McClellan?
40e3baa0e1
Added help section for the advanced search.
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@671 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2003-05-07 20:50:02 +00:00
Greg McClellan?
add5718d5b
More fixes for SF Bug #732787 . Fixed the asterisk problem in the advanced search as well.
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@670 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2003-05-07 20:30:45 +00:00
Greg McClellan?
c9a07d2ae6
Fix for SF bug #732787 . We now strip leading asterisks from query words.
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@669 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2003-05-07 20:16:19 +00:00
Richard Rodgers
47fbb77244
Set "last_modified" date column in the constructor. Fix for bug that item
...
template lacked this date, which caused the UI some trouble, since it now
displays this date.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@668 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2003-05-07 20:08:19 +00:00
Greg McClellan?
414763d01b
Changed "subject" option to "keyword" -- subject searching now works! Also removed a table border.
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@667 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2003-05-01 20:41:55 +00:00
Greg McClellan?
cba328e534
Updated schema. Changed names of two views to shorten them to get around some data migration problems.
...
CollectionItemsByDateAccessioned -> CollectionItemsByDateAccession
CommunityItemsByDateAccessioned -> CommunityItemsByDateAccession
git-svn-id: http://scm.dspace.org/svn/repo/trunk@666 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2003-04-28 20:16:02 +00:00
Robert Tansley
731c7a398e
Updated with instructions on how to get to the install guide
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@665 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2003-04-25 19:39:18 +00:00
Robert Tansley
f0629216b8
Removed docs from source tarball. Also made it easier to 'socksify' for those
...
behind firewalls.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@664 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2003-04-25 19:35:57 +00:00