Rhea Myers
Rhea Myers
Eek! We don't have enough strings translated for that in Transifex but it's being displayed because the legalcode *is* translated. We'll need people to translate the strings on Transifex to...
I've checked the code and we do not currently implement this behaviour. Currently, the rdf files are treated as distinct documents rather than different content types for the same document....
in wp-admin/includes/image.php : ``` wp_read_image_metadata() ``` calls: ``` wp_kses_post_deep() ``` which strips tags. So we have to use the php exif parsing. I'll look at hooking this in for the...
Making progress with the php Exif parsing, just trying to make it efficient for the code and logical for the user.
Code now extracts license and attribution url when you view the media. Looking to see if I can hook this in to the image upload process, but if not this...
Metadata now extracted on image upload. This won't get metadata for existing images if the plugin is installed and we have (e.g.) 20,000 images with Exif already in the system....
I don't believe so. The strings are stripped after reading from the file, rather than the file itself being sanitised.
I had in mind more a global "Extract CC License metadata where present but don't overwrite anything" option. We could also add a button to the media manager to do...
Sure. It's the sort of thing where the user will want the plugin to do the right thing, for a value of "the right thing" that will differ from case...
Capabilities are a security measure so specifying which one is to be used seems like something that should be explicit. And a wildcard should return all matches, not just the...