Custom Query (2152 matches)
Results (1522 - 1524 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1692 | wontfix | Add image attribute to Dataset and Group | rgrp | |
Description |
Add image attribute for Dataset and Group which would be shown in prominent place. For dataset this could be a relevant image and for Group this would be more of a logo. I think this has very high value from a UX point of view. Issues
|
|||
#1693 | fixed | register_pluggable_behaviour should not be in routing | ross | ross |
Description |
We should try and move register_pluggable_behaviour into environment and out of routing as it is causing import issues when using simple search. These functions already take a map and so they should be fine any time after the call to make_map |
|||
#1694 | fixed | Add quick functional test(s) for activity streams HTML rendering | seanh | seanh |
Description |
The activity streams feature is already thoroughly tested via the logic layer and API calls, but there needs to be a quick test of the rendering code, e.g. fetch a user's page (thus testing that ckan doesn't crash while rendering it) and then assert that the expected activity streams HTML is in the fetched HTML. |