[ckan-changes] [okfn/ckan] : [#1633] Add activity streams to dataset pages.
GitHub
noreply at github.com
Fri Jan 13 15:48:09 UTC 2012
Branch: refs/heads/feature-1515-activity-streams
Home: https://github.com/okfn/ckan
Commit: 2176131431659afd17dcd6706eaccc1751b63b3f
https://github.com/okfn/ckan/commit/2176131431659afd17dcd6706eaccc1751b63b3f
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2012-01-13 (Fri, 13 Jan 2012)
Changed paths:
M ckan/controllers/package.py
M ckan/logic/action/get.py
M ckan/templates/package/read.html
Log Message:
-----------
[#1633] Add activity streams to dataset pages.
They don't look particularly nice yet and there's no test for it yet,
but it works.
Add package_activity_list() and package_activity_list_html() logic
functions.
Package read controller calls package_activity_list_html() logic
function and adds the activity stream HTML to the template context.
Package read template retrieves the HTML and outputs it into the page.
Commit: e84a302fc3b85f844bf777ce2a181ea508b09c33
https://github.com/okfn/ckan/commit/e84a302fc3b85f844bf777ce2a181ea508b09c33
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2012-01-13 (Fri, 13 Jan 2012)
Changed paths:
M ckan/controllers/group.py
M ckan/logic/action/get.py
M ckan/templates/group/read.html
Log Message:
-----------
[#1633] Add activity streams to group pages
Still needs a unit test and to look nicer
Compare: https://github.com/okfn/ckan/compare/4764350...e84a302
More information about the ckan-changes
mailing list