zope
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.
Toulibre et Makina Corpus présentent Plomino le 16 mars 2011
Toulibre est un repère de libristes où il fait bon traîner, pour les toulousains. Cette association de promotion des Logiciels Libres
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:
Nantes-developpement.com a new Plone website by Makina-Corpus
I’m proud to announce it, the new web site of “The greater Nantes economic agency” is now available here: http://www.nantes-developpement.com . This web site use Plone with some community add-ons (available on pypi).
How to add a random time between two emails sent from zope.sendmail
I’m using collective.dancing for a mass mailing: +8000 emails to send. One of the question is how to not be blacklisted ? A first thing I have done today is to add a random time between two sent. To achieve this I have read the code of zope.sendmail.
Grok 1.0 released !
[Ce post est une traduction partielle et adaptée de l'annonce officielle de la publication de Grok 1.0]
More on Static file redirector
So On a previous blog entry http://www.makina-corpus.org/blog/use-rewritemap-prevent-proxying-some-s... I presented the base for a rewriteRule settings to serve some targeted plone static files directly from apache and without proxying to Plone. No let's make this solution even better.
Use RewriteMap to prevent proxying for some static contents
Let's say we would like to prevent an application server to serve static content. And let's take a complex example, Plone. Plone is a Zope based application server and is not using a clean url-map for static contents. We'll take plone as an example but it's not the only app which is not handling static files outside general uri-application-mapping.
chameleon.zpt versus standard Zope page templates
The default expression type is Python
With zope.pagetemplate
With chameleon.zpt
Tuple unpacking is allowed when defining variables
With zope.pagetemplate
Monkey ! When patching can’t be merged: experimental.aggressiveopaquespeedup
Next to my first plone patch that improve performance I have profiling the code on a simple query: get a javascript from portal_javascript already computed. The result is clear: 28% of the time is spent in opaqueitems. So I have discuss about it on CMF mailing list. A monkey patch was already existing: experimental.opaquespeedup. I [...]