Commit Graph

57 Commits

Author SHA1 Message Date
Robert Tansley
ed9f5052fa - Implemented e-mail subscription (new item notification).
- Updated DB schema:
  * New "subscription" table
  * EPerson: renamed "active" to "can_log_in", and added "last_active",
    "self_registered" and "sub_frequency" columns (unused right now, but
    easier to make the changes at once)
- Updated EPerson object to reflect table changes, and callers of EPerson
  object
- Removed MIT-only filters from web.xml


git-svn-id: http://scm.dspace.org/svn/repo/trunk@446 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-10-18 11:22:00 +00:00
David Stuve
197888b6d3 took out URL, just displaying handle now
git-svn-id: http://scm.dspace.org/svn/repo/trunk@413 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-09-26 18:30:42 +00:00
David Stuve
8b99578395 outputs handle in submit/archive email properly
git-svn-id: http://scm.dspace.org/svn/repo/trunk@408 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-09-24 19:54:03 +00:00
David Stuve
5958ed22f8 no subject line - fixed?
git-svn-id: http://scm.dspace.org/svn/repo/trunk@294 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-08-19 16:55:35 +00:00
David Stuve
fd9e387e75 first version
git-svn-id: http://scm.dspace.org/svn/repo/trunk@283 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-08-19 14:18:47 +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
d13eaf1c4b Added simplified e-mail handling
- Updated configuration + ConfigurationManager
- Added relevant libraries and Email class


git-svn-id: http://scm.dspace.org/svn/repo/trunk@27 9c30dcfa-912a-0410-8fc2-9e0234be79fd
2002-05-21 18:03:31 +00:00