stable

Clone or download

Read-only

Disallow upload if file field is frozen

Given the file field is frozen, You should not be able to drop an image in any ckeditor instances of the artifact being updated. Part of story #12964: drag'n drop images in tracker text areas Change-Id: I9199c4cd917f7f753174a289ab0a907fd61a27fb

Modified Files

Name
M plugins/tracker/include/Tracker/Artifact/RichTextareaProvider.php +30 −15 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/View/Edit.class.php +13 −1 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Text.class.php +10 −4 Go to diff View file
A plugins/tracker/phpunit/Tracker/Artifact/RichTextareaProviderTest.php +275 −0 Go to diff View file
M src/common/templating/TemplateCache.php +10 −4 Go to diff View file