Axiso

Notes

TinyMCE – Notes

Interface — décembre 2009

Désactiver l’encodage des caractères spéciaux

Utiliser le paramètre de configuration entity_encoding :

entity_encoding: "raw"

Intégration à Symfony

Configuration avec une barre d’outils minimaliste, sans mémorisation d’un redimensionnement personnalisé et sans encodage :

public function configure() {   $this->widgetSchema['text'] = new sfWidgetFormTextareaTinyMCE(array(     'width' => 600,     'height' => 200,     'config' => 'theme: "simple", theme_advanced_resizing_use_cookie: "false", entity_encoding: "raw"'   )); }

Eclipse – Unable to load default SVN client

Sur le poste local : Eclipse 3.4.2 « Ganymede » + Subclipse 1.6 + Subversion 1.5.1

A la connexion vers le serveur SVN :

Unable to load default SVN client

Indications sur Eclipse : Window > Preferences > Team > SVN > SVN interface

JavaHL (JNI) Not Available
SVNKit (Pure Java) Not supported with 1.6 yet

Solution à partir de http://ubuntuforums.org/showthread.php?t=851970&page=2

apt-get install libsvn-java
echo '-Djava.library.path=/usr/lib/jni' >> /usr/lib/eclipse/eclipse.ini

Création d’un favicon

Interface — mars 2009

Générateur de fichier favicon.ico

Favicon.cc
http://www.favicon.cc