In the name of privacy, let's not by default call a bunch of third
party services with our (users') geographical position.
'default' => array_merge(self::defaultPlugins(), array(
'Directory' => null,
'ExtendedProfile' => null,
- 'Geonames' => null,
'OStatus' => null,
'WebFinger' => null,
))
'Directory' => null,
'ExtendedProfile' => null,
'EmailRegistration' => null,
- 'Geonames' => null,
'NewMenu' => null,
'MobileProfile' => null,
))
'core' => self::corePlugins(),
'default' => array_merge(self::defaultPlugins(), array(
'Directory' => null,
- 'Geonames' => null,
'OStatus' => null,
'WebFinger' => null,
))
'plugins' => array(
'core' => self::corePlugins(),
'default' => array_merge(self::defaultPlugins(), array(
- 'Geonames' => null,
'NewMenu' => null,
'MobileProfile' => null,
'OStatus' => null,