Upgraded drupal core with security updates
[yaffs-website] / vendor / drush / drush / tests / makefiles / patches.make
1 core = 7.x
2 api = 2
3
4 ; Test that patches work
5 projects[wysiwyg][version] = "2.1"
6 ; http://drupal.org/node/624018#comment-5098162
7 projects[wysiwyg][patch][] = "http://drupal.org/files/0001-feature.inc-from-624018-211.patch"
8 ; Test local filesystem patches
9 projects[wysiwyg][patch][] = "patches-local-test-wysiwyg.patch"
10
11 ; http://drupal.org/node/1152908#comment-5010536
12 projects[features][version] = "1.0-beta4"
13 projects[features][patch][] = "http://drupal.org/files/issues/features-drush-backend-invoke-25.patch"
14
15 projects[context][version] = "3.0-beta2"
16 ; http://drupal.org/node/1251406#comment-5020012
17 projects[context][patch][] = "http://drupal.org/files/issues/custom_blocks_arent_editable-make.patch"
18 ; http://drupal.org/node/661094#comment-4735064
19 projects[context][patch][] = "http://drupal.org/files/issues/661094-context-permissions.patch"