Projet

Général

Profil

Révision 2157f5a8

Ajouté par Assos Assos il y a presque 6 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/i18n/i18n.info
8 8
files[] = i18n.test
9 9
configure = admin/config/regional/i18n
10 10

  
11
; Information added by Drupal.org packaging script on 2018-04-20
12
version = "7.x-1.24"
11
; Information added by Drupal.org packaging script on 2018-07-11
12
version = "7.x-1.25"
13 13
core = "7.x"
14 14
project = "i18n"
15
datestamp = "1524222489"
15
datestamp = "1531342125"
drupal7/sites/all/modules/i18n/i18n_block/i18n_block.info
8 8
files[] = i18n_block.test
9 9

  
10 10

  
11
; Information added by Drupal.org packaging script on 2018-04-20
12
version = "7.x-1.24"
11
; Information added by Drupal.org packaging script on 2018-07-11
12
version = "7.x-1.25"
13 13
core = "7.x"
14 14
project = "i18n"
15
datestamp = "1524222489"
15
datestamp = "1531342125"
drupal7/sites/all/modules/i18n/i18n_contact/i18n_contact.info
5 5
package = Multilingual - Internationalization
6 6
core = 7.x
7 7

  
8
; Information added by Drupal.org packaging script on 2018-04-20
9
version = "7.x-1.24"
8
; Information added by Drupal.org packaging script on 2018-07-11
9
version = "7.x-1.25"
10 10
core = "7.x"
11 11
project = "i18n"
12
datestamp = "1524222489"
12
datestamp = "1531342125"
drupal7/sites/all/modules/i18n/i18n_field/i18n_field.info
6 6
core = 7.x
7 7
files[] = i18n_field.inc
8 8
files[] = i18n_field.test
9
; Information added by Drupal.org packaging script on 2018-04-20
10
version = "7.x-1.24"
9
; Information added by Drupal.org packaging script on 2018-07-11
10
version = "7.x-1.25"
11 11
core = "7.x"
12 12
project = "i18n"
13
datestamp = "1524222489"
13
datestamp = "1531342125"
drupal7/sites/all/modules/i18n/i18n_forum/i18n_forum.info
7 7
core = 7.x
8 8
files[] = i18n_forum.test
9 9

  
10
; Information added by Drupal.org packaging script on 2018-04-20
11
version = "7.x-1.24"
10
; Information added by Drupal.org packaging script on 2018-07-11
11
version = "7.x-1.25"
12 12
core = "7.x"
13 13
project = "i18n"
14
datestamp = "1524222489"
14
datestamp = "1531342125"
drupal7/sites/all/modules/i18n/i18n_menu/i18n_menu.info
10 10
files[] = i18n_menu.inc
11 11
files[] = i18n_menu.test
12 12

  
13
; Information added by Drupal.org packaging script on 2018-04-20
14
version = "7.x-1.24"
13
; Information added by Drupal.org packaging script on 2018-07-11
14
version = "7.x-1.25"
15 15
core = "7.x"
16 16
project = "i18n"
17
datestamp = "1524222489"
17
datestamp = "1531342125"
drupal7/sites/all/modules/i18n/i18n_menu/i18n_menu.module
62 62
 * @param $variables
63 63
 */
