plone Questions
2
Solved
I'd like to count the commits of 2012 in http://github.com/plone and http://github.com/collective
Are there any tools to do this - provide statistics for Github organizations?
Do I need to write ...
6
Solved
I'd like to list all the fields (and the values) of a dexterity object.
I can easily access a single field value like this myobject.myfield
But I don't know how to list all the available fields o...
7
Solved
I have a base class Person and derived classes Manager and Employee. Now, what I would like to know is the object created is Manager or the Employee.
The person is given as belows:
from Project.C...
Diffusive asked 10/7, 2012 at 6:59
1
On Plone 4.3.15 (Universal installation), it is not possible to install stripe 2.32.1.
See logs :
Getting distribution for 'stripe==2.32.1'.
/System/Library/Frameworks/Python.framework/Versions/2....
Desantis asked 11/7, 2019 at 13:45
4
Can anyone tell me how to get TinyMCE to stop converting my URLs to relative links in Plone?
For example, if I enter this in the HTML source:
<img src="/images/dir/subdir/my_image.png" />...
7
Solved
I am using buildout to automatically download and setup the many dependencies of my Plone installation. buildout more or less uses easy_install to download and install a bunch of Python eggs. This ...
Motorway asked 17/2, 2009 at 15:48
2
Solved
I tried to install plone but I have a problem when I run the script install.sh. Here are the errors details:
raise ValueError('unsupported hash type %s' % name)
ValueError: unsupported hash type s...
1
Solved
Using a subscriber on IPrincipalDeletedEvent is not a solution because the user is already deleted and I can't get his email address.
<subscriber
for="* Products.PluggableAuthService.interface...
3
Solved
I upgrade a Plone site from 4.2 to 4.3. The upgrade steps are basically:
running install.sh to have a 4.3 environment
copy Data.fs to var/filestorage and custom dexterity package to src
running u...
Analects asked 10/5, 2013 at 15:13
4
Solved
Are there any tricks how one could make Sublime Text's Python autocompletion aware off all eggs from buildout's [eggs] section
E.g. grab the same sys.path as in Plone's generated bin/instance com...
Rockie asked 10/5, 2012 at 19:22
3
Solved
I'd like to use a macro within a single Five ViewPageTemplateFile page template to avoid copy-pasting my code around.
Below is my attempt:
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:tal...
Expellant asked 31/10, 2012 at 18:57
1
I just now realized that Plone search doesn't "see" content that is in portlets, after adding about a million static text portlets to a new website. Is there anyway it can be configured to access t...
3
Solved
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 mod...
Millsap asked 5/10, 2009 at 17:8
3
Solved
I'm wondering if it's possible to scale an animated GIF image using PIL. In particular Plone’s archetypes ImageField currently loses the animation from images scaled using its scale method:
def sc...
Gerald asked 3/2, 2012 at 12:39
1
At work we have every now and then requests that that so long to return that by the time they finish, the frontend (nginx) already killed the connection, so the user will not see the output (either...
Jeffery asked 14/11, 2016 at 10:59
3
Solved
I notice that if I make a page and add and upload an image to include in it, by default it is included in the site navigation. How can I stop this from happening automatically?
Ahmad asked 27/2, 2013 at 12:48
3
I have this python script designed to rebuild the catalog for a particular content type, however when I visit it's url in the browser I get 'insufficient privileges' even when logged in as admin. H...
Dhiman asked 22/3, 2015 at 23:50
3
I'm somewhat of a newbie to Plone and I'm attempting to use DataGridField with Dexterity. The goal is to use Plone 4.1 to publish the results of a usability study on our intranet. I've created a cu...
1
Solved
I've and Zope utility with a method that perform network processes.
As the result of the is valid for a while, I'm using plone.memoize.ram to cache the result.
MyClass(object):
@cache(cache_key)...
Annuity asked 12/5, 2016 at 9:2
1
Solved
I am looking for populating value, in zc.buildout configuration, by evaluating certain criteria. For example,
if fqdn endswith '.net'
then
hostname = this_pkg_server
else
hostname = that_pkg_ser...
2
Solved
I currently have a Plone 4.3.8 site where editing a portlet causes a deadlock.
I'm trying to find tools to fix this, but most deadlock tools don't work & I'm not getting good information (IMO)...
Icily asked 14/4, 2016 at 17:25
2
icon_expr is gone.
There is an related issue https://github.com/plone/Products.CMFPlone/issues/1236
concerning the problem but only for control-panel icons.
What is the appropriate way to add a i...
Samos asked 18/2, 2016 at 1:58
1
Assume the following silly code fragment in a plone 5 page template:
<input id="foo" class="pat-pickadate" />
<input id="bar" />
<script type="text/javascript" >
$('#bar').cli...
Hallette asked 28/2, 2016 at 20:56
2
Solved
In using Plone 4, I have successfully created a subscriber event to do extra processing when a custom content type is saved. This I accomplished by using the Products.Archetypes.interfaces.IObjectI...
8
Solved
Plone is very complex. Zope2, Zope3, Five, ZCML, ZODB, ZEO, a whole bunch of acronyms and abbreviations.
It's hard to begin and the current state seems to be undecided. It is mainly based on Zope2...
Convection asked 7/12, 2008 at 20:41
1 Next >
© 2022 - 2024 — McMap. All rights reserved.