Feature #30801
Improved support for inline images
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Text formatting | |||
Target version: | - | |||
Resolution: |
Description
data:image is getting more and more use,
in order to make Redmine able to handle pasted base64 images via some plugin like ckeditor
I had to change type of column in messages table, field content from text to longtext in order to be able to work with base64 images, also in news table, description I have changed to longtext, mysql database.