Skip to content
Snippets Groups Projects
Commit 5ca52b39 authored by Jakob P's avatar Jakob P
Browse files

Update drupalorg makefile to match patches to latest releases of modules.

parent d16d0f4d
No related branches found
No related tags found
No related merge requests found
......@@ -248,7 +248,7 @@ projects[entityreference][version] = "1.2"
; Fix foreign keys feature revert issue
; https://drupal.org/node/1969018
projects[entityreference][patch][] = "https://drupal.org/files/issues/1969018-update-field-config-foreign-keys-15.patch"
projects[entityreference][patch][] = "https://drupal.org/files/issues/1969018-update-field-config-foreign-keys-30.patch"
projects[entityreference_prepopulate][type] = "module"
projects[entityreference_prepopulate][subdir] = "contrib"
......@@ -542,9 +542,13 @@ projects[variable][subdir] = "contrib"
projects[views][version] = "3.14"
projects[views][type] = "module"
projects[views][subdir] = "contrib"
projects[views][download][type] = "git"
projects[views][download][url] = "http://git.drupal.org/project/views.git"
projects[views][download][branch] = "7.x-3.x"
projects[views][download][revision] = "9227dc992c2b201318387f50b6c6b36e1da4ad2b"
; Allow taxonomy term fields to be transformed when being passed as a value.
projects[views][patch][] = "https://drupal.org/files/issues/views-taxonomy-name-case-transform-1.patch"
projects[views][patch][] = "https://drupal.org/files/issues/2408937-views-taxonomy-name-case-change-2.patch"
projects[views_argument_substitutions][type] = "module"
projects[views_argument_substitutions][subdir] = "contrib"
......@@ -586,10 +590,6 @@ projects[views_data_export][type] = "module"
projects[views_data_export][version] = "3.1"
projects[views_data_export][subdir] = "contrib"
; Ensure access control is performed on batched export downloads
; See https://drupal.org/node/2798759#comment-11615605 for more info.
projects[views_data_export][patch][] = "https://drupal.org/files/issues/views_data_export-file_download_acess-2798759-5.patch"
projects[views_bulk_operations][type] = "module"
projects[views_bulk_operations][version] = "3.3"
projects[views_bulk_operations][subdir] = "contrib"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment