Custom Query (2152 matches)
Results (1294 - 1296 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1195 | fixed | Storage extension to handle incorrect routes better | rgrp | dread |
Description |
We've seen exceptions caused by people getting the file storage link wrong, adding a slash to the end. e.g. http://ckan.net/storage/f/file/e696d857-e997-41c8-be08-408697168ca8/ We should aim to handle all requests better than causing exception. 404 (or even 302 in this case) is better than 500. |
|||
#1196 | fixed | Markdown logging ignores config settings | dread | dread |
Description |
Markdown produces Debug logging, even when the pylons logging config is set to level of Info or Warning. This clogs up the logfile. |
|||
#1199 | fixed | Implement an email function for users. | pudo | pudo |
Description |
We need an email function in CKAN to accept messages sent to users. The basic signature will be:
This has a number of use cases:
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). ImplementationNote we have already written code like this (*and* tested it) in isitopen: |