Tagged Questions
The plone3 tag has no wiki summary.
4
votes
2answers
89 views
Roadmap for bug fixes for Plone 3.3
I just came across ticket http://dev.plone.org/plone/ticket/10225 when trying to use a Collection with body text in Summary view in a Plone 3.3.5 install.
My question is that in the ticket ...
3
votes
2answers
87 views
Avoid deletion of an object (using IObjectWillBeRemovedEvent) and do a redirect to a custom view/template?
I would like to abort the deletion of an object (A custom Content-Type), and redirect to a page (a view) that sets the workflow to a custom state named Unavailable, shows a message to the user "You ...
3
votes
2answers
645 views
After a Plone 2.5x to Plone 3.x migration, how do I correct the kss_generic_macros problem?
I get the error below on several views. Which seems identical to what is described here in this other kss_generic_macros post. An answer is supplied, which is "*This was caused by the 2.5->3.0 ...
2
votes
3answers
79 views
Select first child <p> in Deliverance
Given the following content:
<div class="content">
<div id="brian">
<p>Hello my name is Alex</p>
<p>My surname is Thomas</p>
<p>My middle name ...
2
votes
1answer
85 views
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.
<browser:page
for="*"
...
2
votes
1answer
57 views
Subscriber when a group is assigned to an user
When assigning a user to a group, is it possible to call a subscriber? Are there available events to this action? If so, in which product?
2
votes
1answer
43 views
ZODBGroupManager vs portal_groups - any problems using both?
I've seen that I can do pretty much the same with them about creating and editing groups: but when I change a group title (not id) programatically, the title I changed is only shown on ...
2
votes
2answers
116 views
Is there a way to do a portal_catalog that keeps the hierarchical structure?
Suppose:
Folder
- Document
- Document
- Folder1
- Document
- Document
If I do a portal_catalog using Folder as path, I get:
[<Products.ZCatalog.Catalog.mybrains object at ...
2
votes
1answer
163 views
Adding an class to body element with XDV
I want to style some forms in Plone3+collective.xdv but I don't want all forms to get the special style.
So I'd like to add a special styled-form class name to the class attribute of the body ...
2
votes
5answers
209 views
separating JSS from CSS at plone.htmlhead
Hey there! I'm using Plone 3.1.7 in a project that needs performance tweaks. One of the tweaks requests that CSS should be at the top of page and the JS should be at the bottom. However both are ...
2
votes
3answers
375 views
Disable Plone Archetypes index/convert doc/pdf files
If I rebuild my catalog in plone I get many of these infos:
2010-02-18T11:26:09 INFO Archetypes Error while trying to convert file contents to 'text/plain' in <Field ...
2
votes
3answers
220 views
How does one default to current date and time for content publishing?
In this link, http://plone.org/documentation/how-to/set-default-datetimefield-current-date-time it describes how to do this with new Schema attributes. I could update all umpteen content types in our ...
1
vote
1answer
116 views
Tutorials on Plone theming or How difficult is to create a new custom Plone theme ?
I usually work with PHP,HTML,CSS and Wordpress. Now for some reasons I have to do a plone theme. I would like to know how difficult is to create a custom theme in plone compared to wordpress theming. ...
1
vote
2answers
89 views
Load content via ajax in plone page
I'm working on a website which has been developed in plone. Now I'm facing an issue, I would like to load certain content from a template via an ajax call on normal Plone page(on some event trigger).
...
1
vote
1answer
59 views
@@sharing view can remove roles that are site-wide, using acquire or other resource?
Suppose ADMINS is a group that has an Administrator role (site-wide).
In a different context of the Plone site (/Plone/folder) I would like to use the @@sharing view, and remove all roles from the ...
1
vote
3answers
51 views
Doing a raise while Products.CMFCore.interfaces.IActionSucceededEvent is being executed is going to abort the ZODB transaction for the workflow?
Suppose I have mynamespace.myproduct:
<subscriber for="..interfaces.myinterface.IMyInterface
Products.CMFCore.interfaces.IActionSucceededEvent"
...
1
vote
1answer
57 views
Can't export a workflow from portal_setup
I've created a new workflow in portal_workflow (let's name it my_workflow), and I'm trying to export it using portal_setup without success. I've done this in the past with other workflows, and it ...
1
vote
1answer
97 views
How to override a zope.formlib @form.action method in a ore.viewlet.core.FormViewlet
Summary:
Plone 3.3.4
Products.PloneGetPaid 0.8.8
ore.viewlet 0.2.1
I am trying to override a viewlet class that inherits from ore.viewlet.core.FormViewlet. It has two methods decorated with ...
1
vote
4answers
330 views
How to programatically control an object's add-menu list of allowed content types?
I would like pragmatically to control individual objects' add-menu list of allowed content types.
I am building a collection of content types with archgenxml. In one case, I have a simulation class ...
1
vote
2answers
111 views
Problem in plone translation
I am a plone Newbie and I needed to change a translated word in the .po file, the translation is in Arabic. When I changes the word to the right word and restarted the zope. My plone site is no more ...
1
vote
2answers
855 views
How do I modify robots.txt in Plone?
I've got a Plone site that I administer and I'd like to add some pages to the Disallow of a robots.txt.
It appears that Plone automatically generates a robots.txt file. I can't find any way to modify ...
1
vote
1answer
58 views
How do I update the version number in a Plone add-on?
Version and installation profile numbering for Plone add-ons has been changing and this is very confusing. What worked in one version of Plone will not necessarily work in other places.
1
vote
3answers
487 views
how to use plone as a framework
I am creating a web app that allows people to debate topics. I started prototyping with Django and have a functional app. I have not yet decided on what framework to use.
I've read about Plone the ...
0
votes
1answer
70 views
plone 3.3.5 - test catalog query using last_login_time and date range index fails
I'm on Plone 3.3.5 and I'm writing some test for my package.
In the test I need to retrieve all the PloneboardComment since user's last login time.
This the code I'm using:
class ...
0
votes
0answers
8 views
Search for items edited within the last week
In the advanced search for you can search for items added within a time frame.
I need to be able to search for items edited within a time frame.
Is it possible to cusomize the search form to do that ...
0
votes
2answers
88 views
Plone3: How export changes on a permission of a portal_type
I went to the address of zope manage:
localhost:8000/manage
Entered my plone_site named 'foo', than clicked on the portal_types link.
Went through the content type named 'MyContentType', and there ...
0
votes
3answers
407 views
Install Plone egg as a Python module on Windows
I have a Plone site (Plone version 3.1.2) that I need to install a product called GrufSpaces on - (http://plone.org/products/grufspaces). However, it is a production site and so I can't easily take it ...
0
votes
1answer
178 views
plone.app.blob or z3c.blobfile?
I need a blob file field as part of a content type in plone. plone.app.blob's BlobField should provide this, but I can't find how to get a URL to download the file including the original filename ...
0
votes
2answers
412 views
plone + formlib: how to reference form.pt
I'm working on plone 3.2.1 and I've made a formlib's form with a custom template:
from Products.Five.formlib import formbase
from Products.Five.browser.pagetemplatefile import ViewPageTemplateFile
...
0
votes
2answers
561 views
Plone 3.2.1 on Fedora 10 with Active Directory Authentication
I have gone through tons of documents over the internet in enabling Active Directory Authentication for Plone 3 using LDAPMultiplugins, PlonePAS etc., but none of them are working for me.
Is there ...
0
votes
2answers
456 views
Customising Plone 3 sharing tab
Where do the titles "Can add", "Can edit", "Can view" and "Can review" come from in the plone 3 sharing tag?
What is the difference between "Can view" and "Can review"?