forked from WhiteHouse/petitions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
drupal-org.make
199 lines (139 loc) · 6.15 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
; Petitions
; ---------
; Core version
; -------------
core = 7.x
; API version
; ------------
api = 2
; Defaults
; ---------
defaults[projects][subdir] = contrib
; Contrib projects
; -----------------
projects[advanced_help][version] = 1.0
projects[captcha][version] = 1.0
projects[colorbox][version] = 2.4
projects[conditional_styles][version] = 2.1
projects[context][version] = 3.1
projects[ctools][version] = 1.4
projects[date][version] = 2.6
projects[diff][version] = 3.2
projects[email_confirm][version] = 1.1
projects[entity][version] = 1.2
projects[entitycache][version] = 1.2
projects[entityreference][version] = 1.1
projects[eva][version] = 1.2
projects[features][version] = 1.0
projects[feeds][version] = 2.0-alpha8
projects[forward][version] = 1.4
projects[globalredirect][version] = 1.5
projects[google_analytics][version] = 1.2
projects[govdelivery][version] = 1.0-alpha1
projects[imce][version] = 1.7
projects[job_scheduler][version] = 2.0-alpha3
projects[maintenance200][version] = 1.0
projects[memcache][version] = 1.0
projects[metatag][version] = 1.0-beta7
projects[migrate_extras][version] = 2.5
projects[mongodb][version] = 1.0-rc2
projects[openidadmin][version] = 1.0
projects[pathauto][version] = 1.2
projects[petitionssignatureform][type] = module
projects[petitionssignatureform][download][type] = git
projects[petitionssignatureform][download][url] = http://git.drupal.org/sandbox/whitehouse/2283727.git
projects[petitionssignatureform][download][revision] = 62ba30dedbc2b2bbaf98fefad1524d77191dceb7
projects[profile2][version] = 1.3
projects[recaptcha][version] = 1.10
; Latest stable release of Rules module is 2.4 however there is a fatal error
; when attempting to upgrade: https://drupal.org/node/2090511
; The latest security release is 2.3 so we can update to that for now:
; https://drupal.org/node/1954592
projects[rules][version] = 2.3
projects[services][version] = 3.7
projects[services_documentation][download][revision] = e3accca7f2c
projects[shunt][version] = 1.3
projects[simplehtmldom][version] = 1.12
projects[strongarm][version] = 2.0
projects[token][version] = 1.5
projects[views][version] = 3.7
projects[views_infinite_scroll][version] = 1.1
projects[views_bulk_operations][version] = 3.1
projects[wysiwyg][version] = 2.2
; Patched contrib
;-----------------
; libraries-undefined-index-foo.patch
; - Fixes PHP warning on cache clear.
; - @see https://drupal.org/node/1938638
projects[libraries][version] = 2.1
projects[libraries][patch][] = https://drupal.org/files/libraries-undefined-index-foo.patch
; migrate-mongodb-source-1890610-7.patch
; - Adds a mongodb source.
; - @see https://drupal.org/node/1890610
projects[migrate][download][type] = git
projects[migrate][download][url] = http://git.drupal.org/project/migrate.git
projects[migrate][download][revision] = 21895c810fc4beafe61389033445cb3b97586f05
projects[migrate][patch][] = https://drupal.org/files/migrate-mongodb-source-1890610-7.patch
; 1747878-2-remove-lower.patch
; - Performance improvement, get rid of mysql LOWER(), it creates a temp table for the whole table
; - @see http://drupal.org/node/1747878
;
; password_token-1165126-6.patch
; - Make password available as a token
; - @see http://drupal.org/node/1165126#comment-5492890
;
projects[textcaptcha][version] = 1.3
; textcaptcha-cron_default-2144807-1.patch
; - Sets the textcaptcha_cron variable to 0 by default.
projects[textcaptcha][patch][2144807-1] = https://drupal.org/files/issues/textcaptcha-cron_default-2144807-1.patch
; textcatpcha-query-optimizations-2279207-1.patch
; - Optimizes question fetching queries.
projects[textcaptcha][patch][2279207-1] = https://drupal.org/files/issues/textcatpcha-query-optimizations-2279207-1.patch
; zen-include_error-2144803-1.patch
; - Fixes Simpletest error.
projects[zen][type] = theme
projects[zen][subdir] = ""
projects[zen][version] = 5.4
projects[zen][patch][] = https://drupal.org/files/issues/zen-include_error-2144803-1.patch
;------------------------------------
projects[logintoboggan][version] = 1.3
projects[logintoboggan][patch][] = http://drupal.org/files/1747878-2-remove-lower.patch
projects[logintoboggan][patch][] = http://drupal.org/files/password_token-1165126-6.patch
; check_type.patch
; - Data types were not checked before getting 'status' key from them
; - @see http://drupal.org/node/1572368
;
; check_checks.patch
; - Improved error handling.
; Before we run checks, lets see if the checks for this module are enabled otherwise, break out of the loop.
; - @see http://drupal.org/node/1747870
;
;------------------------------------
projects[nagios][version] = 1.1
projects[nagios][patch][] = http://drupal.org/files/check_type.patch
projects[nagios][patch][] = http://drupal.org/files/check_checks.patch
; Contrib themes
; -----------------
projects[fortyfour][download][type] = git
projects[fortyfour][download][url] = http://git.drupal.org/project/fortyfour.git
projects[fortyfour][type] = theme
projects[fortyfour][subdir] = ""
projects[fortyfour][revision] = 027674985
; External libraries
; -----------------
libraries[colorbox][download][type] = "file"
libraries[colorbox][download][url] = "https://github.com/jackmoore/colorbox/archive/1.4.27.zip"
libraries[petitions-php-sdk][download][type] = git
libraries[petitions-php-sdk][download][url] = http://git.drupal.org/sandbox/whitehouse/2283729.git
libraries[petitions-php-sdk][download][revision] = fe03d49e39e88e87cff2295172d02a8a22c94910
; Required by Services module for REST server.
libraries[spyc][download][type] = "file"
libraries[spyc][download][url] = "https://raw.github.com/mustangostang/spyc/79f61969f63ee77e0d9460bc254a27a671b445f3/spyc.php"
libraries[spyc][download][filename] = "spyc.php"
libraries[faker][download][type] = "get"
libraries[faker][download][url] = "https://github.com/fzaninotto/Faker/archive/v1.3.0.tar.gz"
; jquery plugin required for views_infinite_scroll to work
; Calling this library js is a trick to get the file to the right spot, it should be fixed
libraries[js][download][type] = "file"
libraries[js][download][url] = "http://jquery-autopager.googlecode.com/files/jquery.autopager-1.0.0.js"
libraries[js][destination] = "modules/contrib/views_infinite_scroll"