Custom Query (2152 matches)
Results (1405 - 1407 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1533 | wontfix | Make sure ckanext-wordpresser works on CKAN 1.5.1 | rgrp | amercader |
Description |
Superceded by #2234 Super ticket: #1508 Etherpad: http://ckan.okfnpad.org/wordpresser The wordpresser extension does not work with ckan 1.5.1. The wordpress page is not loaded. Looks like this changeset may be involved https://github.com/okfn/ckanext-wordpresser/commit/0efa0649896a7339865f178a302be639ddc561e1 I think that even before that changeset, the page was shown without any margins. In any case, the extension seems to be too sensible to changes in the ckan layout so perhaps it should take into account the CKAN version and have a fixed set of xpaths and templates that work for each version |
|||
#1536 | fixed | Group deletion doesn't work | dread | dread |
Description |
In the Web interface and API, an administrator can set the 'state' field of a group to 'deleted' but this change is ignored in the save/submit and it doesn't get deleted. |
|||
#1537 | fixed | Package create form wizard | icmurray | icmurray |
Description |
Create the form wizard for the package-new form. Each section of the form will be a separate page as this was decided to be simpler than the alternative of making AJAX calls for validation at each stage. (*)
(*) - although the javascript alternative will probably provide better UX (each step would require a page-load in the wizard approach), it was decided that:
|