Merge branch 'testing' into 0.9.x

Conflicts:
	db/08to09.sql
This commit is contained in:
Brion Vibber
2010-03-04 10:16:59 -08:00
14 changed files with 305 additions and 683 deletions

View File

@@ -836,4 +836,17 @@ class OStatusPlugin extends Plugin
return true;
}
function onPluginVersion(&$versions)
{
$versions[] = array('name' => 'OStatus',
'version' => STATUSNET_VERSION,
'author' => 'Evan Prodromou, James Walker, Brion Vibber, Zach Copley',
'homepage' => 'http://status.net/wiki/Plugin:OStatus',
'rawdescription' =>
_m('Follow people across social networks that implement '.
'<a href="http://ostatus.org/">OStatus</a>.'));
return true;
}
}