From e9c3384b84fd8735a07a730ef4bcf9f8c2bc350f Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Mon, 28 Jan 2013 12:07:30 -0600 Subject: [PATCH] Removing unused geolocation_map_visible variable and turning geolocation on in default config --- mediagoblin.ini | 4 +--- mediagoblin/config_spec.ini | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/mediagoblin.ini b/mediagoblin.ini index aee48595..6325c8e0 100644 --- a/mediagoblin.ini +++ b/mediagoblin.ini @@ -27,9 +27,6 @@ allow_registration = true ## install other themes. # theme = airy -# Should geotagged images be displayed with a map of the location? -geolocation_map_visible = true - [storage:queuestore] base_dir = %(here)s/user_dev/media/queue @@ -43,3 +40,4 @@ base_url = /mgoblin_media/ # place plugins here---each in their own subsection of [plugins]. see # documentation for details. [plugins] +[[mediagoblin.plugins.geolocation]] diff --git a/mediagoblin/config_spec.ini b/mediagoblin/config_spec.ini index 50ce252e..13840564 100644 --- a/mediagoblin/config_spec.ini +++ b/mediagoblin/config_spec.ini @@ -55,7 +55,6 @@ csrf_cookie_name = string(default='mediagoblin_csrftoken') push_urls = string_list(default=list()) exif_visible = boolean(default=False) -geolocation_map_visible = boolean(default=False) # Theming stuff theme_install_dir = string(default="%(here)s/user_dev/themes/") -- 2.25.1