Commit Graph

5560 Commits

Author SHA1 Message Date
David Stuve
a0a6fb37aa quick check-in for compile problems
git-svn-id: http://scm.dspace.org/svn/repo/trunk@261 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-08-15 15:53:07 +00:00
David Stuve
3de77a11da quick check-in for compile errors
git-svn-id: http://scm.dspace.org/svn/repo/trunk@260 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-08-15 15:52:46 +00:00
David Stuve
25c111afaa fixed typos in sql
git-svn-id: http://scm.dspace.org/svn/repo/trunk@259 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-08-15 15:52:17 +00:00
Robert Tansley
aa6b903aa5 Fixed authentication redirection problem.
- Request information is stored separately and the authenticated request is
  wrapped using that information (RequestInfo object.)  This is as opposed to
  using a wrapper round the original request that led to authentication, since
  that has "gone stale" and caused Tomcat problems.
- Various other fixes to make it all work.


git-svn-id: http://scm.dspace.org/svn/repo/trunk@258 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-08-15 14:03:06 +00:00
Robert Tansley
1f083f5d65 - Removed silly System.err.println
- Renamed "step" parameter to progressbar.jsp to "current_stage" to avoid
  clash with "step" hidden field in forms.  Workaround for possible Tomcat
  4.0.4 bug where if you wrap a request, parameters set by jsp:param are
  ignored.
- If no "step" parameter is received as part of a POST, assumed "select
  collection" so that "Submit to this collection" buttons on collection home
  pages work.


git-svn-id: http://scm.dspace.org/svn/repo/trunk@257 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-08-15 14:00:32 +00:00
Robert Tansley
604d503a5c Changed client CA to get value from dspace.cfg.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@256 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-08-15 13:57:42 +00:00
Robert Tansley
7156008845 Fixed bug - "setSubmitter()" wasn't updating the table row object.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@255 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-08-14 21:36:19 +00:00
Robert Tansley
bf426b9ab8 - Fixed the remove workspace item page.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@254 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-08-14 21:07:23 +00:00
David Stuve
f1943a053b removed javadocs generation for package ingest, which no longer exists
git-svn-id: http://scm.dspace.org/svn/repo/trunk@253 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-08-14 19:06:47 +00:00
David Stuve
822b15b723 search results are handles now
git-svn-id: http://scm.dspace.org/svn/repo/trunk@252 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-08-14 18:59:51 +00:00
David Stuve
86962375dc returns handles instead of item IDs
git-svn-id: http://scm.dspace.org/svn/repo/trunk@251 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-08-14 18:59:23 +00:00
David Stuve
d52335d6f0 indexing by handles, community and collection capabilities
git-svn-id: http://scm.dspace.org/svn/repo/trunk@250 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-08-14 18:58:49 +00:00
Robert Tansley
66bfe7d8ec Added error-page directive to deal with exceptions: error-code 500 directive
ignored by Tomcat (probable bug in Tomcat 4.0.4)


git-svn-id: http://scm.dspace.org/svn/repo/trunk@249 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-08-14 17:34:42 +00:00
Robert Tansley
6c4e175bbd Fixed "can't run install-configs because there's no log4j.properties installed"
chicken-and-egg problem.  The simple build log4j.properties is installed by
the "install_code" target.


git-svn-id: http://scm.dspace.org/svn/repo/trunk@248 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-08-13 21:44:28 +00:00
Robert Tansley
9c883d1183 Tweak to update() - browse is smarter about what to do with is_archive flag
git-svn-id: http://scm.dspace.org/svn/repo/trunk@247 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-08-13 21:31:50 +00:00
Robert Tansley
188959097c - HTTP 500 internal server errors now handled + a friendly (-ish) message
displayed
- A designated email address is sent an alert when a database or internal
  server error occurs


git-svn-id: http://scm.dspace.org/svn/repo/trunk@246 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-08-13 21:23:30 +00:00
Robert Tansley
6580890c61 Renamed a variable to avoid confusion.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@245 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-08-13 21:21:08 +00:00
Robert Tansley
e416ad7940 Fixed problem whereby you couldn't run the scripts if DSPACE/bin was the
current directory.


git-svn-id: http://scm.dspace.org/svn/repo/trunk@244 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-08-13 18:51:44 +00:00
Robert Tansley
d9e0ff5d3f Temporarily removing broken tests
git-svn-id: http://scm.dspace.org/svn/repo/trunk@243 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-08-13 17:55:54 +00:00
Robert Tansley
256e2c1356 - Added registration and forgotten password pages.
- Misc other fixes.


git-svn-id: http://scm.dspace.org/svn/repo/trunk@242 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-07-26 16:28:03 +00:00
Robert Tansley
c83ceae2ab Cleaned-up edit profile page.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@241 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-07-25 13:54:53 +00:00
Robert Tansley
81d5c903d0 My DSpace cleaned up. Not all pages have been tested - WorkflowManager not
functioning at time of commit.


git-svn-id: http://scm.dspace.org/svn/repo/trunk@240 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-07-24 17:15:47 +00:00
Robert Tansley
0db1183d9c Added X509 certificate authentication
git-svn-id: http://scm.dspace.org/svn/repo/trunk@239 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-07-23 14:48:58 +00:00
Robert Tansley
0570974782 Fixed help wording for "description" input box.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@238 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-07-23 00:06:16 +00:00
Robert Tansley
3f201cd68f - Added cleaned-up Feedback servlet
- Added 404 error page
- Added "reply-to" field support to Email object


