changeset 2736:3aad896d9a02 beta

sync alternative gravatar options to other .ini files - changelog update
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 25 Aug 2012 17:19:23 +0200
parents 9d8f63ff9219
children e21cb7b1a4a5
files development.ini docs/changelog.rst production.ini rhodecode/config/deployment.ini_tmpl
diffstat 4 files changed, 21 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/development.ini	Fri Aug 24 14:58:26 2012 +0200
+++ b/development.ini	Sat Aug 25 17:19:23 2012 +0200
@@ -63,6 +63,15 @@
 force_https = false
 commit_parse_limit = 25
 use_gravatar = true
+
+## alternative_gravatar_url allows you to use your own avatar server application
+## the following parts of the URL will be replaced
+## %(email)s        user email
+## %(md5email)s     md5 hash of the user email (like at gravatar.com)
+## %(size)s         size of the image that is expected from the server application
+#alternative_gravatar_url = http://myavatarserver.com/getbyemail/%(email)s/%(size)s
+#alternative_gravatar_url = http://myavatarserver.com/getbymd5/%(md5email)s?s=%(size)s
+
 container_auth_enabled = false
 proxypass_auth_enabled = false
 default_encoding = utf8
--- a/docs/changelog.rst	Fri Aug 24 14:58:26 2012 +0200
+++ b/docs/changelog.rst	Sat Aug 25 17:19:23 2012 +0200
@@ -38,6 +38,7 @@
 - Implemented #509, RhodeCode enforces SSL for push/pulling if requested.
 - Import remote svn repositories to mercurial using hgsubversion  
 - Fixed #508 RhodeCode now has a option to explicitly set forking permissions
+- RhodeCode can use alternative server for generating avatar icons
 
 fixes
 +++++
--- a/production.ini	Fri Aug 24 14:58:26 2012 +0200
+++ b/production.ini	Sat Aug 25 17:19:23 2012 +0200
@@ -63,6 +63,15 @@
 force_https = false
 commit_parse_limit = 50
 use_gravatar = true
+
+## alternative_gravatar_url allows you to use your own avatar server application
+## the following parts of the URL will be replaced
+## %(email)s        user email
+## %(md5email)s     md5 hash of the user email (like at gravatar.com)
+## %(size)s         size of the image that is expected from the server application
+#alternative_gravatar_url = http://myavatarserver.com/getbyemail/%(email)s/%(size)s
+#alternative_gravatar_url = http://myavatarserver.com/getbymd5/%(md5email)s?s=%(size)s
+
 container_auth_enabled = false
 proxypass_auth_enabled = false
 default_encoding = utf8
--- a/rhodecode/config/deployment.ini_tmpl	Fri Aug 24 14:58:26 2012 +0200
+++ b/rhodecode/config/deployment.ini_tmpl	Sat Aug 25 17:19:23 2012 +0200
@@ -63,6 +63,7 @@
 force_https = false
 commit_parse_limit = 50
 use_gravatar = true
+
 ## alternative_gravatar_url allows you to use your own avatar server application
 ## the following parts of the URL will be replaced
 ## %(email)s        user email
@@ -70,6 +71,7 @@
 ## %(size)s         size of the image that is expected from the server application
 #alternative_gravatar_url = http://myavatarserver.com/getbyemail/%(email)s/%(size)s
 #alternative_gravatar_url = http://myavatarserver.com/getbymd5/%(md5email)s?s=%(size)s
+
 container_auth_enabled = false
 proxypass_auth_enabled = false
 default_encoding = utf8