Questions tagged [plone-3.x]

Plone is a free and open source content management system built on top of the Zope application server. In principle, Plone can be used for any kind of website, including blogs, internet sites, webshops and internal websites. It is also well positioned to be used as a document publishing system and groupware collaboration tool. The strengths of Plone are its flexible and adaptable workflow, very good security, extensibility, high usability and flexibility.

Plone runs on the Zope application server, which is written in Python. Plone by default stores all information in Zope's built-in transactional object database (ZODB). It comes with installers for Windows, Mac OS X, and Linux, along with other operating systems. New updates are released regularly on Plone's website

Languages

Plone is mainly developed in Python. However, there are other languages used within the project.

  • Python: 55%
  • JavaScript (including the jQuery JavaScript framework): 32%
  • XML: 11%
  • Other (CSS, XSLT, etc.): 2%
57 questions
5
votes
3 answers

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 that. I've also tried adding a 'robots.txt' file…
Jimmy Z
  • 723
  • 1
  • 5
  • 18
4
votes
3 answers

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 .getIndexable() of : Unable to find…
3
votes
1 answer

What is "view_permission" on portlet/configure.zcml for?

In 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.
3
votes
3 answers

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 succesfully deleted the object!". The object will…
3
votes
1 answer

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 element just when displaying certain…
marcosfromero
  • 2,853
  • 17
  • 17
3
votes
2 answers

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 @form.action (which is imported from zope.formlib). I…
fulv
  • 1,016
  • 1
  • 9
  • 18
3
votes
5 answers

separating JSS from CSS at plone.htmlhead

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 located at
badchoosed
  • 71
  • 6
3
votes
2 answers

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 migration process failing to add the plone_kss layer to a…
pydanny
  • 7,954
  • 6
  • 34
  • 42
2
votes
1 answer

How do you add a blog function to Plone 3?

We currently use Plone 3 for our training website and want to add a blog. Is this something that we can change or do we have to pay to add this function?
2
votes
3 answers

Select first child

in Deliverance

Given the following content:

Hello my name is Alex

My surname is Thomas

My middle name is James

true story...

And with the following in my…
Alex
  • 8,875
  • 2
  • 27
  • 44
2
votes
1 answer

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
1 answer

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 prefs_groups_overview (and at…
2
votes
2 answers

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: [,
2
votes
4 answers

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 composed of a RangeBase class which has three…
mge
  • 41
  • 4
1
2 3 4