Custom Query (2152 matches)
Results (670 - 672 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#889 | fixed | Support extra footer material in config option (e.g. for google analytics) | rgrp | rgrp |
Description |
Add a config option 'template_footer_end' which is inserted in layout_template just before </body>. This allows sysadmins to add extra items, especially, scripts directly into site without having to do any theming and is especially useful for things like google analytics. Aside: going forward may want to turn this into a extension. Cost: 1h |
|||
#907 | fixed | Data previews: preview package resource data in the WUI | rgrp | |
Description |
As a user I want to preview a dataset ('resource') before downloading it. ImplementationThis will be implemented as an Extension NB: This ticket requires a way to get data out of a remote url (the dataset). We do not want to put this data load/streaming into ckan core due to a) complexity b) load problems (do not want to take ckan out by accidentally pulling in a 1GB file)
|
|||
#908 | fixed | Issues deploying extensions with modwsgi / uwsgi | pudo | rgrp |
Description |
Some extensions import pylons features (such as request) at root. Have encountered following issues:
[Mon Jan 17 09:01:19 2011] [error] Exception KeyError: KeyError(-1218594160,) in <module 'threading' from '/usr/lib/python2.6/threading.pyc'> ignored [Mon Jan 17 09:01:20 2011] [error] Exception AttributeError: "'NoneType' object has no attribute 'clearing'" in <bound method PluginEnvironment.__del__ of Services for Environment '<default>' |