PLIP #1483 introduced a series of changes to allow scale images in plone.scale such that they will look good on devices with pixel ratios higher than 1.
The following is from the Wikipedia:
Retina Display is a brand name used by Apple for its series of IPS panel displays that have a higher pixel density than other displays. Apple has applied to register the term "Retina" as a trademark in regard to computers and mobile devices with the United States Patent and Trademark Office, Canadian Intellectual Property Office, and in Jamaica. On November 27, 2012 the US Patent and Trademark office approved Apple's application and "Retina" is now a registered trademark for computer equipment.
I suggest to remove all references to "Retina image scales" and replace it with "High DPI image scales" (or something similar) in our source code to avoid any future trademark issues:
https://github.com/plone/Products.CMFPlone/search?utf8=%E2%9C%93&q=retina
An upgrade step will be necessary.
"high pixel density" seems good
Next up:
thanks for taking care of this! I have no idea how to proceed with the rest of the stuff.
I have it in this branch https://github.com/plone/Products.CMFPlone/tree/tkimnguyen-no-retina and will make a similar one for plone.namedfile and plone.formwidget.namedfile then will make a WIP PR
OK I think I'm done... mind you I guess I should test this... just run the test cases and try it manually to see if I broke anything?
OK I think I initiated the Jenkins build ok for https://github.com/plone/Products.CMFPlone/pull/2133...
Jenkins is running with this at http://jenkins.plone.org/job/pull-request-5.1/497/
@tkimnguyen you missed to change some tests. I fixed them and started a jenkins-build: http://jenkins.plone.org/job/pull-request-5.1/546/
I might need to rebase the branches first though...
@tkimnguyen: Tests are now green. Please rebase your branch of Products.CMFPlone and we can merge the whole thing.
I rebased (and recompiled the plone and plone-logged-in resources) and started the tests for all 4 PRs.
I never got around to making the PR for namedfile packages...
I merged them all.
seems we can close this now the PR are merged.
thanks to all the involved!