]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Geonames now not a default plugin
authorMikael Nordfeldth <mmn@hethane.se>
Tue, 22 Oct 2013 15:32:06 +0000 (17:32 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Tue, 22 Oct 2013 15:32:06 +0000 (17:32 +0200)
In the name of privacy, let's not by default call a bunch of third
party services with our (users') geographical position.

lib/siteprofile.php

index ff7f6f61e9edcc55562f3d440c7b1ffe6eb7b0f9..6ab095d7121cfa573945cb309500800685a55b5c 100644 (file)
@@ -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,