From 925f6e4f921c51b6a128005307aea665e0416d17 Mon Sep 17 00:00:00 2001 From: dignajar Date: Fri, 22 Jan 2016 16:27:53 -0300 Subject: [PATCH] Plugin tags updated --- bl-kernel/boot/init.php | 2 +- bl-languages/es_AR.json | 2 +- bl-plugins/disqus/plugin.php | 1 + bl-plugins/rss/languages/en_US.json | 9 ++------- bl-plugins/rss/languages/es_AR.json | 7 +++++++ bl-plugins/sitemap/languages/es_AR.json | 7 +++++++ bl-plugins/tags/plugin.php | 4 ++-- bl-themes/blogme/index.php | 3 +++ bl-themes/future-imperfect/index.php | 5 ++++- 9 files changed, 28 insertions(+), 12 deletions(-) create mode 100644 bl-plugins/rss/languages/es_AR.json create mode 100644 bl-plugins/sitemap/languages/es_AR.json diff --git a/bl-kernel/boot/init.php b/bl-kernel/boot/init.php index a4c623a3..bba9b49a 100644 --- a/bl-kernel/boot/init.php +++ b/bl-kernel/boot/init.php @@ -4,7 +4,7 @@ define('BLUDIT_VERSION', 'githubVersion'); define('BLUDIT_CODENAME', ''); define('BLUDIT_RELEASE_DATE', ''); -define('BLUDIT_BUILD', '20160121'); +define('BLUDIT_BUILD', '20160122'); // Debug mode define('DEBUG_MODE', TRUE); diff --git a/bl-languages/es_AR.json b/bl-languages/es_AR.json index b326d270..df7989f0 100644 --- a/bl-languages/es_AR.json +++ b/bl-languages/es_AR.json @@ -3,7 +3,7 @@ { "native": "EspaƱol (Argentina)", "english-name": "Spanish", - "last-update": "2015-10-02", + "last-update": "2016-01-22", "author": "Diego", "email": "", "website": "" diff --git a/bl-plugins/disqus/plugin.php b/bl-plugins/disqus/plugin.php index ec964e52..1b7381e2 100644 --- a/bl-plugins/disqus/plugin.php +++ b/bl-plugins/disqus/plugin.php @@ -33,6 +33,7 @@ class pluginDisqus extends Plugin { { global $Page; global $Site; + var_dump($Page); if( $Site->homePage()==$Page->key() ) { $this->disable = true; } diff --git a/bl-plugins/rss/languages/en_US.json b/bl-plugins/rss/languages/en_US.json index 6f9fde99..efc4bc93 100644 --- a/bl-plugins/rss/languages/en_US.json +++ b/bl-plugins/rss/languages/en_US.json @@ -1,12 +1,7 @@ { "plugin-data": { - "name": "RSS", - "description": "This plugin generate a file rss.xml.", - "author": "Bludit", - "email": "", - "website": "https://github.com/dignajar/bludit-plugins", - "version": "1.0", - "releaseDate": "2016-01-07" + "name": "RSS Feed", + "description": "This plugin generate a RSS Feed for your site." } } \ No newline at end of file diff --git a/bl-plugins/rss/languages/es_AR.json b/bl-plugins/rss/languages/es_AR.json new file mode 100644 index 00000000..a17b665f --- /dev/null +++ b/bl-plugins/rss/languages/es_AR.json @@ -0,0 +1,7 @@ +{ + "plugin-data": + { + "name": "RSS Feed", + "description": "Este plugin genera contenido RSS Feed para su sitio." + } +} \ No newline at end of file diff --git a/bl-plugins/sitemap/languages/es_AR.json b/bl-plugins/sitemap/languages/es_AR.json new file mode 100644 index 00000000..4bfddfb5 --- /dev/null +++ b/bl-plugins/sitemap/languages/es_AR.json @@ -0,0 +1,7 @@ +{ + "plugin-data": + { + "name": "Sitemap", + "description": "Este plugin genera un archivo sitemap.xml, el cual provee la lista de paginas de su sitio web, esto ayuda a los buscadores a organizar y filtrar contenido de su sitio web." + } +} \ No newline at end of file diff --git a/bl-plugins/tags/plugin.php b/bl-plugins/tags/plugin.php index 892707bc..918994fa 100644 --- a/bl-plugins/tags/plugin.php +++ b/bl-plugins/tags/plugin.php @@ -51,7 +51,7 @@ class pluginTags extends Plugin { foreach($db as $tagKey=>$fields) { - $tagArray[] = array('tagKey'=>$tagKey, 'count'=>$dbTags->countPostsByTag($tagKey), 'name'=>ucfirst($fields['name'])); + $tagArray[] = array('tagKey'=>$tagKey, 'count'=>$dbTags->countPostsByTag($tagKey), 'name'=>$fields['name']); } // Sort the array based on options @@ -79,4 +79,4 @@ class pluginTags extends Plugin { return $html; } -} +} \ No newline at end of file diff --git a/bl-themes/blogme/index.php b/bl-themes/blogme/index.php index 0acbae1c..6049c136 100644 --- a/bl-themes/blogme/index.php +++ b/bl-themes/blogme/index.php @@ -48,5 +48,8 @@ + + + \ No newline at end of file diff --git a/bl-themes/future-imperfect/index.php b/bl-themes/future-imperfect/index.php index c58e557f..6237de0e 100644 --- a/bl-themes/future-imperfect/index.php +++ b/bl-themes/future-imperfect/index.php @@ -101,5 +101,8 @@ MIT license + + + - + \ No newline at end of file