forked from lter/deims
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdrupal-org.make
388 lines (289 loc) · 14.3 KB
/
drupal-org.make
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
api = "2"
core = "7.x"
; -----------------------------------------------------------------------------
; Contributed modules
; -----------------------------------------------------------------------------
projects[addressfield][version] = "1.0-beta4"
projects[addressfield][subdir] = "contrib"
projects[admin_menu][version] = "3.0-rc4"
projects[admin_menu][subdir] = "contrib"
projects[admin_select][version] = "1.3"
projects[admin_select][subdir] = "contrib"
projects[auto_entitylabel][version] = "1.2"
projects[auto_entitylabel][subdir] = "contrib"
; One more patch needed for Inline Entity Form module support
; @see https://drupal.org/node/1980652
projects[auto_entitylabel][patch][] = "http://drupal.org/files/1980652-autoentitylabel-field-attach-submit.patch"
projects[autosave][version] = "2.2"
projects[autosave][subdir] = "contrib"
projects[backup_migrate][version] = "2.7"
projects[backup_migrate][subdir] = "contrib"
projects[biblio][version] = "1.0-rc7"
projects[biblio][subdir] = "contrib"
projects[captcha][version] = "1.0"
projects[captcha][subdir] = "contrib"
projects[ctools][version] = "1.3"
projects[ctools][subdir] = "contrib"
projects[context][version] = "3.0-beta6"
projects[context][subdir] = "contrib"
; We are currently using a fork of the Chosen module located in the install
; profile to support the select_or_other integration.
; @see http://drupal.org/sandbox/davereid/2029921
;projects[chosen][version] = "2.0-alpha2"
;projects[chosen][subdir] = "contrib"
projects[custom_breadcrumbs][version] = "2.0-alpha3"
projects[custom_breadcrumbs][subdir] = "contrib"
projects[datatables][version] = "1.2"
projects[datatables][subdir] = "contrib"
; Correct errors blocking the install.
; @see https://drupal.org/node/2021741
projects[datatables][patch][] = "http://drupal.org/files/2021741-installation-blocked-database-errors-requirement-errors.patch"
; Fix errors when headers are only strings
; @see https://drupal.org/node/1904140#comment-7724631
projects[datatables][patch][] = "http://drupal.org/files/1904140-datatables-fix-errors-when-headers-are-strings.patch"
projects[date][version] = "2.6"
projects[date][subdir] = "contrib"
; Patch required for migration to work.
; @see https://drupal.org/node/2034231
projects[date][patch][] = "http://drupal.org/files/2034231-date-migration-consolidated-do-not-test.patch"
projects[date_facets][version] = "1.x-dev"
projects[date_facets][subdir] = "contrib"
projects[devel][version] = "1.x-dev"
projects[devel][subdir] = "contrib"
projects[diff][version] = "3.2"
projects[diff][subdir] = "contrib"
projects[ds][version] = "2.4"
projects[ds][subdir] = "contrib"
projects[eck][version] = "2.0-rc2"
projects[eck][subdir] = "contrib"
; Add entity access alter for ECK entities.
; @see https://drupal.org/node/1969394
projects[eck][patch][] = "http://drupal.org/files/1969394-eck-entity-access-alter.patch"
; Add IEF clone button support
; @see https://drupal.org/node/1979686
projects[eck][patch][] = "http://drupal.org/files/1979686-eck-ief-clone-button.patch"
projects[elements][version] = "1.x-dev"
projects[elements][subdir] = "contrib"
projects[email][version] = "1.2"
projects[email][subdir] = "contrib"
projects[emptyparagraphkiller][version] = "1.0-beta2"
projects[emptyparagraphkiller][subdir] = "contrib"
projects[entity][version] = "1.1"
projects[entity][subdir] = "contrib"
; Fix for entity_metadata_no_hook_node_access() and new entity objects (required to work with inline_entity_form).
; @see https://drupal.org/node/1780646
projects[entity][patch][] = "http://drupal.org/files/entity-entity_access-1780646-107.patch"
projects[entitycache][version] = "1.x-dev"
projects[entitycache][subdir] = "contrib"
projects[entityreference][version] = "1.0"
projects[entityreference][subdir] = "contrib"
; Allow the 'Default' view mode to be selected in formatters
; @see https://drupal.org/node/2035699
projects[entityreference][patch][] = "http://drupal.org/files/2035699-formatter-default-view-mode.patch"
projects[entity_view_mode][version] = "1.0-rc1"
projects[entity_view_mode][subdir] = "contrib"
projects[extlink][version] = "1.13"
projects[extlink][subdir] = "contrib"
projects[facetapi][version] = "1.3"
projects[facetapi][subdir] = "contrib"
projects[features][version] = "1.x-dev"
projects[features][subdir] = "contrib"
projects[field_permissions][version] = "1.0-beta2"
projects[field_permissions][subdir] = "contrib"
projects[field_referenced_delete][version] = "1.0-rc4"
projects[field_referenced_delete][subdir] = "contrib"
projects[field_validation][version] = "2.3"
projects[field_validation][subdir] = "contrib"
projects[file_download_count][version] = "1.0-rc1"
projects[file_download_count][subdir] = "contrib"
; Dave Reid maintains this, ok to use dev for now.
projects[file_entity][version] = "2.x-dev"
projects[file_entity][subdir] = "contrib"
projects[filefield_sources][version] = "1.8"
projects[filefield_sources][subdir] = "contrib"
; Ensure files that already exist in the files directory are left alone.
; @see https://drupal.org/node/1492374
projects[filefield_sources][patch][] = "http://drupal.org/files/1492374-ffs-attach-file-same-path.patch"
; Only show files with relevant extensions in the attach select list.
; @see https://drupal.org/node/2006436
projects[filefield_sources][patch][] = "http://drupal.org/files/2006436-file-attach-extension-filter.patch"
; Show the actual attach upload path using drupal_realpath()
; @see https://drupal.org/node/2033269
projects[filefield_sources][patch][] = "http://drupal.org/files/2033269-attach-realpath.patch"
; @todo Change to 1.3 release when available.
projects[field_group][version] = "1.x-dev"
projects[field_group][subdir] = "contrib"
projects[flag][version] = "3.0-rc1"
projects[flag][subdir] = "contrib"
projects[flexslider][version] = "2.0-alpha1"
projects[flexslider][subdir] = "contrib"
projects[geofield][version] = "1.2"
projects[geofield][subdir] = "contrib"
projects[geophp][version] = "1.7"
projects[geophp][subdir] = "contrib"
projects[google_analytics][version] = "1.3"
projects[google_analytics][subdir] = "contrib"
projects[helper][version] = "1.1"
projects[helper][subdir] = "contrib"
projects[inline_entity_form][version] = "1.x-dev"
projects[inline_entity_form][revision] = "4389be0d2781a06dacb6c492f4f71aa302afc4b6"
projects[inline_entity_form][subdir] = "contrib"
; Add a 'Clone' button to the widget
; @see https://drupal.org/node/1590146
projects[inline_entity_form][patch][] = "http://drupal.org/files/ief_clone_button-1590146-18-default-off.patch"
; Limit 'Add new' bundle options when entityreference uses a view for selection
; @see https://drupal.org/node/1872316
projects[inline_entity_form][patch][] = "http://drupal.org/files/1872316-ief-bundle-selection-node-view_0.patch"
projects[libraries][version] = "2.1"
projects[libraries][subdir] = "contrib"
projects[link][version] = "1.1"
projects[link][subdir] = "contrib"
projects[media][version] = "2.x-dev"
projects[media][subdir] = "contrib"
projects[menu_block][version] = "2.3"
projects[menu_block][subdir] = "contrib"
projects[migrate][version] = "2.6-rc1"
projects[migrate][subdir] = "contrib"
; Register migrations on module enable or disable
; @see https://drupal.org/node/2037265
projects[migrate][patch][] = "http://drupal.org/files/2037265-migrate-static-registration-module-enable_0.patch"
; Fix page titles and breadcrumbs in the UI
; @see https://drupal.org/node/2040101
projects[migrate][patch][] = "http://drupal.org/files/2040101-breadcrumb-titles.patch"
projects[migrate_d2d][version] = "2.x-dev"
projects[migrate_d2d][subdir] = "contrib"
; Fix a PHP notice in migrations
; @see https://drupal.org/node/2026233
projects[migrate_d2d][patch][] = "http://drupal.org/files/2026233-d6-php-notice-revision-id.patch"
projects[migrate_extras][version] = "2.x-dev"
projects[migrate_extras][subdir] = "contrib"
projects[module_filter][version] = "1.7"
projects[module_filter][subdir] = "contrib"
projects[name][version] = "1.9"
projects[name][subdir] = "contrib"
projects[noggin][version] = "1.1"
projects[noggin][subdir] = "contrib"
projects[options_element][version] = "1.9"
projects[options_element][subdir] = "contrib"
; For empty values, only show two key/value fields instead of three
; @see https://drupal.org/node/2012198
projects[options_element][patch][] = "http://drupal.org/files/2012198-options-element-only-two-blank-values-do-not-test.patch"
; Add a JS event trigger for updating the options from the manual entry
; @see https://drupal.org/node/2045091
projects[options_element][patch][] = "http://drupal.org/files/2045091-manual-entry-js-trigger.patch"
projects[pathauto][version] = "1.2"
projects[pathauto][subdir] = "contrib"
projects[pathauto_persist][version] = "1.3"
projects[pathauto_persist][subdir] = "contrib"
projects[print][version] = "2.x-dev"
projects[print][subdir] = "contrib"
projects[recaptcha][version] = "1.9"
projects[recaptcha][subdir] = "contrib"
; Dave Reid maintains this D8 backport, dev release is ok.
projects[responsive_tables][version] = "2.x-dev"
projects[responsive_tables][subdir] = "contrib"
projects[rules][version] = "2.3"
projects[rules][subdir] = "contrib"
projects[schema][version] = "1.0-rc1"
projects[schema][subdir] = "contrib"
projects[schema_reference][version] = "1.0-beta5"
projects[schema_reference][subdir] = "contrib"
projects[search_api][version] = "1.7"
projects[search_api][subdir] = "contrib"
projects[search_api_db][version] = "1.0-rc2"
projects[search_api_db][subdir] = "contrib"
projects[search_api_ranges][version] = "1.4"
projects[search_api_ranges][subdir] = "contrib"
projects[search_api_page][version] = "1.x-dev"
projects[search_api_page][subdir] = "contrib"
projects[select_or_other][version] = "2.18"
projects[select_or_other][subdir] = "contrib"
; Fix required select_or_other fields
; @see https://drupal.org/node/2030249#comment-7590279
projects[select_or_other][patch][] = "http://drupal.org/files/select_or_other_required-2030249-1.patch"
projects[strongarm][version] = "2.0"
projects[strongarm][subdir] = "contrib"
projects[superfish][version] = "1.9"
projects[superfish][subdir] = "contrib"
projects[taxonomy_csv][version] = "5.10"
projects[taxonomy_csv][subdir] = "contrib"
projects[taxonomy_manager][version] = "1.0"
projects[taxonomy_manager][subdir] = "contrib"
; Dave Reid maintains this D8 backport, dev release is ok.
projects[telephone][version] = "1.x-dev"
projects[telephone][subdir] = "contrib"
projects[term_reference_tree][version] = "1.10"
projects[term_reference_tree][subdir] = "contrib"
; Add filtering to the widget
; @see https://drupal.org/node/2007164
projects[term_reference_tree][patch][] = "http://drupal.org/files/2007164-filter.patch"
projects[token][version] = "1.5"
projects[token][subdir] = "contrib"
projects[token_field][version] = "1.x-dev"
projects[token_field][subdir] = "contrib"
projects[token_formatters][version] = "1.2"
projects[token_formatters][subdir] = "contrib"
; @todo Change this to 1.1 once that version is released.
projects[url][version] = "1.x-dev"
projects[url][subdir] = "contrib"
projects[views][version] = "3.7"
projects[views][subdir] = "contrib"
projects[views_bulk_operations][version] = "3.1"
projects[views_bulk_operations][subdir] = "contrib"
projects[views_content_cache][version] = "3.0-alpha2"
projects[views_content_cache][subdir] = "contrib"
projects[webform][version] = "3.19"
projects[webform][subdir] = "contrib"
projects[workbench][version] = "1.2"
projects[workbench][subdir] = "contrib"
projects[workbench_moderation][version] = "1.3"
projects[workbench_moderation][subdir] = "contrib"
; Show revision log message in the workbench message menu_block
; @see https://drupal.org/node/1972888
projects[workbench_moderation][patch][] = "http://drupal.org/files/1972888-workbench-show-revision-log-message.patch"
; Add features support
; @see https://drupal.org/node/1314508
projects[workbench_moderation][patch][] = "http://drupal.org/files/1314508-workbench-moderation-features.patch"
projects[workbench_access][version] = "1.2"
projects[workbench_access][subdir] = "contrib"
projects[workbench_email][version] = "2.2"
projects[workbench_email][subdir] = "contrib"
projects[wysiwyg][version] = "2.x-dev"
projects[wysiwyg][subdir] = "contrib"
projects[wysiwyg_linebreaks][version] = "1.5"
projects[wysiwyg_linebreaks][subdir] = "contrib"
; -----------------------------------------------------------------------------
; Contributed themes
; -----------------------------------------------------------------------------
projects[adaptivetheme][version] = "3.x-dev"
projects[adaptivetheme][subdir] = "contrib"
projects[pixture_reloaded][version] = "3.x-dev"
projects[pixture_reloaded][subdir] = "contrib"
projects[shiny][version] = "1.3"
projects[shiny][subdir] = "contrib"
; -----------------------------------------------------------------------------
; Libraries
; -----------------------------------------------------------------------------
libraries[ckeditor][download][type]= "get"
libraries[ckeditor][download][url] = "http://download.cksource.com/CKEditor/CKEditor/CKEditor%203.6.6.1/ckeditor_3.6.6.1.zip"
libraries[ckeditor][directory_name] = "ckeditor"
libraries[flexslider][download][type] = "get"
libraries[flexslider][download][url] = "https://github.com/woothemes/FlexSlider/archive/master.zip"
libraries[flexslider][download][subtree] = "FlexSlider-master"
libraries[flexslider][directory_name] = "flexslider"
; Currently using a fork of the Chosen module that includes the Chosen library.
;libraries[chosen][download][type] = "get"
;libraries[chosen][download][url] = "https://github.com/koenpunt/chosen/archive/option_adding.zip"
;libraries[chosen][download][subtree] = "chosen-option_adding"
;libraries[chosen][directory_name] = "chosen"
libraries[superfish][download][type] = "get"
libraries[superfish][download][url] = "https://github.com/mehrpadin/Superfish-for-Drupal/archive/1.x.zip"
libraries[superfish][download][subtree] = "Superfish-for-Drupal-1.x"
libraries[superfish][directory_name] = "superfish"
libraries[datatables][download][type]= "get"
libraries[datatables][download][url] = "http://www.datatables.net/releases/DataTables-1.9.4.zip"
libraries[datatables][directory_name] = "datatables"
libraries[jquery-ui-timepicker][download][type] = "get"
libraries[jquery-ui-timepicker][download][url] = "https://github.com/trentrichardson/jQuery-Timepicker-Addon/archive/v1.3.1.zip"
libraries[jquery-ui-timepicker][download][subtree] = "jQuery-Timepicker-Addon-1.3.1"
libraries[jquery-ui-timepicker][directory_name] = "jquery-ui-timepicker"