plone / Products.CMFPlone

The core of the Plone content management system
https://plone.org
GNU General Public License v2.0
235 stars 182 forks source link

Remove all skin layers in Plone 6 #3515

Open mauritsvanrees opened 2 years ago

mauritsvanrees commented 2 years ago

In Plone 6.0.0a4 only the following skin layers are left.

From Products.CMFPlone:

From Products.CMFPlacefulWorkflow:

It would be nice if we could get rid of all of these skin layers. They work, and will continue to be supported (in CMFCore really), but they are an old technique.

yurj commented 2 years ago

plone_images: what is the problem even if they're used? At least you can move the to static/old_icons and drop a note to change the url if used but it is not worth the time.

Beware that the logo seems to be used: https://6-classic.demo.plone.org/logo.png if the logo is not updated. I can't find where the logo.png OFS.Image is used so maybe it is already handled under the hood.

mauritsvanrees commented 2 years ago

It is not a problem if the images are used. But if we find that core does not use them, then now would be a good time to get rid of them, especially if this would be the last skin layer in use.

yurj commented 2 years ago

I think logo.png is used @agitator do you agree?

agitator commented 2 years ago

Few things...

jensens commented 2 weeks ago

see also https://github.com/plone/Products.CMFPlone/issues/1801