[ckan-changes] [okfn/ckan] 76d701: [#2941] Add /dataset/follow/* and /dataset/unfollo...
GitHub
noreply at github.com
Thu Oct 4 16:17:54 UTC 2012
Branch: refs/heads/2941-follower-support
Home: https://github.com/okfn/ckan
Commit: 76d70134773cd908a971c86ab5624920e3060ef2
https://github.com/okfn/ckan/commit/76d70134773cd908a971c86ab5624920e3060ef2
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2012-10-04 (Thu, 04 Oct 2012)
Changed paths:
M ckan/config/routing.py
M ckan/controllers/package.py
M ckan/logic/action/create.py
M ckan/logic/converters.py
M ckan/logic/schema.py
Log Message:
-----------
[#2941] Add /dataset/follow/* and /dataset/unfollow/*
So you can follow and unfollow datasets without javascript.
Commit: 372ad9333820de3fbf9004474d01d0d723268f52
https://github.com/okfn/ckan/commit/372ad9333820de3fbf9004474d01d0d723268f52
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2012-10-04 (Thu, 04 Oct 2012)
Changed paths:
M ckan/logic/validators.py
Log Message:
-----------
Don't convert package names to ids in package_id_or_name_exists() validator
Always return the given package id or name unmodified, if the package
exists. This is a validator not a converter.
Compare: https://github.com/okfn/ckan/compare/f6a5271a35ae...372ad9333820
More information about the ckan-changes
mailing list