Custom Query (2152 matches)
Results (1630 - 1632 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#335 | fixed | Post-package-edit redirect to configurable URL | dread | dread |
Description |
As athird-party interface to a CKAN instance I want tolink to CKAN's package creation/editing pages. On 'commit', have the user redirected back to a URL in my interface that I can control. Also, when the package is created new, I need to be told what the new package's name is on return. Design
ExampleFront-end links to: http://ca.ckan.net/package/new?return_to=http://datadotgc.ca/dataset/<NAME> (but with the parameter URL-encoded) When finished editing and the user commits, CKAN redirects the user to: http://datadotgc.ca/dataset/pollution_data |
|||
#340 | fixed | Web UI theme easier to configure | dread | dread |
Description |
An install of CKAN should be configurable without changing any of the installed files. This makes it clear to upgrade CKAN. Complete the changes in this wiki page to allow static files to be served from outside CKAN paths over CKAN versions and additional CSS file to be pulled in. |
|||
#341 | fixed | Web UI accepts package IDs in URLs | dread | |
Description |
(in the same way that we can refer to packages in the API by ID as well as name.) As aclient of CKAN I want tolink to a package page in the UI, referring to it by ID |