Custom Query (2152 matches)
Results (1105 - 1107 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#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. |
|||
#1695 | fixed | Relationships - improvements | dread | dread |
Description |
Suggested by Richard Cyganiak in http://lists.okfn.org/pipermail/ckan-discuss/2012-January/001977.html
|
|||
#1696 | fixed | Maintain backwards compatibility with older way of creating custom forms | johnglover | johnglover |
Description |
To maintain backwards compatibility, the package controller (new/edit) should check to see if the controller has a package_form variable defined, and if so render the form pointed to by this variable before calling the new self._package_form() function. This behaviour is now deprecated however. |