Bugs fixed

This commit is contained in:
Juan 2018-05-16 12:01:31 +02:00
parent fdceb1cb0e
commit 7b10868dea
5 changed files with 14 additions and 14 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (1.405.93) stable; urgency=low hedera-web (1.405.94) stable; urgency=low
* Initial Release. * Initial Release.

4
debian/control vendored
View File

@ -9,8 +9,8 @@ Vcs-Git: https://git.verdnatura.es/hedera-web
Package: hedera-web Package: hedera-web
Architecture: all 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 Depends: apache2 | httpd, nodejs, php-cli, php-vn-lib, php-apcu, php-ldap, php-ssh2, php-mcrypt, php-imap
Suggests: php-text-captcha, php5-imap, tinymce Suggests: php-text-captcha, php-soap
Section: misc Section: misc
Priority: optional Priority: optional
Description: Verdnatura's web page Description: Verdnatura's web page

View File

@ -25,12 +25,12 @@ Hedera.New = new Class
,"paste textcolor" ,"paste textcolor"
] ]
,toolbar1: ,toolbar1:
" print preview | link image media emoticons blockquote" " print preview | link image media emoticons blockquote"
+"| insertfile undo redo | bold italic" +" | insertfile undo redo | bold italic"
+"| alignleft aligncenter alignright alignjustify" +" | alignleft aligncenter alignright alignjustify"
+"| bullist numlist outdent indent" +" | bullist numlist outdent indent"
+"| styleselect | fontselect fontsizeselect" +" | styleselect | fontselect fontsizeselect"
+"| forecolor backcolor" +" | forecolor backcolor"
,image_advtab: true ,image_advtab: true
,init_instance_callback : this._onEditorInit.bind (this) ,init_instance_callback : this._onEditorInit.bind (this)
}); });

6
package-lock.json generated
View File

@ -7398,9 +7398,9 @@
} }
}, },
"tinymce": { "tinymce": {
"version": "4.4.3", "version": "4.7.13",
"resolved": "https://registry.npmjs.org/tinymce/-/tinymce-4.4.3.tgz", "resolved": "https://registry.npmjs.org/tinymce/-/tinymce-4.7.13.tgz",
"integrity": "sha1-Y98Ps/+Qrtq1BrfEUQNLteoZLLE=" "integrity": "sha512-6QbNYGV4VExH+p7+o/5km6jOnVSD5mO7aw0s+eKByKnpyG8gZfajxXPhwBM57r7SIravrCI6LFj8DARNe31qPw=="
}, },
"to-arraybuffer": { "to-arraybuffer": {
"version": "1.0.1", "version": "1.0.1",

View File

@ -1,6 +1,6 @@
{ {
"name": "hedera-web", "name": "hedera-web",
"version": "1.405.93", "version": "1.405.94",
"description": "Verdnatura web page", "description": "Verdnatura web page",
"license": "GPL-3.0", "license": "GPL-3.0",
"repository": { "repository": {
@ -29,7 +29,7 @@
"js-yaml": "^3.10.0", "js-yaml": "^3.10.0",
"mootools": "^1.5.2", "mootools": "^1.5.2",
"require-yaml": "0.0.1", "require-yaml": "0.0.1",
"tinymce": "^4.4.3" "tinymce": "^4.7.13"
}, },
"scripts": { "scripts": {
"dev": "webpack-dev-server --progress --colors --hot", "dev": "webpack-dev-server --progress --colors --hot",