Labels |
Added:
?
|
I did, as said in the description of the issue. As you see in the first screenshot they are displayed in the Mediamanager itself...
Same for Media-Field should i create a seperate issue for that?
It's the same issue if it exists.
To allow only images is hard coded in the field itself https://github.com/joomla/joomla-cms/blob/staging/libraries/joomla/form/fields/imagelist.php#L40. Don't know if we should break up that filter and use the media manager setting instead.
I think we should always use existing settings, also ACL is based on MM...
The things is that the form field doesn't have any dependency to the media manager and also should not have. What we can do is to make this value as a parameter of the field itself.
So it´s not dependant of the ACL of the Extension the field is using?
yes that would be very helpful, thank you!
Category | ⇒ | com_fields |
Category | com_fields | ⇒ | com_fields com_media Feature Request UI/UX |
Priority | Medium | ⇒ | Very low |
Status | New | ⇒ | Discussion |
Is it somehow possible to assign that issue to me. Actually I don't have time to fix it, but it is no release blocker, so we can do it also in a later release.
can you give a 3.8-Milestone so it don't get lost?
3.8 should be only router but I guess I can do it in 3.7.1 or so
Build | staging | ⇒ | 3.7.1 |
added Build 3.7.1 in Issue Tracker.
Build on the tracker should be the version the issue was reported against, not a projected version where an issue is fixed.
Build | 3.7.1 | ⇒ | staging |
You can't do assignments through the tracker, we aren't wired up to work with the assignees field on GitHub
Assignees on GitHub is only team members with access to a repository, so even if we had that integration you can't assign this to Allon because he's not in a team with access to this repo
@laoneo you might find this useful https://github.com/darylldoyle/svg-sanitizer
Labels |
Added:
J3 Issue
|
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-08-18 10:38:48 |
Closed_By | ⇒ | wilsonge |
So now both are closed?
Status | Closed | ⇒ | New |
Closed_Date | 2018-08-18 10:38:48 | ⇒ | |
Closed_By | wilsonge | ⇒ |
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-08-18 10:54:36 |
Closed_By | ⇒ | wilsonge |
It is the same root problem at the end of the day.
So we close all the issues regarding this and leave none open?
I'd really like to open this issue again. Like explained already, issue #16795 is not related to this here.
In this issue here it is about the media field that does not allow to pick svg image files that are already uploaded and available on the server. The filter what is considered to be an image file is hard coded to the media field in https://github.com/joomla/joomla-cms/blob/staging/libraries/joomla/form/fields/imagelist.php#L40
The Media Manager in Joomla already allows to upload svg image files and if uploaded it does also show these files. Why not allow these files to be picked in the form media field?
When you select an image through a field with the type "media", SVG format files are not displayed. Will this be fixed in the future?
Hi, still no option there or we miss something ? I know this Issue is closed, but can't understand why.
The 3.10 code still show $this->filter = '.png$|.gif$|.jpg$|.bmp$|.ico$|.jpeg$|.psd$|.eps$'; for the /libraries/joomla/form/fields/imagelist.php file. Maybe with a filter fields for better control on the permited extentions ?
You need to go to media manager options and manually add the svg type. It is not in the lists for security reason