Projet

Général

Profil

Révision e4215af7

Ajouté par Assos Assos il y a presque 3 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/media/includes/media.fields.inc
206 206
/**
207 207
 * The #value_callback for the media field element.
208 208
 */
209
function media_field_widget_value($element, $input = FALSE, $form_state) {
209
function media_field_widget_value($element, $input = FALSE, $form_state = array()) {
210 210
  if ($input) {
211 211
    // Checkboxes lose their value when empty.
212 212
    // If the display field is present make sure its unchecked value is saved.
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 2020-03-22
28
version = "7.x-2.26"
27
; Information added by Drupal.org packaging script on 2021-04-09
28
version = "7.x-2.27"
29 29
core = "7.x"
30 30
project = "media"
31
datestamp = "1584902430"
31
datestamp = "1617993403"
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 2020-03-22
19
version = "7.x-2.26"
18
; Information added by Drupal.org packaging script on 2021-04-09
19
version = "7.x-2.27"
20 20
core = "7.x"
21 21
project = "media"
22
datestamp = "1584902430"
22
datestamp = "1617993403"
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 2020-03-22
16
version = "7.x-2.26"
15
; Information added by Drupal.org packaging script on 2021-04-09
16
version = "7.x-2.27"
17 17
core = "7.x"
18 18
project = "media"
19
datestamp = "1584902430"
19
datestamp = "1617993403"
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 2020-03-22
11
version = "7.x-2.26"
10
; Information added by Drupal.org packaging script on 2021-04-09
11
version = "7.x-2.27"
12 12
core = "7.x"
13 13
project = "media"
14
datestamp = "1584902430"
14
datestamp = "1617993403"
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 2020-03-22
12
version = "7.x-2.26"
11
; Information added by Drupal.org packaging script on 2021-04-09
12
version = "7.x-2.27"
13 13
core = "7.x"
14 14
project = "media"
15
datestamp = "1584902430"
15
datestamp = "1617993403"
drupal7/sites/all/modules/media/modules/media_wysiwyg/includes/media_wysiwyg.features.inc
79 79
/**
80 80
 * Implements hook_features_export_render().
81 81
 */
82
function media_wysiwyg_features_export_render($module_name = '', $data, $export = NULL) {
82
function media_wysiwyg_features_export_render($module_name, $data, $export = NULL) {
83 83
  $code = array();
84 84
  $code[] = '  $media_wysiwyg = array();';
85 85
  $code[] = '';
drupal7/sites/all/modules/media/modules/media_wysiwyg/media_wysiwyg.info
16 16

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

  
19
; Information added by Drupal.org packaging script on 2020-03-22
20
version = "7.x-2.26"
19
; Information added by Drupal.org packaging script on 2021-04-09
20
version = "7.x-2.27"
21 21
core = "7.x"
22 22
project = "media"
23
datestamp = "1584902430"
23
datestamp = "1617993403"
drupal7/sites/all/modules/media/modules/media_wysiwyg_settings/media_wysiwyg_settings.info
13 13
features[wysiwyg][] = filtered_html
14 14
features[wysiwyg][] = full_html
15 15

  
16
; Information added by Drupal.org packaging script on 2020-03-22
17
version = "7.x-2.26"
16
; Information added by Drupal.org packaging script on 2021-04-09
17
version = "7.x-2.27"
18 18
core = "7.x"
19 19
project = "media"
20
datestamp = "1584902430"
20
datestamp = "1617993403"
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 2020-03-22
7
version = "7.x-2.26"
6
; Information added by Drupal.org packaging script on 2021-04-09
7
version = "7.x-2.27"
8 8
core = "7.x"
9 9
project = "media"
10
datestamp = "1584902430"
10
datestamp = "1617993403"
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 2020-03-22
8
version = "7.x-2.26"
7
; Information added by Drupal.org packaging script on 2021-04-09
8
version = "7.x-2.27"
9 9
core = "7.x"
10 10
project = "media"
11
datestamp = "1584902430"
11
datestamp = "1617993403"
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 2020-03-22
10
version = "7.x-2.26"
9
; Information added by Drupal.org packaging script on 2021-04-09
10
version = "7.x-2.27"
11 11
core = "7.x"
12 12
project = "media"
13
datestamp = "1584902430"
13
datestamp = "1617993403"

Formats disponibles : Unified diff