Questions tagged [plone]

Plone is a content management system (CMS) written in Python. Its strengths are in intranets, websites and document management. It has support for multilingual content and versioning.

Plone is free and open source content management system (CMS) written in Python. It is built on top of the Zope application server. Its strengths are in intranets, websites and document management. It has robust support for multilingual content, versioning and is easy to use.

The project has been actively developed since 2001, is available in more than 40 languages, and has the best security track record of any major CMS.

It is owned by the Plone Foundation, a not-for-profit organization that owns the code and trademarks.

Useful links:

2879 questions
1
vote
1 answer

Buildout - Allow hosts for package download

I have a Plone 5.0.5 deployment and the need the package zc.zrs for ZODB replication. After adding the information to the buildout.cfg, I've added the URL https://pypi.org/simple on the index parameter: [buildout] extends = base.cfg …
Geovano LQ
  • 13
  • 2
1
vote
2 answers

Customizing email notifications when someone added a comment to a file

I'd like to customize the text sent from the default Comment action of Plone, especially the link sent when someone comments on a file. Current behavior is that the link launches the file itself. The behavior I'd like to see is to take the reader…
allnode
  • 19
  • 1
1
vote
1 answer

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 worked like a charm. But, somehow, this last workflow…
1
vote
0 answers

plone with collective.flowplayer - video not appearing

I'm trying to setup some basic video sharing on my site using: Plone 4.0.7 on Windows 7 collective.flowplayer 3.0rc4 test file: http://blip.tv/file/get/KimAronson-TwentySeconds1318.flv The player does not show up when I view a single file (setting…
1
vote
1 answer

site unavailable after install and reboot and plonectl start

Ubuntu 10.04 system. new Plone install, went fine and created some content, everything seemed fine. New kernel update and a reboot later, Plone is running but will not present any pages to a browser. In fact, a browser attempt just times out. I…
1
vote
1 answer

How to use state.setError with :records in CMFFormController

I'm using cmfformcontroller in an app to manage a list of entries. Entries are displayed using :records as documented at http://pypi.python.org/pypi/zope.httpform

Please, enter information about one or more of your next of …

toutpt
  • 5,145
  • 5
  • 38
  • 45
1
vote
2 answers

Get the item set as display

I have a container x, with a Link item y set as display. How can I access programmatically y if I know x? I tried: getattr(x, 'default_page', None), but it returns None all the time.
GhitaB
  • 3,275
  • 3
  • 33
  • 62
1
vote
2 answers

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/configure.zcml:
1
vote
2 answers

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. Now I'm thinking to embed/add/insert the output of SQL queries results into a Plone page, so when the user goes to www.plone_page.com it can…
user877422
  • 11
  • 3
1
vote
3 answers

Rendering related items of a Dexterity content type

I have a Dexterity-based content type with the IRelatedItems behavior enabled using: I want to render the list of related items on my…
hvelarde
  • 2,875
  • 14
  • 34
1
vote
1 answer

Build views in Plone only with Python?

Is there any way to write a view in Plone using only Python? I found a way for forms, but what else can you build for views ? Without tal expressions Link: https://docs.plone.org/4/en/develop/addons/helloworld/extend/form.html
ChsharpNewbie
  • 1,040
  • 3
  • 9
  • 21
1
vote
1 answer

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. In config.py from mynamespace.mypackage, I have DEPENDENCIES =…
1
vote
3 answers

Error Buildout Plone 4.3.11 with python 2.7 in ubuntu 18.04

Does anyone know how I can fix this error that I get when I do a buildout? sudo -u plone_buildout bin/buildout this error appeared Develop: '/usr/local/Plone/zeocluster/src/bika.lims' warning: no previously-included files matching '*pyc' found…
1
vote
1 answer

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 like to import them to a sub directory in Plone. What is the easiest way…
aclark
  • 4,345
  • 1
  • 19
  • 31
1
vote
1 answer

command: "from plone import api " producing errors

I am running a Plone instance using the VM Virtual Box. After starting the instance, when I type the import command in the machine: "from plone import api", I get an error: from can't read /var/mail/plone. I get the same error even if I type: "…
1 2 3
99
100