GitHub user deathbearbrown opened a pull request:
https://github.com/apache/couchdb/pull/56
1755 notifications should take templates
Added the option to pass a template for custom notifications as well as
data. Data is serialized so it can be accessed in the custom template.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/deathbearbrown/couchdb
1755-notifications-should-take-templates
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb/pull/56.patch
----
commit 8d75e2bc2ab54510b65f1d57883ebaa801dd50cc
Author: suelockwood <[email protected]>
Date: 2013-04-08T13:48:30Z
Let Notifications take a custom template option.
commit c38ea8ada39116d05f4f2bea7b5dd1c4e93a2b5e
Author: suelockwood <[email protected]>
Date: 2013-04-08T13:53:25Z
Added the option to pass in a data. Data is serialized and will be
accessible to the template.
----