Custom Query (2152 matches)
Results (736 - 738 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1549 | wontfix | [super] Short link tool | ross | |
Description |
It would be great to have a CKAN extension that allowed users (or CKAN itself) to generate short links to other URIs (both internal and external). Once created, shortlinks made by CKAN should be changeable. This would allow uploaded content to be moved without the user's link changing at all. The tool itself might also be of use as a general link-shortener to users other than the CKAN system itself. Another useful feature would be for this to also collect some simple analytics such as the referrer and client IP for future reference. I'm not yet sure what we would do with the analytics other than some sort of popularity metric. Questions:
|
|||
#1548 | fixed | Simplfy inheritance in functional tests | dread | dread |
Description |
It's hard to understand what's going on with the functional tests because there is so much going on in inherited classes. Would be better to be explicit in constructors, even if it involves cut & paste. |
|||
#1547 | fixed | Add search methods (before and after) to the IPackageController interface | amercader | amercader |
Description |
Time estimate: 1d Add a two search method to the IPackageController interface so extensions can:
def before_search(search_params): return search_params
def after_search(search_results, search_params): return search_results Please see this pad for implementation details: |