64 64
function i18n_menu_preprocess_menu_admin_overview(&$variables) {
65
  $variables['title'] = i18n_string(array('menu', 'menu', $variables['name'], 'title'), $variables['title']);
66
  $variables['description'] = i18n_string(array('menu', 'menu', $variables['name'], 'description'), $variables['description']);
65
  $variables['title'] = i18n_string(array('menu', 'menu', $variables['name'], 'title'), $variables['title'], array('sanitize' => FALSE));
66
  $variables['description'] = i18n_string(array('menu', 'menu', $variables['name'], 'description'), $variables['description'], array('sanitize' => FALSE));
67 67
}
68 68

  
69 69
/**
......
522 522
function _i18n_menu_link_description($link, $langcode = NULL) {
523 523
  if (!empty($link['options']['attributes']['title'])) {
524 524
    $key = i18n_object_info('menu_link', 'key');
525
    return i18n_string_translate(array('menu', 'item', $link[$key], 'description'), $link['options']['attributes']['title'], array('langcode' => $langcode));
525
    return i18n_string_translate(array('menu', 'item', $link[$key], 'description'), $link['options']['attributes']['title'], array('langcode' => $langcode, 'sanitize' => FALSE));
526 526
  }
527 527
  else {
528 528
    return NULL;
drupal7/sites/all/modules/i18n/i18n_node/i18n_node.info
9 9
files[]=i18n_node.test
10 10
files[]=i18n_node.variable.inc
11 11

  
12
; Information added by Drupal.org packaging script on 2018-04-20
13
version = "7.x-1.24"
12
; Information added by Drupal.org packaging script on 2018-07-11
13
version = "7.x-1.25"
14 14
core = "7.x"
15 15
project = "i18n"
16
datestamp = "1524222489"
16
datestamp = "1531342125"
drupal7/sites/all/modules/i18n/i18n_path/i18n_path.info
6 6

  
7 7
files[] = i18n_path.inc
8 8
files[] = i18n_path.test
9
; Information added by Drupal.org packaging script on 2018-04-20
10
version = "7.x-1.24"
9
; Information added by Drupal.org packaging script on 2018-07-11
10
version = "7.x-1.25"
11 11
core = "7.x"
12 12
project = "i18n"
13
datestamp = "1524222489"
13
datestamp = "1531342125"
drupal7/sites/all/modules/i18n/i18n_redirect/i18n_redirect.info
4 4
package = Multilingual - Internationalization
5 5
core = 7.x
6 6

  
7
; Information added by Drupal.org packaging script on 2018-04-20
8
version = "7.x-1.24"
7
; Information added by Drupal.org packaging script on 2018-07-11
8
version = "7.x-1.25"
9 9
core = "7.x"
10 10
project = "i18n"
11
datestamp = "1524222489"
11
datestamp = "1531342125"
drupal7/sites/all/modules/i18n/i18n_select/i18n_select.info
6 6
configure = admin/config/regional/i18n/select
7 7
files[] = i18n_select.test
8 8

  
9
; Information added by Drupal.org packaging script on 2018-04-20
10
version = "7.x-1.24"
9
; Information added by Drupal.org packaging script on 2018-07-11
10
version = "7.x-1.25"
11 11
core = "7.x"
12 12
project = "i18n"
13
datestamp = "1524222489"
13
datestamp = "1531342125"
drupal7/sites/all/modules/i18n/i18n_string/i18n_string.info
10 10
files[] = i18n_string.test
11 11
configure = admin/config/regional/i18n/strings
12 12

  
13
; Information added by Drupal.org packaging script on 2018-04-20
14
version = "7.x-1.24"
13
; Information added by Drupal.org packaging script on 2018-07-11
14
version = "7.x-1.25"
15 15
core = "7.x"
16 16
project = "i18n"
17
datestamp = "1524222489"
17
datestamp = "1531342125"
drupal7/sites/all/modules/i18n/i18n_string/i18n_string.install
95 95
      'objectindex' => array(
96 96
        'type' => 'int',
97 97
        'size' => 'big',
98
        'length' => 20,
99 98
        'not null' => TRUE,
100 99
        'default' => 0,
101 100
        'description' => 'Integer value of Object ID.',
......
248 247
}
249 248

  
250 249
/**
251
 * Change objectindex from int to bigint.
250
 * Removed due to buggy upgrade for #2200647.
252 251
 */
253 252
function i18n_string_update_7003() {
253
}
254

  
255
/**
256
 * Change objectindex from int to bigint.
257
 */