git-svn-id: http://scm.dspace.org/svn/repo/trunk@237 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-07-22 22:12:07 +00:00
Robert Tansley
2e53befbe8 Minor visual fixes.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@236 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-07-22 19:52:36 +00:00
Robert Tansley
28fab34f29 Bitstream Format Registry loader now includes filename extension information.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@235 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-07-22 19:52:18 +00:00
Robert Tansley
e1cbb52ac5 - Fixed lower button positions.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@234 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-07-22 17:42:51 +00:00
Robert Tansley
d007a68412 O'Rielly Server code
git-svn-id: http://scm.dspace.org/svn/repo/trunk@233 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-07-22 17:38:38 +00:00
Robert Tansley
16c8dc047b Cleaned-up submission UI
git-svn-id: http://scm.dspace.org/svn/repo/trunk@232 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-07-22 17:38:21 +00:00
Robert Tansley
04b2ab6d9e - Fixed delete()
git-svn-id: http://scm.dspace.org/svn/repo/trunk@231 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-07-22 14:38:28 +00:00
Robert Tansley
691295d132 - Added object cache to context object.
- CM API, e-people, workspace and workflow item objects updated to use cache.


git-svn-id: http://scm.dspace.org/svn/repo/trunk@230 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-07-22 14:23:29 +00:00
Robert Tansley
c7ce428d56 - Handle manager uses "dspace.url" instead of "handle.item.prefix" config
property
- E-mail/password authentication added
- MIT user only filter added


git-svn-id: http://scm.dspace.org/svn/repo/trunk@229 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-07-04 09:10:27 +00:00
Robert Tansley
afff7c8039 Fixed bug in checkPassword()
git-svn-id: http://scm.dspace.org/svn/repo/trunk@228 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-07-04 09:07:22 +00:00
Robert Tansley
6bf50d4ad5 Location bar now shows community/collection location properly
git-svn-id: http://scm.dspace.org/svn/repo/trunk@227 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-07-04 09:06:32 +00:00
Robert Tansley
7b0a3266e3 Changed some logging levels from info to debug
git-svn-id: http://scm.dspace.org/svn/repo/trunk@226 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-07-04 09:05:47 +00:00
Robert Tansley
e2f26712db Authentication infrastructure added
git-svn-id: http://scm.dspace.org/svn/repo/trunk@225 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-28 15:46:06 +00:00
Peter Breton
2073a45c89 Added more documentation
git-svn-id: http://scm.dspace.org/svn/repo/trunk@224 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-27 21:24:02 +00:00
Peter Breton
c899ae6315 Upgrade javadoc throughout
git-svn-id: http://scm.dspace.org/svn/repo/trunk@223 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-27 16:49:30 +00:00
Peter Breton
8f6ab47f23 Ensure that the focus of getItemsByAuthor is a String
git-svn-id: http://scm.dspace.org/svn/repo/trunk@222 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-27 16:49:04 +00:00
Peter Breton
955e4a6625 Add javadoc comments
git-svn-id: http://scm.dspace.org/svn/repo/trunk@221 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-24 22:35:13 +00:00
Peter Breton
b1fb8e7b9a Use log4j Logger object instead of Category
git-svn-id: http://scm.dspace.org/svn/repo/trunk@220 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-24 22:04:12 +00:00
Robert Tansley
8587b40572 - Tweaked "browse by date, most recent first" behaviour in browse UI. When the
user chooses something like "February 2000" in this case, the browse starts
from the *last* date in Feb 2000 (i.e. 29 Feb 2000), instead of the first.
If the index looks like this:

March 2000
14 Feb 2000
15 Jan 2000

Entering "Feb 2000" would start the browse at 15 Jan 2000, counter-intuitively,
because "Feb 2000" would appear after "14 Feb 2000" in the index, and the
browse code uses the first available value after that.

Now, in this case, the browse UI will pretend the user wants to start the
browse on "29 Feb 2000", since this means 14 Feb 2000 is used as the starting
point for the browse.

Behaviour when ordering with the oldest item first is unchanged.


git-svn-id: http://scm.dspace.org/svn/repo/trunk@219 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-24 21:54:51 +00:00
Peter Breton
02572dde50 Fix bogus log4j category
git-svn-id: http://scm.dspace.org/svn/repo/trunk@218 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-24 21:47:42 +00:00
Peter Breton
c8730a5578 All methods are now implemented (by delegating to HistoryManager)
Upgraded javadoc


git-svn-id: http://scm.dspace.org/svn/repo/trunk@217 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-24 19:36:56 +00:00
Peter Breton
fc621fb98d Upgrade javadoc for getItemsByDate and getItemsByAuthor
git-svn-id: http://scm.dspace.org/svn/repo/trunk@216 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-24 19:18:52 +00:00
Peter Breton
2430779855 Add Javadoc throughout
git-svn-id: http://scm.dspace.org/svn/repo/trunk@215 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-24 18:54:52 +00:00
Peter Breton
ad435f2651 Add documentation note that SimplePool is used internally by the
DatabaseManager


git-svn-id: http://scm.dspace.org/svn/repo/trunk@214 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-24 18:12:50 +00:00
Peter Breton
718c6fd83e Remove log.debug statements which say which browse type was called
Change getSomethingInternal method name to doBrowse
datesafter parameter renamed to oldestfirst
Change name of BrowseScope parameter from "params" to "scope" throughout
Position logic moved to new getPosition method
countMatches ignores ascending/descending parameter.
More javadoc
In javadoc, reference Dublin Core elements and qualifiers when explaining
  browses.


git-svn-id: http://scm.dspace.org/svn/repo/trunk@213 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-24 18:04:48 +00:00
Peter Breton
5f65aa223e Shell script to clean the asset store
git-svn-id: http://scm.dspace.org/svn/repo/trunk@212 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-06-24 17:34:31 +00:00