[ckan-changes] [okfn/ckan] e02487: [#316] Disable follower lists
GitHub
noreply at github.com
Wed Jan 30 11:16:24 UTC 2013
Branch: refs/heads/316-disable-follower-lists
Home: https://github.com/okfn/ckan
Commit: e024873f596d481137845951af57988b077969fb
https://github.com/okfn/ckan/commit/e024873f596d481137845951af57988b077969fb
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2013-01-30 (Wed, 30 Jan 2013)
Changed paths:
M ckan/controllers/group.py
M ckan/controllers/user.py
M ckan/logic/action/get.py
M ckan/logic/auth/get.py
M ckan/templates/group/read_base.html
M ckan/templates/package/read_base.html
M ckan/templates/user/read_base.html
Log Message:
-----------
[#316] Disable follower lists
Disable follower lists for normal users
Make it so that only sysadmins can see a dataset, user or group's list
of followers.
Add auth functions to user, dataset and group follower_list functions.
user controller, group controller, package controller:
/followers pages send 401 if not authorized
Remove followers tabs from user, dataset and group pages.
Some tests need to be fixed now
More information about the ckan-changes
mailing list