Custom Query (2152 matches)
Results (1021 - 1023 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1197 | wontfix | Add JavaScript guide for CKAN | timmcnamara | |
Description |
A new library, guiders.js, has been open sourced that seems to be great at unobtrusively introducing new users to features of websites. The library drives Optimizely's website. The GitHub repo is here: https://github.com/jeff-optimizely/Guiders-JS Some examples: |
|||
#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. |
|||
#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. |