Custom Query (2152 matches)
Results (496 - 498 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#35 | fixed | IP Address for non-logged in users is always 127.0.0.1 when deployed behind a proxy (e.g. on ckan.net) | rgrp | rgrp |
Description |
When IP address is used to identify non-logged in users (for example on create and editing of packages) it is always 127.0.0.1 when using a reverse proxy (standard deployment configuration on a production machine and used e.g. on http://www.ckan.net). This could be corrected by using HTTP_X_FORWARDED_FOR when available. |
|||
#36 | fixed | Edit package page should support previews | rgrp | rgrp |
Description |
When editing a package one would like to be able to preview one's changes before saving. |
|||
#37 | fixed | Purge a Revision (i.e. purge all changes associated with that revision) | rgrp | rgrp |
Description |
Spam entries have started to occur on ckan.net in the last few months. It would be useful to be able to purge these revisions -- that is permanently delete all changes to domain objects associated with those revision (one might also permanently delete that revision -- or alternatively simply mark it as purged). In addition to providing this facility from the shell it would also be useful to be able to do this from the web interface (with associated restrictions on usage via an authorization controller of some sort). |