Questions tagged [zope]

Zope is an open source application server written in the Python programming language. It features a transactional object database (ZODB) which can store not only content and custom data, but also dynamic HTML templates, scripts, a search engine, and relational database (RDBMS) connections and code. It features a strong through-the-web development model, allowing you to update your web site from anywhere made possible by a tightly integrated security model.

It features a transactional object database () which can store not only content and custom data, but also dynamic HTML templates, scripts, a search engine, and relational database (RDBMS) connections and code.

It features a strong through-the-web development model, allowing you to update your web site from anywhere made possible by a tightly integrated security model.

Zope has been around for a long time; it saw it's first release in 1998. It was long regarded as the "killer app" of python, and many ideas and libraries that are now part of the Python core stem from Zope.

736 questions
0
votes
1 answer

Using Sphinx's autodoc with Zope 2 (docstring issue)

I'd like to use Sphinx to document my Zope 2 Product and it would be nice to also use the autodoc feature, which pulls informations out of docstrings in my modules. Now in Zope the docstrings are unfortunately used to designate a method as…
Georg Pfolz
  • 1,416
  • 2
  • 12
  • 12
0
votes
1 answer

how to display only the content instead of entire HTML code in TAL Portlet

I created new TAL portlet using collective.portlet.tal tar file and included in the packages.cfg file under [main] section.After starting instance I then installed the newly created TAL portlet in Zmi using portal_quickinstaller. USing TAL…
Nirmala Sudhir
  • 119
  • 1
  • 3
  • 13
0
votes
2 answers

Can't create Dexterity content type programatically in Plone 4.3.1

I created a new content type using the Dexterity manager in Site Setup. I'm able to successfully add content through the Plone user interface, but I've come to a point where I need to create the same object with a python script. My first attempt was…
ngraves
  • 353
  • 2
  • 6
0
votes
1 answer

Zope bootstrap setuptools error

I've done many zope/plone related projects and many bootstraps and buildouts. Since yesterday I get an error on every bootstrap I try to run. Nothing has changed on my system. I don't have any clue what could be wrong. Here's the error…
jurihandl
  • 665
  • 1
  • 9
  • 24
0
votes
1 answer

tal:condition argument printing both statements side by side

I am trying to have 2 Tal Conditional statements that check to see if the code is one of 2 things, and then perform the according calculations. but what happens is that it prints out the results of both conditionals side by side. Thanks! Unit …
John
  • 45
  • 1
  • 5
0
votes
3 answers

Custom traversal and page templates

Using Marius Gedminas's excellent blog post, I have created a custom traverser for a folder in my site. This allows me to show: http://foo.com/folder/random_id Instead of: http://foo.com/folder/object.html?id=random_id The configuration side works…
Jon Hadley
  • 5,196
  • 8
  • 41
  • 65
0
votes
1 answer

tal:condition not performing condition check

I have the following tal condition code that in theory is supposed to work, but it is not performing the condition check. the form hits this condition, runs it and then returns a divide by 0 division error instead of a 0 Im working with incomplete…
John
  • 45
  • 1
  • 5
0
votes
1 answer

How to override widget in the Plone control panel

LinguaPlone uses the MultiSelect widget for selecting multiple languages. Something like an InOut widget or even a MultiCheckBox widget will be a better user interface as it is hard to see all the selected languages from a long list. I tried to…
sureshvv
  • 4,234
  • 1
  • 26
  • 32
0
votes
1 answer

New sort criteria "random" for Plone 4 old style collections

is there any best practice for adding a "random" sort criteria to the old style collection in Plone? My versions: Plone 4.3 (4305) CMF 2.2.7 Zope 2.13.19
0
votes
1 answer

Plone Container modification date of contained objects for hash/cache value

In Plone, the ModificationDate and effective date of container objects really returns the last time the container was modified, but doesn't keep track of the contained object's modification times. I'm wondering if there is a better way, or even some…
FlipMcF
  • 12,636
  • 2
  • 35
  • 44
0
votes
1 answer

How to set the value of the catalog's index SearchableText for an object

Is there a programmatic way in which I can set the value of the catalog index SearchableText for an specific object? I'm using wsapi4plone to upload files to plone, but it has a bug (already reported) and it doesn't set catalog's SearchableText. I…
jdinunzio
  • 1,506
  • 1
  • 11
  • 26
0
votes
1 answer

Zope (Page Template), Ajax/Javascript and MySQL

I have 2 chained list :