-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
navigation-, news-, recent-,review-portlets: add options to supress i… #85
Conversation
bd80f7d
to
f528ae5
Compare
f528ae5
to
2662191
Compare
afc5e39
to
c70a131
Compare
a6476fa
to
fb69138
Compare
df30640
to
bef0d7c
Compare
…cons, read thumbsize from registry plus option to override thumbsize individually / or suppress thumbs. replace paper clip icon wqith mimetype icons for files plone/Products.CMFPlone#1734
@@ -1,6 +1,7 @@ | |||
# -*- coding: utf-8 -*- | |||
from Acquisition import aq_inner, aq_base, aq_parent | |||
from ComputedAttribute import ComputedAttribute | |||
from plone import api |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After reading this comment from @jensens https://github.com/plone/plone.portlet.collection/pull/15/files#r110555223 I guess it is ok.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ebrehault I thought that the decision so far was to not allow plone.api in the core... I'm not much against it as long as the circular dependencies are taken care of 😓
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think here it is not ok. I hate this, but as long we do not have a clear definition what is consumer and what is provider for plone.api we can not use it.
…cons, read thumbsize from registry plus option to override thumbsize individually / or suppress thumbs.
plone/Products.CMFPlone#1734