plone
Assign custom permissions to non-folderish objects
Recently I noticed that not all permissions are available on all content types, e.g. on ATDocuments (probably all non-folderish objects).[详细]
2023-04-02 04:55 分类:问答What is "view_permission" on portlet/configure.zcml for?
In <browser:page /> on Plone, I have a permission attribute. I can add a custom permission in there and have better security when the browser view is rendered.[详细]
2023-04-02 02:51 分类:问答Raw HTML in body text after importing content using transmorgrifier
I\'m using a transmorgrifier recipe to import some data from drupal into a Plone 4.1 based buildout. The buildout is based on https://github.com/claytron/drupal-plone-transmogrifier, (mostly I updated[详细]
2023-04-02 00:33 分类:问答Migrating from (now obsolete) custom ATImage content type
We had a whole collection of Plone 3 sites with a custom Image type subclassed from ATImage. This allowed us to add an extra image scaling to the[详细]
2023-04-02 00:03 分类:问答Plone: Add permission to role
In a Plone site there is a permission called \"access inactive portal content\". By default, this is granted to the roles \"Manager\" and \"Owner\".[详细]
2023-04-01 23:59 分类:问答What's the most straightforward way to move the globalnav to the footer, only on the front page
I have hidden various elements of the normal Plone front page via: .section-front-page #portal-globalnav {[详细]
2023-04-01 21:31 分类:问答Appending data to an AT Field using transmogrifier
I have a CSV file of data like this: 1, [a, b, c] 2, [a, b, d] 3, [a] and some Plone objects which should be updated like this:[详细]
2023-04-01 13:43 分类:问答How can I set a schema.Datetime field to None with Dexterity
I\'m writing a simple content type with Dexterity to manage customers, beside the usuals fields, eg name, company, phone...[详细]
2023-04-01 02:21 分类:问答How to store an image after generating it (Python imaging, Plone 3)
I would开发者_开发技巧 like to generate an image using text and a custom font. As it is mentioned here Output text as GIF or PNG for use in eBook[详细]
2023-03-31 22:59 分类:问答Testing unauthorized pages with zope test browser
What\'s the corre开发者_运维问答ct procedure to check in the functional test case whether or not the page is accessible by the currently logged in user?[详细]
2023-03-31 22:22 分类:问答