258
function i18n_string_update_7004() {
254 259
  db_change_field('i18n_string', 'objectindex', 'objectindex', array(
255 260
    'type' => 'int',
256 261
    'size' => 'big',
257
    'length' => 20,
262
    'not null' => TRUE,
263
    'default' => 0,
264
    'description' => 'Integer value of Object ID.',
258 265
  ));
259 266
}
260 267

  
drupal7/sites/all/modules/i18n/i18n_sync/i18n_sync.info
10 10
files[] = i18n_sync.module.inc
11 11
files[] = i18n_sync.node.inc
12 12
files[] = i18n_sync.test
13
; Information added by Drupal.org packaging script on 2018-04-20
14
version = "7.x-1.24"
13
; Information added by Drupal.org packaging script on 2018-07-11
14
version = "7.x-1.25"
15 15
core = "7.x"
16 16
project = "i18n"
17
datestamp = "1524222489"
17
datestamp = "1531342125"
drupal7/sites/all/modules/i18n/i18n_taxonomy/i18n_taxonomy.info
11 11
files[] = i18n_taxonomy.admin.inc
12 12
files[] = i18n_taxonomy.test
13 13

  
14
; Information added by Drupal.org packaging script on 2018-04-20
15
version = "7.x-1.24"
14
; Information added by Drupal.org packaging script on 2018-07-11
15
version = "7.x-1.25"
16 16
core = "7.x"
17 17
project = "i18n"
18
datestamp = "1524222489"
18
datestamp = "1531342125"
drupal7/sites/all/modules/i18n/i18n_taxonomy/i18n_taxonomy.module
1027 1027
      }
1028 1028
      elseif ($term->language && $term->language != $langcode) {
1029 1029
        $translation_set = i18n_translation_set_load($term->i18n_tsid);
1030
        $translations = $translation_set->get_translations();
1030
        $translations = ($translation_set) ? $translation_set->get_translations() : NULL;
1031 1031

  
1032 1032
        if ($translations && !empty($translations[$langcode])) {
1033 1033
          $newterm = $translations[$langcode];
drupal7/sites/all/modules/i18n/i18n_translation/i18n_translation.info
6 6

  
7 7
files[] = i18n_translation.inc
8 8

  
9
; Information added by Drupal.org packaging script on 2018-04-20
10
version = "7.x-1.24"
9
; Information added by Drupal.org packaging script on 2018-07-11
10
version = "7.x-1.25"
11 11
core = "7.x"
12 12
project = "i18n"
13
datestamp = "1524222489"
13
datestamp = "1531342125"
drupal7/sites/all/modules/i18n/i18n_user/i18n_user.info
4 4
package = Multilingual - Internationalization
5 5
dependencies[] = i18n_variable
6 6

  
7
; Information added by Drupal.org packaging script on 2018-04-20
8
version = "7.x-1.24"
7
; Information added by Drupal.org packaging script on 2018-07-11
8
version = "7.x-1.25"
9 9
core = "7.x"
10 10
project = "i18n"
11
datestamp = "1524222489"
11
datestamp = "1531342125"
drupal7/sites/all/modules/i18n/i18n_variable/i18n_variable.info
10 10
files[] = i18n_variable.class.inc
11 11
files[] = i18n_variable.test
12 12

  
13
; Information added by Drupal.org packaging script on 2018-04-20
14
version = "7.x-1.24"
13
; Information added by Drupal.org packaging script on 2018-07-11
14
version = "7.x-1.25"
15 15
core = "7.x"
16 16
project = "i18n"
17
datestamp = "1524222489"
17
datestamp = "1531342125"
drupal7/sites/all/modules/i18n/tests/i18n_test.info
7 7
core = 6.x
8 8
hidden = TRUE
9 9

  
10
; Information added by Drupal.org packaging script on 2018-04-20
11
version = "7.x-1.24"
10
; Information added by Drupal.org packaging script on 2018-07-11
11
version = "7.x-1.25"
12 12
core = "7.x"
13 13
project = "i18n"
14
datestamp = "1524222489"
14
datestamp = "1531342125"

Formats disponibles : Unified diff