Plone: ValueError: undefined property 'default_view'

Recently I have spent too much time trying to solve the error "ValueError: undefined property 'default_view'" while moving an old archetype product from Plone 2.1 site to an ATContentType product using dynamic views for Plone 4.

Votre notation : Aucun Moyenne : 5 (4 votes)

Une bien vieille Ubuntu

Ma machine de bureau personnelle dont le matériel a maintenant non loin de 6 ans tourne avec la distribution Linux Ubuntu depuis son premier boot.

Votre notation : Aucun Moyenne : 3.2 (5 votes)

Cheap debugging of PostgreSQL triggers in Django

Lately, we were hacking on PostgreSQL (PostGIS) triggers, and we quickly felt
like debugging our code... Here is a cheap and quick way of printing out
triggers variables and context through Django.

PostgreSQL server configuration

In postgresql.conf, adjust the minimum level of notice sent to the client :

Aucun vote pour l'instant.
Étiquettes:

Leaflet Zoom Switcher

Have you ever experienced an automatic layer switching when browsing on a map  ? Your current baselayer is a satellite view, and at the next zoom, baselayer becomes an aerial map or a road map.
Most of the time you have the choice for selecting the baselayer when you want, and at the scale you want.
But Sometimes, it's usefull to make this automatic.

Votre notation : Aucun Moyenne : 5 (1 vote)
Étiquettes:

Serveur de tests maison

J'ai besoins de me mettre en place un serveur de tests pour pouvoir déployer et redéployer des vms ou des réseaux complets de tests pour différents projes professionnels. Je vais donc mettre complètement à jour mon serveur avec les besoins …

Lire la suite »

Aucun vote pour l'instant.

Error SVN/JNotify, failed to register /path/to/project/.svn.lock :Error watching /path/to/project/.svn/lock : No space left...

Since a while I add sometimes this error while updating my project with svn:

svn update
registerToSubTree : warning, failed to register /path/to/project/.svn/lock :Error watching /path/to/project/.svn/lock : No space left on device

Just do

cat /proc/sys/fs/inotify/max_user_watches
sudo su -
Votre notation : Aucun Moyenne : 3.1 (16 votes)

Leaflet Tiles in Lambert 93 projection (2154)

What purpose ?

Ideally, unless living in Lapland, we should not be bothered that much about maps projections !
Unfortunately, in practice, there are a few contexts in which you simply
can't avoid braving them. For example, if you must show a raster layer with texts, and don't control its production.

Aucun vote pour l'instant.
Étiquettes:

HOWTO install Oracle 11g on Ubuntu Linux 12.04 (Precise Pangolin) 64bits

Esta página ha sido traducida en español por Maria Ramos de Webhsotinghub.com/support/edu

Before starting

Since release 11.10 it is more difficult to install Oracle 64bits on Ubuntu.

Votre notation : Aucun Moyenne : 4.8 (33 votes)
Étiquettes:

Le core et le cache et les caches inutiles

Précedement dans un article parlant d'un cas concret de mauvaise gestion de cache j'ai évoqué le hook_hook_info() ; En continuant ma lecture de code sur le sujet, je me suis aperçu d'une autre erreur de gestion de cache de la part des développeurs du core : les cache inutiles.

Votre notation : Aucun Moyenne : 5 (4 votes)

Drupal core, les hooks, les groupes, et un cache désastreux

Dans un article précédent je vous ai présenté la gestion des caches d'une manière assez théorique  Je ne pensais pas que ce matin même j'allais tomber sur un très bon exemple d'une mauvaise gestion de cache, et je pensais encore moins la trouver dans le core.

Votre notation : Aucun Moyenne : 5 (4 votes)