(Stuart Lewis) SF Patch #1799575 New EPersonConsumer event consumer

git-svn-id: http://scm.dspace.org/svn/repo/trunk@2212 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Stuart Lewis
2007-09-21 13:48:48 +00:00
parent aeab047b6e
commit e42cb88744
6 changed files with 173 additions and 43 deletions

View File

@@ -5,9 +5,6 @@ SF Patch 1794700 Bug fix for stat-monthly and stat-report-monthly
- Authentication code moved to new org.dspace.authenticate package
- Added IP Authentication (SF patch #1566820)
(Graham Triggs)
- Admin browser for withdrawn items (implements feature request #1221957)
(Richard Jones)
- S.F. Patch 1670093 More stable metadata and schema registry import
@@ -33,6 +30,7 @@ SF Patch 1794700 Bug fix for stat-monthly and stat-report-monthly
- ConfigurationManager fix to honour log4j.configuration
- S.F. Patch 1749196 Oracle SQL in Bitstream Checker
- S.F. Patch 1740579 Patch for bug 1740454 (Concurrency)
- Admin browser for withdrawn items (implements feature request #1221957)
(Larry Stone, Richard Rodgers, Sands Fish, Mark Diggory)
- S.F. Patch 1633596 Event System for DSpace 1.5
@@ -63,6 +61,7 @@ SF Patch 1794700 Bug fix for stat-monthly and stat-report-monthly
- SF Patch #1737792 Patch for bug 1552760 - Submit interface looks bad in Safari
- Removal of message for Netscape users in choose-file.jsp + removal of supporting text and images in the help file
- SF Patch #1591871 Docs for google and html sitemaps
- SF Patch #1799575 New EPersonConsumer event consumer
(Chris yates)
- SF Patch #1724330 Removes "null" being displayed in community-home.jsp

View File

@@ -80,7 +80,7 @@ mail.admin = dspace-help@myu.edu
# alert.recipient = email-address-here
# Recipient for new user registration emails
# registration.notify.new = email-address-here
# registration.notify = email-address-here
##### File Storage ######
@@ -915,7 +915,7 @@ plugin.named.org.dspace.content.packager.PackageIngester = \
# default synchronous dispatcher (same behavior as traditional DSpace)
event.dispatcher.default.class = org.dspace.event.BasicDispatcher
event.dispatcher.default.consumers = search, browse
event.dispatcher.default.consumers = search, browse, eperson
# consumer to maintain the search index
event.consumer.search.class = org.dspace.search.SearchConsumer
@@ -925,6 +925,10 @@ event.consumer.search.filters = Item|Collection|Community|Bundle+Create|Modify|M
event.consumer.browse.class = org.dspace.browse.BrowseConsumer
event.consumer.browse.filters = Item+Create|Modify|Modify_Metadata:Collection+Add|Remove
# consumer related to EPerson changes
event.consumer.eperson.class = org.dspace.eperson.EPersonConsumer
event.consumer.eperson.filters = EPerson+Create
# test consumer for debugging and monitoring
#event.consumer.test.class = org.dspace.event.TestConsumer
#event.consumer.test.filters = All+All

View File

@@ -10,6 +10,6 @@ Subject: DSpace: Registration Notification
A new user has registered on the system:
Name: {0}
Email: {1}
Name: {0}
Email: {1}
Date: {2}

View File

@@ -183,6 +183,9 @@ cp * ..</pre>
<br><code>mail.admin</code> -- mailbox for DSpace site administrator.
<br><code>alert.recipient</code> -- mailbox for server errors/alerts (not essential but very useful!)
<br><code>registration.notify</code> -- mailbox for emails when new users register (optional)
<p>
<b>NOTE:</b> You can interpolate the value of one configuration variable
in the value of another one. For example, to set <code>feedback.recipient</code>