Changes between Initial Version and Version 2 of Ticket #1199
- Timestamp:
- 06/23/11 09:52:15 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1199
- Property Owner set to pudo
- Property Status changed from new to assigned
-
Ticket #1199 – Description
initial v2 9 9 10 10 Finally, the mail function should be exposed in the API for sysadmin clients. This way we can have scripts traverse CKAN for 404s, invalid data or missing fields and ping users about that automatically (requires traversal by revision, not package, to get the associated users). 11 12 == Implementation == 13 14 Note we have already written code like this (*and* tested it) in isitopen: 15 16 * https://bitbucket.org/okfn/isitopen/src/bb2cbd146fa5/isitopen/lib/mailer.py 17 * https://bitbucket.org/okfn/isitopen/src/bb2cbd146fa5/isitopen/tests/lib/test_mailer.py