-
-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove all references to "Retina" in our source code due to trademark issues #2123
Comments
"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 #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/ |
@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... |
Branch: refs/heads/master Date: 2017-08-31T14:55:17-05:00 Author: T. Kim Nguyen (tkimnguyen) <[email protected]> Commit: plone/plone.namedfile@4d4a2e8 remove mention of retina as per plone/Products.CMFPlone#2123 Files changed: M CHANGES.rst M plone/namedfile/scaling.py M plone/namedfile/tests/test_scaling.py M plone/namedfile/utils/__init__.py Repository: plone.namedfile Branch: refs/heads/master Date: 2017-09-21T14:09:03+02:00 Author: Jens W. Klein (jensens) <[email protected]> Commit: plone/plone.namedfile@c503d21 Merge branch 'master' into tkimnguyen-no-retina Files changed: M CHANGES.rst M plone/namedfile/scaling.py M plone/namedfile/tests/test_scaling.py M setup.py Repository: plone.namedfile Branch: refs/heads/master Date: 2017-10-08T13:11:22+02:00 Author: Philip Bauer (pbauer) <[email protected]> Commit: plone/plone.namedfile@e06ee67 fix tests Files changed: M plone/namedfile/tests/test_scaling.py Repository: plone.namedfile Branch: refs/heads/master Date: 2017-10-10T15:09:18+02:00 Author: Jens W. Klein (jensens) <[email protected]> Commit: plone/plone.namedfile@6a1ee06 Merge pull request #55 from plone/tkimnguyen-no-retina Remove mention of retina Files changed: M CHANGES.rst M plone/namedfile/scaling.py M plone/namedfile/tests/test_scaling.py M plone/namedfile/utils/__init__.py
I merged them all. |
seems we can close this now the PR are merged. thanks to all the involved! |
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:
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.
The text was updated successfully, but these errors were encountered: