MrDys / blacklight

Blacklight Plugin
http://projectblacklight.org/
Other
1 stars 1 forks source link

Have email and sms export make use of document extensions and field semantics #488

Closed MrDys closed 12 years ago

MrDys commented 12 years ago

CODEBASE-303: This will remove the MARC dependency on email exports.

MrDys commented 12 years ago

Original reporter: jkeck

MrDys commented 12 years ago

jkeck: We have changed the email and sms functionality to use field semantics and the document extension framework instead of relying directly on MARC.

The application maintainer will need to add the SolrDocument.use_extension in their app level config in order to load the modules appropriately.

Once they do that the body of the email will be generated from a document extension that will build the content from the field semantics.

The application maintainer can also easily override this module at their app level to have a more fine grained control over the contents of the email or sms to do whatever the would like.

MrDys commented 12 years ago

jrochkind: pretty sure jkeck meant to close this as it is complete, closing it for 2.8.0 release.

MrDys commented 12 years ago

jrochkind: a summary of what you did might be useful in the JIRA, jkeck.