Peter Breton
634f7bc8ec
Context objects are always created within try blocks
...
In createDeletedBitstream, make sure the context aborts if a SQLException
is thrown. (Creating a deleted bitstream is its own transaction, and
does not participate in another context).
git-svn-id: http://scm.dspace.org/svn/repo/trunk@161 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-14 13:49:40 +00:00
Peter Breton
fcbbee9484
JUnit test for EPerson API
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@160 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-11 20:50:57 +00:00
Peter Breton
cd2e6018a3
Correct mis-typed schema column
...
Passes JUnit tests
git-svn-id: http://scm.dspace.org/svn/repo/trunk@159 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-11 20:50:12 +00:00
Peter Breton
113260f272
Test getMembers method
...
Try adding same eperson to group twice
git-svn-id: http://scm.dspace.org/svn/repo/trunk@158 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-11 20:35:21 +00:00
Peter Breton
4f3085de3f
addMember method now sets epeoplechanged flag only when a new eperson is
...
actually added, so adding an eperson who is already in a group to
the same group is now a noop.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@157 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-11 20:34:51 +00:00
Peter Breton
c4fd0f8258
Schema typo fix
...
When a group is deleted, clear the in-memory list of epeople
removeMember and isMember methods use List methods, so are now 1-line
implementations
Add equals method
Passes JUnit tests
git-svn-id: http://scm.dspace.org/svn/repo/trunk@156 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-11 20:19:03 +00:00
Peter Breton
187b4c9608
JUnit test for Group API
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@155 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-11 20:16:31 +00:00
Peter Breton
4e29d041d1
Added equals method
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@154 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-11 20:11:20 +00:00
Peter Breton
3a8d632487
Added more javadoc
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@153 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-10 20:22:57 +00:00
Peter Breton
8337c7caae
Minor javadoc cleanups
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@152 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-10 20:22:29 +00:00
Peter Breton
f593807f1a
Added Using the Browse API section, with sample code.
...
(Verified that the sample code compiles)
Added Browse Indexes section
git-svn-id: http://scm.dspace.org/svn/repo/trunk@151 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-10 20:21:08 +00:00
Peter Breton
f237c9ff0c
More javadoc
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@150 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-10 16:59:40 +00:00
Robert Tansley
e4f41b587c
- Laid out UI source code tree
...
- Checked in some basic UI stuff - warning, tag library doesn't work yet
- Added "isValid()" to Context
- Added code to ConfigurationManager for installing configuration files
for external tools, and added initial Apache and Tomcat configurations
git-svn-id: http://scm.dspace.org/svn/repo/trunk@149 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-10 16:13:45 +00:00
Robert Tansley
d80cc722c1
Lucene jar added for search.
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@148 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-10 13:22:42 +00:00
Peter Breton
85ab64203f
Change column name from is_archived to in_archive
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@147 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-07 22:57:12 +00:00
Peter Breton
dde6bf6e27
WorkspaceItem is now in org.dspace.ingest package
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@146 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-07 22:06:46 +00:00
Peter Breton
b725e717e0
Add org.dspace.history to public_api target
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@145 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-07 21:17:30 +00:00
Peter Breton
86147939bb
Updated javadoc throughout
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@144 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-07 21:13:56 +00:00
Peter Breton
711c92bbe9
Fleshed out the documentation a little
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@143 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-07 21:07:18 +00:00
Peter Breton
664d5b1a5d
Slight tweak to make wording similar to other package.html files
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@142 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-07 21:04:49 +00:00
Peter Breton
58ef7d7577
Placeholder for History package documentation
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@141 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-07 20:48:45 +00:00
David Stuve
1d9e54c644
made a few methods public, notably setArchive()
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@140 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-07 20:45:23 +00:00
David Stuve
6102b42350
moved to ingest
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@139 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-07 20:44:40 +00:00
David Stuve
7d7e54e2ee
moved to workflow
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@138 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-07 20:44:28 +00:00
David Stuve
8e81281ff9
first version
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@137 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-07 20:42:56 +00:00
Peter Breton
7de6f13794
Bridge class between HistoryManager and submission process
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@136 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-07 20:40:14 +00:00
David Stuve
ba44968674
added javadocs target 'search'
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@135 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-07 20:39:58 +00:00
David Stuve
1e85e4f1a4
added to public_api javadoc list: workflow, ingest
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@134 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-07 20:39:00 +00:00
Peter Breton
8d0dfdb42f
Added protected constructor. This prevents a do-nothing constructor
...
from showing up in the javadoc, but allows instantiation by derived
classes (eg, DatabaseManagerShim).
More javadoc
git-svn-id: http://scm.dspace.org/svn/repo/trunk@133 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-07 19:21:39 +00:00
Peter Breton
f06369377a
Changed getNonPrimaryKeyColumnNames methods name to getColumnNames,
...
reflecting actual functionality.
Updated javadoc throughout
git-svn-id: http://scm.dspace.org/svn/repo/trunk@132 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-07 19:12:40 +00:00
Peter Breton
9cf8601dc5
Moved to DatabaseManagerTest
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@131 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-07 19:11:17 +00:00
Peter Breton
ea3e22979d
Inlined DatabaseManagerShim class
...
Changed publicGetNonPrimaryKeyColumnNames method name to publicGetColumnNames
git-svn-id: http://scm.dspace.org/svn/repo/trunk@130 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-07 19:11:01 +00:00
Peter Breton
4c849102a1
Updated javadoc
...
Changed order of variables and methods to conform to coding standards
git-svn-id: http://scm.dspace.org/svn/repo/trunk@129 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-07 18:30:57 +00:00
Peter Breton
18c7d43b11
Updated javadoc
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@128 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-07 18:13:46 +00:00
Peter Breton
cf023402b7
Moved to DatabaseManager
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@127 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-07 17:49:44 +00:00
Peter Breton
e67fcdc872
Inlined ColumnInfo class
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@126 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-07 17:49:30 +00:00
Peter Breton
6bf734323a
Updated javadoc
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@125 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-07 17:48:43 +00:00
Peter Breton
f4c0a17ee6
Constructors which are over-ridden by tests are now protected instead of
...
private
git-svn-id: http://scm.dspace.org/svn/repo/trunk@124 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-06 20:25:34 +00:00
Peter Breton
1f2f0190eb
Javadoc cleanups
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@123 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-06 20:18:24 +00:00
Peter Breton
3a8bf80b4a
Added a private constructor
...
Javadoc cleanups
git-svn-id: http://scm.dspace.org/svn/repo/trunk@122 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-06 20:09:16 +00:00
Peter Breton
584f5c66f2
Added a private constructor
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@121 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-06 19:58:02 +00:00
Peter Breton
d04b86a886
Javadoc package description for Handle API
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@120 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-06 19:45:26 +00:00
Peter Breton
e5a4da2712
Javadoc cleanups
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@119 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-06 19:45:02 +00:00
Peter Breton
df9828d89c
Javadoc cleanups
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@118 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-06 19:30:37 +00:00
Peter Breton
432fea95a3
Javadoc cleanups
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@117 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-06 18:53:15 +00:00
Peter Breton
1a629f44dc
Javadoc package description for Browse API
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@116 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-06 18:26:00 +00:00
Peter Breton
af54205743
Clean up the class javadoc
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@115 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-06 18:06:26 +00:00
Peter Breton
9d72b9a517
Use log4j 1.2 style logging
...
SimplePoolInfo static class is now public, so that it can be used
for resource monitoring
Each Connection now has a Set of statements, instead of a single one;
a Connection is free when all of its statements are closed
Closing a statement removes it from the Set
git-svn-id: http://scm.dspace.org/svn/repo/trunk@114 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-06 16:00:57 +00:00
Peter Breton
0485546d9e
Use log4j 1.2 style logging
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@113 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-06 15:52:29 +00:00
Peter Breton
e5338dedbd
Add cached flag
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@112 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-06 15:29:04 +00:00