From 7b10868dea47a2c3ad32629a6c2cb832e8bfa087 Mon Sep 17 00:00:00 2001 From: Juan Date: Wed, 16 May 2018 12:01:31 +0200 Subject: [PATCH] Bugs fixed --- debian/changelog | 2 +- debian/control | 4 ++-- forms/news/new/new.js | 12 ++++++------ package-lock.json | 6 +++--- package.json | 4 ++-- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/debian/changelog b/debian/changelog index cd83d6e5..0301c83e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -hedera-web (1.405.93) stable; urgency=low +hedera-web (1.405.94) stable; urgency=low * Initial Release. diff --git a/debian/control b/debian/control index 9c067193..6ac47c25 100644 --- a/debian/control +++ b/debian/control @@ -9,8 +9,8 @@ Vcs-Git: https://git.verdnatura.es/hedera-web Package: hedera-web Architecture: all -Depends: apache2 | httpd, nodejs, php-cli, php-mysql, php-mcrypt, php-ldap, php-ssh2, php-apcu, php-soap, php-imap, php-vn-lib -Suggests: php-text-captcha, php5-imap, tinymce +Depends: apache2 | httpd, nodejs, php-cli, php-vn-lib, php-apcu, php-ldap, php-ssh2, php-mcrypt, php-imap +Suggests: php-text-captcha, php-soap Section: misc Priority: optional Description: Verdnatura's web page diff --git a/forms/news/new/new.js b/forms/news/new/new.js index 6368ad7a..12502c16 100644 --- a/forms/news/new/new.js +++ b/forms/news/new/new.js @@ -25,12 +25,12 @@ Hedera.New = new Class ,"paste textcolor" ] ,toolbar1: - " print preview | link image media emoticons blockquote" - +"| insertfile undo redo | bold italic" - +"| alignleft aligncenter alignright alignjustify" - +"| bullist numlist outdent indent" - +"| styleselect | fontselect fontsizeselect" - +"| forecolor backcolor" + " print preview | link image media emoticons blockquote" + +" | insertfile undo redo | bold italic" + +" | alignleft aligncenter alignright alignjustify" + +" | bullist numlist outdent indent" + +" | styleselect | fontselect fontsizeselect" + +" | forecolor backcolor" ,image_advtab: true ,init_instance_callback : this._onEditorInit.bind (this) }); diff --git a/package-lock.json b/package-lock.json index 116e293e..e73f2e2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7398,9 +7398,9 @@ } }, "tinymce": { - "version": "4.4.3", - "resolved": "https://registry.npmjs.org/tinymce/-/tinymce-4.4.3.tgz", - "integrity": "sha1-Y98Ps/+Qrtq1BrfEUQNLteoZLLE=" + "version": "4.7.13", + "resolved": "https://registry.npmjs.org/tinymce/-/tinymce-4.7.13.tgz", + "integrity": "sha512-6QbNYGV4VExH+p7+o/5km6jOnVSD5mO7aw0s+eKByKnpyG8gZfajxXPhwBM57r7SIravrCI6LFj8DARNe31qPw==" }, "to-arraybuffer": { "version": "1.0.1", diff --git a/package.json b/package.json index abf2c7a7..27062e5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hedera-web", - "version": "1.405.93", + "version": "1.405.94", "description": "Verdnatura web page", "license": "GPL-3.0", "repository": { @@ -29,7 +29,7 @@ "js-yaml": "^3.10.0", "mootools": "^1.5.2", "require-yaml": "0.0.1", - "tinymce": "^4.4.3" + "tinymce": "^4.7.13" }, "scripts": { "dev": "webpack-dev-server --progress --colors --hot",