Custom Query (2152 matches)
Results (625 - 627 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1699 | fixed | Setup Ckan on tenforce test server | johnglover | kindly |
Description |
Need to setup server in tenforce test server. |
|||
#1698 | fixed | [super] Tag Taxonomies | seanh | seanh |
Description |
Add drupal-like "taxonomies" to CKAN. Etherpad with user stories, feature list, design and implementation discussion: Branch where this is being developed is feature-1698-tag-taxonomies: https://github.com/okfn/ckan/compare/master...feature-1698-tag-taxonomies Tickets related to this have keyword taxonomies. |
|||
#1696 | fixed | Maintain backwards compatibility with older way of creating custom forms | johnglover | johnglover |
Description |
To maintain backwards compatibility, the package controller (new/edit) should check to see if the controller has a package_form variable defined, and if so render the form pointed to by this variable before calling the new self._package_form() function. This behaviour is now deprecated however. |