Home

  • Publié le: Mon, 2012-03-12 00:18

    Après avoir joué avec les tunnels IPv6 gratuits de Hurricane Electric et m'être rendu compte que l'IPv6 c'est amusant, j'ai adopté Teksavvy (TSI) comme fournisseur Internet chez moi (DSL avec 'Fibe' 25/8mbps).

    À ma connaissance, TSI est le seul fournisseur à Montréal qui offre une connexion rapide (25mbps) et du IPv6 natif (sans utiliser un tunnel, pas que ça change grand chose, mais c'est plus amusant).

    Bref, voici comment configurer:

  • Publié le: Tue, 2012-02-28 13:20

    The civicrm_error module sends you an e-mail when a fatal CiviCRM error has occurred (with a lot of information in order to debug the issue).

    I ported Dalin's module to Drupal 7. Other modules exist that can send you an e-mail when watchdog errors are reported, but I found this module small, practical and simple to deploy.

    For example, you can also use logging_alerts or a combination of syslog and logcheck.

  • Publié le: Wed, 2012-02-08 12:55

    Le huffpost a un (rare) bon article résumant les modifications faites dans le cadre de la réforme du droit d'auteur par le gouvernement fédéral: Debate On Copyright Bill To Be Limited (voir les diapositives au bas de l'article).

    Le débat sera limité sur des enjeux tels que:

  • Publié le: Fri, 2012-02-03 14:49

    (initialement écrit le 2010-03-13, mis à jour le 3 février 2012)

    Je dois régulièrement vérifier sites web pour m'assurer qu'ils fonctionnent correctement sous Internet Explorer. Jadis j'utilisais ies4linux (et wine), mais c'est lent, peu fiable (polices de caractères) et ne supporte que IE6.

    Voici comment installer VirtualBox, un émulateur libre (GPL) qui fonctionne sous GNU/Linux, Windows et Mac.

  • Publié le: Mon, 2012-01-30 18:05

    The theme() function in Drupal 7 offers the possibility to specifiy a "context". This means that modules who used to call :

    theme('list', $stuff);
    

    Can now do:

    theme('list__mystuff', $stuff);
    

    Which allows themers to override the theme function for that specific case.

    In my use case, I want a language switcher that supports multi-lingual CiviCRM forms. The language switcher provided by the default locale block will drop any arguments in the URL, which means that pages such as: