@@ -4,20 +4,20 @@ discard block |
||
4 | 4 | * Implementation of hook_default_wysiwyg(). |
5 | 5 | */ |
6 | 6 | function boinc_standard_default_wysiwyg() { |
7 | - $export = array(); |
|
7 | + $export = array(); |
|
8 | 8 | |
9 | - $wysiwyg = new stdClass; |
|
10 | - $wysiwyg->disabled = FALSE; /* Edit this to true to make a default wysiwyg disabled initially */ |
|
11 | - $wysiwyg->api_version = 2; |
|
12 | - $wysiwyg->editor = 'tinymce'; |
|
13 | - $wysiwyg->settings = array( |
|
9 | + $wysiwyg = new stdClass; |
|
10 | + $wysiwyg->disabled = FALSE; /* Edit this to true to make a default wysiwyg disabled initially */ |
|
11 | + $wysiwyg->api_version = 2; |
|
12 | + $wysiwyg->editor = 'tinymce'; |
|
13 | + $wysiwyg->settings = array( |
|
14 | 14 | 'default' => 1, |
15 | 15 | 'user_choose' => 1, |
16 | 16 | 'show_toggle' => 1, |
17 | 17 | 'theme' => 'advanced', |
18 | 18 | 'language' => 'en', |
19 | 19 | 'buttons' => array( |
20 | - 'default' => array( |
|
20 | + 'default' => array( |
|
21 | 21 | 'bold' => 1, |
22 | 22 | 'italic' => 1, |
23 | 23 | 'underline' => 1, |
@@ -40,25 +40,25 @@ discard block |
||
40 | 40 | 'hr' => 1, |
41 | 41 | 'removeformat' => 1, |
42 | 42 | 'charmap' => 1, |
43 | - ), |
|
44 | - 'advimage' => array( |
|
43 | + ), |
|
44 | + 'advimage' => array( |
|
45 | 45 | 'advimage' => 1, |
46 | - ), |
|
47 | - 'emotions' => array( |
|
46 | + ), |
|
47 | + 'emotions' => array( |
|
48 | 48 | 'emotions' => 1, |
49 | - ), |
|
50 | - 'font' => array( |
|
49 | + ), |
|
50 | + 'font' => array( |
|
51 | 51 | 'formatselect' => 1, |
52 | - ), |
|
53 | - 'paste' => array( |
|
52 | + ), |
|
53 | + 'paste' => array( |
|
54 | 54 | 'pastetext' => 1, |
55 | - ), |
|
56 | - 'media' => array( |
|
55 | + ), |
|
56 | + 'media' => array( |
|
57 | 57 | 'media' => 1, |
58 | - ), |
|
59 | - 'drupal' => array( |
|
58 | + ), |
|
59 | + 'drupal' => array( |
|
60 | 60 | 'linebreaks' => 1, |
61 | - ), |
|
61 | + ), |
|
62 | 62 | ), |
63 | 63 | 'toolbar_loc' => 'top', |
64 | 64 | 'toolbar_align' => 'left', |
@@ -76,9 +76,9 @@ discard block |
||
76 | 76 | 'css_classes' => 'Image with caption=standalone-image |
77 | 77 | Float left with caption=image-left |
78 | 78 | Float right with caption=image-right', |
79 | - ); |
|
80 | - $wysiwyg->machine = 'rich_text'; |
|
81 | - $export['rich_text'] = $wysiwyg; |
|
79 | + ); |
|
80 | + $wysiwyg->machine = 'rich_text'; |
|
81 | + $export['rich_text'] = $wysiwyg; |
|
82 | 82 | |
83 | - return $export; |
|
83 | + return $export; |
|
84 | 84 | } |
@@ -4,959 +4,959 @@ discard block |
||
4 | 4 | * Implementation of hook_strongarm(). |
5 | 5 | */ |
6 | 6 | function boinc_standard_strongarm() { |
7 | - $export = array(); |
|
8 | - |
|
9 | - $strongarm = new stdClass; |
|
10 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
11 | - $strongarm->api_version = 1; |
|
12 | - $strongarm->name = 'admin_theme'; |
|
13 | - $strongarm->value = 'garland'; |
|
14 | - $export['admin_theme'] = $strongarm; |
|
15 | - |
|
16 | - $strongarm = new stdClass; |
|
17 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
18 | - $strongarm->api_version = 1; |
|
19 | - $strongarm->name = 'comment_anonymous_page'; |
|
20 | - $strongarm->value = 0; |
|
21 | - $export['comment_anonymous_page'] = $strongarm; |
|
22 | - |
|
23 | - $strongarm = new stdClass; |
|
24 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
25 | - $strongarm->api_version = 1; |
|
26 | - $strongarm->name = 'comment_controls_page'; |
|
27 | - $strongarm->value = '3'; |
|
28 | - $export['comment_controls_page'] = $strongarm; |
|
29 | - |
|
30 | - $strongarm = new stdClass; |
|
31 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
32 | - $strongarm->api_version = 1; |
|
33 | - $strongarm->name = 'comment_default_mode_page'; |
|
34 | - $strongarm->value = '4'; |
|
35 | - $export['comment_default_mode_page'] = $strongarm; |
|
36 | - |
|
37 | - $strongarm = new stdClass; |
|
38 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
39 | - $strongarm->api_version = 1; |
|
40 | - $strongarm->name = 'comment_default_order_page'; |
|
41 | - $strongarm->value = '1'; |
|
42 | - $export['comment_default_order_page'] = $strongarm; |
|
43 | - |
|
44 | - $strongarm = new stdClass; |
|
45 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
46 | - $strongarm->api_version = 1; |
|
47 | - $strongarm->name = 'comment_default_per_page_page'; |
|
48 | - $strongarm->value = '50'; |
|
49 | - $export['comment_default_per_page_page'] = $strongarm; |
|
50 | - |
|
51 | - $strongarm = new stdClass; |
|
52 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
53 | - $strongarm->api_version = 1; |
|
54 | - $strongarm->name = 'comment_form_location_page'; |
|
55 | - $strongarm->value = '0'; |
|
56 | - $export['comment_form_location_page'] = $strongarm; |
|
57 | - |
|
58 | - $strongarm = new stdClass; |
|
59 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
60 | - $strongarm->api_version = 1; |
|
61 | - $strongarm->name = 'comment_page'; |
|
62 | - $strongarm->value = 0; |
|
63 | - $export['comment_page'] = $strongarm; |
|
64 | - |
|
65 | - $strongarm = new stdClass; |
|
66 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
67 | - $strongarm->api_version = 1; |
|
68 | - $strongarm->name = 'comment_preview_page'; |
|
69 | - $strongarm->value = '1'; |
|
70 | - $export['comment_preview_page'] = $strongarm; |
|
71 | - |
|
72 | - $strongarm = new stdClass; |
|
73 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
74 | - $strongarm->api_version = 1; |
|
75 | - $strongarm->name = 'comment_subject_field_page'; |
|
76 | - $strongarm->value = '1'; |
|
77 | - $export['comment_subject_field_page'] = $strongarm; |
|
78 | - |
|
79 | - $strongarm = new stdClass; |
|
80 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
81 | - $strongarm->api_version = 1; |
|
82 | - $strongarm->name = 'error_level'; |
|
83 | - $strongarm->value = '0'; |
|
84 | - $export['error_level'] = $strongarm; |
|
85 | - |
|
86 | - $strongarm = new stdClass; |
|
87 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
88 | - $strongarm->api_version = 1; |
|
89 | - $strongarm->name = 'filter_default_format'; |
|
90 | - $strongarm->value = '4'; |
|
91 | - $export['filter_default_format'] = $strongarm; |
|
92 | - |
|
93 | - $strongarm = new stdClass; |
|
94 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
95 | - $strongarm->api_version = 1; |
|
96 | - $strongarm->name = 'format'; |
|
97 | - $strongarm->value = '4'; |
|
98 | - $export['format'] = $strongarm; |
|
99 | - |
|
100 | - $strongarm = new stdClass; |
|
101 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
102 | - $strongarm->api_version = 1; |
|
103 | - $strongarm->name = 'imce_profiles'; |
|
104 | - $strongarm->value = array( |
|
7 | + $export = array(); |
|
8 | + |
|
9 | + $strongarm = new stdClass; |
|
10 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
11 | + $strongarm->api_version = 1; |
|
12 | + $strongarm->name = 'admin_theme'; |
|
13 | + $strongarm->value = 'garland'; |
|
14 | + $export['admin_theme'] = $strongarm; |
|
15 | + |
|
16 | + $strongarm = new stdClass; |
|
17 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
18 | + $strongarm->api_version = 1; |
|
19 | + $strongarm->name = 'comment_anonymous_page'; |
|
20 | + $strongarm->value = 0; |
|
21 | + $export['comment_anonymous_page'] = $strongarm; |
|
22 | + |
|
23 | + $strongarm = new stdClass; |
|
24 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
25 | + $strongarm->api_version = 1; |
|
26 | + $strongarm->name = 'comment_controls_page'; |
|
27 | + $strongarm->value = '3'; |
|
28 | + $export['comment_controls_page'] = $strongarm; |
|
29 | + |
|
30 | + $strongarm = new stdClass; |
|
31 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
32 | + $strongarm->api_version = 1; |
|
33 | + $strongarm->name = 'comment_default_mode_page'; |
|
34 | + $strongarm->value = '4'; |
|
35 | + $export['comment_default_mode_page'] = $strongarm; |
|
36 | + |
|
37 | + $strongarm = new stdClass; |
|
38 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
39 | + $strongarm->api_version = 1; |
|
40 | + $strongarm->name = 'comment_default_order_page'; |
|
41 | + $strongarm->value = '1'; |
|
42 | + $export['comment_default_order_page'] = $strongarm; |
|
43 | + |
|
44 | + $strongarm = new stdClass; |
|
45 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
46 | + $strongarm->api_version = 1; |
|
47 | + $strongarm->name = 'comment_default_per_page_page'; |
|
48 | + $strongarm->value = '50'; |
|
49 | + $export['comment_default_per_page_page'] = $strongarm; |
|
50 | + |
|
51 | + $strongarm = new stdClass; |
|
52 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
53 | + $strongarm->api_version = 1; |
|
54 | + $strongarm->name = 'comment_form_location_page'; |
|
55 | + $strongarm->value = '0'; |
|
56 | + $export['comment_form_location_page'] = $strongarm; |
|
57 | + |
|
58 | + $strongarm = new stdClass; |
|
59 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
60 | + $strongarm->api_version = 1; |
|
61 | + $strongarm->name = 'comment_page'; |
|
62 | + $strongarm->value = 0; |
|
63 | + $export['comment_page'] = $strongarm; |
|
64 | + |
|
65 | + $strongarm = new stdClass; |
|
66 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
67 | + $strongarm->api_version = 1; |
|
68 | + $strongarm->name = 'comment_preview_page'; |
|
69 | + $strongarm->value = '1'; |
|
70 | + $export['comment_preview_page'] = $strongarm; |
|
71 | + |
|
72 | + $strongarm = new stdClass; |
|
73 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
74 | + $strongarm->api_version = 1; |
|
75 | + $strongarm->name = 'comment_subject_field_page'; |
|
76 | + $strongarm->value = '1'; |
|
77 | + $export['comment_subject_field_page'] = $strongarm; |
|
78 | + |
|
79 | + $strongarm = new stdClass; |
|
80 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
81 | + $strongarm->api_version = 1; |
|
82 | + $strongarm->name = 'error_level'; |
|
83 | + $strongarm->value = '0'; |
|
84 | + $export['error_level'] = $strongarm; |
|
85 | + |
|
86 | + $strongarm = new stdClass; |
|
87 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
88 | + $strongarm->api_version = 1; |
|
89 | + $strongarm->name = 'filter_default_format'; |
|
90 | + $strongarm->value = '4'; |
|
91 | + $export['filter_default_format'] = $strongarm; |
|
92 | + |
|
93 | + $strongarm = new stdClass; |
|
94 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
95 | + $strongarm->api_version = 1; |
|
96 | + $strongarm->name = 'format'; |
|
97 | + $strongarm->value = '4'; |
|
98 | + $export['format'] = $strongarm; |
|
99 | + |
|
100 | + $strongarm = new stdClass; |
|
101 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
102 | + $strongarm->api_version = 1; |
|
103 | + $strongarm->name = 'imce_profiles'; |
|
104 | + $strongarm->value = array( |
|
105 | 105 | 1 => array( |
106 | - 'name' => 'User-1', |
|
107 | - 'usertab' => 1, |
|
108 | - 'filesize' => 0, |
|
109 | - 'quota' => 0, |
|
110 | - 'tuquota' => 0, |
|
111 | - 'extensions' => '*', |
|
112 | - 'dimensions' => '1200x1200', |
|
113 | - 'filenum' => 0, |
|
114 | - 'directories' => array( |
|
106 | + 'name' => 'User-1', |
|
107 | + 'usertab' => 1, |
|
108 | + 'filesize' => 0, |
|
109 | + 'quota' => 0, |
|
110 | + 'tuquota' => 0, |
|
111 | + 'extensions' => '*', |
|
112 | + 'dimensions' => '1200x1200', |
|
113 | + 'filenum' => 0, |
|
114 | + 'directories' => array( |
|
115 | 115 | 0 => array( |
116 | - 'name' => '.', |
|
117 | - 'subnav' => 1, |
|
118 | - 'browse' => 1, |
|
119 | - 'upload' => 1, |
|
120 | - 'thumb' => 1, |
|
121 | - 'delete' => 1, |
|
122 | - 'resize' => 1, |
|
116 | + 'name' => '.', |
|
117 | + 'subnav' => 1, |
|
118 | + 'browse' => 1, |
|
119 | + 'upload' => 1, |
|
120 | + 'thumb' => 1, |
|
121 | + 'delete' => 1, |
|
122 | + 'resize' => 1, |
|
123 | 123 | ), |
124 | - ), |
|
125 | - 'thumbnails' => array( |
|
124 | + ), |
|
125 | + 'thumbnails' => array( |
|
126 | 126 | 0 => array( |
127 | - 'name' => 'Small', |
|
128 | - 'dimensions' => '90x90', |
|
129 | - 'prefix' => 'small_', |
|
130 | - 'suffix' => '', |
|
127 | + 'name' => 'Small', |
|
128 | + 'dimensions' => '90x90', |
|
129 | + 'prefix' => 'small_', |
|
130 | + 'suffix' => '', |
|
131 | 131 | ), |
132 | 132 | 1 => array( |
133 | - 'name' => 'Medium', |
|
134 | - 'dimensions' => '120x120', |
|
135 | - 'prefix' => 'medium_', |
|
136 | - 'suffix' => '', |
|
133 | + 'name' => 'Medium', |
|
134 | + 'dimensions' => '120x120', |
|
135 | + 'prefix' => 'medium_', |
|
136 | + 'suffix' => '', |
|
137 | 137 | ), |
138 | 138 | 2 => array( |
139 | - 'name' => 'Large', |
|
140 | - 'dimensions' => '180x180', |
|
141 | - 'prefix' => 'large_', |
|
142 | - 'suffix' => '', |
|
139 | + 'name' => 'Large', |
|
140 | + 'dimensions' => '180x180', |
|
141 | + 'prefix' => 'large_', |
|
142 | + 'suffix' => '', |
|
143 | + ), |
|
143 | 144 | ), |
144 | - ), |
|
145 | 145 | ), |
146 | 146 | 2 => array( |
147 | - 'name' => 'Sample profile', |
|
148 | - 'usertab' => 1, |
|
149 | - 'filesize' => 1, |
|
150 | - 'quota' => 2, |
|
151 | - 'tuquota' => 0, |
|
152 | - 'extensions' => 'gif png jpg jpeg', |
|
153 | - 'dimensions' => '800x600', |
|
154 | - 'filenum' => 1, |
|
155 | - 'directories' => array( |
|
147 | + 'name' => 'Sample profile', |
|
148 | + 'usertab' => 1, |
|
149 | + 'filesize' => 1, |
|
150 | + 'quota' => 2, |
|
151 | + 'tuquota' => 0, |
|
152 | + 'extensions' => 'gif png jpg jpeg', |
|
153 | + 'dimensions' => '800x600', |
|
154 | + 'filenum' => 1, |
|
155 | + 'directories' => array( |
|
156 | 156 | 0 => array( |
157 | - 'name' => 'u%uid', |
|
158 | - 'subnav' => 0, |
|
159 | - 'browse' => 1, |
|
160 | - 'upload' => 1, |
|
161 | - 'thumb' => 1, |
|
162 | - 'delete' => 0, |
|
163 | - 'resize' => 0, |
|
157 | + 'name' => 'u%uid', |
|
158 | + 'subnav' => 0, |
|
159 | + 'browse' => 1, |
|
160 | + 'upload' => 1, |
|
161 | + 'thumb' => 1, |
|
162 | + 'delete' => 0, |
|
163 | + 'resize' => 0, |
|
164 | + ), |
|
164 | 165 | ), |
165 | - ), |
|
166 | - 'thumbnails' => array( |
|
166 | + 'thumbnails' => array( |
|
167 | 167 | 0 => array( |
168 | - 'name' => 'Thumb', |
|
169 | - 'dimensions' => '90x90', |
|
170 | - 'prefix' => 'thumb_', |
|
171 | - 'suffix' => '', |
|
168 | + 'name' => 'Thumb', |
|
169 | + 'dimensions' => '90x90', |
|
170 | + 'prefix' => 'thumb_', |
|
171 | + 'suffix' => '', |
|
172 | + ), |
|
172 | 173 | ), |
173 | - ), |
|
174 | 174 | ), |
175 | 175 | 3 => array( |
176 | - 'name' => 'Editor', |
|
177 | - 'usertab' => 1, |
|
178 | - 'filesize' => '1', |
|
179 | - 'quota' => '2', |
|
180 | - 'tuquota' => '0', |
|
181 | - 'extensions' => 'gif png jpg jpeg', |
|
182 | - 'dimensions' => '800x600', |
|
183 | - 'filenum' => '1', |
|
184 | - 'directories' => array( |
|
176 | + 'name' => 'Editor', |
|
177 | + 'usertab' => 1, |
|
178 | + 'filesize' => '1', |
|
179 | + 'quota' => '2', |
|
180 | + 'tuquota' => '0', |
|
181 | + 'extensions' => 'gif png jpg jpeg', |
|
182 | + 'dimensions' => '800x600', |
|
183 | + 'filenum' => '1', |
|
184 | + 'directories' => array( |
|
185 | 185 | 0 => array( |
186 | - 'name' => 'u%uid', |
|
187 | - 'subnav' => 0, |
|
188 | - 'browse' => 1, |
|
189 | - 'upload' => 1, |
|
190 | - 'thumb' => 1, |
|
191 | - 'delete' => 0, |
|
192 | - 'resize' => 0, |
|
186 | + 'name' => 'u%uid', |
|
187 | + 'subnav' => 0, |
|
188 | + 'browse' => 1, |
|
189 | + 'upload' => 1, |
|
190 | + 'thumb' => 1, |
|
191 | + 'delete' => 0, |
|
192 | + 'resize' => 0, |
|
193 | + ), |
|
193 | 194 | ), |
194 | - ), |
|
195 | - 'thumbnails' => array( |
|
195 | + 'thumbnails' => array( |
|
196 | 196 | 0 => array( |
197 | - 'name' => 'Small', |
|
198 | - 'dimensions' => '90x90', |
|
199 | - 'prefix' => 'small_', |
|
200 | - 'suffix' => '', |
|
197 | + 'name' => 'Small', |
|
198 | + 'dimensions' => '90x90', |
|
199 | + 'prefix' => 'small_', |
|
200 | + 'suffix' => '', |
|
201 | 201 | ), |
202 | 202 | 1 => array( |
203 | - 'name' => 'Medium', |
|
204 | - 'dimensions' => '120x120', |
|
205 | - 'prefix' => 'medium_', |
|
206 | - 'suffix' => '', |
|
203 | + 'name' => 'Medium', |
|
204 | + 'dimensions' => '120x120', |
|
205 | + 'prefix' => 'medium_', |
|
206 | + 'suffix' => '', |
|
207 | 207 | ), |
208 | 208 | 2 => array( |
209 | - 'name' => 'Large', |
|
210 | - 'dimensions' => '180x180', |
|
211 | - 'prefix' => 'large_', |
|
212 | - 'suffix' => '', |
|
209 | + 'name' => 'Large', |
|
210 | + 'dimensions' => '180x180', |
|
211 | + 'prefix' => 'large_', |
|
212 | + 'suffix' => '', |
|
213 | + ), |
|
213 | 214 | ), |
214 | - ), |
|
215 | 215 | ), |
216 | - ); |
|
217 | - $export['imce_profiles'] = $strongarm; |
|
216 | + ); |
|
217 | + $export['imce_profiles'] = $strongarm; |
|
218 | 218 | |
219 | - $strongarm = new stdClass; |
|
220 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
221 | - $strongarm->api_version = 1; |
|
222 | - $strongarm->name = 'imce_roles_profiles'; |
|
223 | - $strongarm->value = array( |
|
219 | + $strongarm = new stdClass; |
|
220 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
221 | + $strongarm->api_version = 1; |
|
222 | + $strongarm->name = 'imce_roles_profiles'; |
|
223 | + $strongarm->value = array( |
|
224 | 224 | 3519698132 => array( |
225 | - 'weight' => '0', |
|
226 | - 'pid' => '0', |
|
225 | + 'weight' => '0', |
|
226 | + 'pid' => '0', |
|
227 | 227 | ), |
228 | 228 | 1110965548 => array( |
229 | - 'weight' => '0', |
|
230 | - 'pid' => '0', |
|
229 | + 'weight' => '0', |
|
230 | + 'pid' => '0', |
|
231 | 231 | ), |
232 | 232 | 268174006 => array( |
233 | - 'weight' => '0', |
|
234 | - 'pid' => '0', |
|
233 | + 'weight' => '0', |
|
234 | + 'pid' => '0', |
|
235 | 235 | ), |
236 | 236 | 2938987599 => array( |
237 | - 'weight' => '0', |
|
238 | - 'pid' => '3', |
|
237 | + 'weight' => '0', |
|
238 | + 'pid' => '3', |
|
239 | 239 | ), |
240 | 240 | 1257454314 => array( |
241 | - 'weight' => '0', |
|
242 | - 'pid' => '0', |
|
241 | + 'weight' => '0', |
|
242 | + 'pid' => '0', |
|
243 | 243 | ), |
244 | 244 | 1271379760 => array( |
245 | - 'weight' => '0', |
|
246 | - 'pid' => '0', |
|
245 | + 'weight' => '0', |
|
246 | + 'pid' => '0', |
|
247 | 247 | ), |
248 | 248 | 933038561 => array( |
249 | - 'weight' => '0', |
|
250 | - 'pid' => '0', |
|
249 | + 'weight' => '0', |
|
250 | + 'pid' => '0', |
|
251 | 251 | ), |
252 | 252 | 2 => array( |
253 | - 'weight' => 11, |
|
254 | - 'pid' => '0', |
|
253 | + 'weight' => 11, |
|
254 | + 'pid' => '0', |
|
255 | 255 | ), |
256 | 256 | 1 => array( |
257 | - 'weight' => 12, |
|
258 | - 'pid' => '0', |
|
259 | - ), |
|
260 | - ); |
|
261 | - $export['imce_roles_profiles'] = $strongarm; |
|
262 | - |
|
263 | - $strongarm = new stdClass; |
|
264 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
265 | - $strongarm->api_version = 1; |
|
266 | - $strongarm->name = 'language_content_type_page'; |
|
267 | - $strongarm->value = '2'; |
|
268 | - $export['language_content_type_page'] = $strongarm; |
|
269 | - |
|
270 | - $strongarm = new stdClass; |
|
271 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
272 | - $strongarm->api_version = 1; |
|
273 | - $strongarm->name = 'menu_block_1_admin_title'; |
|
274 | - $strongarm->value = 'Tertiary menu'; |
|
275 | - $export['menu_block_1_admin_title'] = $strongarm; |
|
276 | - |
|
277 | - $strongarm = new stdClass; |
|
278 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
279 | - $strongarm->api_version = 1; |
|
280 | - $strongarm->name = 'menu_block_1_depth'; |
|
281 | - $strongarm->value = '0'; |
|
282 | - $export['menu_block_1_depth'] = $strongarm; |
|
283 | - |
|
284 | - $strongarm = new stdClass; |
|
285 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
286 | - $strongarm->api_version = 1; |
|
287 | - $strongarm->name = 'menu_block_1_expanded'; |
|
288 | - $strongarm->value = 0; |
|
289 | - $export['menu_block_1_expanded'] = $strongarm; |
|
290 | - |
|
291 | - $strongarm = new stdClass; |
|
292 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
293 | - $strongarm->api_version = 1; |
|
294 | - $strongarm->name = 'menu_block_1_follow'; |
|
295 | - $strongarm->value = 0; |
|
296 | - $export['menu_block_1_follow'] = $strongarm; |
|
297 | - |
|
298 | - $strongarm = new stdClass; |
|
299 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
300 | - $strongarm->api_version = 1; |
|
301 | - $strongarm->name = 'menu_block_1_level'; |
|
302 | - $strongarm->value = '3'; |
|
303 | - $export['menu_block_1_level'] = $strongarm; |
|
304 | - |
|
305 | - $strongarm = new stdClass; |
|
306 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
307 | - $strongarm->api_version = 1; |
|
308 | - $strongarm->name = 'menu_block_1_parent'; |
|
309 | - $strongarm->value = 'primary-links:0'; |
|
310 | - $export['menu_block_1_parent'] = $strongarm; |
|
311 | - |
|
312 | - $strongarm = new stdClass; |
|
313 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
314 | - $strongarm->api_version = 1; |
|
315 | - $strongarm->name = 'menu_block_1_sort'; |
|
316 | - $strongarm->value = 0; |
|
317 | - $export['menu_block_1_sort'] = $strongarm; |
|
318 | - |
|
319 | - $strongarm = new stdClass; |
|
320 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
321 | - $strongarm->api_version = 1; |
|
322 | - $strongarm->name = 'menu_block_1_title_link'; |
|
323 | - $strongarm->value = 0; |
|
324 | - $export['menu_block_1_title_link'] = $strongarm; |
|
325 | - |
|
326 | - $strongarm = new stdClass; |
|
327 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
328 | - $strongarm->api_version = 1; |
|
329 | - $strongarm->name = 'menu_block_ids'; |
|
330 | - $strongarm->value = array( |
|
257 | + 'weight' => 12, |
|
258 | + 'pid' => '0', |
|
259 | + ), |
|
260 | + ); |
|
261 | + $export['imce_roles_profiles'] = $strongarm; |
|
262 | + |
|
263 | + $strongarm = new stdClass; |
|
264 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
265 | + $strongarm->api_version = 1; |
|
266 | + $strongarm->name = 'language_content_type_page'; |
|
267 | + $strongarm->value = '2'; |
|
268 | + $export['language_content_type_page'] = $strongarm; |
|
269 | + |
|
270 | + $strongarm = new stdClass; |
|
271 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
272 | + $strongarm->api_version = 1; |
|
273 | + $strongarm->name = 'menu_block_1_admin_title'; |
|
274 | + $strongarm->value = 'Tertiary menu'; |
|
275 | + $export['menu_block_1_admin_title'] = $strongarm; |
|
276 | + |
|
277 | + $strongarm = new stdClass; |
|
278 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
279 | + $strongarm->api_version = 1; |
|
280 | + $strongarm->name = 'menu_block_1_depth'; |
|
281 | + $strongarm->value = '0'; |
|
282 | + $export['menu_block_1_depth'] = $strongarm; |
|
283 | + |
|
284 | + $strongarm = new stdClass; |
|
285 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
286 | + $strongarm->api_version = 1; |
|
287 | + $strongarm->name = 'menu_block_1_expanded'; |
|
288 | + $strongarm->value = 0; |
|
289 | + $export['menu_block_1_expanded'] = $strongarm; |
|
290 | + |
|
291 | + $strongarm = new stdClass; |
|
292 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
293 | + $strongarm->api_version = 1; |
|
294 | + $strongarm->name = 'menu_block_1_follow'; |
|
295 | + $strongarm->value = 0; |
|
296 | + $export['menu_block_1_follow'] = $strongarm; |
|
297 | + |
|
298 | + $strongarm = new stdClass; |
|
299 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
300 | + $strongarm->api_version = 1; |
|
301 | + $strongarm->name = 'menu_block_1_level'; |
|
302 | + $strongarm->value = '3'; |
|
303 | + $export['menu_block_1_level'] = $strongarm; |
|
304 | + |
|
305 | + $strongarm = new stdClass; |
|
306 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
307 | + $strongarm->api_version = 1; |
|
308 | + $strongarm->name = 'menu_block_1_parent'; |
|
309 | + $strongarm->value = 'primary-links:0'; |
|
310 | + $export['menu_block_1_parent'] = $strongarm; |
|
311 | + |
|
312 | + $strongarm = new stdClass; |
|
313 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
314 | + $strongarm->api_version = 1; |
|
315 | + $strongarm->name = 'menu_block_1_sort'; |
|
316 | + $strongarm->value = 0; |
|
317 | + $export['menu_block_1_sort'] = $strongarm; |
|
318 | + |
|
319 | + $strongarm = new stdClass; |
|
320 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
321 | + $strongarm->api_version = 1; |
|
322 | + $strongarm->name = 'menu_block_1_title_link'; |
|
323 | + $strongarm->value = 0; |
|
324 | + $export['menu_block_1_title_link'] = $strongarm; |
|
325 | + |
|
326 | + $strongarm = new stdClass; |
|
327 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
328 | + $strongarm->api_version = 1; |
|
329 | + $strongarm->name = 'menu_block_ids'; |
|
330 | + $strongarm->value = array( |
|
331 | 331 | 0 => 1, |
332 | - ); |
|
333 | - $export['menu_block_ids'] = $strongarm; |
|
334 | - |
|
335 | - $strongarm = new stdClass; |
|
336 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
337 | - $strongarm->api_version = 1; |
|
338 | - $strongarm->name = 'menu_default_node_menu'; |
|
339 | - $strongarm->value = 'primary-links'; |
|
340 | - $export['menu_default_node_menu'] = $strongarm; |
|
341 | - |
|
342 | - $strongarm = new stdClass; |
|
343 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
344 | - $strongarm->api_version = 1; |
|
345 | - $strongarm->name = 'menu_expanded'; |
|
346 | - $strongarm->value = array( |
|
332 | + ); |
|
333 | + $export['menu_block_ids'] = $strongarm; |
|
334 | + |
|
335 | + $strongarm = new stdClass; |
|
336 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
337 | + $strongarm->api_version = 1; |
|
338 | + $strongarm->name = 'menu_default_node_menu'; |
|
339 | + $strongarm->value = 'primary-links'; |
|
340 | + $export['menu_default_node_menu'] = $strongarm; |
|
341 | + |
|
342 | + $strongarm = new stdClass; |
|
343 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
344 | + $strongarm->api_version = 1; |
|
345 | + $strongarm->name = 'menu_expanded'; |
|
346 | + $strongarm->value = array( |
|
347 | 347 | 0 => 'primary-links', |
348 | - ); |
|
349 | - $export['menu_expanded'] = $strongarm; |
|
350 | - |
|
351 | - $strongarm = new stdClass; |
|
352 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
353 | - $strongarm->api_version = 1; |
|
354 | - $strongarm->name = 'menu_primary_links_source'; |
|
355 | - $strongarm->value = 'primary-links'; |
|
356 | - $export['menu_primary_links_source'] = $strongarm; |
|
357 | - |
|
358 | - $strongarm = new stdClass; |
|
359 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
360 | - $strongarm->api_version = 1; |
|
361 | - $strongarm->name = 'menu_secondary_links_source'; |
|
362 | - $strongarm->value = 'primary-links'; |
|
363 | - $export['menu_secondary_links_source'] = $strongarm; |
|
364 | - |
|
365 | - $strongarm = new stdClass; |
|
366 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
367 | - $strongarm->api_version = 1; |
|
368 | - $strongarm->name = 'node_admin_theme'; |
|
369 | - $strongarm->value = 0; |
|
370 | - $export['node_admin_theme'] = $strongarm; |
|
371 | - |
|
372 | - $strongarm = new stdClass; |
|
373 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
374 | - $strongarm->api_version = 1; |
|
375 | - $strongarm->name = 'node_options_page'; |
|
376 | - $strongarm->value = array( |
|
348 | + ); |
|
349 | + $export['menu_expanded'] = $strongarm; |
|
350 | + |
|
351 | + $strongarm = new stdClass; |
|
352 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
353 | + $strongarm->api_version = 1; |
|
354 | + $strongarm->name = 'menu_primary_links_source'; |
|
355 | + $strongarm->value = 'primary-links'; |
|
356 | + $export['menu_primary_links_source'] = $strongarm; |
|
357 | + |
|
358 | + $strongarm = new stdClass; |
|
359 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
360 | + $strongarm->api_version = 1; |
|
361 | + $strongarm->name = 'menu_secondary_links_source'; |
|
362 | + $strongarm->value = 'primary-links'; |
|
363 | + $export['menu_secondary_links_source'] = $strongarm; |
|
364 | + |
|
365 | + $strongarm = new stdClass; |
|
366 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
367 | + $strongarm->api_version = 1; |
|
368 | + $strongarm->name = 'node_admin_theme'; |
|
369 | + $strongarm->value = 0; |
|
370 | + $export['node_admin_theme'] = $strongarm; |
|
371 | + |
|
372 | + $strongarm = new stdClass; |
|
373 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
374 | + $strongarm->api_version = 1; |
|
375 | + $strongarm->name = 'node_options_page'; |
|
376 | + $strongarm->value = array( |
|
377 | 377 | 0 => 'status', |
378 | - ); |
|
379 | - $export['node_options_page'] = $strongarm; |
|
380 | - |
|
381 | - $strongarm = new stdClass; |
|
382 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
383 | - $strongarm->api_version = 1; |
|
384 | - $strongarm->name = 'page_manager_user_view_disabled'; |
|
385 | - $strongarm->value = FALSE; |
|
386 | - $export['page_manager_user_view_disabled'] = $strongarm; |
|
387 | - |
|
388 | - $strongarm = new stdClass; |
|
389 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
390 | - $strongarm->api_version = 1; |
|
391 | - $strongarm->name = 'panels_legacy_rendering_mode'; |
|
392 | - $strongarm->value = FALSE; |
|
393 | - $export['panels_legacy_rendering_mode'] = $strongarm; |
|
394 | - |
|
395 | - $strongarm = new stdClass; |
|
396 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
397 | - $strongarm->api_version = 1; |
|
398 | - $strongarm->name = 'pathauto_ignore_words'; |
|
399 | - $strongarm->value = 'a,an,as,at,before,but,by,for,from,is,in,into,like,of,off,on,onto,per,since,than,the,this,that,to,up,via,with'; |
|
400 | - $export['pathauto_ignore_words'] = $strongarm; |
|
401 | - |
|
402 | - $strongarm = new stdClass; |
|
403 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
404 | - $strongarm->api_version = 1; |
|
405 | - $strongarm->name = 'pathauto_indexaliases'; |
|
406 | - $strongarm->value = FALSE; |
|
407 | - $export['pathauto_indexaliases'] = $strongarm; |
|
408 | - |
|
409 | - $strongarm = new stdClass; |
|
410 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
411 | - $strongarm->api_version = 1; |
|
412 | - $strongarm->name = 'pathauto_indexaliases_bulkupdate'; |
|
413 | - $strongarm->value = FALSE; |
|
414 | - $export['pathauto_indexaliases_bulkupdate'] = $strongarm; |
|
415 | - |
|
416 | - $strongarm = new stdClass; |
|
417 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
418 | - $strongarm->api_version = 1; |
|
419 | - $strongarm->name = 'pathauto_max_component_length'; |
|
420 | - $strongarm->value = '100'; |
|
421 | - $export['pathauto_max_component_length'] = $strongarm; |
|
422 | - |
|
423 | - $strongarm = new stdClass; |
|
424 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
425 | - $strongarm->api_version = 1; |
|
426 | - $strongarm->name = 'pathauto_max_length'; |
|
427 | - $strongarm->value = '100'; |
|
428 | - $export['pathauto_max_length'] = $strongarm; |
|
429 | - |
|
430 | - $strongarm = new stdClass; |
|
431 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
432 | - $strongarm->api_version = 1; |
|
433 | - $strongarm->name = 'pathauto_modulelist'; |
|
434 | - $strongarm->value = array( |
|
378 | + ); |
|
379 | + $export['node_options_page'] = $strongarm; |
|
380 | + |
|
381 | + $strongarm = new stdClass; |
|
382 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
383 | + $strongarm->api_version = 1; |
|
384 | + $strongarm->name = 'page_manager_user_view_disabled'; |
|
385 | + $strongarm->value = FALSE; |
|
386 | + $export['page_manager_user_view_disabled'] = $strongarm; |
|
387 | + |
|
388 | + $strongarm = new stdClass; |
|
389 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
390 | + $strongarm->api_version = 1; |
|
391 | + $strongarm->name = 'panels_legacy_rendering_mode'; |
|
392 | + $strongarm->value = FALSE; |
|
393 | + $export['panels_legacy_rendering_mode'] = $strongarm; |
|
394 | + |
|
395 | + $strongarm = new stdClass; |
|
396 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
397 | + $strongarm->api_version = 1; |
|
398 | + $strongarm->name = 'pathauto_ignore_words'; |
|
399 | + $strongarm->value = 'a,an,as,at,before,but,by,for,from,is,in,into,like,of,off,on,onto,per,since,than,the,this,that,to,up,via,with'; |
|
400 | + $export['pathauto_ignore_words'] = $strongarm; |
|
401 | + |
|
402 | + $strongarm = new stdClass; |
|
403 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
404 | + $strongarm->api_version = 1; |
|
405 | + $strongarm->name = 'pathauto_indexaliases'; |
|
406 | + $strongarm->value = FALSE; |
|
407 | + $export['pathauto_indexaliases'] = $strongarm; |
|
408 | + |
|
409 | + $strongarm = new stdClass; |
|
410 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
411 | + $strongarm->api_version = 1; |
|
412 | + $strongarm->name = 'pathauto_indexaliases_bulkupdate'; |
|
413 | + $strongarm->value = FALSE; |
|
414 | + $export['pathauto_indexaliases_bulkupdate'] = $strongarm; |
|
415 | + |
|
416 | + $strongarm = new stdClass; |
|
417 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
418 | + $strongarm->api_version = 1; |
|
419 | + $strongarm->name = 'pathauto_max_component_length'; |
|
420 | + $strongarm->value = '100'; |
|
421 | + $export['pathauto_max_component_length'] = $strongarm; |
|
422 | + |
|
423 | + $strongarm = new stdClass; |
|
424 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
425 | + $strongarm->api_version = 1; |
|
426 | + $strongarm->name = 'pathauto_max_length'; |
|
427 | + $strongarm->value = '100'; |
|
428 | + $export['pathauto_max_length'] = $strongarm; |
|
429 | + |
|
430 | + $strongarm = new stdClass; |
|
431 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
432 | + $strongarm->api_version = 1; |
|
433 | + $strongarm->name = 'pathauto_modulelist'; |
|
434 | + $strongarm->value = array( |
|
435 | 435 | 0 => 'node', |
436 | 436 | 1 => 'user', |
437 | 437 | 2 => 'taxonomy', |
438 | - ); |
|
439 | - $export['pathauto_modulelist'] = $strongarm; |
|
440 | - |
|
441 | - $strongarm = new stdClass; |
|
442 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
443 | - $strongarm->api_version = 1; |
|
444 | - $strongarm->name = 'pathauto_node_applytofeeds'; |
|
445 | - $strongarm->value = ''; |
|
446 | - $export['pathauto_node_applytofeeds'] = $strongarm; |
|
447 | - |
|
448 | - $strongarm = new stdClass; |
|
449 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
450 | - $strongarm->api_version = 1; |
|
451 | - $strongarm->name = 'pathauto_node_bulkupdate'; |
|
452 | - $strongarm->value = FALSE; |
|
453 | - $export['pathauto_node_bulkupdate'] = $strongarm; |
|
454 | - |
|
455 | - $strongarm = new stdClass; |
|
456 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
457 | - $strongarm->api_version = 1; |
|
458 | - $strongarm->name = 'pathauto_node_image_pattern'; |
|
459 | - $strongarm->value = ''; |
|
460 | - $export['pathauto_node_image_pattern'] = $strongarm; |
|
461 | - |
|
462 | - $strongarm = new stdClass; |
|
463 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
464 | - $strongarm->api_version = 1; |
|
465 | - $strongarm->name = 'pathauto_node_page_pattern'; |
|
466 | - $strongarm->value = ''; |
|
467 | - $export['pathauto_node_page_pattern'] = $strongarm; |
|
468 | - |
|
469 | - $strongarm = new stdClass; |
|
470 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
471 | - $strongarm->api_version = 1; |
|
472 | - $strongarm->name = 'pathauto_node_pattern'; |
|
473 | - $strongarm->value = 'content/[title-raw]'; |
|
474 | - $export['pathauto_node_pattern'] = $strongarm; |
|
475 | - |
|
476 | - $strongarm = new stdClass; |
|
477 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
478 | - $strongarm->api_version = 1; |
|
479 | - $strongarm->name = 'pathauto_node_story_pattern'; |
|
480 | - $strongarm->value = ''; |
|
481 | - $export['pathauto_node_story_pattern'] = $strongarm; |
|
482 | - |
|
483 | - $strongarm = new stdClass; |
|
484 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
485 | - $strongarm->api_version = 1; |
|
486 | - $strongarm->name = 'pathauto_punctuation_hyphen'; |
|
487 | - $strongarm->value = 1; |
|
488 | - $export['pathauto_punctuation_hyphen'] = $strongarm; |
|
489 | - |
|
490 | - $strongarm = new stdClass; |
|
491 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
492 | - $strongarm->api_version = 1; |
|
493 | - $strongarm->name = 'pathauto_punctuation_quotes'; |
|
494 | - $strongarm->value = 0; |
|
495 | - $export['pathauto_punctuation_quotes'] = $strongarm; |
|
496 | - |
|
497 | - $strongarm = new stdClass; |
|
498 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
499 | - $strongarm->api_version = 1; |
|
500 | - $strongarm->name = 'pathauto_separator'; |
|
501 | - $strongarm->value = '-'; |
|
502 | - $export['pathauto_separator'] = $strongarm; |
|
503 | - |
|
504 | - $strongarm = new stdClass; |
|
505 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
506 | - $strongarm->api_version = 1; |
|
507 | - $strongarm->name = 'pathauto_taxonomy_2_pattern'; |
|
508 | - $strongarm->value = ''; |
|
509 | - $export['pathauto_taxonomy_2_pattern'] = $strongarm; |
|
510 | - |
|
511 | - $strongarm = new stdClass; |
|
512 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
513 | - $strongarm->api_version = 1; |
|
514 | - $strongarm->name = 'pathauto_taxonomy_applytofeeds'; |
|
515 | - $strongarm->value = FALSE; |
|
516 | - $export['pathauto_taxonomy_applytofeeds'] = $strongarm; |
|
517 | - |
|
518 | - $strongarm = new stdClass; |
|
519 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
520 | - $strongarm->api_version = 1; |
|
521 | - $strongarm->name = 'pathauto_taxonomy_bulkupdate'; |
|
522 | - $strongarm->value = FALSE; |
|
523 | - $export['pathauto_taxonomy_bulkupdate'] = $strongarm; |
|
524 | - |
|
525 | - $strongarm = new stdClass; |
|
526 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
527 | - $strongarm->api_version = 1; |
|
528 | - $strongarm->name = 'pathauto_taxonomy_pattern'; |
|
529 | - $strongarm->value = 'category/[vocab-raw]/[catpath-raw]'; |
|
530 | - $export['pathauto_taxonomy_pattern'] = $strongarm; |
|
531 | - |
|
532 | - $strongarm = new stdClass; |
|
533 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
534 | - $strongarm->api_version = 1; |
|
535 | - $strongarm->name = 'pathauto_taxonomy_supportsfeeds'; |
|
536 | - $strongarm->value = '0/feed'; |
|
537 | - $export['pathauto_taxonomy_supportsfeeds'] = $strongarm; |
|
538 | - |
|
539 | - $strongarm = new stdClass; |
|
540 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
541 | - $strongarm->api_version = 1; |
|
542 | - $strongarm->name = 'pathauto_update_action'; |
|
543 | - $strongarm->value = '2'; |
|
544 | - $export['pathauto_update_action'] = $strongarm; |
|
545 | - |
|
546 | - $strongarm = new stdClass; |
|
547 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
548 | - $strongarm->api_version = 1; |
|
549 | - $strongarm->name = 'pathauto_user_bulkupdate'; |
|
550 | - $strongarm->value = FALSE; |
|
551 | - $export['pathauto_user_bulkupdate'] = $strongarm; |
|
552 | - |
|
553 | - $strongarm = new stdClass; |
|
554 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
555 | - $strongarm->api_version = 1; |
|
556 | - $strongarm->name = 'pathauto_user_pattern'; |
|
557 | - $strongarm->value = 'users/[user-raw]'; |
|
558 | - $export['pathauto_user_pattern'] = $strongarm; |
|
559 | - |
|
560 | - $strongarm = new stdClass; |
|
561 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
562 | - $strongarm->api_version = 1; |
|
563 | - $strongarm->name = 'pathauto_user_supportsfeeds'; |
|
564 | - $strongarm->value = ''; |
|
565 | - $export['pathauto_user_supportsfeeds'] = $strongarm; |
|
566 | - |
|
567 | - $strongarm = new stdClass; |
|
568 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
569 | - $strongarm->api_version = 1; |
|
570 | - $strongarm->name = 'pathauto_verbose'; |
|
571 | - $strongarm->value = FALSE; |
|
572 | - $export['pathauto_verbose'] = $strongarm; |
|
573 | - |
|
574 | - $strongarm = new stdClass; |
|
575 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
576 | - $strongarm->api_version = 1; |
|
577 | - $strongarm->name = 'site_frontpage'; |
|
578 | - $strongarm->value = 'home'; |
|
579 | - $export['site_frontpage'] = $strongarm; |
|
580 | - |
|
581 | - $strongarm = new stdClass; |
|
582 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
583 | - $strongarm->api_version = 1; |
|
584 | - $strongarm->name = 'tabtamer_tab_settings'; |
|
585 | - $strongarm->value = array( |
|
438 | + ); |
|
439 | + $export['pathauto_modulelist'] = $strongarm; |
|
440 | + |
|
441 | + $strongarm = new stdClass; |
|
442 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
443 | + $strongarm->api_version = 1; |
|
444 | + $strongarm->name = 'pathauto_node_applytofeeds'; |
|
445 | + $strongarm->value = ''; |
|
446 | + $export['pathauto_node_applytofeeds'] = $strongarm; |
|
447 | + |
|
448 | + $strongarm = new stdClass; |
|
449 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
450 | + $strongarm->api_version = 1; |
|
451 | + $strongarm->name = 'pathauto_node_bulkupdate'; |
|
452 | + $strongarm->value = FALSE; |
|
453 | + $export['pathauto_node_bulkupdate'] = $strongarm; |
|
454 | + |
|
455 | + $strongarm = new stdClass; |
|
456 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
457 | + $strongarm->api_version = 1; |
|
458 | + $strongarm->name = 'pathauto_node_image_pattern'; |
|
459 | + $strongarm->value = ''; |
|
460 | + $export['pathauto_node_image_pattern'] = $strongarm; |
|
461 | + |
|
462 | + $strongarm = new stdClass; |
|
463 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
464 | + $strongarm->api_version = 1; |
|
465 | + $strongarm->name = 'pathauto_node_page_pattern'; |
|
466 | + $strongarm->value = ''; |
|
467 | + $export['pathauto_node_page_pattern'] = $strongarm; |
|
468 | + |
|
469 | + $strongarm = new stdClass; |
|
470 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
471 | + $strongarm->api_version = 1; |
|
472 | + $strongarm->name = 'pathauto_node_pattern'; |
|
473 | + $strongarm->value = 'content/[title-raw]'; |
|
474 | + $export['pathauto_node_pattern'] = $strongarm; |
|
475 | + |
|
476 | + $strongarm = new stdClass; |
|
477 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
478 | + $strongarm->api_version = 1; |
|
479 | + $strongarm->name = 'pathauto_node_story_pattern'; |
|
480 | + $strongarm->value = ''; |
|
481 | + $export['pathauto_node_story_pattern'] = $strongarm; |
|
482 | + |
|
483 | + $strongarm = new stdClass; |
|
484 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
485 | + $strongarm->api_version = 1; |
|
486 | + $strongarm->name = 'pathauto_punctuation_hyphen'; |
|
487 | + $strongarm->value = 1; |
|
488 | + $export['pathauto_punctuation_hyphen'] = $strongarm; |
|
489 | + |
|
490 | + $strongarm = new stdClass; |
|
491 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
492 | + $strongarm->api_version = 1; |
|
493 | + $strongarm->name = 'pathauto_punctuation_quotes'; |
|
494 | + $strongarm->value = 0; |
|
495 | + $export['pathauto_punctuation_quotes'] = $strongarm; |
|
496 | + |
|
497 | + $strongarm = new stdClass; |
|
498 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
499 | + $strongarm->api_version = 1; |
|
500 | + $strongarm->name = 'pathauto_separator'; |
|
501 | + $strongarm->value = '-'; |
|
502 | + $export['pathauto_separator'] = $strongarm; |
|
503 | + |
|
504 | + $strongarm = new stdClass; |
|
505 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
506 | + $strongarm->api_version = 1; |
|
507 | + $strongarm->name = 'pathauto_taxonomy_2_pattern'; |
|
508 | + $strongarm->value = ''; |
|
509 | + $export['pathauto_taxonomy_2_pattern'] = $strongarm; |
|
510 | + |
|
511 | + $strongarm = new stdClass; |
|
512 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
513 | + $strongarm->api_version = 1; |
|
514 | + $strongarm->name = 'pathauto_taxonomy_applytofeeds'; |
|
515 | + $strongarm->value = FALSE; |
|
516 | + $export['pathauto_taxonomy_applytofeeds'] = $strongarm; |
|
517 | + |
|
518 | + $strongarm = new stdClass; |
|
519 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
520 | + $strongarm->api_version = 1; |
|
521 | + $strongarm->name = 'pathauto_taxonomy_bulkupdate'; |
|
522 | + $strongarm->value = FALSE; |
|
523 | + $export['pathauto_taxonomy_bulkupdate'] = $strongarm; |
|
524 | + |
|
525 | + $strongarm = new stdClass; |
|
526 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
527 | + $strongarm->api_version = 1; |
|
528 | + $strongarm->name = 'pathauto_taxonomy_pattern'; |
|
529 | + $strongarm->value = 'category/[vocab-raw]/[catpath-raw]'; |
|
530 | + $export['pathauto_taxonomy_pattern'] = $strongarm; |
|
531 | + |
|
532 | + $strongarm = new stdClass; |
|
533 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
534 | + $strongarm->api_version = 1; |
|
535 | + $strongarm->name = 'pathauto_taxonomy_supportsfeeds'; |
|
536 | + $strongarm->value = '0/feed'; |
|
537 | + $export['pathauto_taxonomy_supportsfeeds'] = $strongarm; |
|
538 | + |
|
539 | + $strongarm = new stdClass; |
|
540 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
541 | + $strongarm->api_version = 1; |
|
542 | + $strongarm->name = 'pathauto_update_action'; |
|
543 | + $strongarm->value = '2'; |
|
544 | + $export['pathauto_update_action'] = $strongarm; |
|
545 | + |
|
546 | + $strongarm = new stdClass; |
|
547 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
548 | + $strongarm->api_version = 1; |
|
549 | + $strongarm->name = 'pathauto_user_bulkupdate'; |
|
550 | + $strongarm->value = FALSE; |
|
551 | + $export['pathauto_user_bulkupdate'] = $strongarm; |
|
552 | + |
|
553 | + $strongarm = new stdClass; |
|
554 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
555 | + $strongarm->api_version = 1; |
|
556 | + $strongarm->name = 'pathauto_user_pattern'; |
|
557 | + $strongarm->value = 'users/[user-raw]'; |
|
558 | + $export['pathauto_user_pattern'] = $strongarm; |
|
559 | + |
|
560 | + $strongarm = new stdClass; |
|
561 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
562 | + $strongarm->api_version = 1; |
|
563 | + $strongarm->name = 'pathauto_user_supportsfeeds'; |
|
564 | + $strongarm->value = ''; |
|
565 | + $export['pathauto_user_supportsfeeds'] = $strongarm; |
|
566 | + |
|
567 | + $strongarm = new stdClass; |
|
568 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
569 | + $strongarm->api_version = 1; |
|
570 | + $strongarm->name = 'pathauto_verbose'; |
|
571 | + $strongarm->value = FALSE; |
|
572 | + $export['pathauto_verbose'] = $strongarm; |
|
573 | + |
|
574 | + $strongarm = new stdClass; |
|
575 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
576 | + $strongarm->api_version = 1; |
|
577 | + $strongarm->name = 'site_frontpage'; |
|
578 | + $strongarm->value = 'home'; |
|
579 | + $export['site_frontpage'] = $strongarm; |
|
580 | + |
|
581 | + $strongarm = new stdClass; |
|
582 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
583 | + $strongarm->api_version = 1; |
|
584 | + $strongarm->name = 'tabtamer_tab_settings'; |
|
585 | + $strongarm->value = array( |
|
586 | 586 | 'node/%/view' => array( |
587 | - 'weight' => '-10', |
|
588 | - 'action' => 'enabled', |
|
589 | - 'tabtamer_original_path' => 'node/%node/view', |
|
590 | - 'tabtamer_title' => '', |
|
587 | + 'weight' => '-10', |
|
588 | + 'action' => 'enabled', |
|
589 | + 'tabtamer_original_path' => 'node/%node/view', |
|
590 | + 'tabtamer_title' => '', |
|
591 | 591 | ), |
592 | 592 | 'node/%/edit' => array( |
593 | - 'weight' => '1', |
|
594 | - 'action' => 'enabled', |
|
595 | - 'tabtamer_original_path' => 'node/%node/edit', |
|
596 | - 'tabtamer_title' => '', |
|
593 | + 'weight' => '1', |
|
594 | + 'action' => 'enabled', |
|
595 | + 'tabtamer_original_path' => 'node/%node/edit', |
|
596 | + 'tabtamer_title' => '', |
|
597 | 597 | ), |
598 | 598 | 'node/%/revisions' => array( |
599 | - 'weight' => '2', |
|
600 | - 'action' => 'enabled', |
|
601 | - 'tabtamer_original_path' => 'node/%node/revisions', |
|
602 | - 'tabtamer_title' => '', |
|
599 | + 'weight' => '2', |
|
600 | + 'action' => 'enabled', |
|
601 | + 'tabtamer_original_path' => 'node/%node/revisions', |
|
602 | + 'tabtamer_title' => '', |
|
603 | 603 | ), |
604 | 604 | 'node/%/panel_layout' => array( |
605 | - 'weight' => '2', |
|
606 | - 'action' => 'enabled', |
|
607 | - 'tabtamer_original_path' => 'node/%node/panel_layout', |
|
608 | - 'tabtamer_title' => '', |
|
605 | + 'weight' => '2', |
|
606 | + 'action' => 'enabled', |
|
607 | + 'tabtamer_original_path' => 'node/%node/panel_layout', |
|
608 | + 'tabtamer_title' => '', |
|
609 | 609 | ), |
610 | 610 | 'node/%/panel_content' => array( |
611 | - 'weight' => '3', |
|
612 | - 'action' => 'enabled', |
|
613 | - 'tabtamer_original_path' => 'node/%node/panel_content', |
|
614 | - 'tabtamer_title' => '', |
|
611 | + 'weight' => '3', |
|
612 | + 'action' => 'enabled', |
|
613 | + 'tabtamer_original_path' => 'node/%node/panel_content', |
|
614 | + 'tabtamer_title' => '', |
|
615 | 615 | ), |
616 | 616 | 'node/%/revisions/list' => array( |
617 | - 'weight' => '0', |
|
618 | - 'action' => 'enabled', |
|
619 | - 'tabtamer_original_path' => 'node/%node/revisions/list', |
|
620 | - 'tabtamer_title' => '', |
|
617 | + 'weight' => '0', |
|
618 | + 'action' => 'enabled', |
|
619 | + 'tabtamer_original_path' => 'node/%node/revisions/list', |
|
620 | + 'tabtamer_title' => '', |
|
621 | 621 | ), |
622 | 622 | 'node/%/revisions/view/%/%' => array( |
623 | - 'weight' => '0', |
|
624 | - 'action' => 'enabled', |
|
625 | - 'tabtamer_original_path' => 'node/%node/revisions/view/%/%', |
|
626 | - 'tabtamer_title' => '', |
|
623 | + 'weight' => '0', |
|
624 | + 'action' => 'enabled', |
|
625 | + 'tabtamer_original_path' => 'node/%node/revisions/view/%/%', |
|
626 | + 'tabtamer_title' => '', |
|
627 | 627 | ), |
628 | 628 | 'node/%/revisions/view/latest' => array( |
629 | - 'weight' => '0', |
|
630 | - 'action' => 'enabled', |
|
631 | - 'tabtamer_original_path' => 'node/%node/revisions/view/latest', |
|
632 | - 'tabtamer_title' => '', |
|
629 | + 'weight' => '0', |
|
630 | + 'action' => 'enabled', |
|
631 | + 'tabtamer_original_path' => 'node/%node/revisions/view/latest', |
|
632 | + 'tabtamer_title' => '', |
|
633 | 633 | ), |
634 | 634 | 'search/node/%' => array( |
635 | - 'weight' => '0', |
|
636 | - 'action' => 'enabled', |
|
637 | - 'tabtamer_original_path' => 'search/node/%menu_tail', |
|
638 | - 'tabtamer_title' => '', |
|
635 | + 'weight' => '0', |
|
636 | + 'action' => 'enabled', |
|
637 | + 'tabtamer_original_path' => 'search/node/%menu_tail', |
|
638 | + 'tabtamer_title' => '', |
|
639 | 639 | ), |
640 | 640 | 'search/user/%' => array( |
641 | - 'weight' => '0', |
|
642 | - 'action' => 'enabled', |
|
643 | - 'tabtamer_original_path' => 'search/user/%menu_tail', |
|
644 | - 'tabtamer_title' => '', |
|
641 | + 'weight' => '0', |
|
642 | + 'action' => 'enabled', |
|
643 | + 'tabtamer_original_path' => 'search/user/%menu_tail', |
|
644 | + 'tabtamer_title' => '', |
|
645 | 645 | ), |
646 | 646 | 'user/login' => array( |
647 | - 'weight' => '0', |
|
648 | - 'action' => 'enabled', |
|
649 | - 'tabtamer_original_path' => 'user/login', |
|
650 | - 'tabtamer_title' => '', |
|
647 | + 'weight' => '0', |
|
648 | + 'action' => 'enabled', |
|
649 | + 'tabtamer_original_path' => 'user/login', |
|
650 | + 'tabtamer_title' => '', |
|
651 | 651 | ), |
652 | 652 | 'user/register' => array( |
653 | - 'weight' => '0', |
|
654 | - 'action' => 'enabled', |
|
655 | - 'tabtamer_original_path' => 'user/register', |
|
656 | - 'tabtamer_title' => '', |
|
653 | + 'weight' => '0', |
|
654 | + 'action' => 'enabled', |
|
655 | + 'tabtamer_original_path' => 'user/register', |
|
656 | + 'tabtamer_title' => '', |
|
657 | 657 | ), |
658 | 658 | 'user/password' => array( |
659 | - 'weight' => '0', |
|
660 | - 'action' => 'enabled', |
|
661 | - 'tabtamer_original_path' => 'user/password', |
|
662 | - 'tabtamer_title' => '', |
|
659 | + 'weight' => '0', |
|
660 | + 'action' => 'enabled', |
|
661 | + 'tabtamer_original_path' => 'user/password', |
|
662 | + 'tabtamer_title' => '', |
|
663 | 663 | ), |
664 | 664 | 'user/%/view' => array( |
665 | - 'weight' => '-10', |
|
666 | - 'action' => 'hidden', |
|
667 | - 'tabtamer_original_path' => 'user/%user/view', |
|
668 | - 'tabtamer_title' => '', |
|
665 | + 'weight' => '-10', |
|
666 | + 'action' => 'hidden', |
|
667 | + 'tabtamer_original_path' => 'user/%user/view', |
|
668 | + 'tabtamer_title' => '', |
|
669 | 669 | ), |
670 | 670 | 'user/%/edit' => array( |
671 | - 'weight' => '0', |
|
672 | - 'action' => 'hidden', |
|
673 | - 'tabtamer_original_path' => 'user/%user_category/edit', |
|
674 | - 'tabtamer_title' => '', |
|
671 | + 'weight' => '0', |
|
672 | + 'action' => 'hidden', |
|
673 | + 'tabtamer_original_path' => 'user/%user_category/edit', |
|
674 | + 'tabtamer_title' => '', |
|
675 | 675 | ), |
676 | 676 | 'user/%/imce' => array( |
677 | - 'weight' => '10', |
|
678 | - 'action' => 'hidden', |
|
679 | - 'tabtamer_original_path' => 'user/%user/imce', |
|
680 | - 'tabtamer_title' => '', |
|
677 | + 'weight' => '10', |
|
678 | + 'action' => 'hidden', |
|
679 | + 'tabtamer_original_path' => 'user/%user/imce', |
|
680 | + 'tabtamer_title' => '', |
|
681 | 681 | ), |
682 | 682 | 'user/%/roles' => array( |
683 | - 'weight' => '0', |
|
684 | - 'action' => 'enabled', |
|
685 | - 'tabtamer_original_path' => 'user/%user/roles', |
|
686 | - 'tabtamer_title' => '', |
|
683 | + 'weight' => '0', |
|
684 | + 'action' => 'enabled', |
|
685 | + 'tabtamer_original_path' => 'user/%user/roles', |
|
686 | + 'tabtamer_title' => '', |
|
687 | 687 | ), |
688 | 688 | 'user/%/messages' => array( |
689 | - 'weight' => '0', |
|
690 | - 'action' => 'hidden', |
|
691 | - 'tabtamer_original_path' => 'user/%/messages', |
|
692 | - 'tabtamer_title' => '', |
|
689 | + 'weight' => '0', |
|
690 | + 'action' => 'hidden', |
|
691 | + 'tabtamer_original_path' => 'user/%/messages', |
|
692 | + 'tabtamer_title' => '', |
|
693 | 693 | ), |
694 | 694 | 'user/%/friends' => array( |
695 | - 'weight' => '0', |
|
696 | - 'action' => 'hidden', |
|
697 | - 'tabtamer_original_path' => 'user/%/friends', |
|
698 | - 'tabtamer_title' => '', |
|
695 | + 'weight' => '0', |
|
696 | + 'action' => 'hidden', |
|
697 | + 'tabtamer_original_path' => 'user/%/friends', |
|
698 | + 'tabtamer_title' => '', |
|
699 | 699 | ), |
700 | 700 | 'user/%/edit/account' => array( |
701 | - 'weight' => '0', |
|
702 | - 'action' => 'enabled', |
|
703 | - 'tabtamer_original_path' => 'user/%user_category/edit/account', |
|
704 | - 'tabtamer_title' => '', |
|
701 | + 'weight' => '0', |
|
702 | + 'action' => 'enabled', |
|
703 | + 'tabtamer_original_path' => 'user/%user_category/edit/account', |
|
704 | + 'tabtamer_title' => '', |
|
705 | 705 | ), |
706 | 706 | 'user/%/edit/profile' => array( |
707 | - 'weight' => '1', |
|
708 | - 'action' => 'hidden', |
|
709 | - 'tabtamer_original_path' => 'user/%user_category/edit/profile', |
|
710 | - 'tabtamer_title' => '', |
|
707 | + 'weight' => '1', |
|
708 | + 'action' => 'hidden', |
|
709 | + 'tabtamer_original_path' => 'user/%user_category/edit/profile', |
|
710 | + 'tabtamer_title' => '', |
|
711 | 711 | ), |
712 | 712 | 'user/%/friends/pending' => array( |
713 | - 'weight' => '0', |
|
714 | - 'action' => 'enabled', |
|
715 | - 'tabtamer_original_path' => 'user/%views_arg/friends/pending', |
|
716 | - 'tabtamer_title' => '', |
|
713 | + 'weight' => '0', |
|
714 | + 'action' => 'enabled', |
|
715 | + 'tabtamer_original_path' => 'user/%views_arg/friends/pending', |
|
716 | + 'tabtamer_title' => '', |
|
717 | 717 | ), |
718 | 718 | 'user/%/friends/flagged' => array( |
719 | - 'weight' => '0', |
|
720 | - 'action' => 'enabled', |
|
721 | - 'tabtamer_original_path' => 'user/%views_arg/friends/flagged', |
|
722 | - 'tabtamer_title' => '', |
|
719 | + 'weight' => '0', |
|
720 | + 'action' => 'enabled', |
|
721 | + 'tabtamer_original_path' => 'user/%views_arg/friends/flagged', |
|
722 | + 'tabtamer_title' => '', |
|
723 | 723 | ), |
724 | 724 | 'account/profile/view' => array( |
725 | - 'weight' => '0', |
|
726 | - 'action' => 'enabled', |
|
727 | - 'tabtamer_original_path' => 'account/profile/view', |
|
728 | - 'tabtamer_title' => '', |
|
725 | + 'weight' => '0', |
|
726 | + 'action' => 'enabled', |
|
727 | + 'tabtamer_original_path' => 'account/profile/view', |
|
728 | + 'tabtamer_title' => '', |
|
729 | 729 | ), |
730 | 730 | 'account/profile/edit' => array( |
731 | - 'weight' => '5', |
|
732 | - 'action' => 'enabled', |
|
733 | - 'tabtamer_original_path' => 'account/profile/edit', |
|
734 | - 'tabtamer_title' => '', |
|
731 | + 'weight' => '5', |
|
732 | + 'action' => 'enabled', |
|
733 | + 'tabtamer_original_path' => 'account/profile/edit', |
|
734 | + 'tabtamer_title' => '', |
|
735 | 735 | ), |
736 | 736 | 'account/prefs/computing' => array( |
737 | - 'weight' => '0', |
|
738 | - 'action' => 'enabled', |
|
739 | - 'tabtamer_original_path' => 'account/prefs/computing', |
|
740 | - 'tabtamer_title' => '', |
|
737 | + 'weight' => '0', |
|
738 | + 'action' => 'enabled', |
|
739 | + 'tabtamer_original_path' => 'account/prefs/computing', |
|
740 | + 'tabtamer_title' => '', |
|
741 | 741 | ), |
742 | 742 | 'account/prefs/project' => array( |
743 | - 'weight' => '5', |
|
744 | - 'action' => 'enabled', |
|
745 | - 'tabtamer_original_path' => 'account/prefs/project', |
|
746 | - 'tabtamer_title' => '', |
|
743 | + 'weight' => '5', |
|
744 | + 'action' => 'enabled', |
|
745 | + 'tabtamer_original_path' => 'account/prefs/project', |
|
746 | + 'tabtamer_title' => '', |
|
747 | 747 | ), |
748 | 748 | 'account/prefs/community' => array( |
749 | - 'weight' => '10', |
|
750 | - 'action' => 'enabled', |
|
751 | - 'tabtamer_original_path' => 'account/prefs/community', |
|
752 | - 'tabtamer_title' => '', |
|
749 | + 'weight' => '10', |
|
750 | + 'action' => 'enabled', |
|
751 | + 'tabtamer_original_path' => 'account/prefs/community', |
|
752 | + 'tabtamer_title' => '', |
|
753 | 753 | ), |
754 | 754 | 'account/prefs/privacy' => array( |
755 | - 'weight' => '15', |
|
756 | - 'action' => 'enabled', |
|
757 | - 'tabtamer_original_path' => 'account/prefs/privacy', |
|
758 | - 'tabtamer_title' => '', |
|
755 | + 'weight' => '15', |
|
756 | + 'action' => 'enabled', |
|
757 | + 'tabtamer_original_path' => 'account/prefs/privacy', |
|
758 | + 'tabtamer_title' => '', |
|
759 | 759 | ), |
760 | 760 | 'account/obsolete' => array( |
761 | - 'weight' => '0', |
|
762 | - 'action' => 'enabled', |
|
763 | - 'tabtamer_original_path' => 'account/obsolete', |
|
764 | - 'tabtamer_title' => '', |
|
761 | + 'weight' => '0', |
|
762 | + 'action' => 'enabled', |
|
763 | + 'tabtamer_original_path' => 'account/obsolete', |
|
764 | + 'tabtamer_title' => '', |
|
765 | 765 | ), |
766 | 766 | 'account/tasks/all' => array( |
767 | - 'weight' => '0', |
|
768 | - 'action' => 'enabled', |
|
769 | - 'tabtamer_original_path' => 'account/tasks/all', |
|
770 | - 'tabtamer_title' => '', |
|
767 | + 'weight' => '0', |
|
768 | + 'action' => 'enabled', |
|
769 | + 'tabtamer_original_path' => 'account/tasks/all', |
|
770 | + 'tabtamer_title' => '', |
|
771 | 771 | ), |
772 | 772 | 'account/tasks/error' => array( |
773 | - 'weight' => '5', |
|
774 | - 'action' => 'enabled', |
|
775 | - 'tabtamer_original_path' => 'account/tasks/error', |
|
776 | - 'tabtamer_title' => '', |
|
773 | + 'weight' => '5', |
|
774 | + 'action' => 'enabled', |
|
775 | + 'tabtamer_original_path' => 'account/tasks/error', |
|
776 | + 'tabtamer_title' => '', |
|
777 | 777 | ), |
778 | 778 | 'account/tasks/active' => array( |
779 | - 'weight' => '1', |
|
780 | - 'action' => 'enabled', |
|
781 | - 'tabtamer_original_path' => 'account/tasks/active', |
|
782 | - 'tabtamer_title' => '', |
|
779 | + 'weight' => '1', |
|
780 | + 'action' => 'enabled', |
|
781 | + 'tabtamer_original_path' => 'account/tasks/active', |
|
782 | + 'tabtamer_title' => '', |
|
783 | 783 | ), |
784 | 784 | 'account/tasks/invalid' => array( |
785 | - 'weight' => '4', |
|
786 | - 'action' => 'enabled', |
|
787 | - 'tabtamer_original_path' => 'account/tasks/invalid', |
|
788 | - 'tabtamer_title' => '', |
|
785 | + 'weight' => '4', |
|
786 | + 'action' => 'enabled', |
|
787 | + 'tabtamer_original_path' => 'account/tasks/invalid', |
|
788 | + 'tabtamer_title' => '', |
|
789 | 789 | ), |
790 | 790 | 'account/tasks/pending' => array( |
791 | - 'weight' => '2', |
|
792 | - 'action' => 'enabled', |
|
793 | - 'tabtamer_original_path' => 'account/tasks/pending', |
|
794 | - 'tabtamer_title' => '', |
|
791 | + 'weight' => '2', |
|
792 | + 'action' => 'enabled', |
|
793 | + 'tabtamer_original_path' => 'account/tasks/pending', |
|
794 | + 'tabtamer_title' => '', |
|
795 | 795 | ), |
796 | 796 | 'account/tasks/valid' => array( |
797 | - 'weight' => '3', |
|
798 | - 'action' => 'enabled', |
|
799 | - 'tabtamer_original_path' => 'account/tasks/valid', |
|
800 | - 'tabtamer_title' => '', |
|
797 | + 'weight' => '3', |
|
798 | + 'action' => 'enabled', |
|
799 | + 'tabtamer_original_path' => 'account/tasks/valid', |
|
800 | + 'tabtamer_title' => '', |
|
801 | 801 | ), |
802 | 802 | 'account/computers/all' => array( |
803 | - 'weight' => '1', |
|
804 | - 'action' => 'enabled', |
|
805 | - 'tabtamer_original_path' => 'account/computers/all', |
|
806 | - 'tabtamer_title' => '', |
|
803 | + 'weight' => '1', |
|
804 | + 'action' => 'enabled', |
|
805 | + 'tabtamer_original_path' => 'account/computers/all', |
|
806 | + 'tabtamer_title' => '', |
|
807 | 807 | ), |
808 | 808 | 'account/computers/active' => array( |
809 | - 'weight' => '0', |
|
810 | - 'action' => 'enabled', |
|
811 | - 'tabtamer_original_path' => 'account/computers/active', |
|
812 | - 'tabtamer_title' => '', |
|
809 | + 'weight' => '0', |
|
810 | + 'action' => 'enabled', |
|
811 | + 'tabtamer_original_path' => 'account/computers/active', |
|
812 | + 'tabtamer_title' => '', |
|
813 | 813 | ), |
814 | 814 | 'account/%/computers' => array( |
815 | - 'weight' => '0', |
|
816 | - 'action' => 'hidden', |
|
817 | - 'tabtamer_original_path' => 'account/%views_arg/computers', |
|
818 | - 'tabtamer_title' => '', |
|
815 | + 'weight' => '0', |
|
816 | + 'action' => 'hidden', |
|
817 | + 'tabtamer_original_path' => 'account/%views_arg/computers', |
|
818 | + 'tabtamer_title' => '', |
|
819 | 819 | ), |
820 | 820 | 'account/%/computers/all' => array( |
821 | - 'weight' => '1', |
|
822 | - 'action' => 'enabled', |
|
823 | - 'tabtamer_original_path' => 'account/%views_arg/computers/all', |
|
824 | - 'tabtamer_title' => '', |
|
821 | + 'weight' => '1', |
|
822 | + 'action' => 'enabled', |
|
823 | + 'tabtamer_original_path' => 'account/%views_arg/computers/all', |
|
824 | + 'tabtamer_title' => '', |
|
825 | 825 | ), |
826 | 826 | 'account/%/friends/all' => array( |
827 | - 'weight' => '-10', |
|
828 | - 'action' => 'enabled', |
|
829 | - 'tabtamer_original_path' => 'account/%/friends/all', |
|
830 | - 'tabtamer_title' => '', |
|
827 | + 'weight' => '-10', |
|
828 | + 'action' => 'enabled', |
|
829 | + 'tabtamer_original_path' => 'account/%/friends/all', |
|
830 | + 'tabtamer_title' => '', |
|
831 | 831 | ), |
832 | 832 | 'account/%/friends/pending' => array( |
833 | - 'weight' => '0', |
|
834 | - 'action' => 'enabled', |
|
835 | - 'tabtamer_original_path' => 'account/%views_arg/friends/pending', |
|
836 | - 'tabtamer_title' => '', |
|
833 | + 'weight' => '0', |
|
834 | + 'action' => 'enabled', |
|
835 | + 'tabtamer_original_path' => 'account/%views_arg/friends/pending', |
|
836 | + 'tabtamer_title' => '', |
|
837 | 837 | ), |
838 | 838 | 'account/%/friends/flagged' => array( |
839 | - 'weight' => '0', |
|
840 | - 'action' => 'enabled', |
|
841 | - 'tabtamer_original_path' => 'account/%views_arg/friends/flagged', |
|
842 | - 'tabtamer_title' => '', |
|
839 | + 'weight' => '0', |
|
840 | + 'action' => 'enabled', |
|
841 | + 'tabtamer_original_path' => 'account/%views_arg/friends/flagged', |
|
842 | + 'tabtamer_title' => '', |
|
843 | 843 | ), |
844 | 844 | 'join/new' => array( |
845 | - 'weight' => '0', |
|
846 | - 'action' => 'enabled', |
|
847 | - 'tabtamer_original_path' => 'join/new', |
|
848 | - 'tabtamer_title' => '', |
|
845 | + 'weight' => '0', |
|
846 | + 'action' => 'enabled', |
|
847 | + 'tabtamer_original_path' => 'join/new', |
|
848 | + 'tabtamer_title' => '', |
|
849 | 849 | ), |
850 | 850 | 'join/boinc' => array( |
851 | - 'weight' => '5', |
|
852 | - 'action' => 'enabled', |
|
853 | - 'tabtamer_original_path' => 'join/boinc', |
|
854 | - 'tabtamer_title' => '', |
|
851 | + 'weight' => '5', |
|
852 | + 'action' => 'enabled', |
|
853 | + 'tabtamer_original_path' => 'join/boinc', |
|
854 | + 'tabtamer_title' => '', |
|
855 | 855 | ), |
856 | 856 | 'messages/list' => array( |
857 | - 'weight' => '-10', |
|
858 | - 'action' => 'enabled', |
|
859 | - 'tabtamer_original_path' => 'messages/list', |
|
860 | - 'tabtamer_title' => '', |
|
857 | + 'weight' => '-10', |
|
858 | + 'action' => 'enabled', |
|
859 | + 'tabtamer_original_path' => 'messages/list', |
|
860 | + 'tabtamer_title' => '', |
|
861 | 861 | ), |
862 | 862 | 'messages/view/%' => array( |
863 | - 'weight' => '-5', |
|
864 | - 'action' => 'enabled', |
|
865 | - 'tabtamer_original_path' => 'messages/view/%privatemsg_thread', |
|
866 | - 'tabtamer_title' => '', |
|
863 | + 'weight' => '-5', |
|
864 | + 'action' => 'enabled', |
|
865 | + 'tabtamer_original_path' => 'messages/view/%privatemsg_thread', |
|
866 | + 'tabtamer_title' => '', |
|
867 | 867 | ), |
868 | 868 | 'messages/new' => array( |
869 | - 'weight' => '-3', |
|
870 | - 'action' => 'enabled', |
|
871 | - 'tabtamer_original_path' => 'messages/new', |
|
872 | - 'tabtamer_title' => '', |
|
869 | + 'weight' => '-3', |
|
870 | + 'action' => 'enabled', |
|
871 | + 'tabtamer_original_path' => 'messages/new', |
|
872 | + 'tabtamer_title' => '', |
|
873 | 873 | ), |
874 | 874 | 'news' => array( |
875 | - 'weight' => 0, |
|
876 | - 'action' => 'enabled', |
|
877 | - 'tabtamer_original_path' => 'news', |
|
878 | - 'tabtamer_title' => '', |
|
875 | + 'weight' => 0, |
|
876 | + 'action' => 'enabled', |
|
877 | + 'tabtamer_original_path' => 'news', |
|
878 | + 'tabtamer_title' => '', |
|
879 | 879 | ), |
880 | 880 | 'workunit/%/tasks' => array( |
881 | - 'weight' => '0', |
|
882 | - 'action' => 'enabled', |
|
883 | - 'tabtamer_original_path' => 'workunit/%views_arg/tasks', |
|
884 | - 'tabtamer_title' => '', |
|
881 | + 'weight' => '0', |
|
882 | + 'action' => 'enabled', |
|
883 | + 'tabtamer_original_path' => 'workunit/%views_arg/tasks', |
|
884 | + 'tabtamer_title' => '', |
|
885 | 885 | ), |
886 | 886 | 'workunit/%/tasks/error' => array( |
887 | - 'weight' => '5', |
|
888 | - 'action' => 'enabled', |
|
889 | - 'tabtamer_original_path' => 'workunit/%views_arg/tasks/error', |
|
890 | - 'tabtamer_title' => '', |
|
887 | + 'weight' => '5', |
|
888 | + 'action' => 'enabled', |
|
889 | + 'tabtamer_original_path' => 'workunit/%views_arg/tasks/error', |
|
890 | + 'tabtamer_title' => '', |
|
891 | 891 | ), |
892 | 892 | 'workunit/%/tasks/active' => array( |
893 | - 'weight' => '1', |
|
894 | - 'action' => 'enabled', |
|
895 | - 'tabtamer_original_path' => 'workunit/%views_arg/tasks/active', |
|
896 | - 'tabtamer_title' => '', |
|
893 | + 'weight' => '1', |
|
894 | + 'action' => 'enabled', |
|
895 | + 'tabtamer_original_path' => 'workunit/%views_arg/tasks/active', |
|
896 | + 'tabtamer_title' => '', |
|
897 | 897 | ), |
898 | 898 | 'workunit/%/tasks/invalid' => array( |
899 | - 'weight' => '4', |
|
900 | - 'action' => 'enabled', |
|
901 | - 'tabtamer_original_path' => 'workunit/%views_arg/tasks/invalid', |
|
902 | - 'tabtamer_title' => '', |
|
899 | + 'weight' => '4', |
|
900 | + 'action' => 'enabled', |
|
901 | + 'tabtamer_original_path' => 'workunit/%views_arg/tasks/invalid', |
|
902 | + 'tabtamer_title' => '', |
|
903 | 903 | ), |
904 | 904 | 'workunit/%/tasks/pending' => array( |
905 | - 'weight' => '2', |
|
906 | - 'action' => 'enabled', |
|
907 | - 'tabtamer_original_path' => 'workunit/%views_arg/tasks/pending', |
|
908 | - 'tabtamer_title' => '', |
|
905 | + 'weight' => '2', |
|
906 | + 'action' => 'enabled', |
|
907 | + 'tabtamer_original_path' => 'workunit/%views_arg/tasks/pending', |
|
908 | + 'tabtamer_title' => '', |
|
909 | 909 | ), |
910 | 910 | 'workunit/%/tasks/valid' => array( |
911 | - 'weight' => '3', |
|
912 | - 'action' => 'enabled', |
|
913 | - 'tabtamer_original_path' => 'workunit/%views_arg/tasks/valid', |
|
914 | - 'tabtamer_title' => '', |
|
911 | + 'weight' => '3', |
|
912 | + 'action' => 'enabled', |
|
913 | + 'tabtamer_original_path' => 'workunit/%views_arg/tasks/valid', |
|
914 | + 'tabtamer_title' => '', |
|
915 | 915 | ), |
916 | 916 | 'host/%/tasks' => array( |
917 | - 'weight' => '0', |
|
918 | - 'action' => 'enabled', |
|
919 | - 'tabtamer_original_path' => 'host/%views_arg/tasks', |
|
920 | - 'tabtamer_title' => '', |
|
917 | + 'weight' => '0', |
|
918 | + 'action' => 'enabled', |
|
919 | + 'tabtamer_original_path' => 'host/%views_arg/tasks', |
|
920 | + 'tabtamer_title' => '', |
|
921 | 921 | ), |
922 | 922 | 'host/%/tasks/error' => array( |
923 | - 'weight' => '5', |
|
924 | - 'action' => 'enabled', |
|
925 | - 'tabtamer_original_path' => 'host/%views_arg/tasks/error', |
|
926 | - 'tabtamer_title' => '', |
|
923 | + 'weight' => '5', |
|
924 | + 'action' => 'enabled', |
|
925 | + 'tabtamer_original_path' => 'host/%views_arg/tasks/error', |
|
926 | + 'tabtamer_title' => '', |
|
927 | 927 | ), |
928 | 928 | 'host/%/tasks/active' => array( |
929 | - 'weight' => '1', |
|
930 | - 'action' => 'enabled', |
|
931 | - 'tabtamer_original_path' => 'host/%views_arg/tasks/active', |
|
932 | - 'tabtamer_title' => '', |
|
929 | + 'weight' => '1', |
|
930 | + 'action' => 'enabled', |
|
931 | + 'tabtamer_original_path' => 'host/%views_arg/tasks/active', |
|
932 | + 'tabtamer_title' => '', |
|
933 | 933 | ), |
934 | 934 | 'host/%/tasks/invalid' => array( |
935 | - 'weight' => '4', |
|
936 | - 'action' => 'enabled', |
|
937 | - 'tabtamer_original_path' => 'host/%views_arg/tasks/invalid', |
|
938 | - 'tabtamer_title' => '', |
|
935 | + 'weight' => '4', |
|
936 | + 'action' => 'enabled', |
|
937 | + 'tabtamer_original_path' => 'host/%views_arg/tasks/invalid', |
|
938 | + 'tabtamer_title' => '', |
|
939 | 939 | ), |
940 | 940 | 'host/%/tasks/pending' => array( |
941 | - 'weight' => '2', |
|
942 | - 'action' => 'enabled', |
|
943 | - 'tabtamer_original_path' => 'host/%views_arg/tasks/pending', |
|
944 | - 'tabtamer_title' => '', |
|
941 | + 'weight' => '2', |
|
942 | + 'action' => 'enabled', |
|
943 | + 'tabtamer_original_path' => 'host/%views_arg/tasks/pending', |
|
944 | + 'tabtamer_title' => '', |
|
945 | 945 | ), |
946 | 946 | 'host/%/tasks/valid' => array( |
947 | - 'weight' => '3', |
|
948 | - 'action' => 'enabled', |
|
949 | - 'tabtamer_original_path' => 'host/%views_arg/tasks/valid', |
|
950 | - 'tabtamer_title' => '', |
|
951 | - ), |
|
952 | - ); |
|
953 | - $export['tabtamer_tab_settings'] = $strongarm; |
|
954 | - |
|
955 | - $strongarm = new stdClass; |
|
956 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
957 | - $strongarm->api_version = 1; |
|
958 | - $strongarm->name = 'theme_boinc_settings'; |
|
959 | - $strongarm->value = array( |
|
947 | + 'weight' => '3', |
|
948 | + 'action' => 'enabled', |
|
949 | + 'tabtamer_original_path' => 'host/%views_arg/tasks/valid', |
|
950 | + 'tabtamer_title' => '', |
|
951 | + ), |
|
952 | + ); |
|
953 | + $export['tabtamer_tab_settings'] = $strongarm; |
|
954 | + |
|
955 | + $strongarm = new stdClass; |
|
956 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
957 | + $strongarm->api_version = 1; |
|
958 | + $strongarm->name = 'theme_boinc_settings'; |
|
959 | + $strongarm->value = array( |
|
960 | 960 | 'zen_block_editing' => 1, |
961 | 961 | 'zen_breadcrumb' => 'yes', |
962 | 962 | 'zen_breadcrumb_separator' => ' › ', |
@@ -983,21 +983,21 @@ discard block |
||
983 | 983 | 'default_favicon' => 1, |
984 | 984 | 'favicon_path' => '', |
985 | 985 | 'favicon_upload' => '', |
986 | - ); |
|
987 | - $export['theme_boinc_settings'] = $strongarm; |
|
988 | - |
|
989 | - $strongarm = new stdClass; |
|
990 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
991 | - $strongarm->api_version = 1; |
|
992 | - $strongarm->name = 'theme_default'; |
|
993 | - $strongarm->value = 'einstein'; |
|
994 | - $export['theme_default'] = $strongarm; |
|
995 | - |
|
996 | - $strongarm = new stdClass; |
|
997 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
998 | - $strongarm->api_version = 1; |
|
999 | - $strongarm->name = 'theme_einstein_settings'; |
|
1000 | - $strongarm->value = array( |
|
986 | + ); |
|
987 | + $export['theme_boinc_settings'] = $strongarm; |
|
988 | + |
|
989 | + $strongarm = new stdClass; |
|
990 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
991 | + $strongarm->api_version = 1; |
|
992 | + $strongarm->name = 'theme_default'; |
|
993 | + $strongarm->value = 'einstein'; |
|
994 | + $export['theme_default'] = $strongarm; |
|
995 | + |
|
996 | + $strongarm = new stdClass; |
|
997 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
998 | + $strongarm->api_version = 1; |
|
999 | + $strongarm->name = 'theme_einstein_settings'; |
|
1000 | + $strongarm->value = array( |
|
1001 | 1001 | 'zen_block_editing' => 1, |
1002 | 1002 | 'zen_breadcrumb' => 'yes', |
1003 | 1003 | 'zen_breadcrumb_separator' => ' › ', |
@@ -1024,23 +1024,23 @@ discard block |
||
1024 | 1024 | 'favicon_upload' => '', |
1025 | 1025 | 'boinc_stats_chart_color' => '#009CDB', |
1026 | 1026 | 'boinc_stats_chart_bcolor' => '#EEEEEE', |
1027 | - ); |
|
1028 | - $export['theme_einstein_settings'] = $strongarm; |
|
1029 | - |
|
1030 | - $strongarm = new stdClass; |
|
1031 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1032 | - $strongarm->api_version = 1; |
|
1033 | - $strongarm->name = 'theme_settings'; |
|
1034 | - $strongarm->value = array( |
|
1027 | + ); |
|
1028 | + $export['theme_einstein_settings'] = $strongarm; |
|
1029 | + |
|
1030 | + $strongarm = new stdClass; |
|
1031 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1032 | + $strongarm->api_version = 1; |
|
1033 | + $strongarm->name = 'theme_settings'; |
|
1034 | + $strongarm->value = array( |
|
1035 | 1035 | 'toggle_node_info_page' => FALSE, |
1036 | - ); |
|
1037 | - $export['theme_settings'] = $strongarm; |
|
1038 | - |
|
1039 | - $strongarm = new stdClass; |
|
1040 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1041 | - $strongarm->api_version = 1; |
|
1042 | - $strongarm->name = 'theme_zen_settings'; |
|
1043 | - $strongarm->value = array( |
|
1036 | + ); |
|
1037 | + $export['theme_settings'] = $strongarm; |
|
1038 | + |
|
1039 | + $strongarm = new stdClass; |
|
1040 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1041 | + $strongarm->api_version = 1; |
|
1042 | + $strongarm->name = 'theme_zen_settings'; |
|
1043 | + $strongarm->value = array( |
|
1044 | 1044 | 'zen_block_editing' => '1', |
1045 | 1045 | 'zen_breadcrumb' => 'yes', |
1046 | 1046 | 'zen_breadcrumb_separator' => ' › ', |
@@ -1050,21 +1050,21 @@ discard block |
||
1050 | 1050 | 'zen_layout' => 'zen-columns-liquid', |
1051 | 1051 | 'zen_rebuild_registry' => '0', |
1052 | 1052 | 'zen_wireframes' => '0', |
1053 | - ); |
|
1054 | - $export['theme_zen_settings'] = $strongarm; |
|
1055 | - |
|
1056 | - $strongarm = new stdClass; |
|
1057 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1058 | - $strongarm->api_version = 1; |
|
1059 | - $strongarm->name = 'user_email_verification'; |
|
1060 | - $strongarm->value = 0; |
|
1061 | - $export['user_email_verification'] = $strongarm; |
|
1062 | - |
|
1063 | - $strongarm = new stdClass; |
|
1064 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1065 | - $strongarm->api_version = 1; |
|
1066 | - $strongarm->name = 'user_mail_password_reset_body'; |
|
1067 | - $strongarm->value = '!username, |
|
1053 | + ); |
|
1054 | + $export['theme_zen_settings'] = $strongarm; |
|
1055 | + |
|
1056 | + $strongarm = new stdClass; |
|
1057 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1058 | + $strongarm->api_version = 1; |
|
1059 | + $strongarm->name = 'user_email_verification'; |
|
1060 | + $strongarm->value = 0; |
|
1061 | + $export['user_email_verification'] = $strongarm; |
|
1062 | + |
|
1063 | + $strongarm = new stdClass; |
|
1064 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1065 | + $strongarm->api_version = 1; |
|
1066 | + $strongarm->name = 'user_mail_password_reset_body'; |
|
1067 | + $strongarm->value = '!username, |
|
1068 | 1068 | |
1069 | 1069 | A request to reset the password for your account has been made at !site. |
1070 | 1070 | |
@@ -1075,20 +1075,20 @@ discard block |
||
1075 | 1075 | This is a one-time login, so it can be used only once. It expires after one day and nothing will happen if it\'s not used. |
1076 | 1076 | |
1077 | 1077 | After logging in, you will be redirected to !edit_uri so you can change your password.'; |
1078 | - $export['user_mail_password_reset_body'] = $strongarm; |
|
1078 | + $export['user_mail_password_reset_body'] = $strongarm; |
|
1079 | 1079 | |
1080 | - $strongarm = new stdClass; |
|
1081 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1082 | - $strongarm->api_version = 1; |
|
1083 | - $strongarm->name = 'user_mail_password_reset_subject'; |
|
1084 | - $strongarm->value = 'Replacement login information for !username at !site'; |
|
1085 | - $export['user_mail_password_reset_subject'] = $strongarm; |
|
1080 | + $strongarm = new stdClass; |
|
1081 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1082 | + $strongarm->api_version = 1; |
|
1083 | + $strongarm->name = 'user_mail_password_reset_subject'; |
|
1084 | + $strongarm->value = 'Replacement login information for !username at !site'; |
|
1085 | + $export['user_mail_password_reset_subject'] = $strongarm; |
|
1086 | 1086 | |
1087 | - $strongarm = new stdClass; |
|
1088 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1089 | - $strongarm->api_version = 1; |
|
1090 | - $strongarm->name = 'user_mail_register_admin_created_body'; |
|
1091 | - $strongarm->value = '!username, |
|
1087 | + $strongarm = new stdClass; |
|
1088 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1089 | + $strongarm->api_version = 1; |
|
1090 | + $strongarm->name = 'user_mail_register_admin_created_body'; |
|
1091 | + $strongarm->value = '!username, |
|
1092 | 1092 | |
1093 | 1093 | A site administrator at !site has created an account for you. You may now log in to !login_uri using the following username and password: |
1094 | 1094 | |
@@ -1105,20 +1105,20 @@ discard block |
||
1105 | 1105 | |
1106 | 1106 | |
1107 | 1107 | -- !site team'; |
1108 | - $export['user_mail_register_admin_created_body'] = $strongarm; |
|
1108 | + $export['user_mail_register_admin_created_body'] = $strongarm; |
|
1109 | 1109 | |
1110 | - $strongarm = new stdClass; |
|
1111 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1112 | - $strongarm->api_version = 1; |
|
1113 | - $strongarm->name = 'user_mail_register_admin_created_subject'; |
|
1114 | - $strongarm->value = 'An administrator created an account for you at !site'; |
|
1115 | - $export['user_mail_register_admin_created_subject'] = $strongarm; |
|
1110 | + $strongarm = new stdClass; |
|
1111 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1112 | + $strongarm->api_version = 1; |
|
1113 | + $strongarm->name = 'user_mail_register_admin_created_subject'; |
|
1114 | + $strongarm->value = 'An administrator created an account for you at !site'; |
|
1115 | + $export['user_mail_register_admin_created_subject'] = $strongarm; |
|
1116 | 1116 | |
1117 | - $strongarm = new stdClass; |
|
1118 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1119 | - $strongarm->api_version = 1; |
|
1120 | - $strongarm->name = 'user_mail_register_no_approval_required_body'; |
|
1121 | - $strongarm->value = '!username, |
|
1117 | + $strongarm = new stdClass; |
|
1118 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1119 | + $strongarm->api_version = 1; |
|
1120 | + $strongarm->name = 'user_mail_register_no_approval_required_body'; |
|
1121 | + $strongarm->value = '!username, |
|
1122 | 1122 | |
1123 | 1123 | Thank you for registering at !site. You may now log in to !login_uri using the following username and password: |
1124 | 1124 | |
@@ -1135,39 +1135,39 @@ discard block |
||
1135 | 1135 | |
1136 | 1136 | |
1137 | 1137 | -- !site team'; |
1138 | - $export['user_mail_register_no_approval_required_body'] = $strongarm; |
|
1138 | + $export['user_mail_register_no_approval_required_body'] = $strongarm; |
|
1139 | 1139 | |
1140 | - $strongarm = new stdClass; |
|
1141 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1142 | - $strongarm->api_version = 1; |
|
1143 | - $strongarm->name = 'user_mail_register_no_approval_required_subject'; |
|
1144 | - $strongarm->value = 'Account details for !username at !site'; |
|
1145 | - $export['user_mail_register_no_approval_required_subject'] = $strongarm; |
|
1140 | + $strongarm = new stdClass; |
|
1141 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1142 | + $strongarm->api_version = 1; |
|
1143 | + $strongarm->name = 'user_mail_register_no_approval_required_subject'; |
|
1144 | + $strongarm->value = 'Account details for !username at !site'; |
|
1145 | + $export['user_mail_register_no_approval_required_subject'] = $strongarm; |
|
1146 | 1146 | |
1147 | - $strongarm = new stdClass; |
|
1148 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1149 | - $strongarm->api_version = 1; |
|
1150 | - $strongarm->name = 'user_mail_register_pending_approval_body'; |
|
1151 | - $strongarm->value = '!username, |
|
1147 | + $strongarm = new stdClass; |
|
1148 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1149 | + $strongarm->api_version = 1; |
|
1150 | + $strongarm->name = 'user_mail_register_pending_approval_body'; |
|
1151 | + $strongarm->value = '!username, |
|
1152 | 1152 | |
1153 | 1153 | Thank you for registering at !site. Your application for an account is currently pending approval. Once it has been approved, you will receive another e-mail containing information about how to log in, set your password, and other details. |
1154 | 1154 | |
1155 | 1155 | |
1156 | 1156 | -- !site team'; |
1157 | - $export['user_mail_register_pending_approval_body'] = $strongarm; |
|
1157 | + $export['user_mail_register_pending_approval_body'] = $strongarm; |
|
1158 | 1158 | |
1159 | - $strongarm = new stdClass; |
|
1160 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1161 | - $strongarm->api_version = 1; |
|
1162 | - $strongarm->name = 'user_mail_register_pending_approval_subject'; |
|
1163 | - $strongarm->value = 'Account details for !username at !site (pending admin approval)'; |
|
1164 | - $export['user_mail_register_pending_approval_subject'] = $strongarm; |
|
1159 | + $strongarm = new stdClass; |
|
1160 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1161 | + $strongarm->api_version = 1; |
|
1162 | + $strongarm->name = 'user_mail_register_pending_approval_subject'; |
|
1163 | + $strongarm->value = 'Account details for !username at !site (pending admin approval)'; |
|
1164 | + $export['user_mail_register_pending_approval_subject'] = $strongarm; |
|
1165 | 1165 | |
1166 | - $strongarm = new stdClass; |
|
1167 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1168 | - $strongarm->api_version = 1; |
|
1169 | - $strongarm->name = 'user_mail_status_activated_body'; |
|
1170 | - $strongarm->value = '!username, |
|
1166 | + $strongarm = new stdClass; |
|
1167 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1168 | + $strongarm->api_version = 1; |
|
1169 | + $strongarm->name = 'user_mail_status_activated_body'; |
|
1170 | + $strongarm->value = '!username, |
|
1171 | 1171 | |
1172 | 1172 | Your account at !site has been activated. |
1173 | 1173 | |
@@ -1183,130 +1183,130 @@ discard block |
||
1183 | 1183 | |
1184 | 1184 | username: !username |
1185 | 1185 | '; |
1186 | - $export['user_mail_status_activated_body'] = $strongarm; |
|
1187 | - |
|
1188 | - $strongarm = new stdClass; |
|
1189 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1190 | - $strongarm->api_version = 1; |
|
1191 | - $strongarm->name = 'user_mail_status_activated_notify'; |
|
1192 | - $strongarm->value = 1; |
|
1193 | - $export['user_mail_status_activated_notify'] = $strongarm; |
|
1194 | - |
|
1195 | - $strongarm = new stdClass; |
|
1196 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1197 | - $strongarm->api_version = 1; |
|
1198 | - $strongarm->name = 'user_mail_status_activated_subject'; |
|
1199 | - $strongarm->value = 'Account details for !username at !site (approved)'; |
|
1200 | - $export['user_mail_status_activated_subject'] = $strongarm; |
|
1201 | - |
|
1202 | - $strongarm = new stdClass; |
|
1203 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1204 | - $strongarm->api_version = 1; |
|
1205 | - $strongarm->name = 'user_mail_status_blocked_body'; |
|
1206 | - $strongarm->value = '!username, |
|
1186 | + $export['user_mail_status_activated_body'] = $strongarm; |
|
1187 | + |
|
1188 | + $strongarm = new stdClass; |
|
1189 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1190 | + $strongarm->api_version = 1; |
|
1191 | + $strongarm->name = 'user_mail_status_activated_notify'; |
|
1192 | + $strongarm->value = 1; |
|
1193 | + $export['user_mail_status_activated_notify'] = $strongarm; |
|
1194 | + |
|
1195 | + $strongarm = new stdClass; |
|
1196 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1197 | + $strongarm->api_version = 1; |
|
1198 | + $strongarm->name = 'user_mail_status_activated_subject'; |
|
1199 | + $strongarm->value = 'Account details for !username at !site (approved)'; |
|
1200 | + $export['user_mail_status_activated_subject'] = $strongarm; |
|
1201 | + |
|
1202 | + $strongarm = new stdClass; |
|
1203 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1204 | + $strongarm->api_version = 1; |
|
1205 | + $strongarm->name = 'user_mail_status_blocked_body'; |
|
1206 | + $strongarm->value = '!username, |
|
1207 | 1207 | |
1208 | 1208 | Your account on !site has been blocked.'; |
1209 | - $export['user_mail_status_blocked_body'] = $strongarm; |
|
1210 | - |
|
1211 | - $strongarm = new stdClass; |
|
1212 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1213 | - $strongarm->api_version = 1; |
|
1214 | - $strongarm->name = 'user_mail_status_blocked_notify'; |
|
1215 | - $strongarm->value = 0; |
|
1216 | - $export['user_mail_status_blocked_notify'] = $strongarm; |
|
1217 | - |
|
1218 | - $strongarm = new stdClass; |
|
1219 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1220 | - $strongarm->api_version = 1; |
|
1221 | - $strongarm->name = 'user_mail_status_blocked_subject'; |
|
1222 | - $strongarm->value = 'Account details for !username at !site (blocked)'; |
|
1223 | - $export['user_mail_status_blocked_subject'] = $strongarm; |
|
1224 | - |
|
1225 | - $strongarm = new stdClass; |
|
1226 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1227 | - $strongarm->api_version = 1; |
|
1228 | - $strongarm->name = 'user_mail_status_deleted_body'; |
|
1229 | - $strongarm->value = '!username, |
|
1209 | + $export['user_mail_status_blocked_body'] = $strongarm; |
|
1210 | + |
|
1211 | + $strongarm = new stdClass; |
|
1212 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1213 | + $strongarm->api_version = 1; |
|
1214 | + $strongarm->name = 'user_mail_status_blocked_notify'; |
|
1215 | + $strongarm->value = 0; |
|
1216 | + $export['user_mail_status_blocked_notify'] = $strongarm; |
|
1217 | + |
|
1218 | + $strongarm = new stdClass; |
|
1219 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1220 | + $strongarm->api_version = 1; |
|
1221 | + $strongarm->name = 'user_mail_status_blocked_subject'; |
|
1222 | + $strongarm->value = 'Account details for !username at !site (blocked)'; |
|
1223 | + $export['user_mail_status_blocked_subject'] = $strongarm; |
|
1224 | + |
|
1225 | + $strongarm = new stdClass; |
|
1226 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1227 | + $strongarm->api_version = 1; |
|
1228 | + $strongarm->name = 'user_mail_status_deleted_body'; |
|
1229 | + $strongarm->value = '!username, |
|
1230 | 1230 | |
1231 | 1231 | Your account on !site has been deleted.'; |
1232 | - $export['user_mail_status_deleted_body'] = $strongarm; |
|
1233 | - |
|
1234 | - $strongarm = new stdClass; |
|
1235 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1236 | - $strongarm->api_version = 1; |
|
1237 | - $strongarm->name = 'user_mail_status_deleted_notify'; |
|
1238 | - $strongarm->value = 0; |
|
1239 | - $export['user_mail_status_deleted_notify'] = $strongarm; |
|
1240 | - |
|
1241 | - $strongarm = new stdClass; |
|
1242 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1243 | - $strongarm->api_version = 1; |
|
1244 | - $strongarm->name = 'user_mail_status_deleted_subject'; |
|
1245 | - $strongarm->value = 'Account details for !username at !site (deleted)'; |
|
1246 | - $export['user_mail_status_deleted_subject'] = $strongarm; |
|
1247 | - |
|
1248 | - $strongarm = new stdClass; |
|
1249 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1250 | - $strongarm->api_version = 1; |
|
1251 | - $strongarm->name = 'user_pictures'; |
|
1252 | - $strongarm->value = '1'; |
|
1253 | - $export['user_pictures'] = $strongarm; |
|
1254 | - |
|
1255 | - $strongarm = new stdClass; |
|
1256 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1257 | - $strongarm->api_version = 1; |
|
1258 | - $strongarm->name = 'user_picture_default'; |
|
1259 | - $strongarm->value = ''; |
|
1260 | - $export['user_picture_default'] = $strongarm; |
|
1261 | - |
|
1262 | - $strongarm = new stdClass; |
|
1263 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1264 | - $strongarm->api_version = 1; |
|
1265 | - $strongarm->name = 'user_picture_dimensions'; |
|
1266 | - $strongarm->value = '85x85'; |
|
1267 | - $export['user_picture_dimensions'] = $strongarm; |
|
1268 | - |
|
1269 | - $strongarm = new stdClass; |
|
1270 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1271 | - $strongarm->api_version = 1; |
|
1272 | - $strongarm->name = 'user_picture_file_size'; |
|
1273 | - $strongarm->value = '30'; |
|
1274 | - $export['user_picture_file_size'] = $strongarm; |
|
1275 | - |
|
1276 | - $strongarm = new stdClass; |
|
1277 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1278 | - $strongarm->api_version = 1; |
|
1279 | - $strongarm->name = 'user_picture_guidelines'; |
|
1280 | - $strongarm->value = ''; |
|
1281 | - $export['user_picture_guidelines'] = $strongarm; |
|
1282 | - |
|
1283 | - $strongarm = new stdClass; |
|
1284 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1285 | - $strongarm->api_version = 1; |
|
1286 | - $strongarm->name = 'user_picture_path'; |
|
1287 | - $strongarm->value = 'pictures'; |
|
1288 | - $export['user_picture_path'] = $strongarm; |
|
1289 | - |
|
1290 | - $strongarm = new stdClass; |
|
1291 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1292 | - $strongarm->api_version = 1; |
|
1293 | - $strongarm->name = 'user_register'; |
|
1294 | - $strongarm->value = '0'; |
|
1295 | - $export['user_register'] = $strongarm; |
|
1296 | - |
|
1297 | - $strongarm = new stdClass; |
|
1298 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1299 | - $strongarm->api_version = 1; |
|
1300 | - $strongarm->name = 'user_registration_help'; |
|
1301 | - $strongarm->value = ''; |
|
1302 | - $export['user_registration_help'] = $strongarm; |
|
1303 | - |
|
1304 | - $strongarm = new stdClass; |
|
1305 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1306 | - $strongarm->api_version = 1; |
|
1307 | - $strongarm->name = 'user_signatures'; |
|
1308 | - $strongarm->value = '1'; |
|
1309 | - $export['user_signatures'] = $strongarm; |
|
1310 | - |
|
1311 | - return $export; |
|
1232 | + $export['user_mail_status_deleted_body'] = $strongarm; |
|
1233 | + |
|
1234 | + $strongarm = new stdClass; |
|
1235 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1236 | + $strongarm->api_version = 1; |
|
1237 | + $strongarm->name = 'user_mail_status_deleted_notify'; |
|
1238 | + $strongarm->value = 0; |
|
1239 | + $export['user_mail_status_deleted_notify'] = $strongarm; |
|
1240 | + |
|
1241 | + $strongarm = new stdClass; |
|
1242 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1243 | + $strongarm->api_version = 1; |
|
1244 | + $strongarm->name = 'user_mail_status_deleted_subject'; |
|
1245 | + $strongarm->value = 'Account details for !username at !site (deleted)'; |
|
1246 | + $export['user_mail_status_deleted_subject'] = $strongarm; |
|
1247 | + |
|
1248 | + $strongarm = new stdClass; |
|
1249 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1250 | + $strongarm->api_version = 1; |
|
1251 | + $strongarm->name = 'user_pictures'; |
|
1252 | + $strongarm->value = '1'; |
|
1253 | + $export['user_pictures'] = $strongarm; |
|
1254 | + |
|
1255 | + $strongarm = new stdClass; |
|
1256 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1257 | + $strongarm->api_version = 1; |
|
1258 | + $strongarm->name = 'user_picture_default'; |
|
1259 | + $strongarm->value = ''; |
|
1260 | + $export['user_picture_default'] = $strongarm; |
|
1261 | + |
|
1262 | + $strongarm = new stdClass; |
|
1263 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1264 | + $strongarm->api_version = 1; |
|
1265 | + $strongarm->name = 'user_picture_dimensions'; |
|
1266 | + $strongarm->value = '85x85'; |
|
1267 | + $export['user_picture_dimensions'] = $strongarm; |
|
1268 | + |
|
1269 | + $strongarm = new stdClass; |
|
1270 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1271 | + $strongarm->api_version = 1; |
|
1272 | + $strongarm->name = 'user_picture_file_size'; |
|
1273 | + $strongarm->value = '30'; |
|
1274 | + $export['user_picture_file_size'] = $strongarm; |
|
1275 | + |
|
1276 | + $strongarm = new stdClass; |
|
1277 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1278 | + $strongarm->api_version = 1; |
|
1279 | + $strongarm->name = 'user_picture_guidelines'; |
|
1280 | + $strongarm->value = ''; |
|
1281 | + $export['user_picture_guidelines'] = $strongarm; |
|
1282 | + |
|
1283 | + $strongarm = new stdClass; |
|
1284 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1285 | + $strongarm->api_version = 1; |
|
1286 | + $strongarm->name = 'user_picture_path'; |
|
1287 | + $strongarm->value = 'pictures'; |
|
1288 | + $export['user_picture_path'] = $strongarm; |
|
1289 | + |
|
1290 | + $strongarm = new stdClass; |
|
1291 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1292 | + $strongarm->api_version = 1; |
|
1293 | + $strongarm->name = 'user_register'; |
|
1294 | + $strongarm->value = '0'; |
|
1295 | + $export['user_register'] = $strongarm; |
|
1296 | + |
|
1297 | + $strongarm = new stdClass; |
|
1298 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1299 | + $strongarm->api_version = 1; |
|
1300 | + $strongarm->name = 'user_registration_help'; |
|
1301 | + $strongarm->value = ''; |
|
1302 | + $export['user_registration_help'] = $strongarm; |
|
1303 | + |
|
1304 | + $strongarm = new stdClass; |
|
1305 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
1306 | + $strongarm->api_version = 1; |
|
1307 | + $strongarm->name = 'user_signatures'; |
|
1308 | + $strongarm->value = '1'; |
|
1309 | + $export['user_signatures'] = $strongarm; |
|
1310 | + |
|
1311 | + return $export; |
|
1312 | 1312 | } |
@@ -4,22 +4,22 @@ discard block |
||
4 | 4 | * Implementation of hook_views_default_views(). |
5 | 5 | */ |
6 | 6 | function boinc_standard_views_default_views() { |
7 | - $views = array(); |
|
7 | + $views = array(); |
|
8 | 8 | |
9 | - // Exported view: admin_user_search |
|
10 | - $view = new view; |
|
11 | - $view->name = 'admin_user_search'; |
|
12 | - $view->description = 'Administrator User Search'; |
|
13 | - $view->tag = ''; |
|
14 | - $view->base_table = 'users'; |
|
15 | - $view->core = 6; |
|
16 | - $view->api_version = '2'; |
|
17 | - $view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */ |
|
18 | - $handler = $view->new_display('default', 'Defaults', 'default'); |
|
19 | - $handler->override_option('fields', array( |
|
9 | + // Exported view: admin_user_search |
|
10 | + $view = new view; |
|
11 | + $view->name = 'admin_user_search'; |
|
12 | + $view->description = 'Administrator User Search'; |
|
13 | + $view->tag = ''; |
|
14 | + $view->base_table = 'users'; |
|
15 | + $view->core = 6; |
|
16 | + $view->api_version = '2'; |
|
17 | + $view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */ |
|
18 | + $handler = $view->new_display('default', 'Defaults', 'default'); |
|
19 | + $handler->override_option('fields', array( |
|
20 | 20 | 'uid' => array( |
21 | - 'label' => 'Uid', |
|
22 | - 'alter' => array( |
|
21 | + 'label' => 'Uid', |
|
22 | + 'alter' => array( |
|
23 | 23 | 'alter_text' => 0, |
24 | 24 | 'text' => '', |
25 | 25 | 'make_link' => 0, |
@@ -38,21 +38,21 @@ discard block |
||
38 | 38 | 'ellipsis' => 1, |
39 | 39 | 'html' => 0, |
40 | 40 | 'strip_tags' => 0, |
41 | - ), |
|
42 | - 'empty' => '', |
|
43 | - 'hide_empty' => 0, |
|
44 | - 'empty_zero' => 0, |
|
45 | - 'hide_alter_empty' => 1, |
|
46 | - 'link_to_user' => 0, |
|
47 | - 'exclude' => 0, |
|
48 | - 'id' => 'uid', |
|
49 | - 'table' => 'users', |
|
50 | - 'field' => 'uid', |
|
51 | - 'relationship' => 'none', |
|
41 | + ), |
|
42 | + 'empty' => '', |
|
43 | + 'hide_empty' => 0, |
|
44 | + 'empty_zero' => 0, |
|
45 | + 'hide_alter_empty' => 1, |
|
46 | + 'link_to_user' => 0, |
|
47 | + 'exclude' => 0, |
|
48 | + 'id' => 'uid', |
|
49 | + 'table' => 'users', |
|
50 | + 'field' => 'uid', |
|
51 | + 'relationship' => 'none', |
|
52 | 52 | ), |
53 | 53 | 'name' => array( |
54 | - 'label' => 'Name', |
|
55 | - 'alter' => array( |
|
54 | + 'label' => 'Name', |
|
55 | + 'alter' => array( |
|
56 | 56 | 'alter_text' => 0, |
57 | 57 | 'text' => '', |
58 | 58 | 'make_link' => 1, |
@@ -71,23 +71,23 @@ discard block |
||
71 | 71 | 'ellipsis' => 1, |
72 | 72 | 'html' => 0, |
73 | 73 | 'strip_tags' => 0, |
74 | - ), |
|
75 | - 'empty' => '', |
|
76 | - 'hide_empty' => 0, |
|
77 | - 'empty_zero' => 0, |
|
78 | - 'hide_alter_empty' => 1, |
|
79 | - 'link_to_user' => 0, |
|
80 | - 'overwrite_anonymous' => 0, |
|
81 | - 'anonymous_text' => '', |
|
82 | - 'exclude' => 0, |
|
83 | - 'id' => 'name', |
|
84 | - 'table' => 'users', |
|
85 | - 'field' => 'name', |
|
86 | - 'relationship' => 'none', |
|
74 | + ), |
|
75 | + 'empty' => '', |
|
76 | + 'hide_empty' => 0, |
|
77 | + 'empty_zero' => 0, |
|
78 | + 'hide_alter_empty' => 1, |
|
79 | + 'link_to_user' => 0, |
|
80 | + 'overwrite_anonymous' => 0, |
|
81 | + 'anonymous_text' => '', |
|
82 | + 'exclude' => 0, |
|
83 | + 'id' => 'name', |
|
84 | + 'table' => 'users', |
|
85 | + 'field' => 'name', |
|
86 | + 'relationship' => 'none', |
|
87 | 87 | ), |
88 | 88 | 'rid' => array( |
89 | - 'label' => 'Roles', |
|
90 | - 'alter' => array( |
|
89 | + 'label' => 'Roles', |
|
90 | + 'alter' => array( |
|
91 | 91 | 'alter_text' => 0, |
92 | 92 | 'text' => '', |
93 | 93 | 'make_link' => 0, |
@@ -106,22 +106,22 @@ discard block |
||
106 | 106 | 'ellipsis' => 1, |
107 | 107 | 'html' => 0, |
108 | 108 | 'strip_tags' => 0, |
109 | - ), |
|
110 | - 'empty' => '', |
|
111 | - 'hide_empty' => 0, |
|
112 | - 'empty_zero' => 0, |
|
113 | - 'hide_alter_empty' => 1, |
|
114 | - 'type' => 'separator', |
|
115 | - 'separator' => ', ', |
|
116 | - 'exclude' => 0, |
|
117 | - 'id' => 'rid', |
|
118 | - 'table' => 'users_roles', |
|
119 | - 'field' => 'rid', |
|
120 | - 'relationship' => 'none', |
|
109 | + ), |
|
110 | + 'empty' => '', |
|
111 | + 'hide_empty' => 0, |
|
112 | + 'empty_zero' => 0, |
|
113 | + 'hide_alter_empty' => 1, |
|
114 | + 'type' => 'separator', |
|
115 | + 'separator' => ', ', |
|
116 | + 'exclude' => 0, |
|
117 | + 'id' => 'rid', |
|
118 | + 'table' => 'users_roles', |
|
119 | + 'field' => 'rid', |
|
120 | + 'relationship' => 'none', |
|
121 | 121 | ), |
122 | 122 | 'status' => array( |
123 | - 'label' => 'Banned', |
|
124 | - 'alter' => array( |
|
123 | + 'label' => 'Banned', |
|
124 | + 'alter' => array( |
|
125 | 125 | 'alter_text' => 0, |
126 | 126 | 'text' => '', |
127 | 127 | 'make_link' => 0, |
@@ -140,22 +140,22 @@ discard block |
||
140 | 140 | 'ellipsis' => 1, |
141 | 141 | 'html' => 0, |
142 | 142 | 'strip_tags' => 0, |
143 | - ), |
|
144 | - 'empty' => '', |
|
145 | - 'hide_empty' => 0, |
|
146 | - 'empty_zero' => 0, |
|
147 | - 'hide_alter_empty' => 1, |
|
148 | - 'type' => 'yes-no', |
|
149 | - 'not' => 1, |
|
150 | - 'exclude' => 0, |
|
151 | - 'id' => 'status', |
|
152 | - 'table' => 'users', |
|
153 | - 'field' => 'status', |
|
154 | - 'relationship' => 'none', |
|
143 | + ), |
|
144 | + 'empty' => '', |
|
145 | + 'hide_empty' => 0, |
|
146 | + 'empty_zero' => 0, |
|
147 | + 'hide_alter_empty' => 1, |
|
148 | + 'type' => 'yes-no', |
|
149 | + 'not' => 1, |
|
150 | + 'exclude' => 0, |
|
151 | + 'id' => 'status', |
|
152 | + 'table' => 'users', |
|
153 | + 'field' => 'status', |
|
154 | + 'relationship' => 'none', |
|
155 | 155 | ), |
156 | 156 | 'access' => array( |
157 | - 'label' => 'Last access', |
|
158 | - 'alter' => array( |
|
157 | + 'label' => 'Last access', |
|
158 | + 'alter' => array( |
|
159 | 159 | 'alter_text' => 0, |
160 | 160 | 'text' => '', |
161 | 161 | 'make_link' => 0, |
@@ -174,22 +174,22 @@ discard block |
||
174 | 174 | 'ellipsis' => 1, |
175 | 175 | 'html' => 0, |
176 | 176 | 'strip_tags' => 0, |
177 | - ), |
|
178 | - 'empty' => '', |
|
179 | - 'hide_empty' => 0, |
|
180 | - 'empty_zero' => 0, |
|
181 | - 'hide_alter_empty' => 1, |
|
182 | - 'date_format' => 'time ago', |
|
183 | - 'custom_date_format' => '', |
|
184 | - 'exclude' => 0, |
|
185 | - 'id' => 'access', |
|
186 | - 'table' => 'users', |
|
187 | - 'field' => 'access', |
|
188 | - 'relationship' => 'none', |
|
177 | + ), |
|
178 | + 'empty' => '', |
|
179 | + 'hide_empty' => 0, |
|
180 | + 'empty_zero' => 0, |
|
181 | + 'hide_alter_empty' => 1, |
|
182 | + 'date_format' => 'time ago', |
|
183 | + 'custom_date_format' => '', |
|
184 | + 'exclude' => 0, |
|
185 | + 'id' => 'access', |
|
186 | + 'table' => 'users', |
|
187 | + 'field' => 'access', |
|
188 | + 'relationship' => 'none', |
|
189 | 189 | ), |
190 | 190 | 'login' => array( |
191 | - 'label' => 'Last login', |
|
192 | - 'alter' => array( |
|
191 | + 'label' => 'Last login', |
|
192 | + 'alter' => array( |
|
193 | 193 | 'alter_text' => 0, |
194 | 194 | 'text' => '', |
195 | 195 | 'make_link' => 0, |
@@ -208,22 +208,22 @@ discard block |
||
208 | 208 | 'ellipsis' => 1, |
209 | 209 | 'html' => 0, |
210 | 210 | 'strip_tags' => 0, |
211 | - ), |
|
212 | - 'empty' => '', |
|
213 | - 'hide_empty' => 0, |
|
214 | - 'empty_zero' => 0, |
|
215 | - 'hide_alter_empty' => 1, |
|
216 | - 'date_format' => 'time ago', |
|
217 | - 'custom_date_format' => '', |
|
218 | - 'exclude' => 0, |
|
219 | - 'id' => 'login', |
|
220 | - 'table' => 'users', |
|
221 | - 'field' => 'login', |
|
222 | - 'relationship' => 'none', |
|
211 | + ), |
|
212 | + 'empty' => '', |
|
213 | + 'hide_empty' => 0, |
|
214 | + 'empty_zero' => 0, |
|
215 | + 'hide_alter_empty' => 1, |
|
216 | + 'date_format' => 'time ago', |
|
217 | + 'custom_date_format' => '', |
|
218 | + 'exclude' => 0, |
|
219 | + 'id' => 'login', |
|
220 | + 'table' => 'users', |
|
221 | + 'field' => 'login', |
|
222 | + 'relationship' => 'none', |
|
223 | 223 | ), |
224 | 224 | 'created' => array( |
225 | - 'label' => 'Created date', |
|
226 | - 'alter' => array( |
|
225 | + 'label' => 'Created date', |
|
226 | + 'alter' => array( |
|
227 | 227 | 'alter_text' => 0, |
228 | 228 | 'text' => '', |
229 | 229 | 'make_link' => 0, |
@@ -242,22 +242,22 @@ discard block |
||
242 | 242 | 'ellipsis' => 1, |
243 | 243 | 'html' => 0, |
244 | 244 | 'strip_tags' => 0, |
245 | - ), |
|
246 | - 'empty' => '', |
|
247 | - 'hide_empty' => 0, |
|
248 | - 'empty_zero' => 0, |
|
249 | - 'hide_alter_empty' => 1, |
|
250 | - 'date_format' => 'time ago', |
|
251 | - 'custom_date_format' => '', |
|
252 | - 'exclude' => 0, |
|
253 | - 'id' => 'created', |
|
254 | - 'table' => 'users', |
|
255 | - 'field' => 'created', |
|
256 | - 'relationship' => 'none', |
|
245 | + ), |
|
246 | + 'empty' => '', |
|
247 | + 'hide_empty' => 0, |
|
248 | + 'empty_zero' => 0, |
|
249 | + 'hide_alter_empty' => 1, |
|
250 | + 'date_format' => 'time ago', |
|
251 | + 'custom_date_format' => '', |
|
252 | + 'exclude' => 0, |
|
253 | + 'id' => 'created', |
|
254 | + 'table' => 'users', |
|
255 | + 'field' => 'created', |
|
256 | + 'relationship' => 'none', |
|
257 | 257 | ), |
258 | 258 | 'edit_node' => array( |
259 | - 'label' => '', |
|
260 | - 'alter' => array( |
|
259 | + 'label' => '', |
|
260 | + 'alter' => array( |
|
261 | 261 | 'alter_text' => 0, |
262 | 262 | 'text' => '', |
263 | 263 | 'make_link' => 0, |
@@ -276,134 +276,134 @@ discard block |
||
276 | 276 | 'ellipsis' => 1, |
277 | 277 | 'html' => 0, |
278 | 278 | 'strip_tags' => 0, |
279 | - ), |
|
280 | - 'empty' => '', |
|
281 | - 'hide_empty' => 0, |
|
282 | - 'empty_zero' => 0, |
|
283 | - 'hide_alter_empty' => 1, |
|
284 | - 'text' => '', |
|
285 | - 'exclude' => 0, |
|
286 | - 'id' => 'edit_node', |
|
287 | - 'table' => 'users', |
|
288 | - 'field' => 'edit_node', |
|
289 | - 'relationship' => 'none', |
|
279 | + ), |
|
280 | + 'empty' => '', |
|
281 | + 'hide_empty' => 0, |
|
282 | + 'empty_zero' => 0, |
|
283 | + 'hide_alter_empty' => 1, |
|
284 | + 'text' => '', |
|
285 | + 'exclude' => 0, |
|
286 | + 'id' => 'edit_node', |
|
287 | + 'table' => 'users', |
|
288 | + 'field' => 'edit_node', |
|
289 | + 'relationship' => 'none', |
|
290 | 290 | ), |
291 | - )); |
|
292 | - $handler->override_option('filters', array( |
|
291 | + )); |
|
292 | + $handler->override_option('filters', array( |
|
293 | 293 | 'name' => array( |
294 | - 'operator' => 'contains', |
|
295 | - 'value' => '', |
|
296 | - 'group' => '0', |
|
297 | - 'exposed' => TRUE, |
|
298 | - 'expose' => array( |
|
294 | + 'operator' => 'contains', |
|
295 | + 'value' => '', |
|
296 | + 'group' => '0', |
|
297 | + 'exposed' => TRUE, |
|
298 | + 'expose' => array( |
|
299 | 299 | 'use_operator' => 0, |
300 | 300 | 'operator' => 'name_op', |
301 | 301 | 'identifier' => 'name', |
302 | 302 | 'label' => 'Part of a User\'s name', |
303 | 303 | 'remember' => 0, |
304 | - ), |
|
305 | - 'case' => 0, |
|
306 | - 'id' => 'name', |
|
307 | - 'table' => 'users', |
|
308 | - 'field' => 'name', |
|
309 | - 'relationship' => 'none', |
|
304 | + ), |
|
305 | + 'case' => 0, |
|
306 | + 'id' => 'name', |
|
307 | + 'table' => 'users', |
|
308 | + 'field' => 'name', |
|
309 | + 'relationship' => 'none', |
|
310 | 310 | ), |
311 | 311 | 'mail' => array( |
312 | - 'operator' => 'contains', |
|
313 | - 'value' => '', |
|
314 | - 'group' => '0', |
|
315 | - 'exposed' => TRUE, |
|
316 | - 'expose' => array( |
|
312 | + 'operator' => 'contains', |
|
313 | + 'value' => '', |
|
314 | + 'group' => '0', |
|
315 | + 'exposed' => TRUE, |
|
316 | + 'expose' => array( |
|
317 | 317 | 'use_operator' => 0, |
318 | 318 | 'operator' => 'mail_op', |
319 | 319 | 'identifier' => 'mail', |
320 | 320 | 'label' => 'Part of a User\'s E-mail', |
321 | 321 | 'remember' => 0, |
322 | - ), |
|
323 | - 'case' => 0, |
|
324 | - 'id' => 'mail', |
|
325 | - 'table' => 'users', |
|
326 | - 'field' => 'mail', |
|
327 | - 'relationship' => 'none', |
|
322 | + ), |
|
323 | + 'case' => 0, |
|
324 | + 'id' => 'mail', |
|
325 | + 'table' => 'users', |
|
326 | + 'field' => 'mail', |
|
327 | + 'relationship' => 'none', |
|
328 | 328 | ), |
329 | - )); |
|
330 | - $handler->override_option('access', array( |
|
329 | + )); |
|
330 | + $handler->override_option('access', array( |
|
331 | 331 | 'type' => 'perm', |
332 | 332 | 'perm' => 'administer users', |
333 | - )); |
|
334 | - $handler->override_option('cache', array( |
|
333 | + )); |
|
334 | + $handler->override_option('cache', array( |
|
335 | 335 | 'type' => 'none', |
336 | - )); |
|
337 | - $handler->override_option('use_pager', '1'); |
|
338 | - $handler->override_option('style_plugin', 'table'); |
|
339 | - $handler->override_option('style_options', array( |
|
336 | + )); |
|
337 | + $handler->override_option('use_pager', '1'); |
|
338 | + $handler->override_option('style_plugin', 'table'); |
|
339 | + $handler->override_option('style_options', array( |
|
340 | 340 | 'grouping' => '', |
341 | 341 | 'override' => 1, |
342 | 342 | 'sticky' => 0, |
343 | 343 | 'order' => 'desc', |
344 | 344 | 'summary' => '', |
345 | 345 | 'columns' => array( |
346 | - 'uid' => 'uid', |
|
347 | - 'name' => 'name', |
|
348 | - 'status' => 'status', |
|
349 | - 'rid' => 'rid', |
|
350 | - 'login' => 'login', |
|
351 | - 'access' => 'access', |
|
352 | - 'created' => 'created', |
|
353 | - 'edit_node' => 'edit_node', |
|
346 | + 'uid' => 'uid', |
|
347 | + 'name' => 'name', |
|
348 | + 'status' => 'status', |
|
349 | + 'rid' => 'rid', |
|
350 | + 'login' => 'login', |
|
351 | + 'access' => 'access', |
|
352 | + 'created' => 'created', |
|
353 | + 'edit_node' => 'edit_node', |
|
354 | 354 | ), |
355 | 355 | 'info' => array( |
356 | - 'uid' => array( |
|
356 | + 'uid' => array( |
|
357 | 357 | 'sortable' => 1, |
358 | 358 | 'separator' => '', |
359 | - ), |
|
360 | - 'name' => array( |
|
359 | + ), |
|
360 | + 'name' => array( |
|
361 | 361 | 'sortable' => 1, |
362 | 362 | 'separator' => '', |
363 | - ), |
|
364 | - 'status' => array( |
|
363 | + ), |
|
364 | + 'status' => array( |
|
365 | 365 | 'sortable' => 1, |
366 | 366 | 'separator' => '', |
367 | - ), |
|
368 | - 'rid' => array( |
|
367 | + ), |
|
368 | + 'rid' => array( |
|
369 | 369 | 'separator' => '', |
370 | - ), |
|
371 | - 'login' => array( |
|
370 | + ), |
|
371 | + 'login' => array( |
|
372 | 372 | 'sortable' => 1, |
373 | 373 | 'separator' => '', |
374 | - ), |
|
375 | - 'access' => array( |
|
374 | + ), |
|
375 | + 'access' => array( |
|
376 | 376 | 'sortable' => 1, |
377 | 377 | 'separator' => '', |
378 | - ), |
|
379 | - 'created' => array( |
|
378 | + ), |
|
379 | + 'created' => array( |
|
380 | 380 | 'sortable' => 1, |
381 | 381 | 'separator' => '', |
382 | - ), |
|
383 | - 'edit_node' => array( |
|
382 | + ), |
|
383 | + 'edit_node' => array( |
|
384 | 384 | 'separator' => '', |
385 | - ), |
|
385 | + ), |
|
386 | 386 | ), |
387 | 387 | 'default' => 'access', |
388 | - )); |
|
389 | - $handler = $view->new_display('page', 'Page', 'page_1'); |
|
390 | - $handler->override_option('path', 'admin/user/search'); |
|
391 | - $handler->override_option('menu', array( |
|
388 | + )); |
|
389 | + $handler = $view->new_display('page', 'Page', 'page_1'); |
|
390 | + $handler->override_option('path', 'admin/user/search'); |
|
391 | + $handler->override_option('menu', array( |
|
392 | 392 | 'type' => 'normal', |
393 | 393 | 'title' => 'User search', |
394 | 394 | 'description' => 'Find users by partial name or email address', |
395 | 395 | 'weight' => '0', |
396 | 396 | 'name' => 'navigation', |
397 | - )); |
|
398 | - $handler->override_option('tab_options', array( |
|
397 | + )); |
|
398 | + $handler->override_option('tab_options', array( |
|
399 | 399 | 'type' => 'none', |
400 | 400 | 'title' => '', |
401 | 401 | 'description' => '', |
402 | 402 | 'weight' => 0, |
403 | 403 | 'name' => 'navigation', |
404 | - )); |
|
404 | + )); |
|
405 | 405 | |
406 | - $views[$view->name] = $view; |
|
406 | + $views[$view->name] = $view; |
|
407 | 407 | |
408 | - return $views; |
|
408 | + return $views; |
|
409 | 409 | } |
@@ -4,117 +4,117 @@ discard block |
||
4 | 4 | * Implementation of hook_input_formats(). |
5 | 5 | */ |
6 | 6 | function boinc_standard_input_formats() { |
7 | - $input_formats = array(); |
|
7 | + $input_formats = array(); |
|
8 | 8 | |
9 | - $input_format = new stdClass; |
|
10 | - $input_format->api_version = 1; |
|
11 | - $input_format->name = 'Rich text'; |
|
12 | - $input_format->roles = array( |
|
9 | + $input_format = new stdClass; |
|
10 | + $input_format->api_version = 1; |
|
11 | + $input_format->name = 'Rich text'; |
|
12 | + $input_format->roles = array( |
|
13 | 13 | 1 => 'anonymous user', |
14 | 14 | 2 => 'authenticated user', |
15 | - ); |
|
16 | - $input_format->cache = FALSE; |
|
17 | - $input_format->settings = array( |
|
15 | + ); |
|
16 | + $input_format->cache = FALSE; |
|
17 | + $input_format->settings = array( |
|
18 | 18 | // Settings for: tableofcontents module |
19 | 19 | 'tableofcontents' => array( |
20 | - // Hide the table of contents tags |
|
21 | - 'tableofcontents_hide_table' => 0, |
|
22 | - // Whether an automatic table of content should be added |
|
23 | - 'tableofcontents_automatic' => '0', |
|
24 | - // Number of headers before an automatic table of content is added |
|
25 | - 'tableofcontents_min_limit' => '5', |
|
26 | - // Remove Table of Contents tags from teasers |
|
27 | - 'tableofcontents_remove_teaser' => 1, |
|
28 | - // Allow users to override the settings within the table of contents tag itself |
|
29 | - 'tableofcontents_allow_override' => 1, |
|
30 | - // Ensure title is safe (i.e. use check_plain() to avoid XSS attacks.) |
|
31 | - 'tableofcontents_safe_title' => 1, |
|
32 | - // Table of Contents Title |
|
33 | - 'tableofcontents_title' => 'Table of Contents', |
|
34 | - // Minimum heading level |
|
35 | - 'tableofcontents_minlevel' => '2', |
|
36 | - // Maximum heading level |
|
37 | - 'tableofcontents_maxlevel' => '3', |
|
38 | - // Include link to hide/show table of contents |
|
39 | - 'tableofcontents_hide_show' => 1, |
|
40 | - // Start with the table of content collapsed |
|
41 | - 'tableofcontents_collapsed' => 0, |
|
42 | - // Select what is stripped from the header titles |
|
43 | - 'tableofcontents_id_stripping' => array( |
|
44 | - 'digits' => 0, |
|
45 | - 'dashes' => 0, |
|
46 | - 'periods' => 0, |
|
47 | - 'underscores' => 0, |
|
48 | - 'colons' => 0, |
|
20 | + // Hide the table of contents tags |
|
21 | + 'tableofcontents_hide_table' => 0, |
|
22 | + // Whether an automatic table of content should be added |
|
23 | + 'tableofcontents_automatic' => '0', |
|
24 | + // Number of headers before an automatic table of content is added |
|
25 | + 'tableofcontents_min_limit' => '5', |
|
26 | + // Remove Table of Contents tags from teasers |
|
27 | + 'tableofcontents_remove_teaser' => 1, |
|
28 | + // Allow users to override the settings within the table of contents tag itself |
|
29 | + 'tableofcontents_allow_override' => 1, |
|
30 | + // Ensure title is safe (i.e. use check_plain() to avoid XSS attacks.) |
|
31 | + 'tableofcontents_safe_title' => 1, |
|
32 | + // Table of Contents Title |
|
33 | + 'tableofcontents_title' => 'Table of Contents', |
|
34 | + // Minimum heading level |
|
35 | + 'tableofcontents_minlevel' => '2', |
|
36 | + // Maximum heading level |
|
37 | + 'tableofcontents_maxlevel' => '3', |
|
38 | + // Include link to hide/show table of contents |
|
39 | + 'tableofcontents_hide_show' => 1, |
|
40 | + // Start with the table of content collapsed |
|
41 | + 'tableofcontents_collapsed' => 0, |
|
42 | + // Select what is stripped from the header titles |
|
43 | + 'tableofcontents_id_stripping' => array( |
|
44 | + 'digits' => 0, |
|
45 | + 'dashes' => 0, |
|
46 | + 'periods' => 0, |
|
47 | + 'underscores' => 0, |
|
48 | + 'colons' => 0, |
|
49 | 49 | ), |
50 | - // Identifier introducer |
|
51 | - 'tableofcontents_identifier_introducer' => 'header', |
|
52 | - // Identifier and number separator |
|
53 | - 'tableofcontents_id_separator' => '-', |
|
54 | - // How to generate missing header identifiers |
|
55 | - 'tableofcontents_id_generator' => 'title', |
|
56 | - // List of tags allowed in table headers |
|
57 | - 'tableofcontents_allowed_tags' => '<em> <i> <strong> <b> <u> <del> <ins> <sub> <sup> <cite> <strike> <s> <tt> <span> <font> <abbr> <acronym> <dfn> <q> <bdo> <big> <small>', |
|
58 | - // Add the comments to the table of contents |
|
59 | - 'tableofcontents_comments' => 0, |
|
60 | - // Select header level at which comments start |
|
61 | - 'tableofcontents_comments_level' => '3', |
|
62 | - // Back to top label |
|
63 | - 'tableofcontents_back_to_top' => '', |
|
64 | - // Back to top location |
|
65 | - 'tableofcontents_back_to_top_location' => 'bottom', |
|
66 | - // Minimum level where Back to Top appears |
|
67 | - 'tableofcontents_back_to_top_minlevel' => '2', |
|
68 | - // Maximum level where Back to Top appears |
|
69 | - 'tableofcontents_back_to_top_maxlevel' => '4', |
|
70 | - // Back to top anchor |
|
71 | - 'tableofcontents_back_to_top_anchor' => 'toc', |
|
72 | - // Scroll back to the table of contents |
|
73 | - 'tableofcontents_scroll_back_to_top' => 0, |
|
74 | - // Numbering method |
|
75 | - 'tableofcontents_numbering' => '0', |
|
76 | - // Add the number to the headers |
|
77 | - 'tableofcontents_number_headers' => 0, |
|
78 | - // Numbering mode |
|
79 | - 'tableofcontents_number_mode' => '0', |
|
80 | - // Numbering prefix |
|
81 | - 'tableofcontents_number_start_letter' => '', |
|
82 | - // Numbering separator |
|
83 | - 'tableofcontents_number_separator' => '.', |
|
84 | - // Numbering suffix |
|
85 | - 'tableofcontents_number_end_letter' => '.', |
|
50 | + // Identifier introducer |
|
51 | + 'tableofcontents_identifier_introducer' => 'header', |
|
52 | + // Identifier and number separator |
|
53 | + 'tableofcontents_id_separator' => '-', |
|
54 | + // How to generate missing header identifiers |
|
55 | + 'tableofcontents_id_generator' => 'title', |
|
56 | + // List of tags allowed in table headers |
|
57 | + 'tableofcontents_allowed_tags' => '<em> <i> <strong> <b> <u> <del> <ins> <sub> <sup> <cite> <strike> <s> <tt> <span> <font> <abbr> <acronym> <dfn> <q> <bdo> <big> <small>', |
|
58 | + // Add the comments to the table of contents |
|
59 | + 'tableofcontents_comments' => 0, |
|
60 | + // Select header level at which comments start |
|
61 | + 'tableofcontents_comments_level' => '3', |
|
62 | + // Back to top label |
|
63 | + 'tableofcontents_back_to_top' => '', |
|
64 | + // Back to top location |
|
65 | + 'tableofcontents_back_to_top_location' => 'bottom', |
|
66 | + // Minimum level where Back to Top appears |
|
67 | + 'tableofcontents_back_to_top_minlevel' => '2', |
|
68 | + // Maximum level where Back to Top appears |
|
69 | + 'tableofcontents_back_to_top_maxlevel' => '4', |
|
70 | + // Back to top anchor |
|
71 | + 'tableofcontents_back_to_top_anchor' => 'toc', |
|
72 | + // Scroll back to the table of contents |
|
73 | + 'tableofcontents_scroll_back_to_top' => 0, |
|
74 | + // Numbering method |
|
75 | + 'tableofcontents_numbering' => '0', |
|
76 | + // Add the number to the headers |
|
77 | + 'tableofcontents_number_headers' => 0, |
|
78 | + // Numbering mode |
|
79 | + 'tableofcontents_number_mode' => '0', |
|
80 | + // Numbering prefix |
|
81 | + 'tableofcontents_number_start_letter' => '', |
|
82 | + // Numbering separator |
|
83 | + 'tableofcontents_number_separator' => '.', |
|
84 | + // Numbering suffix |
|
85 | + 'tableofcontents_number_end_letter' => '.', |
|
86 | 86 | ), |
87 | 87 | // Settings for: pathologic module |
88 | 88 | 'pathologic' => array( |
89 | - // Also considered local |
|
90 | - 'filter_pathologic_local_paths' => '/', |
|
91 | - // Output full absolute URLs |
|
92 | - 'filter_pathologic_absolute' => 1, |
|
89 | + // Also considered local |
|
90 | + 'filter_pathologic_local_paths' => '/', |
|
91 | + // Output full absolute URLs |
|
92 | + 'filter_pathologic_absolute' => 1, |
|
93 | 93 | ), |
94 | 94 | // Settings for: bbcode module |
95 | 95 | 'bbcode' => array( |
96 | - // Convert addresses to links |
|
97 | - 'bbcode_make_links' => '1', |
|
98 | - // Spam link deterrent |
|
99 | - 'bbcode_filter_nofollow' => '0', |
|
100 | - // Email address encoding |
|
101 | - 'bbcode_encode_mailto' => '1', |
|
102 | - // Smart paragraph and line breaks |
|
103 | - 'bbcode_paragraph_breaks' => '2', |
|
104 | - // Print debugging info |
|
105 | - 'bbcode_debug' => '0', |
|
96 | + // Convert addresses to links |
|
97 | + 'bbcode_make_links' => '1', |
|
98 | + // Spam link deterrent |
|
99 | + 'bbcode_filter_nofollow' => '0', |
|
100 | + // Email address encoding |
|
101 | + 'bbcode_encode_mailto' => '1', |
|
102 | + // Smart paragraph and line breaks |
|
103 | + 'bbcode_paragraph_breaks' => '2', |
|
104 | + // Print debugging info |
|
105 | + 'bbcode_debug' => '0', |
|
106 | 106 | ), |
107 | 107 | // Settings for: htmlpurifier module |
108 | 108 | 'htmlpurifier' => array( |
109 | - 'htmlpurifier_clear_cac' => array( |
|
110 | - '#description' => NULL, |
|
111 | - '#value' => 'Clear cache (Warning: Can result in performance degradation)', |
|
109 | + 'htmlpurifier_clear_cac' => array( |
|
110 | + '#description' => NULL, |
|
111 | + '#value' => 'Clear cache (Warning: Can result in performance degradation)', |
|
112 | 112 | ), |
113 | - // Display help text |
|
114 | - 'htmlpurifier_help' => 1, |
|
115 | - 'htmlpurifier_config' => array( |
|
116 | - '#description' => NULL, |
|
117 | - '#value' => array( |
|
113 | + // Display help text |
|
114 | + 'htmlpurifier_help' => 1, |
|
115 | + 'htmlpurifier_config' => array( |
|
116 | + '#description' => NULL, |
|
117 | + '#value' => array( |
|
118 | 118 | 'Attr.EnableID' => '0', |
119 | 119 | 'AutoFormat.AutoParagraph' => '1', |
120 | 120 | 'AutoFormat.Linkify' => '1', |
@@ -127,74 +127,74 @@ discard block |
||
127 | 127 | 'URI.DisableExternalResources' => '0', |
128 | 128 | 'URI.DisableResources' => '0', |
129 | 129 | 'Null_URI.Munge' => '1', |
130 | - ), |
|
130 | + ), |
|
131 | 131 | ), |
132 | 132 | ), |
133 | - ); |
|
134 | - $input_format->filters = array( |
|
133 | + ); |
|
134 | + $input_format->filters = array( |
|
135 | 135 | 'tableofcontents' => array( |
136 | - // Delta => Weight for: Table of contents |
|
137 | - '0' => '-10', |
|
136 | + // Delta => Weight for: Table of contents |
|
137 | + '0' => '-10', |
|
138 | 138 | ), |
139 | 139 | 'pathologic' => array( |
140 | - // Delta => Weight for: Pathologic |
|
141 | - '0' => '-9', |
|
140 | + // Delta => Weight for: Pathologic |
|
141 | + '0' => '-9', |
|
142 | 142 | ), |
143 | 143 | 'bbcode' => array( |
144 | - // Delta => Weight for: BBCode |
|
145 | - '0' => '-8', |
|
144 | + // Delta => Weight for: BBCode |
|
145 | + '0' => '-8', |
|
146 | 146 | ), |
147 | 147 | 'htmlpurifier' => array( |
148 | - // Delta => Weight for: HTML Purifier |
|
149 | - '0' => '-7', |
|
148 | + // Delta => Weight for: HTML Purifier |
|
149 | + '0' => '-7', |
|
150 | 150 | ), |
151 | 151 | 'image_caption_filter' => array( |
152 | - // Delta => Weight for: Image caption filter |
|
153 | - '0' => '-6', |
|
152 | + // Delta => Weight for: Image caption filter |
|
153 | + '0' => '-6', |
|
154 | 154 | ), |
155 | - ); |
|
156 | - $input_format->machine = 'rich_text'; |
|
157 | - $input_formats['rich_text'] = $input_format; |
|
155 | + ); |
|
156 | + $input_format->machine = 'rich_text'; |
|
157 | + $input_formats['rich_text'] = $input_format; |
|
158 | 158 | |
159 | - $input_format = new stdClass; |
|
160 | - $input_format->api_version = 1; |
|
161 | - $input_format->name = 'PHP code'; |
|
162 | - $input_format->roles = array(); |
|
163 | - $input_format->cache = FALSE; |
|
164 | - $input_format->settings = array( |
|
165 | - ); |
|
166 | - $input_format->filters = array( |
|
159 | + $input_format = new stdClass; |
|
160 | + $input_format->api_version = 1; |
|
161 | + $input_format->name = 'PHP code'; |
|
162 | + $input_format->roles = array(); |
|
163 | + $input_format->cache = FALSE; |
|
164 | + $input_format->settings = array( |
|
165 | + ); |
|
166 | + $input_format->filters = array( |
|
167 | 167 | 'php' => array( |
168 | - '0' => '0', |
|
168 | + '0' => '0', |
|
169 | 169 | ), |
170 | - ); |
|
171 | - $input_format->machine = 'php_code'; |
|
172 | - $input_formats['php_code'] = $input_format; |
|
170 | + ); |
|
171 | + $input_format->machine = 'php_code'; |
|
172 | + $input_formats['php_code'] = $input_format; |
|
173 | 173 | |
174 | - $input_format = new stdClass; |
|
175 | - $input_format->api_version = 1; |
|
176 | - $input_format->name = 'Plain text'; |
|
177 | - $input_format->roles = array( |
|
174 | + $input_format = new stdClass; |
|
175 | + $input_format->api_version = 1; |
|
176 | + $input_format->name = 'Plain text'; |
|
177 | + $input_format->roles = array( |
|
178 | 178 | 3519698132 => 'administrator', |
179 | - ); |
|
180 | - $input_format->cache = TRUE; |
|
181 | - $input_format->settings = array( |
|
179 | + ); |
|
180 | + $input_format->cache = TRUE; |
|
181 | + $input_format->settings = array( |
|
182 | 182 | // Settings for: filter module |
183 | 183 | 'filter' => array( |
184 | - 'filter_html' => '2', |
|
185 | - 'allowed_html' => '<a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>', |
|
186 | - 'filter_html_help' => 0, |
|
187 | - 'filter_html_nofollow' => 0, |
|
184 | + 'filter_html' => '2', |
|
185 | + 'allowed_html' => '<a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>', |
|
186 | + 'filter_html_help' => 0, |
|
187 | + 'filter_html_nofollow' => 0, |
|
188 | 188 | ), |
189 | - ); |
|
190 | - $input_format->filters = array( |
|
189 | + ); |
|
190 | + $input_format->filters = array( |
|
191 | 191 | 'filter' => array( |
192 | - '0' => '10', |
|
192 | + '0' => '10', |
|
193 | 193 | ), |
194 | - ); |
|
195 | - $input_format->machine = 'plain_text'; |
|
196 | - $input_formats['plain_text'] = $input_format; |
|
194 | + ); |
|
195 | + $input_format->machine = 'plain_text'; |
|
196 | + $input_formats['plain_text'] = $input_format; |
|
197 | 197 | |
198 | - return $input_formats; |
|
198 | + return $input_formats; |
|
199 | 199 | |
200 | 200 | } |
@@ -4,12 +4,12 @@ discard block |
||
4 | 4 | * Implementation of hook_default_fe_block_settings(). |
5 | 5 | */ |
6 | 6 | function boinc_standard_default_fe_block_settings() { |
7 | - $export = array(); |
|
7 | + $export = array(); |
|
8 | 8 | |
9 | - // boinc |
|
10 | - $theme = array(); |
|
9 | + // boinc |
|
10 | + $theme = array(); |
|
11 | 11 | |
12 | - $theme['menu_block-1'] = array( |
|
12 | + $theme['menu_block-1'] = array( |
|
13 | 13 | 'module' => 'menu_block', |
14 | 14 | 'delta' => '1', |
15 | 15 | 'theme' => 'boinc', |
@@ -22,14 +22,14 @@ discard block |
||
22 | 22 | 'pages' => '', |
23 | 23 | 'title' => '<none>', |
24 | 24 | 'cache' => '-1', |
25 | - ); |
|
25 | + ); |
|
26 | 26 | |
27 | - $export['boinc'] = $theme; |
|
27 | + $export['boinc'] = $theme; |
|
28 | 28 | |
29 | - // einstein |
|
30 | - $theme = array(); |
|
29 | + // einstein |
|
30 | + $theme = array(); |
|
31 | 31 | |
32 | - $theme['menu_block-1'] = array( |
|
32 | + $theme['menu_block-1'] = array( |
|
33 | 33 | 'module' => 'menu_block', |
34 | 34 | 'delta' => '1', |
35 | 35 | 'theme' => 'einstein', |
@@ -42,14 +42,14 @@ discard block |
||
42 | 42 | 'pages' => '', |
43 | 43 | 'title' => '<none>', |
44 | 44 | 'cache' => '-1', |
45 | - ); |
|
45 | + ); |
|
46 | 46 | |
47 | - $export['einstein'] = $theme; |
|
47 | + $export['einstein'] = $theme; |
|
48 | 48 | |
49 | - // garland |
|
50 | - $theme = array(); |
|
49 | + // garland |
|
50 | + $theme = array(); |
|
51 | 51 | |
52 | - $theme['menu_block-1'] = array( |
|
52 | + $theme['menu_block-1'] = array( |
|
53 | 53 | 'module' => 'menu_block', |
54 | 54 | 'delta' => '1', |
55 | 55 | 'theme' => 'garland', |
@@ -62,16 +62,16 @@ discard block |
||
62 | 62 | 'pages' => '', |
63 | 63 | 'title' => '<none>', |
64 | 64 | 'cache' => '-1', |
65 | - ); |
|
65 | + ); |
|
66 | 66 | |
67 | - $export['garland'] = $theme; |
|
67 | + $export['garland'] = $theme; |
|
68 | 68 | |
69 | - $theme_default = variable_get('theme_default', 'garland'); |
|
70 | - $themes = list_themes(); |
|
71 | - foreach ($export as $theme_key => $settings) { |
|
69 | + $theme_default = variable_get('theme_default', 'garland'); |
|
70 | + $themes = list_themes(); |
|
71 | + foreach ($export as $theme_key => $settings) { |
|
72 | 72 | if ($theme_key != $theme_default && empty($themes[$theme_key]->status)) { |
73 | - unset($export[$theme_key]); |
|
73 | + unset($export[$theme_key]); |
|
74 | 74 | } |
75 | - } |
|
76 | - return $export; |
|
75 | + } |
|
76 | + return $export; |
|
77 | 77 | } |
@@ -6,16 +6,16 @@ |
||
6 | 6 | * Make some changes to configurations after the feature has been enabled |
7 | 7 | */ |
8 | 8 | function boinc_standard_enable() { |
9 | - // Ensure that the default theme is enabled. A bit ridiculous, but it is |
|
10 | - // possible for this not to be the case. |
|
11 | - $default_theme = variable_get('theme_default', 'boinc'); |
|
12 | - // If default theme is garland, this is because the boinc_standard feature |
|
13 | - // has not been reverted yet. Work around this by forcing it to default to |
|
14 | - // the boinc theme |
|
15 | - if ($default_theme == 'garland') { |
|
9 | + // Ensure that the default theme is enabled. A bit ridiculous, but it is |
|
10 | + // possible for this not to be the case. |
|
11 | + $default_theme = variable_get('theme_default', 'boinc'); |
|
12 | + // If default theme is garland, this is because the boinc_standard feature |
|
13 | + // has not been reverted yet. Work around this by forcing it to default to |
|
14 | + // the boinc theme |
|
15 | + if ($default_theme == 'garland') { |
|
16 | 16 | $default_theme = 'boinc'; |
17 | 17 | variable_set('theme_default', $default_theme); |
18 | - } |
|
19 | - $default_theme_enabled = db_query("UPDATE {system} SET status = 1 |
|
18 | + } |
|
19 | + $default_theme_enabled = db_query("UPDATE {system} SET status = 1 |
|
20 | 20 | WHERE type = 'theme' and name = '%s'", $default_theme); |
21 | 21 | } |
@@ -4,14 +4,14 @@ |
||
4 | 4 | * Implementation of hook_strongarm(). |
5 | 5 | */ |
6 | 6 | function boinc_server_migration_strongarm() { |
7 | - $export = array(); |
|
7 | + $export = array(); |
|
8 | 8 | |
9 | - $strongarm = new stdClass; |
|
10 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
11 | - $strongarm->api_version = 1; |
|
12 | - $strongarm->name = 'boincimport_input_format'; |
|
13 | - $strongarm->value = '4'; |
|
14 | - $export['boincimport_input_format'] = $strongarm; |
|
9 | + $strongarm = new stdClass; |
|
10 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
11 | + $strongarm->api_version = 1; |
|
12 | + $strongarm->name = 'boincimport_input_format'; |
|
13 | + $strongarm->value = '4'; |
|
14 | + $export['boincimport_input_format'] = $strongarm; |
|
15 | 15 | |
16 | - return $export; |
|
16 | + return $export; |
|
17 | 17 | } |
@@ -4,8 +4,8 @@ |
||
4 | 4 | * Implementation of hook_ctools_plugin_api(). |
5 | 5 | */ |
6 | 6 | function boinc_server_migration_ctools_plugin_api() { |
7 | - list($module, $api) = func_get_args(); |
|
8 | - if ($module == "strongarm" && $api == "strongarm") { |
|
7 | + list($module, $api) = func_get_args(); |
|
8 | + if ($module == "strongarm" && $api == "strongarm") { |
|
9 | 9 | return array("version" => 1); |
10 | - } |
|
10 | + } |
|
11 | 11 | } |
@@ -4,55 +4,55 @@ |
||
4 | 4 | * Implementation of hook_strongarm(). |
5 | 5 | */ |
6 | 6 | function global_search_strongarm() { |
7 | - $export = array(); |
|
7 | + $export = array(); |
|
8 | 8 | |
9 | - $strongarm = new stdClass; |
|
10 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
11 | - $strongarm->api_version = 1; |
|
12 | - $strongarm->name = 'search404_page_title'; |
|
13 | - $strongarm->value = 'Page not found'; |
|
14 | - $export['search404_page_title'] = $strongarm; |
|
9 | + $strongarm = new stdClass; |
|
10 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
11 | + $strongarm->api_version = 1; |
|
12 | + $strongarm->name = 'search404_page_title'; |
|
13 | + $strongarm->value = 'Page not found'; |
|
14 | + $export['search404_page_title'] = $strongarm; |
|
15 | 15 | |
16 | - $strongarm = new stdClass; |
|
17 | - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
18 | - $strongarm->api_version = 1; |
|
19 | - $strongarm->name = 'search_by_page_settings'; |
|
20 | - $strongarm->value = array( |
|
16 | + $strongarm = new stdClass; |
|
17 | + $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ |
|
18 | + $strongarm->api_version = 1; |
|
19 | + $strongarm->name = 'search_by_page_settings'; |
|
20 | + $strongarm->value = array( |
|
21 | 21 | 1 => array( |
22 | - 'environment_name' => 'general', |
|
23 | - 'page_title' => '', |
|
24 | - 'block_title' => 'Search', |
|
25 | - 'field_label' => 'Search', |
|
26 | - 'button_label' => 'Search', |
|
27 | - 'page_path' => 'find', |
|
28 | - 'exclude_tags' => '', |
|
29 | - 'sbp_nodes_types_indexed' => array( |
|
22 | + 'environment_name' => 'general', |
|
23 | + 'page_title' => '', |
|
24 | + 'block_title' => 'Search', |
|
25 | + 'field_label' => 'Search', |
|
26 | + 'button_label' => 'Search', |
|
27 | + 'page_path' => 'find', |
|
28 | + 'exclude_tags' => '', |
|
29 | + 'sbp_nodes_types_indexed' => array( |
|
30 | 30 | 'forum' => 'forum', |
31 | 31 | 'page' => 'page', |
32 | 32 | 'panel' => 'panel', |
33 | 33 | 'profile' => 'profile', |
34 | 34 | 'story' => 'story', |
35 | - ), |
|
36 | - 'sbp_nodes_display_type' => 'excerpts', |
|
37 | - 'sbp_nodes_role' => '1', |
|
38 | - 'sbp_nodes_min_time' => '1', |
|
39 | - 'sbp_nodes_max_time' => '0', |
|
40 | - 'sbp_paths_min_time' => '1', |
|
41 | - 'sbp_paths_max_time' => '0', |
|
42 | - 'sbp_users_roles_indexed' => array( |
|
35 | + ), |
|
36 | + 'sbp_nodes_display_type' => 'excerpts', |
|
37 | + 'sbp_nodes_role' => '1', |
|
38 | + 'sbp_nodes_min_time' => '1', |
|
39 | + 'sbp_nodes_max_time' => '0', |
|
40 | + 'sbp_paths_min_time' => '1', |
|
41 | + 'sbp_paths_max_time' => '0', |
|
42 | + 'sbp_users_roles_indexed' => array( |
|
43 | 43 | 2 => 2, |
44 | 44 | 4 => 0, |
45 | 45 | 5 => 0, |
46 | 46 | 3 => 0, |
47 | 47 | 6 => 0, |
48 | - ), |
|
49 | - 'sbp_users_role' => '1', |
|
50 | - 'sbp_users_min_time' => '1', |
|
51 | - 'sbp_users_max_time' => '0', |
|
52 | - 'op' => 'Save configuration', |
|
48 | + ), |
|
49 | + 'sbp_users_role' => '1', |
|
50 | + 'sbp_users_min_time' => '1', |
|
51 | + 'sbp_users_max_time' => '0', |
|
52 | + 'op' => 'Save configuration', |
|
53 | 53 | ), |
54 | - ); |
|
55 | - $export['search_by_page_settings'] = $strongarm; |
|
54 | + ); |
|
55 | + $export['search_by_page_settings'] = $strongarm; |
|
56 | 56 | |
57 | - return $export; |
|
57 | + return $export; |
|
58 | 58 | } |