Custom Query (2152 matches)
Results (292 - 294 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#972 | wontfix | Merge 'extras' into main package dict rather than having separate key | sebbacon | rgrp |
Description |
Rather than have a separate 'extras' key all the extras fields should be consolidated into the main package dict when presenting the package internally or e.g. via the API. Why? Extras are really just an artefact of our internal storage model. Clients of the system (both internal and external) should just see a set of key/values with no distinction between extras and non-extras. Issues
Possible subticket of forms refactoring: #961 |
|||
#995 | wontfix | consolidate caching | kindly | kindly |
Description |
Try and minimise the amount of different caching methodologies, especially for api calls. |
|||
#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 |