From: Mikael Nordfeldth Date: Tue, 22 Oct 2013 15:32:06 +0000 (+0200) Subject: Geonames now not a default plugin X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=aa36fecd0af84010d4d5e955c13857b091fd30ad;p=quix0rs-gnu-social.git Geonames now not a default plugin In the name of privacy, let's not by default call a bunch of third party services with our (users') geographical position. --- diff --git a/lib/siteprofile.php b/lib/siteprofile.php index ff7f6f61e9..6ab095d712 100644 --- a/lib/siteprofile.php +++ b/lib/siteprofile.php @@ -112,7 +112,6 @@ class PublicSite extends SiteProfileSettings 'default' => array_merge(self::defaultPlugins(), array( 'Directory' => null, 'ExtendedProfile' => null, - 'Geonames' => null, 'OStatus' => null, 'WebFinger' => null, )) @@ -150,7 +149,6 @@ class PrivateSite extends SiteProfileSettings 'Directory' => null, 'ExtendedProfile' => null, 'EmailRegistration' => null, - 'Geonames' => null, 'NewMenu' => null, 'MobileProfile' => null, )) @@ -201,7 +199,6 @@ class CommunitySite extends SiteProfileSettings 'core' => self::corePlugins(), 'default' => array_merge(self::defaultPlugins(), array( 'Directory' => null, - 'Geonames' => null, 'OStatus' => null, 'WebFinger' => null, )) @@ -236,7 +233,6 @@ class SingleuserSite extends SiteProfileSettings 'plugins' => array( 'core' => self::corePlugins(), 'default' => array_merge(self::defaultPlugins(), array( - 'Geonames' => null, 'NewMenu' => null, 'MobileProfile' => null, 'OStatus' => null,