diff --git a/bl-kernel/abstract/dbjson.class.php b/bl-kernel/abstract/dbjson.class.php
index adce8948..55a269a5 100644
--- a/bl-kernel/abstract/dbjson.class.php
+++ b/bl-kernel/abstract/dbjson.class.php
@@ -33,7 +33,7 @@ class dbJSON
$array = $this->unserialize($implode);
if(empty($array)) {
- Log::set(__METHOD__.LOG_SEP.'Invalid JSON file: '.$file.', cannot be decoded. Check the file content.');
+ //Log::set(__METHOD__.LOG_SEP.'Invalid JSON file: '.$file.', cannot be decoded. Check the file content.');
}
else {
$this->db = $array;
diff --git a/bl-kernel/admin/views/dashboard.php b/bl-kernel/admin/views/dashboard.php
index 7c160bca..37821e42 100644
--- a/bl-kernel/admin/views/dashboard.php
+++ b/bl-kernel/admin/views/dashboard.php
@@ -10,7 +10,7 @@
-
p('Edit or delete pages from your site') ?>
+
p('Edit or delete content from your site') ?>
@@ -19,7 +19,7 @@
-
p('Create a new category to organize your pages') ?>
+
p('Create a new category to organize your content') ?>
@@ -65,6 +65,17 @@
p('Notifications') ?>
newVersion()) {
+ echo '- ';
+ echo ''.$L->g('New version available').'';
+ echo '
Bludit.com';
+ echo ' ';
+ }
+ }
+
+ // Print Notifications
$logs = array_slice($Syslog->db, 0, NOTIFICATIONS_AMOUNT);
foreach($logs as $log) {
$dict = $L->g($log['dictionaryKey']);
@@ -77,7 +88,6 @@
echo Date::format($log['date'], DB_DATE_FORMAT, NOTIFICATIONS_DATE_FORMAT);
echo ' - by '.$log['username'];
echo '';
-
echo '';
}
?>
diff --git a/bl-kernel/admin/views/developers.php b/bl-kernel/admin/views/developers.php
index aa0dfe3d..be331960 100644
--- a/bl-kernel/admin/views/developers.php
+++ b/bl-kernel/admin/views/developers.php
@@ -13,3 +13,7 @@ printTable('Loaded extensions',get_loaded_extensions());
// Site object
printTable('$Site object database',$Site->db);
+
+// Locales installed
+exec('locale -a', $locales);
+printTable('Locales installed', $locales);
\ No newline at end of file
diff --git a/bl-kernel/admin/views/edit-page.php b/bl-kernel/admin/views/edit-page.php
index bab3b7ec..3b627e4d 100644
--- a/bl-kernel/admin/views/edit-page.php
+++ b/bl-kernel/admin/views/edit-page.php
@@ -154,7 +154,7 @@ echo '