Custom Query (2152 matches)
Results (1624 - 1626 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2314 | fixed | parse_rfc_2822 tests failing in some timezones | icmurray | seanh |
Description |
These two tests: ckan.tests.lib.test_helpers.TestHelpers?.test_parse_rfc_2822_gmt_case ckan.tests.lib.test_helpers.TestHelpers?.test_parse_rfc_2822_with_offset have been failing in certain timezones. In the UK they pass, if you're in Germany they'll fail. The function being tested uses datetime.datetime.fromtimestamp() which uses the local time, but the tests compare the results against hardcoded strings, so the tests cannot work in different timezones. |
|||
#2330 | fixed | Make api read-actions GETable | icmurray | icmurray |
Description |
Whitelist any GETable api actions, and optionally construct the query from url params rather than body. |
|||
#2347 | fixed | Related stuff dashboard and changes | icmurray | ross |
Description |
Some additions to the related stuff functionality to make it more useful post the 1.7 release. [x] Edit item (after checking auth) [x] My related things on my user page
[x] Related stuff usage counts { 1d }
[x] Un-attached related items {0.25d}
[ ] Dashboard for related
[x] Changing auth for related.
[x] General issues
[ ] UI Changes
[x] Related is a pretty terrible name in the UI - much better to have it called Apps, Ideas etc (perhaps title tag could even give more details e.g. "Apps, Ideas, Visualization and other material related to this dataset") -- btw i thought this was in #2332 but realize it wasn't (apologies for that!)
[x] Documentation, documentation, documentation - AFAICT I can't see anything in v1.7 or master docs. I imagine this would be a short section like http://docs.ckan.org/en/ckan-1.7/commenting.html (and probably coming right after that in the ToC) which says
[ ] Clearly mark the old extension as deprecated from v1.7 forward: https://github.com/okfn/ckanext-apps (I just met someone last week who was working on integrating this and had no idea it was replaced by something better in v1.7) |