Commit Graph

17370 Commits

Author SHA1 Message Date
Robert Tansley
910c7e6f6d - Added log4j.properties config file template which writes logs to
(dspace.dir)/log by default
- Fixed community list page


git-svn-id: http://scm.dspace.org/svn/repo/trunk@170 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-14 21:29:55 +00:00
Robert Tansley
bbdafab1d0 - UI Infrastructure added
- Home page and community list pages added


git-svn-id: http://scm.dspace.org/svn/repo/trunk@169 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-14 19:36:03 +00:00
Robert Tansley
d89034a88a Now robust to "context" being null.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@168 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-14 19:31:50 +00:00
Robert Tansley
4a89a0b95f Renamed Community.getAllCollections to Community.findAll for consistency with
other CM API classes


git-svn-id: http://scm.dspace.org/svn/repo/trunk@167 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-14 18:35:06 +00:00
Peter Breton
58ac30bb95 Utility class to clean up the asset store
git-svn-id: http://scm.dspace.org/svn/repo/trunk@166 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-14 13:57:55 +00:00
Peter Breton
574b876980 Added Bitstore API section, plus other documentation
git-svn-id: http://scm.dspace.org/svn/repo/trunk@165 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-14 13:57:24 +00:00
Peter Breton
7c35efcf0b Use "search.dir" Configuration property from dspace.cfg
git-svn-id: http://scm.dspace.org/svn/repo/trunk@164 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-14 13:55:41 +00:00
Peter Breton
61f959af07 Added Handle API section
git-svn-id: http://scm.dspace.org/svn/repo/trunk@163 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-14 13:53:41 +00:00
Peter Breton
8a329b0a24 Handle PK is also used as the local part of the handle (eg, PK 1 -> 1721/1)
This avoids SF bug #568576, where two ids were used (eg, PK 2 -> 1721/1)


git-svn-id: http://scm.dspace.org/svn/repo/trunk@162 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-14 13:53:17 +00:00
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