Custom Query (2152 matches)
Results (628 - 630 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1695 | fixed | Relationships - improvements | dread | dread |
Description |
Suggested by Richard Cyganiak in http://lists.okfn.org/pipermail/ckan-discuss/2012-January/001977.html
|
|||
#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. |
|||
#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 |