; $Id$ ; ; Example makefile ; ---------------- ; This is an example makefile to introduce new users of drush_make to the ; syntax and options available to drush_make. For a full description of all ; options available, see README.txt. ; This make file is a working makefile - try it! Any line starting with a `;` ; is a comment. ; Core version ; ------------ ; Each makefile should begin by declaring the core version of Drupal that all ; projects should be compatible with. core = 7.x ; API version ; ------------ ; Every makefile needs to declare it's Drush Make API version. This version of ; drush make uses API version `2`. api = 2 ; Common modules includes[eclipse_common] = "../php/configs/make/eclipsefdn-common.make" projects[drupal][patch][] = "../php/configs/make/patches/drupal/htaccess-redirect-www.patch" projects[drupal][patch][] = "../php/configs/make/patches/drupal/htaccess-redirect-https.patch" projects[drupal][patch][] = "../php/configs/make/patches/eclipsecon/htaccess-redirect-europe2020.patch" ; This patch allows install profiles to set a minimum memory limit. ; https://www.drupal.org/node/1772316#comment-6457618 projects[drupal][patch][] = "../php/configs/make/patches/drupal/drupal-7.x-allow_profile_change_sys_req-1772316-28.patch" ; Allow to specify SCRIPT HTML element attributes through drupal_add_js() ; https://www.drupal.org/node/1664602#comment-6221066 projects[drupal][patch][] = "../php/configs/make/patches/drupal/1664602-1.patch" ; Custom projects[eclipse_api][type] = "module" projects[eclipse_api][subdir] = "custom" projects[eclipse_api][download][type] = "git" projects[eclipse_api][download][url] = "ssh://git@gitlab.eclipse.org/eclipsefdn/it/websites/drupal/eclipse_api.git" projects[eclipse_api][download][tag] = "7.x-1.163" projects[eclipsecon_support][download][type] = "git" projects[eclipsecon_support][download][url] = "ssh://git@gitlab.eclipse.org/eclipsefdn/it/websites/drupal/eclipsecon_support.git" projects[eclipsecon_support][download][tag] = "7.x-3.96" projects[eclipsecon_support][type] = "module" projects[eclipsecon_support][subdir] = "custom" ; Contrib added by Foundation projects[cod][type] = "profile" projects[cod][version] = "2.0-rc3" projects[cod][patch][] = "../php/configs/make/patches/cod/cod-remove_make_files-01.patch" projects[colorfield][type] = "module" projects[colorfield][subdir] = "contrib" projects[colorfield][version] = "1.2" projects[flickr][type] = "module" projects[flickr][subdir] = "contrib" projects[flickr][version] = "1.8" ; Cod ; Contributed modules. ; Cod 2.x projects[cod_support][type] = "module" projects[cod_support][subdir] = "contrib" projects[cod_support][version] = "2.0" projects[cod_support][patch][] = "../php/configs/make/patches/cod_support/cod_support-eclipse_foundation_fixes-01.patch" projects[cod_support][patch][] = "../php/configs/make/patches/cod_support/cod_support-update_scheduler_box_links_and_styles-01.patch" projects[community_tags][type] = "module" projects[community_tags][subdir] = "contrib" projects[community_tags][version] = "1.0" projects[content_access][type] = "module" projects[content_access][subdir] = "contrib" projects[content_access][version] = "1.2-beta2" projects[conditional_fields][type] = "module" projects[conditional_fields][subdir] = "contrib" projects[conditional_fields][download][revision] = "12ab0cb0e0660278b2a9e330aae2f13b97c8459e" ; Allow contexts to load in information for existing contexts. ; See https://drupal.org/node/2484541#comment-9899043 for more info. projects[ctools][patch][] = "../php/configs/make/patches/ctools/2484541-context-dependency-1.patch" ; Allow date to work with timezones projects[date][patch][] = "../php/configs/make/patches/date/date-views-filter-timezone-1820304-18.patch" projects[date_ical][type] = "module" projects[date_ical][subdir] = "contrib" projects[date_ical][version] = "3.9" ; Remove icalcreator library from the date_ical module ; https://drupal.org/node/2209165 projects[date_ical][patch][] = "../php/configs/make/patches/date_ical/date_ical_remove_makefile-3.patch" projects[efq_extra_field][type] = "module" projects[efq_extra_field][subdir] = "contrib" projects[efq_extra_field][version] = "1.0-alpha1" ; Fix foreign keys feature revert issue ; https://drupal.org/node/1969018 projects[entityreference][patch][] = "../php/configs/make/patches/entityreference/1969018-update-field-config-foreign-keys-30.patch" projects[entityreference_prepopulate][type] = "module" projects[entityreference_prepopulate][subdir] = "contrib" projects[entityreference_prepopulate][download][revision] = "0ffdec817b5b3158066245390668e8636fea1d2a" ; Allow entityreference prepopulate function when an ajax callback is performed. ; https://drupal.org/node/1970320 and https://drupal.org/node/2295951 projects[entityreference_prepopulate][patch][] = "../php/configs/make/patches/entityreference_prepopulate/er_prepopulate_ajax_values-1.patch" projects[fivestar][version] = "2.2" projects[fivestar][type] = "module" projects[fivestar][subdir] = "contrib" projects[fivestar][patch][] = "../php/configs/make/patches/eclipsecon/fivestar-jquery_update_issue-2130495-1.patch" projects[field_extrawidgets][version] = "1.1" projects[field_extrawidgets][type] = "module" projects[field_extrawidgets][subdir] = "contrib" projects[field_permissions][type] = "module" projects[field_permissions][subdir] = "contrib" projects[field_permissions][version] = "1.0" projects[field_select_ct][type] = "module" projects[field_select_ct][subdir] = "contrib" projects[field_select_ct][version] = "1.0" ; Fix undefined index from field_collection_field_attach_form(). ; See https://drupal.org/node/1716526 for more info. projects[field_collection][patch][] = "../php/configs/make/patches/field_collection/undefined_langcode-1716526-20.patch" projects[flag][type] = "module" projects[flag][subdir] = "contrib" projects[flag][version] = "3.9" projects[inline_conditions][type] = "module" projects[inline_conditions][subdir] = "contrib" projects[inline_conditions][download][revision] = "3dd9495e0a7b95f7e8a29141a8860b073cba2b6a" projects[inline_entity_form][type] = "module" projects[inline_entity_form][version] = "1.8" projects[inline_entity_form][subdir] = "contrib" projects[libraries][type] = "module" projects[libraries][subdir] = "contrib" projects[libraries][version] = "2.3" projects[og][type] = "module" projects[og][subdir] = "contrib" projects[og][version] = "2.9" ; Auto-assign role to group manager broken on groups with overridden roles. ; https://drupal.org/node/2005800#comment-9863287 projects[og][patch][] = "../php/configs/make/patches/og/og-default-role-member-2005800-40.patch" ; og_ui should give users the theme, not admin ui when creating groups ; https://drupal.org/node/1800208 projects[og][patch][] = "../php/configs/make/patches/og/og_ui-group_node_add_theme-1800208-5.patch" ; Allow non-members with subscribe access to be able to post into a group. ; http://www.drupal.org/node/2357459 projects[og][patch][] = "../php/configs/make/patches/og/og_id_user_access.patch" ; Allow og context to be passed into panels (useful for mini panels) ; https://drupal.org/node/1781652#comment-6473660 projects[og][patch][] = "../php/configs/make/patches/og/og_context_ctools_relationship-1781652-17.patch" ; Assign a language to entities that don't assign it themselves inside og. ; See https://drupal.org/node/1865852 for more info. projects[og][patch][] = "../php/configs/make/patches/og/group-manager-language-1865852.patch" ; Fix an Infinite loop with og_context(). ; See https://drupal.org/node/2717489#comment-11147965 for more info. projects[og][patch][] = "../php/configs/make/patches/og/og_context_infinite_loop-2717489-10.patch" projects[og_vocab][type] = "module" projects[og_vocab][subdir] = "contrib" projects[og_vocab][version] = "1.2" ; Allow og_vocab to select any group a user has access to. ; https://drupal.org/node/2481153#comment-9881365 projects[og_vocab][patch][2457113] = "../php/configs/make/patches/og_vocab/2481153-og_vocab-accessible-groups-1.patch" ; Fix fatal error in og_vocab when used with metatag. ; https://drupal.org/node/2531418#comment-10107836 projects[og_vocab][patch][2531418] = "../php/configs/make/patches/og_vocab/fatal_error_with_metatag-2531418-1.patch" ; Support cod_session's taxonomy machine name by event. ; https://drupal.org/node/2604594#comment-10507976 projects[og_vocab][patch][2604594] = "../php/configs/make/patches/og_vocab/2604594-og_vocab_get_ogv_by_id-1.patch" projects[og_theme][type] = "module" projects[og_theme][subdir] = "contrib" projects[og_theme][version] = "2.0" projects[og_moderation][type] = "module" projects[og_moderation][subdir] = "contrib" projects[og_moderation][version] = "2.3" projects[panelizer][type] = "module" projects[panelizer][subdir] = "contrib" projects[panelizer][version] = "3.4" ; Better Revision Handling ; https://drupal.org/node/2457113#comment-11521767 projects[panelizer][patch][2457113] = "../php/configs/make/patches/panelizer/panelizer-n2457113-69.patch" projects[panels][subdir] = "contrib" projects[panels][version] = "3.9" projects[panels][type] = "module" ; Fix IPE JS alert (Panelizer is Incompatible with Moderation) ; https://drupal.org/node/1402860#comment-9729091 projects[panels][patch][1402860] = "../php/configs/make/patches/panels/panelizer_is-1402860-82-fix-ipe-end-js-alert.patch" projects[quicktabs][type] = "module" projects[quicktabs][version] = "3.8" projects[quicktabs][subdir] = "contrib" projects[services][subdir] = "contrib" projects[services][type] = "module" projects[services][version] = "3.28" projects[services][patch][] = "../php/configs/make/patches/services/ef-12-services-support-dots-2.patch" projects[safeword][type] = "module" projects[safeword][version] = "1.13" projects[safeword][subdir] = "contrib" projects[strongarm][download][revision] = "5a2326ba67" projects[taxonomy_machine_name][type] = "module" projects[taxonomy_machine_name][version] = "1.2" projects[taxonomy_machine_name][subdir] = "contrib" projects[term_search][type] = "module" projects[term_search][version] = "1.0" projects[term_search][subdir] = "contrib" projects[variable][type] = "module" projects[variable][version] = "2.5" projects[variable][subdir] = "contrib" ; Allow taxonomy term fields to be transformed when being passed as a value. projects[views][patch][] = "../php/configs/make/patches/views/2408937-views-taxonomy-name-case-change-2.patch" projects[views_argument_substitutions][type] = "module" projects[views_argument_substitutions][subdir] = "contrib" projects[views_argument_substitutions][download][revision] = "95b810afc0bd8d078fd6ee2bbf96e487db4d0acc" ; Remove notice thrown on arrays being passed as input values ; See https://drupal.org/node/2650642#comment-10750768 for more info. projects[views_argument_substitutions][patch][] = "../php/configs/make/patches/views_argument_substitutions/2650642-check-array-values-input-1.patch" projects[views_autorefresh][version] = "1.0" projects[views_autorefresh][type] = "module" projects[views_autorefresh][subdir] = "contrib" projects[views_contextual_filters_or][version] = "1.1" projects[views_contextual_filters_or][type] = "module" projects[views_contextual_filters_or][subdir] = "contrib" projects[views_datasource][version] = "1.0-alpha2" projects[views_datasource][type] = "module" projects[views_datasource][subdir] = "contrib" projects[views_field_view][version] = "1.2" projects[views_field_view][type] = "module" projects[views_field_view][subdir] = "contrib" projects[views_send][type] = "module" projects[views_send][version] = "1.6" projects[views_send][subdir] = "contrib" projects[votingapi][type] = "module" projects[votingapi][subdir] = "contrib" projects[votingapi][version] = "2.15"