Ticket #13475 (confirmed Bug)
Site Setup UI reports slightly misleading PIL info
Reported by: | aclark | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 4.x |
Component: | Backend (Python) | Version: | 4.2 |
Keywords: | Cc: |
Description
The UI says:
PIL X.X.X (Pillow)
(I assume when Pillow is found instead of PIL) Ideally, it should say:
Imaging: PIL 1.1.7
Or:
Imaging: Pillow 2.0.0
etc.
Attachments
Change History
comment:1 Changed 3 years ago by kleist
- Status changed from new to confirmed
- Component changed from Unknown to Templates/CSS
comment:2 Changed 3 years ago by aclark
FWIW I don't think this is strictly a Templates/CSS issue, there is Python code in the MigrationTool that affects the UI, IIUC: https://github.com/plone/Products.CMFPlone/blob/master/Products/CMFPlone/MigrationTool.py#L126
Note: See
TracTickets for help on using
tickets.