Robert Tansley
67c007a0a1
Added missing tag library and import directives.
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@270 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-08-15 17:11:15 +00:00
David Stuve
4041b12edb
first version
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@269 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-08-15 17:10:45 +00:00
Robert Tansley
072f1fadf9
Removed obsolete (and incomplete) browse test data.
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@268 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-08-15 17:07:09 +00:00
David Stuve
93bccf742f
workspaceitem moved to package:content
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@267 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-08-15 15:59:55 +00:00
David Stuve
c7a1abfe21
workspace item moved to package:content
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@266 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-08-15 15:59:06 +00:00
David Stuve
05020d29c6
workspaceitem is in package content now
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@265 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-08-15 15:57:31 +00:00
David Stuve
87af2596f4
added abstract indexing (commented out ;-)
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@264 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-08-15 15:55:58 +00:00
David Stuve
dce1aefe5f
quick compile fix checkin
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@263 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-08-15 15:53:57 +00:00
David Stuve
e8079eed13
fix typos
...
git-svn-id: http://scm.dspace.org/svn/repo/trunk@262 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-08-15 15:53:37 +00:00
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