##// END OF EJS Templates
sync alternative gravatar options to other .ini files...
marcink -
r2736:3aad896d beta
parent child Browse files
Show More
@@ -63,6 +63,15 b' cut_off_limit = 256000'
63 63 force_https = false
64 64 commit_parse_limit = 25
65 65 use_gravatar = true
66
67 ## alternative_gravatar_url allows you to use your own avatar server application
68 ## the following parts of the URL will be replaced
69 ## %(email)s user email
70 ## %(md5email)s md5 hash of the user email (like at gravatar.com)
71 ## %(size)s size of the image that is expected from the server application
72 #alternative_gravatar_url = http://myavatarserver.com/getbyemail/%(email)s/%(size)s
73 #alternative_gravatar_url = http://myavatarserver.com/getbymd5/%(md5email)s?s=%(size)s
74
66 75 container_auth_enabled = false
67 76 proxypass_auth_enabled = false
68 77 default_encoding = utf8
@@ -38,6 +38,7 b' news'
38 38 - Implemented #509, RhodeCode enforces SSL for push/pulling if requested.
39 39 - Import remote svn repositories to mercurial using hgsubversion
40 40 - Fixed #508 RhodeCode now has a option to explicitly set forking permissions
41 - RhodeCode can use alternative server for generating avatar icons
41 42
42 43 fixes
43 44 +++++
@@ -63,6 +63,15 b' cut_off_limit = 256000'
63 63 force_https = false
64 64 commit_parse_limit = 50
65 65 use_gravatar = true
66
67 ## alternative_gravatar_url allows you to use your own avatar server application
68 ## the following parts of the URL will be replaced
69 ## %(email)s user email
70 ## %(md5email)s md5 hash of the user email (like at gravatar.com)
71 ## %(size)s size of the image that is expected from the server application
72 #alternative_gravatar_url = http://myavatarserver.com/getbyemail/%(email)s/%(size)s
73 #alternative_gravatar_url = http://myavatarserver.com/getbymd5/%(md5email)s?s=%(size)s
74
66 75 container_auth_enabled = false
67 76 proxypass_auth_enabled = false
68 77 default_encoding = utf8
@@ -63,6 +63,7 b' cut_off_limit = 256000'
63 63 force_https = false
64 64 commit_parse_limit = 50
65 65 use_gravatar = true
66
66 67 ## alternative_gravatar_url allows you to use your own avatar server application
67 68 ## the following parts of the URL will be replaced
68 69 ## %(email)s user email
@@ -70,6 +71,7 b' use_gravatar = true'
70 71 ## %(size)s size of the image that is expected from the server application
71 72 #alternative_gravatar_url = http://myavatarserver.com/getbyemail/%(email)s/%(size)s
72 73 #alternative_gravatar_url = http://myavatarserver.com/getbymd5/%(md5email)s?s=%(size)s
74
73 75 container_auth_enabled = false
74 76 proxypass_auth_enabled = false
75 77 default_encoding = utf8
General Comments 0
You need to be logged in to leave comments. Login now