Adriano Baptistella
Adriano Baptistella
+1 Redmine 3.4.4
+1
in root path run: chmod -R a+w /usr/src/redmine/public/system/
Do you need add the plugins: 'pastebase64' and 'base64image' In config.js add: config.extraPlugins = 'pastebase64'; config.extraPlugins = 'base64image'; And init.rb add: (Loofah::VERSION >= "2.3.0" ? Loofah::HTML5::SafeList : Loofah::HTML5::WhiteList)::ALLOWED_PROTOCOLS.add('data') Working perfect!
in root path run: chmod -R a+w /usr/src/redmine/public/system/
Do you need add the plugins: 'pastebase64' and 'base64image' In config.js add: config.extraPlugins = 'pastebase64'; config.extraPlugins = 'base64image'; And init.rb add: (Loofah::VERSION >= "2.3.0" ? Loofah::HTML5::SafeList : Loofah::HTML5::WhiteList)::ALLOWED_PROTOCOLS.add('data') Working perfect!
Do you need add the plugins: 'pastebase64' and 'base64image' In config.js add: config.extraPlugins = 'pastebase64'; config.extraPlugins = 'base64image'; And init.rb add: (Loofah::VERSION >= "2.3.0" ? Loofah::HTML5::SafeList : Loofah::HTML5::WhiteList)::ALLOWED_PROTOCOLS.add('data') Working perfect!
https://github.com/a-ono/redmine_ckeditor/tree/master/config/locales Is need to create pt-BR.yml that directory, you can copy file pt.yml for create Portuguese Brazil
Yes I did it. I have the redmine on an EC2 AWS in container, and every time the container goes up it must connect the plugins. From what I noticed...