Projet

Général

Profil

Révision de644da6

Ajouté par Julien Enselme il y a plus de 9 ans

Update piwik from 2.6 to 2.7

Voir les différences:

drupal7/sites/all/modules/piwik/piwik.admin.inc
202 202
    '#type' => 'textfield',
203 203
    '#default_value' => variable_get('piwik_trackfiles_extensions', PIWIK_TRACKFILES_EXTENSIONS),
204 204
    '#description' => t('A file extension list separated by the | character that will be tracked when clicked. Regular expressions are supported. For example: !extensions', array('!extensions' => PIWIK_TRACKFILES_EXTENSIONS)),
205
    '#maxlength' => 255,
205
    '#maxlength' => 500,
206 206
    '#states' => array(
207 207
      'enabled' => array(
208 208
        ':input[name="piwik_track"]' => array('checked' => TRUE),

Formats disponibles : Unified diff