plone
If a user doesn't have permission to render a View (configured on configure.zcml), how do I raise Forbidden instead of redirecting to login_form?
I have a browser view, with some utilities. Is mainly an \"utility view\" that I traverse using old-style pt templates (that are inside skins folder). My browser/confi开发者_JAVA百科gure.zcml:[详细]
2023-03-26 04:34 分类:问答Do *.zcml files get parsed i18n wise?
I have named utilities and would like to mark names for later i18n usage. Is this the right way? 开发者_运维知识库[详细]
2023-03-25 09:12 分类:问答plone:portlet vs plone:portletRenderer (subclassing problem)
A oddity we tripped across when upgrading sites from Plone 3 to Plone 4: We define a number of custom portlets. One of these is a \"Jobs\" portlet which is a lightly customised News Portlet. This was[详细]
2023-03-25 07:26 分类:问答Streaming Zope HTTP responses with proxy views
I am using the following PLone + urllib code to proxy responses from another server through a BrowserView[详细]
2023-03-25 06:42 分类:问答Redefining security for a browser view in Plone 4
I\'d like to redefine security for the stock folder_contents browser View so that only members with the Reviewer role have access to it.[详细]
2023-03-25 01:51 分类:问答Plone 4 connect to Mysql and dispay sql query result on the plone page
I was able to connect to MySQL db and create Zope page Template to run some queries and display the results.[详细]
2023-03-24 21:04 分类:问答lxml installation problems on Mac
I am trying to install collective.xdv on my Mac locally. I am following the instructions here: http://plone.org/products/collective.xdv/documentation/tutorial/advanced-xdv-theming/prerequisites[详细]
2023-03-24 11:59 分类:问答Can't Parse CSV in Plone 4
I am trying to batch load some dummy content from a CSV file into a development site to do some testing.I\'m using Plone 4.0.1, with Python 2.6.5, on a Mac OS X 10.6.6.[详细]
2023-03-24 07:44 分类:问答Easiest way to specify alternate transmogrifier _path?
I\'m doing a content migration with collective.transmogrifier and I\'m reading files off the file system with transmogrify.filesystem. Instead of importing the files \"as is\", I\'d 开发者_C百科like t[详细]
2023-03-24 04:26 分类:问答Problem with a local utility used as a dependency in a product
Here\'s the problem. I have mynamespace.mypackage that has as a dependency mynamespace.mydependencypackage, that is a local utility. It\'s registered using component registry.[详细]
2023-03-24 02:46 分类:问答