From ab414ae6450212f2314c8192957e2eac72e1a807 Mon Sep 17 00:00:00 2001 From: Diego Najar Date: Sat, 8 Feb 2020 19:19:15 +0100 Subject: [PATCH 01/14] Fix html code for favicon --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.php b/install.php index 746d9ee4..b6bf0c26 100644 --- a/install.php +++ b/install.php @@ -584,7 +584,7 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST') { - + From f8bfdf29576c831ac89a8961de436ab65e993b08 Mon Sep 17 00:00:00 2001 From: Diego Najar Date: Sat, 8 Feb 2020 19:19:35 +0100 Subject: [PATCH 02/14] update metadata for tinymce plugin --- bl-plugins/tinymce/metadata.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bl-plugins/tinymce/metadata.json b/bl-plugins/tinymce/metadata.json index 20e3d714..9813a1c1 100644 --- a/bl-plugins/tinymce/metadata.json +++ b/bl-plugins/tinymce/metadata.json @@ -2,8 +2,8 @@ "author": "TinyMCE", "email": "", "website": "https://www.tinymce.com", - "version": "5.0.16", - "releaseDate": "2019-06-10", + "version": "5.1.3", + "releaseDate": "2019-12-01", "license": "LGPL 2.1", "compatible": "3.10.0", "notes": "" From f2acafd6dba878b0d5fa13d4233aa629a145fbcd Mon Sep 17 00:00:00 2001 From: Diego Najar Date: Sat, 8 Feb 2020 19:20:15 +0100 Subject: [PATCH 03/14] add social network vk.com --- bl-kernel/admin/views/settings.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/bl-kernel/admin/views/settings.php b/bl-kernel/admin/views/settings.php index d0019ac0..ca3ef219 100644 --- a/bl-kernel/admin/views/settings.php +++ b/bl-kernel/admin/views/settings.php @@ -419,6 +419,15 @@ 'placeholder'=>'', 'tip'=>'' )); + + echo Bootstrap::formInputText(array( + 'name'=>'vk', + 'label'=>'VK', + 'value'=>$site->vk(), + 'class'=>'', + 'placeholder'=>'', + 'tip'=>'' + )); ?> From c0a15930f972586f9da5d25ccc0a13c905489cf2 Mon Sep 17 00:00:00 2001 From: Diego Najar Date: Sat, 8 Feb 2020 19:20:44 +0100 Subject: [PATCH 04/14] include site db on developers page --- bl-kernel/admin/views/developers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bl-kernel/admin/views/developers.php b/bl-kernel/admin/views/developers.php index cab5069c..9a11b651 100644 --- a/bl-kernel/admin/views/developers.php +++ b/bl-kernel/admin/views/developers.php @@ -34,5 +34,5 @@ $constants = get_defined_constants(true); printTable('Bludit Constants', $constants['user']); // Site object -printTable('$Site object database',$site->db); +printTable('$site object database',$site->db); From edeb603541ae973ec132a9de6b4d6fe4d40bf2d4 Mon Sep 17 00:00:00 2001 From: Diego Najar Date: Sat, 8 Feb 2020 19:22:34 +0100 Subject: [PATCH 05/14] update metadata for bludit v3.11.0 --- bl-kernel/admin/themes/gris | 2 +- bl-plugins/about/metadata.json | 6 +++--- bl-plugins/api/metadata.json | 6 +++--- bl-plugins/backup/metadata.json | 6 +++--- bl-plugins/canonical/metadata.json | 6 +++--- bl-plugins/categories/metadata.json | 6 +++--- bl-plugins/custom-fields-parser/metadata.json | 6 +++--- bl-plugins/disqus/metadata.json | 6 +++--- bl-plugins/easymde/metadata.json | 2 +- bl-plugins/hit-counter/metadata.json | 6 +++--- bl-plugins/html-code/metadata.json | 6 +++--- bl-plugins/links/metadata.json | 6 +++--- bl-plugins/maintenance-mode/metadata.json | 6 +++--- bl-plugins/navigation/metadata.json | 6 +++--- bl-plugins/opengraph/metadata.json | 6 +++--- bl-plugins/remote-content/metadata.json | 6 +++--- bl-plugins/robots/metadata.json | 6 +++--- bl-plugins/rss/metadata.json | 6 +++--- bl-plugins/search/metadata.json | 6 +++--- bl-plugins/simple-stats/metadata.json | 6 +++--- bl-plugins/sitemap/metadata.json | 6 +++--- bl-plugins/static-pages/metadata.json | 6 +++--- bl-plugins/tags/metadata.json | 6 +++--- bl-plugins/tinymce/metadata.json | 2 +- bl-plugins/twitter-cards/metadata.json | 6 +++--- bl-plugins/version/metadata.json | 6 +++--- bl-themes/alternative/metadata.json | 6 +++--- bl-themes/blogx/metadata.json | 6 +++--- bl-themes/social-network/metadata.json | 6 +++--- 29 files changed, 81 insertions(+), 81 deletions(-) diff --git a/bl-kernel/admin/themes/gris b/bl-kernel/admin/themes/gris index 2f331dd6..1478f1a8 160000 --- a/bl-kernel/admin/themes/gris +++ b/bl-kernel/admin/themes/gris @@ -1 +1 @@ -Subproject commit 2f331dd640db048102b1f5478f231ecfdb5fa131 +Subproject commit 1478f1a806ecd94cab55995cadd60f969d80556e diff --git a/bl-plugins/about/metadata.json b/bl-plugins/about/metadata.json index 4f0cfa6b..c7fe22ea 100644 --- a/bl-plugins/about/metadata.json +++ b/bl-plugins/about/metadata.json @@ -2,9 +2,9 @@ "author": "Bludit", "email": "", "website": "https://plugins.bludit.com", - "version": "3.10.0", - "releaseDate": "2019-10-19", + "version": "3.11.0", + "releaseDate": "2020-02-08", "license": "MIT", - "compatible": "3.10.0", + "compatible": "3.11.0", "notes": "" } \ No newline at end of file diff --git a/bl-plugins/api/metadata.json b/bl-plugins/api/metadata.json index 4f0cfa6b..c7fe22ea 100644 --- a/bl-plugins/api/metadata.json +++ b/bl-plugins/api/metadata.json @@ -2,9 +2,9 @@ "author": "Bludit", "email": "", "website": "https://plugins.bludit.com", - "version": "3.10.0", - "releaseDate": "2019-10-19", + "version": "3.11.0", + "releaseDate": "2020-02-08", "license": "MIT", - "compatible": "3.10.0", + "compatible": "3.11.0", "notes": "" } \ No newline at end of file diff --git a/bl-plugins/backup/metadata.json b/bl-plugins/backup/metadata.json index 4f0cfa6b..c7fe22ea 100644 --- a/bl-plugins/backup/metadata.json +++ b/bl-plugins/backup/metadata.json @@ -2,9 +2,9 @@ "author": "Bludit", "email": "", "website": "https://plugins.bludit.com", - "version": "3.10.0", - "releaseDate": "2019-10-19", + "version": "3.11.0", + "releaseDate": "2020-02-08", "license": "MIT", - "compatible": "3.10.0", + "compatible": "3.11.0", "notes": "" } \ No newline at end of file diff --git a/bl-plugins/canonical/metadata.json b/bl-plugins/canonical/metadata.json index 4f0cfa6b..c7fe22ea 100644 --- a/bl-plugins/canonical/metadata.json +++ b/bl-plugins/canonical/metadata.json @@ -2,9 +2,9 @@ "author": "Bludit", "email": "", "website": "https://plugins.bludit.com", - "version": "3.10.0", - "releaseDate": "2019-10-19", + "version": "3.11.0", + "releaseDate": "2020-02-08", "license": "MIT", - "compatible": "3.10.0", + "compatible": "3.11.0", "notes": "" } \ No newline at end of file diff --git a/bl-plugins/categories/metadata.json b/bl-plugins/categories/metadata.json index 4f0cfa6b..c7fe22ea 100644 --- a/bl-plugins/categories/metadata.json +++ b/bl-plugins/categories/metadata.json @@ -2,9 +2,9 @@ "author": "Bludit", "email": "", "website": "https://plugins.bludit.com", - "version": "3.10.0", - "releaseDate": "2019-10-19", + "version": "3.11.0", + "releaseDate": "2020-02-08", "license": "MIT", - "compatible": "3.10.0", + "compatible": "3.11.0", "notes": "" } \ No newline at end of file diff --git a/bl-plugins/custom-fields-parser/metadata.json b/bl-plugins/custom-fields-parser/metadata.json index 4f0cfa6b..c7fe22ea 100644 --- a/bl-plugins/custom-fields-parser/metadata.json +++ b/bl-plugins/custom-fields-parser/metadata.json @@ -2,9 +2,9 @@ "author": "Bludit", "email": "", "website": "https://plugins.bludit.com", - "version": "3.10.0", - "releaseDate": "2019-10-19", + "version": "3.11.0", + "releaseDate": "2020-02-08", "license": "MIT", - "compatible": "3.10.0", + "compatible": "3.11.0", "notes": "" } \ No newline at end of file diff --git a/bl-plugins/disqus/metadata.json b/bl-plugins/disqus/metadata.json index 4f0cfa6b..c7fe22ea 100644 --- a/bl-plugins/disqus/metadata.json +++ b/bl-plugins/disqus/metadata.json @@ -2,9 +2,9 @@ "author": "Bludit", "email": "", "website": "https://plugins.bludit.com", - "version": "3.10.0", - "releaseDate": "2019-10-19", + "version": "3.11.0", + "releaseDate": "2020-02-08", "license": "MIT", - "compatible": "3.10.0", + "compatible": "3.11.0", "notes": "" } \ No newline at end of file diff --git a/bl-plugins/easymde/metadata.json b/bl-plugins/easymde/metadata.json index ddbefe44..6e7bbc2f 100644 --- a/bl-plugins/easymde/metadata.json +++ b/bl-plugins/easymde/metadata.json @@ -5,6 +5,6 @@ "version": "2.8.0", "releaseDate": "2019-08-20", "license": "MIT", - "compatible": "3.10.0", + "compatible": "3.11.0", "notes": "" } \ No newline at end of file diff --git a/bl-plugins/hit-counter/metadata.json b/bl-plugins/hit-counter/metadata.json index 4f0cfa6b..c7fe22ea 100644 --- a/bl-plugins/hit-counter/metadata.json +++ b/bl-plugins/hit-counter/metadata.json @@ -2,9 +2,9 @@ "author": "Bludit", "email": "", "website": "https://plugins.bludit.com", - "version": "3.10.0", - "releaseDate": "2019-10-19", + "version": "3.11.0", + "releaseDate": "2020-02-08", "license": "MIT", - "compatible": "3.10.0", + "compatible": "3.11.0", "notes": "" } \ No newline at end of file diff --git a/bl-plugins/html-code/metadata.json b/bl-plugins/html-code/metadata.json index 4f0cfa6b..c7fe22ea 100644 --- a/bl-plugins/html-code/metadata.json +++ b/bl-plugins/html-code/metadata.json @@ -2,9 +2,9 @@ "author": "Bludit", "email": "", "website": "https://plugins.bludit.com", - "version": "3.10.0", - "releaseDate": "2019-10-19", + "version": "3.11.0", + "releaseDate": "2020-02-08", "license": "MIT", - "compatible": "3.10.0", + "compatible": "3.11.0", "notes": "" } \ No newline at end of file diff --git a/bl-plugins/links/metadata.json b/bl-plugins/links/metadata.json index 4f0cfa6b..c7fe22ea 100644 --- a/bl-plugins/links/metadata.json +++ b/bl-plugins/links/metadata.json @@ -2,9 +2,9 @@ "author": "Bludit", "email": "", "website": "https://plugins.bludit.com", - "version": "3.10.0", - "releaseDate": "2019-10-19", + "version": "3.11.0", + "releaseDate": "2020-02-08", "license": "MIT", - "compatible": "3.10.0", + "compatible": "3.11.0", "notes": "" } \ No newline at end of file diff --git a/bl-plugins/maintenance-mode/metadata.json b/bl-plugins/maintenance-mode/metadata.json index 4f0cfa6b..c7fe22ea 100644 --- a/bl-plugins/maintenance-mode/metadata.json +++ b/bl-plugins/maintenance-mode/metadata.json @@ -2,9 +2,9 @@ "author": "Bludit", "email": "", "website": "https://plugins.bludit.com", - "version": "3.10.0", - "releaseDate": "2019-10-19", + "version": "3.11.0", + "releaseDate": "2020-02-08", "license": "MIT", - "compatible": "3.10.0", + "compatible": "3.11.0", "notes": "" } \ No newline at end of file diff --git a/bl-plugins/navigation/metadata.json b/bl-plugins/navigation/metadata.json index 4f0cfa6b..c7fe22ea 100644 --- a/bl-plugins/navigation/metadata.json +++ b/bl-plugins/navigation/metadata.json @@ -2,9 +2,9 @@ "author": "Bludit", "email": "", "website": "https://plugins.bludit.com", - "version": "3.10.0", - "releaseDate": "2019-10-19", + "version": "3.11.0", + "releaseDate": "2020-02-08", "license": "MIT", - "compatible": "3.10.0", + "compatible": "3.11.0", "notes": "" } \ No newline at end of file diff --git a/bl-plugins/opengraph/metadata.json b/bl-plugins/opengraph/metadata.json index 4f0cfa6b..c7fe22ea 100644 --- a/bl-plugins/opengraph/metadata.json +++ b/bl-plugins/opengraph/metadata.json @@ -2,9 +2,9 @@ "author": "Bludit", "email": "", "website": "https://plugins.bludit.com", - "version": "3.10.0", - "releaseDate": "2019-10-19", + "version": "3.11.0", + "releaseDate": "2020-02-08", "license": "MIT", - "compatible": "3.10.0", + "compatible": "3.11.0", "notes": "" } \ No newline at end of file diff --git a/bl-plugins/remote-content/metadata.json b/bl-plugins/remote-content/metadata.json index 7172257d..0a16b990 100644 --- a/bl-plugins/remote-content/metadata.json +++ b/bl-plugins/remote-content/metadata.json @@ -2,9 +2,9 @@ "author": "Bludit", "email": "", "website": "https://plugins.bludit.com/plugin/remote-content", - "version": "3.10.0", - "releaseDate": "2019-10-19", + "version": "3.11.0", + "releaseDate": "2020-02-08", "license": "MIT", - "compatible": "3.10.0", + "compatible": "3.11.0", "notes": "" } \ No newline at end of file diff --git a/bl-plugins/robots/metadata.json b/bl-plugins/robots/metadata.json index 4f0cfa6b..c7fe22ea 100644 --- a/bl-plugins/robots/metadata.json +++ b/bl-plugins/robots/metadata.json @@ -2,9 +2,9 @@ "author": "Bludit", "email": "", "website": "https://plugins.bludit.com", - "version": "3.10.0", - "releaseDate": "2019-10-19", + "version": "3.11.0", + "releaseDate": "2020-02-08", "license": "MIT", - "compatible": "3.10.0", + "compatible": "3.11.0", "notes": "" } \ No newline at end of file diff --git a/bl-plugins/rss/metadata.json b/bl-plugins/rss/metadata.json index 4f0cfa6b..c7fe22ea 100644 --- a/bl-plugins/rss/metadata.json +++ b/bl-plugins/rss/metadata.json @@ -2,9 +2,9 @@ "author": "Bludit", "email": "", "website": "https://plugins.bludit.com", - "version": "3.10.0", - "releaseDate": "2019-10-19", + "version": "3.11.0", + "releaseDate": "2020-02-08", "license": "MIT", - "compatible": "3.10.0", + "compatible": "3.11.0", "notes": "" } \ No newline at end of file diff --git a/bl-plugins/search/metadata.json b/bl-plugins/search/metadata.json index 4f0cfa6b..c7fe22ea 100644 --- a/bl-plugins/search/metadata.json +++ b/bl-plugins/search/metadata.json @@ -2,9 +2,9 @@ "author": "Bludit", "email": "", "website": "https://plugins.bludit.com", - "version": "3.10.0", - "releaseDate": "2019-10-19", + "version": "3.11.0", + "releaseDate": "2020-02-08", "license": "MIT", - "compatible": "3.10.0", + "compatible": "3.11.0", "notes": "" } \ No newline at end of file diff --git a/bl-plugins/simple-stats/metadata.json b/bl-plugins/simple-stats/metadata.json index 4f0cfa6b..c7fe22ea 100644 --- a/bl-plugins/simple-stats/metadata.json +++ b/bl-plugins/simple-stats/metadata.json @@ -2,9 +2,9 @@ "author": "Bludit", "email": "", "website": "https://plugins.bludit.com", - "version": "3.10.0", - "releaseDate": "2019-10-19", + "version": "3.11.0", + "releaseDate": "2020-02-08", "license": "MIT", - "compatible": "3.10.0", + "compatible": "3.11.0", "notes": "" } \ No newline at end of file diff --git a/bl-plugins/sitemap/metadata.json b/bl-plugins/sitemap/metadata.json index 4f0cfa6b..c7fe22ea 100644 --- a/bl-plugins/sitemap/metadata.json +++ b/bl-plugins/sitemap/metadata.json @@ -2,9 +2,9 @@ "author": "Bludit", "email": "", "website": "https://plugins.bludit.com", - "version": "3.10.0", - "releaseDate": "2019-10-19", + "version": "3.11.0", + "releaseDate": "2020-02-08", "license": "MIT", - "compatible": "3.10.0", + "compatible": "3.11.0", "notes": "" } \ No newline at end of file diff --git a/bl-plugins/static-pages/metadata.json b/bl-plugins/static-pages/metadata.json index 4f0cfa6b..c7fe22ea 100644 --- a/bl-plugins/static-pages/metadata.json +++ b/bl-plugins/static-pages/metadata.json @@ -2,9 +2,9 @@ "author": "Bludit", "email": "", "website": "https://plugins.bludit.com", - "version": "3.10.0", - "releaseDate": "2019-10-19", + "version": "3.11.0", + "releaseDate": "2020-02-08", "license": "MIT", - "compatible": "3.10.0", + "compatible": "3.11.0", "notes": "" } \ No newline at end of file diff --git a/bl-plugins/tags/metadata.json b/bl-plugins/tags/metadata.json index 4f0cfa6b..c7fe22ea 100644 --- a/bl-plugins/tags/metadata.json +++ b/bl-plugins/tags/metadata.json @@ -2,9 +2,9 @@ "author": "Bludit", "email": "", "website": "https://plugins.bludit.com", - "version": "3.10.0", - "releaseDate": "2019-10-19", + "version": "3.11.0", + "releaseDate": "2020-02-08", "license": "MIT", - "compatible": "3.10.0", + "compatible": "3.11.0", "notes": "" } \ No newline at end of file diff --git a/bl-plugins/tinymce/metadata.json b/bl-plugins/tinymce/metadata.json index 9813a1c1..377bfc60 100644 --- a/bl-plugins/tinymce/metadata.json +++ b/bl-plugins/tinymce/metadata.json @@ -5,6 +5,6 @@ "version": "5.1.3", "releaseDate": "2019-12-01", "license": "LGPL 2.1", - "compatible": "3.10.0", + "compatible": "3.11.0", "notes": "" } \ No newline at end of file diff --git a/bl-plugins/twitter-cards/metadata.json b/bl-plugins/twitter-cards/metadata.json index 4f0cfa6b..c7fe22ea 100644 --- a/bl-plugins/twitter-cards/metadata.json +++ b/bl-plugins/twitter-cards/metadata.json @@ -2,9 +2,9 @@ "author": "Bludit", "email": "", "website": "https://plugins.bludit.com", - "version": "3.10.0", - "releaseDate": "2019-10-19", + "version": "3.11.0", + "releaseDate": "2020-02-08", "license": "MIT", - "compatible": "3.10.0", + "compatible": "3.11.0", "notes": "" } \ No newline at end of file diff --git a/bl-plugins/version/metadata.json b/bl-plugins/version/metadata.json index 4f0cfa6b..c7fe22ea 100644 --- a/bl-plugins/version/metadata.json +++ b/bl-plugins/version/metadata.json @@ -2,9 +2,9 @@ "author": "Bludit", "email": "", "website": "https://plugins.bludit.com", - "version": "3.10.0", - "releaseDate": "2019-10-19", + "version": "3.11.0", + "releaseDate": "2020-02-08", "license": "MIT", - "compatible": "3.10.0", + "compatible": "3.11.0", "notes": "" } \ No newline at end of file diff --git a/bl-themes/alternative/metadata.json b/bl-themes/alternative/metadata.json index 06d7fe3f..1a7aa0e4 100644 --- a/bl-themes/alternative/metadata.json +++ b/bl-themes/alternative/metadata.json @@ -2,9 +2,9 @@ "author": "Bludit", "email": "", "website": "https://themes.bludit.com", - "version": "3.10.0", - "releaseDate": "2019-10-19", + "version": "3.11.0", + "releaseDate": "2020-02-08", "license": "MIT", - "compatible": "3.10.0", + "compatible": "3.11.0", "notes": "" } \ No newline at end of file diff --git a/bl-themes/blogx/metadata.json b/bl-themes/blogx/metadata.json index 06d7fe3f..1a7aa0e4 100644 --- a/bl-themes/blogx/metadata.json +++ b/bl-themes/blogx/metadata.json @@ -2,9 +2,9 @@ "author": "Bludit", "email": "", "website": "https://themes.bludit.com", - "version": "3.10.0", - "releaseDate": "2019-10-19", + "version": "3.11.0", + "releaseDate": "2020-02-08", "license": "MIT", - "compatible": "3.10.0", + "compatible": "3.11.0", "notes": "" } \ No newline at end of file diff --git a/bl-themes/social-network/metadata.json b/bl-themes/social-network/metadata.json index 06d7fe3f..1a7aa0e4 100644 --- a/bl-themes/social-network/metadata.json +++ b/bl-themes/social-network/metadata.json @@ -2,9 +2,9 @@ "author": "Bludit", "email": "", "website": "https://themes.bludit.com", - "version": "3.10.0", - "releaseDate": "2019-10-19", + "version": "3.11.0", + "releaseDate": "2020-02-08", "license": "MIT", - "compatible": "3.10.0", + "compatible": "3.11.0", "notes": "" } \ No newline at end of file From 29c8341b2f083f5c25f55ace23b12dd185ef2074 Mon Sep 17 00:00:00 2001 From: Diego Najar Date: Sat, 8 Feb 2020 19:24:17 +0100 Subject: [PATCH 06/14] Bludit v3.11.0 --- bl-kernel/boot/init.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bl-kernel/boot/init.php b/bl-kernel/boot/init.php index 8f5622f5..3082ad19 100644 --- a/bl-kernel/boot/init.php +++ b/bl-kernel/boot/init.php @@ -1,10 +1,10 @@ Date: Mon, 10 Feb 2020 21:19:53 +0100 Subject: [PATCH 07/14] Include Sitemap link if the plugin is enabled --- bl-plugins/robots/plugin.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bl-plugins/robots/plugin.php b/bl-plugins/robots/plugin.php index d69794bb..3e875e6d 100644 --- a/bl-plugins/robots/plugin.php +++ b/bl-plugins/robots/plugin.php @@ -58,6 +58,10 @@ class pluginRobots extends Plugin { $webhook = 'robots.txt'; if ($this->webhook($webhook)) { header('Content-type: text/plain'); + // Include link to sitemap in robots.txt if the plugin is enabled + if (pluginActivated('pluginSitemap')) { + echo 'Sitemap: '.DOMAIN_BASE.'sitemap.xml'; + } echo $this->getValue('robotstxt'); exit(0); } From d570ad664459698122d7ad82f29c6b3ea56e0fd8 Mon Sep 17 00:00:00 2001 From: Diego Najar Date: Mon, 10 Feb 2020 21:23:02 +0100 Subject: [PATCH 08/14] include end of line --- bl-plugins/robots/plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bl-plugins/robots/plugin.php b/bl-plugins/robots/plugin.php index 3e875e6d..3f6c14ed 100644 --- a/bl-plugins/robots/plugin.php +++ b/bl-plugins/robots/plugin.php @@ -60,7 +60,7 @@ class pluginRobots extends Plugin { header('Content-type: text/plain'); // Include link to sitemap in robots.txt if the plugin is enabled if (pluginActivated('pluginSitemap')) { - echo 'Sitemap: '.DOMAIN_BASE.'sitemap.xml'; + echo 'Sitemap: '.DOMAIN_BASE.'sitemap.xml'.PHP_EOL; } echo $this->getValue('robotstxt'); exit(0); From 0e53d0775737f783f981379f19d348ca0aea2c82 Mon Sep 17 00:00:00 2001 From: Edi Date: Tue, 11 Feb 2020 12:52:25 +0100 Subject: [PATCH 09/14] Description --- bl-plugins/simple-stats/languages/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bl-plugins/simple-stats/languages/en.json b/bl-plugins/simple-stats/languages/en.json index 24956685..84c8b90e 100644 --- a/bl-plugins/simple-stats/languages/en.json +++ b/bl-plugins/simple-stats/languages/en.json @@ -2,7 +2,7 @@ "plugin-data": { "name": "Simple Stats", - "description": "Show the number of visitors per day on your dashboard." + "description": "Show the number of visitors per day on your dashboard and content stats." }, "visits": "Visits", "visits-today": "Visits today", From 9da3300b907ec3dc110ec78660da04d1d3a7a6ec Mon Sep 17 00:00:00 2001 From: Edi Date: Tue, 11 Feb 2020 12:58:30 +0100 Subject: [PATCH 10/14] Description --- bl-plugins/simple-stats/languages/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bl-plugins/simple-stats/languages/en.json b/bl-plugins/simple-stats/languages/en.json index 84c8b90e..866ba442 100644 --- a/bl-plugins/simple-stats/languages/en.json +++ b/bl-plugins/simple-stats/languages/en.json @@ -2,7 +2,7 @@ "plugin-data": { "name": "Simple Stats", - "description": "Show the number of visitors per day on your dashboard and content stats." + "description": "Show the number of visits and page views per day on your dashboard and content stats." }, "visits": "Visits", "visits-today": "Visits today", From 6fdac98ba8746306295c8291202a8c9960cd5c58 Mon Sep 17 00:00:00 2001 From: Edi Date: Tue, 11 Feb 2020 13:07:09 +0100 Subject: [PATCH 11/14] Update de_CH.json --- bl-plugins/simple-stats/languages/de_CH.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/bl-plugins/simple-stats/languages/de_CH.json b/bl-plugins/simple-stats/languages/de_CH.json index 3de04034..bb24d830 100644 --- a/bl-plugins/simple-stats/languages/de_CH.json +++ b/bl-plugins/simple-stats/languages/de_CH.json @@ -2,12 +2,14 @@ "plugin-data": { "name": "Simple Stats", - "description": "Anzeige der täglichen Anzahl Seitenaufrufe und Besucher." + "description": "Anzeige der täglichen Anzahl Besuche und Seitenaufrufe und Statistiken der Inhalte." }, "visits": "Seitenaufrufe", "visits-today": "Seitenaufrufe heute", - "unique-visitors-today": "Besucher heute", - "chart": "Chart", - "table": "Table", - "disk-usage" : "Disk Usage" + "unique-visitors-today": "Besuche heute", + "chart": "Diagramm", + "table": "Tabelle", + "disk-usage" : "Belegter Speicherplatz", + "show-content-stats" : "Zeige Statistiken der Inhalte.", + "exclude-administrators-users" : "Benutzer mit der Rolle 'Administrator' ausschliessen." } From f4ddf8f1c20d47f0bcd967174f6cb6694766eadd Mon Sep 17 00:00:00 2001 From: Edi Date: Tue, 11 Feb 2020 13:08:20 +0100 Subject: [PATCH 12/14] Update de_DE.json --- bl-plugins/simple-stats/languages/de_DE.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/bl-plugins/simple-stats/languages/de_DE.json b/bl-plugins/simple-stats/languages/de_DE.json index d5a8e9d0..03a59044 100644 --- a/bl-plugins/simple-stats/languages/de_DE.json +++ b/bl-plugins/simple-stats/languages/de_DE.json @@ -2,12 +2,14 @@ "plugin-data": { "name": "Simple Stats", - "description": "Anzeige der täglichen Anzahl Seitenaufrufe und Besucher." + "description": "Anzeige der täglichen Anzahl Besuche und Seitenaufrufe und Statistiken der Inhalte." }, "visits": "Seitenaufrufe", "visits-today": "Seitenaufrufe heute", - "unique-visitors-today": "Besucher heute", - "chart": "Chart", - "table": "Table", - "disk-usage" : "Disk Usage" + "unique-visitors-today": "Besuche heute", + "chart": "Diagramm", + "table": "Tabelle", + "disk-usage" : "Belegter Speicherplatz", + "show-content-stats" : "Zeige Statistiken der Inhalte.", + "exclude-administrators-users" : "Benutzer mit der Rolle 'Administrator' ausschließen." } From 8a5599023c43fea428d231ee2a7027ee74c1a268 Mon Sep 17 00:00:00 2001 From: Anaggh S Date: Sat, 15 Feb 2020 16:10:40 +0530 Subject: [PATCH 13/14] Fix #1135 clippy input on mobile dropdown menu bug --- bl-kernel/admin/views/dashboard.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bl-kernel/admin/views/dashboard.php b/bl-kernel/admin/views/dashboard.php index aafb4d81..0479fecd 100644 --- a/bl-kernel/admin/views/dashboard.php +++ b/bl-kernel/admin/views/dashboard.php @@ -27,7 +27,7 @@ -
+
@@ -46,6 +46,7 @@ width: "100%", theme: "bootstrap4", minimumInputLength: 2, + dropdownParent: "#jsclippyContainer", ajax: { url: HTML_PATH_ADMIN_ROOT+"ajax/clippy", data: function (params) { From 6b9a07752e06e0f75a806dd4d388e60c12cd1c17 Mon Sep 17 00:00:00 2001 From: Fabiano Santos Date: Sat, 15 Feb 2020 21:29:12 -0300 Subject: [PATCH 14/14] Updated Brazilian Language --- bl-languages/pt_BR.json | 200 ++++++++++++++++++++-------------------- 1 file changed, 100 insertions(+), 100 deletions(-) diff --git a/bl-languages/pt_BR.json b/bl-languages/pt_BR.json index 1c417548..7f9c917c 100644 --- a/bl-languages/pt_BR.json +++ b/bl-languages/pt_BR.json @@ -3,11 +3,11 @@ "native": "Português (Brasil)", "english-name": "Portuguese (Brazil)", "locale": "pt_BR", - "last-update": "2018-06-10", + "last-update": "2020-02-15", "authors": [ "Jacques Schlender (@jcqSCH)", "Marcelo", - "", + "Fabiano Santos (@fabianosantosnet)", "" ] }, @@ -291,105 +291,105 @@ "example-page-4-slug": "sobre", "example-page-4-title": "Sobre", "example-page-4-content": "A página Sobre costuma ser uma das páginas mais visitadas do seu site. Uma sugestão é deixá-la simples e informativa, adicionando tópicos como: quem é o autor do projeto, qual a equipe que compõe o site, motivações para o projeto acontecer, meios de contato para falar com a equipe do site, etc.", - "the-extension-zip-is-not-installed": "The extension zip is not installed, to use this plugin you need to install the extension.", - "there-are-no-sticky-pages-at-this-moment": "There are no sticky pages at this moment.", - "there-are-no-scheduled-pages-at-this-moment": "There are no scheduled pages at this moment.", - "update": "Update", - "template": "Template", - "nickname": "Nickname", - "disable-user": "Disable user", - "delete-user-and-keep-content": "Delete user and keep content", - "delete-user-and-delete-content": "Delete user and delete content (Warning)", - "social-networks": "Social Networks", - "interval": "Interval", - "number-in-minutes-for-every-execution-of-autosave": "Number in minutes for every execution of autosave.", - "extreme-friendly-url": "Extreme friendly URL", - "title-formats": "Title formats", - "delete-content": "Delete content", - "are-you-sure-you-want-to-delete-this-page": "Are you sure you want to delete this page?", + "the-extension-zip-is-not-installed": "A extensão zip não foi instalada e para usá-la é necessário que a instale.", + "there-are-no-sticky-pages-at-this-moment": "Não tem nenhuma página There are sticky no momento.", + "there-are-no-scheduled-pages-at-this-moment": "Não há nenhuma página agendada no momento.", + "update": "Atualizar", + "template": "Modelo", + "nickname": "Apelido", + "disable-user": "Desativar usuário", + "delete-user-and-keep-content": "Excluir usuário e manter o conteúdo", + "delete-user-and-delete-content": "Excluir o usuário e deletar o conteúdo (Aviso)", + "social-networks": "Redes Sociais", + "interval": "Intervalo", + "number-in-minutes-for-every-execution-of-autosave": "Número em minutos para toda execução do salvamento automático.", + "extreme-friendly-url": "URL extremamente amigável", + "title-formats": "Formato de títulos", + "delete-content": "Apagar conteúdo", + "are-you-sure-you-want-to-delete-this-page": "Você tem certeza da exclusão dessa página?", "sticky": "Sticky", - "actions": "Actions", - "edit": "Edit", - "options": "Options", - "enter-title": "Enter title", - "media-manager": "Media Manager", - "set-a-cover-image-from-external-url,-such-as-a-cdn-or-some-server-dedicated-for-images": "Set a cover image from an external URL, such as a CDN or some server dedicated for images.", - "user": "User", - "date-format-format": "Date format: YYYY-MM-DD Hours:Minutes:Seconds<\/code>", - "start-typing-a-page-title-to-see-a-list-of-suggestions": "Start typing a page title to see a list of suggestions.", - "field-used-when-ordering-content-by-position": "Field used when ordering content by position", - "write-a-template-name-to-filter-the-page-in-the-theme-and-change-the-style-of-the-page": "Write a template name to filter the page in the theme and change the style of the page.", - "write-the-tags-separated-by-commas": "Write the tags separated by comma.", - "apply-code-noindex-code-to-this-page": "Apply noindex<\/code> to this page.", - "this-tells-search-engines-not-to-show-this-page-in-their-search-results": "This tells search engines not to show this page in their search results.", - "apply-code-nofollow-code-to-this-page": "Apply nofollow<\/code> to this page.", - "this-tells-search-engines-not-to-follow-links-on-this-page": "This tells search engines not to follow links on this page.", - "apply-code-noarchive-code-to-this-page": "Apply noarchive<\/code> to this page.", - "this-tells-search-engines-not-to-save-a-cached-copy-of-this-page": "This tells search engines not to save a cached copy of this page.", - "uncategorized": "Uncategorized", - "done": "Done", - "delete-category": "Delete category", - "are-you-sure-you-want-to-delete-this-category?": "Are you sure you want to delete this category?", - "confirm-new-password": "Confirm new password", - "the-nickname-is-almost-used-in-the-themes-to-display-the-author-of-the-content": "The nickname is almost used in the themes to display the author of the content", - "allow-unicode": "Allow Unicode", - "allow-unicode-characters-in-the-url-and-some-part-of-the-system": "Allow Unicode characters in the URL and some part of the system.", - "variables-allowed": "Variables allowed", + "actions": "Ações", + "edit": "Editar", + "options": "Opções", + "enter-title": "Insira um título", + "media-manager": "Gerenciador de Mídias", + "set-a-cover-image-from-external-url,-such-as-a-cdn-or-some-server-dedicated-for-images": "Coloque a imagem de capa de uma URL externa como um CDN ou algum servidor dedicado para imagens.", + "user": "Usuário", + "date-format-format": "Formato da data: YYYY-MM-DD Hora:Minutos:Segundos<\/code>", + "start-typing-a-page-title-to-see-a-list-of-suggestions": "Inicie digitando um título de página para ver uma lista de sugestões.", + "field-used-when-ordering-content-by-position": "Campo usado quando ordena o conteúdo pela posição", + "write-a-template-name-to-filter-the-page-in-the-theme-and-change-the-style-of-the-page": "Escreva um nome de template (modelo) para filtrar a página no tema e mude o estilo dela.", + "write-the-tags-separated-by-commas": "Escreva as tags separadas por vírgula.", + "apply-code-noindex-code-to-this-page": "Aplicar noindex<\/code> nesta página.", + "this-tells-search-engines-not-to-show-this-page-in-their-search-results": "Isso informa aos mecanismos de busca para não mostrar esta página em seus resultados.", + "apply-code-nofollow-code-to-this-page": "Aplicar nofollow<\/code> nesta página.", + "this-tells-search-engines-not-to-follow-links-on-this-page": "Isso informa aos mecanismos de busca para não seguir os links desta página.", + "apply-code-noarchive-code-to-this-page": "Aplicar noarchive<\/code> nesta página.", + "this-tells-search-engines-not-to-save-a-cached-copy-of-this-page": "Isso informa aos mecanismos de busca para não armazenar em cache uma cópia dessa página.", + "uncategorized": "Não categorizada", + "done": "Feito", + "delete-category": "Deletar categoria", + "are-you-sure-you-want-to-delete-this-category?": "Está certo da exclusão dessa categoria?", + "confirm-new-password": "Confirme a nova senha", + "the-nickname-is-almost-used-in-the-themes-to-display-the-author-of-the-content": "O apelido é quase sempre usado nos temas para exibir o autor do conteúdo", + "allow-unicode": "Permitir Unicode", + "allow-unicode-characters-in-the-url-and-some-part-of-the-system": "Permitir caracteres Unicode na URL e em alguma parte do sistema.", + "variables-allowed": "Variáveis permitidas", "tag": "Tag", - "drag-and-drop-to-sort-the-plugins": "Drag and Drop to sort the plugins.", + "drag-and-drop-to-sort-the-plugins": "Arraste e Solte para ordenar os plugins.", "seo": "SEO", - "documentation": "Documentation", - "forum-support": "Forum support", - "chat-support": "Chat support", - "quick-links": "Quick links", - "leave-empty-for-autocomplete-by-bludit": "Leave empty for autocomplete by Bludit.", - "choose-a-password-for-the-user-admin": "Choose a password for the user admin<\/code>", - "access-denied": "Access denied", - "choose-images-to-upload": "Choose images to upload", - "insert": "Insert", - "upload": "Upload", - "autosave": "Autosave", - "the-content-is-saved-as-a-draft-to-publish-it": "The content is saved as a draft. To publish it click on the button Publish<\/b> or if you still working on it click on Save as draft<\/b>.", + "documentation": "Documentação", + "forum-support": "Suporte no Forum", + "chat-support": "Suporte no Bate-papo", + "quick-links": "Links rápidos", + "leave-empty-for-autocomplete-by-bludit": "Deixe em branco para preenchimento automático pelo Bludit.", + "choose-a-password-for-the-user-admin": "Escolha uma senha para o usuário admin<\/code>", + "access-denied": "Acesso negado", + "choose-images-to-upload": "Escolha imagens para carregar", + "insert": "Inserir", + "upload": "Enviar", + "autosave": "Salvamento automático", + "the-content-is-saved-as-a-draft-to-publish-it": "O conteúdo é salvo como um rascunho. Para publicá-lo, clique no botão PUBLICAR<\/b> ou se você ainda trabalhando nisso clique em Salvar como rascunho<\/b>.", "site": "Site", - "first": "First", - "last": "Last", - "there-are-no-pages-at-this-moment": "There are no pages at this moment.", - "there-are-no-static-pages-at-this-moment": "There are no static pages at this moment.", - "there-are-no-draft-pages-at-this-moment": "There are no draft pages at this moment.", - "good-morning": "Good morning", - "good-afternoon": "Good afternoon", - "good-evening": "Good evening", - "good-night": "Good night", - "hello": "Hello", - "there-are-no-images-for-the-page": "There are no images for the page.", - "select-cover-image": "Select cover image", - "this-plugin-depends-on-the-following-plugins": "This plugin depends on the following plugins.", - "no-pages-found": "No pages found", - "system-updated": "System updated", - "security": "Security", - "remove-cover-image": "Remove cover image", - "width": "Width", - "height": "Height", - "quality": "Quality", - "thumbnails": "Thumbnails", - "thumbnail": "Thumbnail", - "thumbnail-width-in-pixels": "Thumbnail width in pixels (px).", - "thumbnail-height-in-pixels": "Thumbnail height in pixels (px).", - "thumbnail-quality-in-percentage": "Thumbnail quality in percentage (%).", - "maximum-load-file-size-allowed:": "Maximum load file size allowed:", - "file-type-is-not-supported": "File type is not supported. Allowed types:", - "page-content": "Page content", - "markdown-parser": "Markdown parser", - "site-logo": "Site logo", - "search": "Search", - "search-plugins": "Search plugins", - "enabled-plugins": "Enabled plugins", - "disabled-plugins": "Disabled plugins", - "remove-logo": "Remove logo", - "preview": "Preview", - "author-can-write-and-edit-their-own-content": "Author: Can write and edit their own content. Editor: Can write and edit the content of others.", - "custom-fields": "Custom fields", - "define-custom-fields-for-the-content": "Define custom fields for the content. Learn more about custom fields in the documentation<\/a>.", - "start-typing-to-see-a-list-of-suggestions": "Start typing to see a list of suggestions.", - "view": "View" -} \ No newline at end of file + "first": "Primeiro", + "last": "Último", + "there-are-no-pages-at-this-moment": "Não há páginas no momento.", + "there-are-no-static-pages-at-this-moment": "Não há páginas estáticas no momento.", + "there-are-no-draft-pages-at-this-moment": "Não há páginas de rascunho no momento.", + "good-morning": "Bom Dia", + "good-afternoon": "Boa tarde", + "good-evening": "Boa noite", + "good-night": "Boa noite", + "hello": "Olá", + "there-are-no-images-for-the-page": "Não há imagens para a página.", + "select-cover-image": "Selecionar imagem da capa", + "this-plugin-depends-on-the-following-plugins": "Este extensão depende dos seguintes plugins.", + "no-pages-found": "Nenhuma página encontrada", + "system-updated": "Sistema atualizado", + "security": "Segurança", + "remove-cover-image": "Remover imagem da capa", + "width": "Largura", + "height": "Altura", + "quality": "Qualidade", + "thumbnails": "Miniaturas", + "thumbnail": "Miniatura", + "thumbnail-width-in-pixels": "Largura da miniatura em pixels (px).", + "thumbnail-height-in-pixels": "Altura da miniatura em pixels (px).", + "thumbnail-quality-in-percentage": "Qualidade da miniatura em porcentagem (%).", + "maximum-load-file-size-allowed:": "Tamanho máximo de carregamento do arquivo permitido:", + "file-type-is-not-supported": "Tipo de arquivo não suportado. Tipos permitidos:", + "page-content": "Conteúdo da página", + "markdown-parser": "Analisador Markdown", + "site-logo": "Logo do site", + "search": "Busca", + "search-plugins": "Buscar extensões", + "enabled-plugins": "Habilitar extensões", + "disabled-plugins": "Desabilitar extensões", + "remove-logo": "Remover logotipo", + "preview": "Pré visualização", + "author-can-write-and-edit-their-own-content": "Author: Pode escrever e editar seu próprio conteúdo. Editor: Pode escrever e editar o conteúdo de outras pessoas.", + "custom-fields": "Campos customizados", + "define-custom-fields-for-the-content": "Defina campos personalizados para o conteúdo. Saiba mais sobre os campos personalizados na documentação<\/a>.", + "start-typing-to-see-a-list-of-suggestions": "Comece a digitar para ver uma lista de sugestões.", + "view": "Ver" +}