Custom Query (2152 matches)
Results (223 - 225 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#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 |
|||
#544 | duplicate | Backport facet browsing to CKAN 1.2 | pudo | |
Description |
This is in IATI, would be nice to have in generic CKAN. |
|||
#329 | fixed | Bad dates cause exception on Gov form | rgrp | dread |
Description |
ReproductionUsing the government form, create a new package with name 'test' and date released of '23/5/0210'. The result is a 500 error and 'Server Error' message. Affects all versions of CKAN. Why it's happeningThe dates module is raising an exception on the invalid date when saving the date, which is not being caught. The exception should have been raised only during the earlier 'validation' step and that would be caught. |