Le blog de Sylvain Boureliou
Zope, Plone, ZcxOracleDA et les retours chariots Windows...
Les erreurs remontées par Oracle
DatabaseError: ORA-06550, ce qui signifie qu'il y a une erreur de compilation côté Oracle, or d'après de nombreuses vérifications, tous les packages, triggers, etc. sont bien compilés dans la base de données.
Plone Unified Installer and ZcxOracleDA
Steps required
- Oracle installation
- cx_Oracle installation in the python used by Zope/Plone. Don't forget to test your connectivity with the Oracle database:
Plone conférence 2010 à Bristol: génial !
Les conférences Plone ont eu lieu cette année à Bristol en Angleterre, du 25 au 31 octobre. Avec deux jours de formation / mini-sprints, trois jours de conférences puis un week end complet de sprint, cette semaine a été un véritable succès. Et Makina Corpus était présent en force !
How to install Oracle 10g and Tora on GNU Linux Ubuntu Karmic 9.10
Installing Oracle 64 bits
See this wonderfull howto written by Gaël Pegliasco which explains how to install Oracle 10g 64 bits.
ZODB FileStorage CorruptedTransactionError
Erreur rencontrée au démarrage de Zope
Dans mon cas le serveur Zope ne voulait plus démarrer et l'erreur suivante s'affichait dans la console (mon projet tourne dans un buildout):
Plone 3 - Clean dashboard programmatically - Setup a custom dashboard
Clean all existing dashboards
from zope.component import adapts, queryUtility
from plone.portlets.interfaces import IPortletManager
from plone.app.portlets.storage import UserPortletAssignmentMapping
from plone.portlets.constants import USER_CATEGORY
def cleanDashboardFor(userid):
for name in ('plone.dashboard1', 'plone.dashboard2',
'plone.dashboard3', '
Plone - Exclure des dossiers des résultats de recherche
Le cas d'utilisation auquel j'ai été confronté:
Two new blueprints for plone.app.transmogrifier: Indexing and UserConstructor
Indexing section
A ReindexObject section allows you to reindex an existing object in the portal_catalog. ReindexObject sections operate on objects already present in the ZODB, be they created by a constructor or pre-existing objects.
The ReindexObject blueprint name is ``plone.app.transmogrifier.reindexobject``.
Découverte de Singing & Dancing - Envoyer vos newsletters avec Plone !
Découverte de Singing & Dancing
Ce document vous guidera à travers les fonctionnalités les
plus importantes de Singing & Dancing. Vous apprendrez comment configurer
le produit et vos bulletins d'informations.
Vous pouvez cliquer sur les captures d'écran pour les agrandir.
collective.z3cform.norobots: a captcha based on questions and answers
Introduction
collective.z3cform.norobots provides a "human" captcha widget based on a list of questions/answers.
The widget is based on z3c.form.TextWidget.
Requirements:
- tested with Plone 3.3.2
- plone.app.z3cform
Installation
Just a simple easy_install collective.z3cform.norobots is enough.