gnu-social/plugins/Gravatar
Mikael Nordfeldth 747fe9d59b Tidying up getUser calls to profiles and some events
getUser calls are much more strict, and one place where this was found was
in the (un)subscribe start/end event handlers, which resulted in making the
Subscription class a bit stricter, regarding ::start and ::cancel at least.
Several minor fixes in many files were made due to this.

This does NOT touch the Foreign_link function, which should also have a more
strict getUser call. That is a future project.
2013-09-09 23:03:34 +02:00
..
locale Localisation updates from http://translatewiki.net. 2012-06-30 11:10:38 +00:00
GravatarPlugin.php Tidying up getUser calls to profiles and some events 2013-09-09 23:03:34 +02:00
README Update translator documentation. 2011-04-08 18:47:07 +02:00

README

GravatarPlugin 0.1

About:
This will allow users to use their Gravatar Avatar with your StatusNet install.

Configuration:
add this to your config.php:
addPlugin('Gravatar', array());

To do:
Site default all on for gravatar by default
Migration Script