Custom Query (2152 matches)
Results (877 - 879 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#987 | duplicate | Common harvesting framework | pudo | pudo |
Description |
We are now harvesting metadata from other sources in various places around CKAN. Such harvesting can include:
We should aim to consolidate the harvesting clients into a common system that is easy to extend when needed and can be re-used in different scenarios. In general, such a system would have the following stages:
Exisiting harvesters are at: |
|||
#1007 | wontfix | Backport WDMMG translations for extensions i18n | pudo | pudo |
Description |
Needed to allow extensions to be internationalized in the code and in templates. Requires in-template i18n domain switching which is broken between Genshi and Pylons, thus needs this hackish class. cf. https://bitbucket.org/okfn/wdmmg/src/198841e770e5/wdmmg/config/environment.py#cl-16 |
|||
#1008 | fixed | eval() of user display name in template head | rgrp | pudo |
Description |
We're currently setting the user preferences links via a javascript snippet that also evals the name. This should be removed as we're not displaying the user name any longer. We should also have page fragment caching in Genshi, which is not currently implmented. cf. http://api.rubyonrails.org/classes/ActionController/Caching/Fragments.html |