Projet

Général

Profil

Révision d3a59f55

Ajouté par Assos Assos il y a environ 7 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/media/js/media.popups.js
213 213
  dialogOptions.buttons[ok] = function () {
214 214
    // Find the current file selection.
215 215
    var formattedMedia = this.contentWindow.Drupal.media.formatForm.getFormattedMedia();
216
    formattedMedia.options = $.extend({}, mediaFile.attributes, formattedMedia.options);
216 217

  
217 218
    // Alert the user if a selection has yet to be made.
218 219
    if (!formattedMedia) {
drupal7/sites/all/modules/media/media.info
24 24
; We have to add a fake version so Git checkouts do not fail Media dependencies
25 25
version = 7.x-2.x-dev
26 26

  
27
; Information added by Drupal.org packaging script on 2017-05-10
28
version = "7.x-2.1"
27
; Information added by Drupal.org packaging script on 2017-05-17
28
version = "7.x-2.3"
29 29
core = "7.x"
30 30
project = "media"
31
datestamp = "1494376994"
31
datestamp = "1495030417"
32 32

  
drupal7/sites/all/modules/media/media.install
949 949

  
950 950
  // Clear the image cache to remove any old image styles that only exist in
951 951
  // code.
952
  cache_clear_all('*', 'cache_image', TRUE);
952
  cache_clear_all('image_styles', 'cache_image', TRUE);
953 953

  
954 954
  // Check if the square_thumbnail image style exists.
955 955
  // The style will only exist if the user has customized it, otherwise it would
......
1207 1207
    user_role_grant_permissions($rid, array('access media browser'));
1208 1208
  }
1209 1209
}
1210

  
1211
/**
1212
 * Make sure that the image style square_thumbnail is created.
1213
 */
1214
function media_update_7227() {
1215
  media_update_7211();
1216
}
drupal7/sites/all/modules/media/media.module
1223 1223
      'plugins',
1224 1224
      'render',
1225 1225
      'types',
1226
      'render_multi_edit_form',
1226 1227
    );
1227 1228
    $params = array_intersect_key($params, array_flip($safe_options));
1228 1229

  
drupal7/sites/all/modules/media/modules/media_bulk_upload/media_bulk_upload.info
15 15
files[] = includes/MediaBrowserBulkUpload.inc
16 16
files[] = tests/media_bulk_upload.test
17 17

  
18
; Information added by Drupal.org packaging script on 2017-05-10
19
version = "7.x-2.1"
18
; Information added by Drupal.org packaging script on 2017-05-17
19
version = "7.x-2.3"
20 20
core = "7.x"
21 21
project = "media"
22
datestamp = "1494376994"
22
datestamp = "1495030417"
23 23

  
drupal7/sites/all/modules/media/modules/media_internet/media_internet.info
12 12
files[] = includes/MediaInternetValidationException.inc
13 13
files[] = tests/media_internet.test
14 14

  
15
; Information added by Drupal.org packaging script on 2017-05-10
16
version = "7.x-2.1"
15
; Information added by Drupal.org packaging script on 2017-05-17
16
version = "7.x-2.3"
17 17
core = "7.x"
18 18
project = "media"
19
datestamp = "1494376994"
19
datestamp = "1495030417"
20 20

  
drupal7/sites/all/modules/media/modules/media_internet/tests/media_internet_test.info
7 7
files[] = includes/MediaInternetTestStreamWrapper.inc
8 8
files[] = includes/MediaInternetTestHandler.inc
9 9

  
10
; Information added by Drupal.org packaging script on 2017-05-10
11
version = "7.x-2.1"
10
; Information added by Drupal.org packaging script on 2017-05-17
11
version = "7.x-2.3"
12 12
core = "7.x"
13 13
project = "media"
14
datestamp = "1494376994"
14
datestamp = "1495030417"
15 15

  
drupal7/sites/all/modules/media/modules/media_migrate_file_types/media_migrate_file_types.info
8 8

  
9 9
configure = admin/structure/file-types/upgrade
10 10

  
11
; Information added by Drupal.org packaging script on 2017-05-10
12
version = "7.x-2.1"
11
; Information added by Drupal.org packaging script on 2017-05-17
12
version = "7.x-2.3"
13 13
core = "7.x"
14 14
project = "media"
15
datestamp = "1494376994"
15
datestamp = "1495030417"
16 16

  
drupal7/sites/all/modules/media/modules/media_wysiwyg/media_wysiwyg.info
15 15

  
16 16
configure = admin/config/media/browser
17 17

  
18
; Information added by Drupal.org packaging script on 2017-05-10
19
version = "7.x-2.1"
18
; Information added by Drupal.org packaging script on 2017-05-17
19
version = "7.x-2.3"
20 20
core = "7.x"
21 21
project = "media"
22
datestamp = "1494376994"
22
datestamp = "1495030417"
23 23

  
drupal7/sites/all/modules/media/modules/media_wysiwyg_view_mode/media_wysiwyg_view_mode.info
3 3
package = Media
4 4
core = 7.x
5 5

  
6
; Information added by Drupal.org packaging script on 2017-05-10
7
version = "7.x-2.1"
6
; Information added by Drupal.org packaging script on 2017-05-17
7
version = "7.x-2.3"
8 8
core = "7.x"
9 9
project = "media"
10
datestamp = "1494376994"
10
datestamp = "1495030417"
11 11

  
drupal7/sites/all/modules/media/modules/mediafield/mediafield.info
4 4
core = 7.x
5 5
dependencies[] = media
6 6

  
7
; Information added by Drupal.org packaging script on 2017-05-10
8
version = "7.x-2.1"
7
; Information added by Drupal.org packaging script on 2017-05-17
8
version = "7.x-2.3"
9 9
core = "7.x"
10 10
project = "media"
11
datestamp = "1494376994"
11
datestamp = "1495030417"
12 12

  
drupal7/sites/all/modules/media/tests/media_module_test.info
6 6

  
7 7
files[] = includes/MediaModuleTest.inc
8 8

  
9
; Information added by Drupal.org packaging script on 2017-05-10
10
version = "7.x-2.1"
9
; Information added by Drupal.org packaging script on 2017-05-17
10
version = "7.x-2.3"
11 11
core = "7.x"
12 12
project = "media"
13
datestamp = "1494376994"
13
datestamp = "1495030417"
14 14

  

Formats disponibles : Unified diff