forked from verdnatura/hedera-web
Bugs fixed
This commit is contained in:
parent
fdceb1cb0e
commit
7b10868dea
|
@ -1,4 +1,4 @@
|
|||
hedera-web (1.405.93) stable; urgency=low
|
||||
hedera-web (1.405.94) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
});
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue