[ckan-changes] [okfn/ckan] e664c4: [ec] Paster command, "user add", uses defers to ac...
GitHub
noreply at github.com
Fri Nov 16 11:31:25 UTC 2012
Branch: refs/heads/release-v1.7.1-ecportal
Home: https://github.com/okfn/ckan
Commit: e664c459f5d78987d3923ec138a3727b474272ea
https://github.com/okfn/ckan/commit/e664c459f5d78987d3923ec138a3727b474272ea
Author: Ian Murray <ian.c.murray at gmail.com>
Date: 2012-11-12 (Mon, 12 Nov 2012)
Changed paths:
M ckan/lib/cli.py
Log Message:
-----------
[ec] Paster command, "user add", uses defers to action layer.
Rather than directly creating the User, which as a consequence will bypass
any custom validation.
Commit: 1a14ee44afdd87abea67c2b24c8d1a02968a1628
https://github.com/okfn/ckan/commit/1a14ee44afdd87abea67c2b24c8d1a02968a1628
Author: Ian Murray <ian.c.murray at gmail.com>
Date: 2012-11-13 (Tue, 13 Nov 2012)
Changed paths:
M ckan/config/deployment.ini_tmpl
M ckan/lib/helpers.py
Log Message:
-----------
[ec] Make displaying gravatars configurable.
Some clients don't necessarily want to display gravatar images.
Note - the reason for making this configurable, rather than customizing
a CKAN instance to not use gravatars in its templates is because gravatar
images are generated for activity streams outside of the templates.
Compare: https://github.com/okfn/ckan/compare/fbcf8a0eb993...1a14ee44afdd
More information about the ckan-changes
mailing list