Custom Query (2152 matches)
Results (1528 - 1530 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#808 | fixed | Allow i18n language choice on site (and possibly set automatically) | pudo | rgrp |
Description |
Allow choice of language on ckan instance.
Think this is high value (and cost is low) Cost: low (4h) |
|||
#828 | fixed | Update cache support in home controller to use cache config in ini file | rgrp | rgrp |
Description |
Currently cache usage in home controller is inconsistent with elsewhere and, in particular, does not respect cache_disabled and is not configurable using path notation (e.g. ckan.controllers.home. ...). This is especially frustrating in a development environment where is currently running into fact front page is being cached. Fix this. |
|||
#830 | fixed | Themes for CKAN | rgrp | |
Description |
Already have the basic capacity using *_extras paths for templates and public directory (see http://wiki.okfn.org/ckan/doc/theme). However, would be nice to have a proper 'theme' structure (e.g. would allow for theme switching) that also avoids directly polluting 'public'. Could be inspired by: http://packages.python.org/Flask-Themes/ |