Completed
Branch master (a75ecc)
by Adam
24:46
created
custom/modules/Prospects/logic_hooks.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 // Do not store anything in this file that is not part of the array or the hook version.  This file will	
3 3
 // be automatically rebuilt in the future. 
4
- $hook_version = 1; 
4
+    $hook_version = 1; 
5 5
 $hook_array = Array(); 
6 6
 // position, file, function 
7 7
 $hook_array['before_save'] = Array(); 
Please login to merge, or discard this patch.
custom/modules/Meetings/logic_hooks.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 // Do not store anything in this file that is not part of the array or the hook version.  This file will	
3 3
 // be automatically rebuilt in the future. 
4
- $hook_version = 1; 
4
+    $hook_version = 1; 
5 5
 $hook_array = Array(); 
6 6
 // position, file, function 
7 7
 $hook_array['after_save'] = Array(); 
Please login to merge, or discard this patch.
custom/modules/Opportunities/logic_hooks.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 // Do not store anything in this file that is not part of the array or the hook version.  This file will	
3 3
 // be automatically rebuilt in the future. 
4
- $hook_version = 1; 
4
+    $hook_version = 1; 
5 5
 $hook_array = Array(); 
6 6
 // position, file, function 
7 7
 $hook_array['before_save'] = Array(); 
Please login to merge, or discard this patch.
custom/modules/Project/logic_hooks.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 // Do not store anything in this file that is not part of the array or the hook version.  This file will	
3 3
 // be automatically rebuilt in the future. 
4
- $hook_version = 1; 
4
+    $hook_version = 1; 
5 5
 $hook_array = Array(); 
6 6
 // position, file, function
7 7
 
Please login to merge, or discard this patch.
custom/modules/Accounts/logic_hooks.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 // Do not store anything in this file that is not part of the array or the hook version.  This file will	
3 3
 // be automatically rebuilt in the future. 
4
- $hook_version = 1; 
4
+    $hook_version = 1; 
5 5
 $hook_array = Array(); 
6 6
 // position, file, function 
7 7
 $hook_array['after_ui_frame'] = Array(); 
Please login to merge, or discard this patch.
custom/modules/unified_search_modules_display.php 1 patch
Indentation   +102 added lines, -102 removed lines patch added patch discarded remove patch
@@ -1,140 +1,140 @@
 block discarded – undo
1 1
 <?php
2 2
 // created: 2014-01-29 09:59:23
3 3
 $unified_search_modules_display = array (
4
-  'AOP_Case_Events' => 
5
-  array (
4
+    'AOP_Case_Events' => 
5
+    array (
6 6
     'visible' => false,
7
-  ),
8
-  'AOP_Case_Updates' => 
9
-  array (
7
+    ),
8
+    'AOP_Case_Updates' => 
9
+    array (
10 10
     'visible' => false,
11
-  ),
12
-  'AOR_Reports' => 
13
-  array (
11
+    ),
12
+    'AOR_Reports' => 
13
+    array (
14 14
     'visible' => false,
15
-  ),
16
-  'AOS_Contracts' => 
17
-  array (
15
+    ),
16
+    'AOS_Contracts' => 
17
+    array (
18 18
     'visible' => false,
19
-  ),
20
-  'AOS_Invoices' => 
21
-  array (
19
+    ),
20
+    'AOS_Invoices' => 
21
+    array (
22 22
     'visible' => false,
23
-  ),
24
-  'AOS_PDF_Templates' => 
25
-  array (
23
+    ),
24
+    'AOS_PDF_Templates' => 
25
+    array (
26 26
     'visible' => false,
27
-  ),
28
-  'AOS_Product_Categories' => 
29
-  array (
27
+    ),
28
+    'AOS_Product_Categories' => 
29
+    array (
30 30
     'visible' => false,
31
-  ),
32
-  'AOS_Products' => 
33
-  array (
31
+    ),
32
+    'AOS_Products' => 
33
+    array (
34 34
     'visible' => false,
35
-  ),
36
-  'AOS_Quotes' => 
37
-  array (
35
+    ),
36
+    'AOS_Quotes' => 
37
+    array (
38 38
     'visible' => false,
39
-  ),
40
-  'AOW_Processed' => 
41
-  array (
39
+    ),
40
+    'AOW_Processed' => 
41
+    array (
42 42
     'visible' => false,
43
-  ),
44
-  'AOW_WorkFlow' => 
45
-  array (
43
+    ),
44
+    'AOW_WorkFlow' => 
45
+    array (
46 46
     'visible' => false,
47
-  ),
48
-  'Accounts' => 
49
-  array (
47
+    ),
48
+    'Accounts' => 
49
+    array (
50 50
     'visible' => true,
51
-  ),
52
-  'Bugs' => 
53
-  array (
51
+    ),
52
+    'Bugs' => 
53
+    array (
54 54
     'visible' => false,
55
-  ),
56
-  'Calls' => 
57
-  array (
55
+    ),
56
+    'Calls' => 
57
+    array (
58 58
     'visible' => true,
59
-  ),
60
-  'Calls_Reschedule' => 
61
-  array (
59
+    ),
60
+    'Calls_Reschedule' => 
61
+    array (
62 62
     'visible' => false,
63
-  ),
64
-  'Campaigns' => 
65
-  array (
63
+    ),
64
+    'Campaigns' => 
65
+    array (
66 66
     'visible' => false,
67
-  ),
68
-  'Cases' => 
69
-  array (
67
+    ),
68
+    'Cases' => 
69
+    array (
70 70
     'visible' => true,
71
-  ),
72
-  'Contacts' => 
73
-  array (
71
+    ),
72
+    'Contacts' => 
73
+    array (
74 74
     'visible' => true,
75
-  ),
76
-  'Documents' => 
77
-  array (
75
+    ),
76
+    'Documents' => 
77
+    array (
78 78
     'visible' => true,
79
-  ),
80
-  'FP_Event_Locations' => 
81
-  array (
79
+    ),
80
+    'FP_Event_Locations' => 
81
+    array (
82 82
     'visible' => false,
83
-  ),
84
-  'FP_events' => 
85
-  array (
83
+    ),
84
+    'FP_events' => 
85
+    array (
86 86
     'visible' => false,
87
-  ),
88
-  'Leads' => 
89
-  array (
87
+    ),
88
+    'Leads' => 
89
+    array (
90 90
     'visible' => true,
91
-  ),
92
-  'Meetings' => 
93
-  array (
91
+    ),
92
+    'Meetings' => 
93
+    array (
94 94
     'visible' => true,
95
-  ),
96
-  'Notes' => 
97
-  array (
95
+    ),
96
+    'Notes' => 
97
+    array (
98 98
     'visible' => true,
99
-  ),
100
-  'Opportunities' => 
101
-  array (
99
+    ),
100
+    'Opportunities' => 
101
+    array (
102 102
     'visible' => true,
103
-  ),
104
-  'Project' => 
105
-  array (
103
+    ),
104
+    'Project' => 
105
+    array (
106 106
     'visible' => false,
107
-  ),
108
-  'ProjectTask' => 
109
-  array (
107
+    ),
108
+    'ProjectTask' => 
109
+    array (
110 110
     'visible' => false,
111
-  ),
112
-  'ProspectLists' => 
113
-  array (
111
+    ),
112
+    'ProspectLists' => 
113
+    array (
114 114
     'visible' => false,
115
-  ),
116
-  'Prospects' => 
117
-  array (
115
+    ),
116
+    'Prospects' => 
117
+    array (
118 118
     'visible' => false,
119
-  ),
120
-  'Tasks' => 
121
-  array (
119
+    ),
120
+    'Tasks' => 
121
+    array (
122 122
     'visible' => false,
123
-  ),
124
-  'jjwg_Address_Cache' => 
125
-  array (
123
+    ),
124
+    'jjwg_Address_Cache' => 
125
+    array (
126 126
     'visible' => false,
127
-  ),
128
-  'jjwg_Areas' => 
129
-  array (
127
+    ),
128
+    'jjwg_Areas' => 
129
+    array (
130 130
     'visible' => false,
131
-  ),
132
-  'jjwg_Maps' => 
133
-  array (
131
+    ),
132
+    'jjwg_Maps' => 
133
+    array (
134 134
     'visible' => false,
135
-  ),
136
-  'jjwg_Markers' => 
137
-  array (
135
+    ),
136
+    'jjwg_Markers' => 
137
+    array (
138 138
     'visible' => false,
139
-  ),
139
+    ),
140 140
 );
141 141
\ No newline at end of file
Please login to merge, or discard this patch.
custom/modules/Contacts/logic_hooks.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 // Do not store anything in this file that is not part of the array or the hook version.  This file will	
3 3
 // be automatically rebuilt in the future. 
4
- $hook_version = 1; 
4
+    $hook_version = 1; 
5 5
 $hook_array = Array(); 
6 6
 // position, file, function 
7 7
 $hook_array['before_save'] = Array(); 
Please login to merge, or discard this patch.
include/SugarFields/Parsers/MetaParser.php 1 patch
Indentation   +388 added lines, -388 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
 }
59 59
 
60 60
 function parse() {
61
-   return "NOT AVAILABLE";
61
+    return "NOT AVAILABLE";
62 62
 }
63 63
 
64 64
 /**
@@ -66,14 +66,14 @@  discard block
 block discarded – undo
66 66
  * Parses for contents enclosed within <form>...</form> tags
67 67
  */
68 68
 function getFormContents($contents, $all = true) {
69
-   if($all) {
70
-      preg_match_all("'(<form[^>]*?>)(.*?)(</form[^>]*?>)'si", $contents, $matches);
71
-      return $matches;
72
-   }
69
+    if($all) {
70
+        preg_match_all("'(<form[^>]*?>)(.*?)(</form[^>]*?>)'si", $contents, $matches);
71
+        return $matches;
72
+    }
73 73
 
74
-   preg_match("'(<form[^>]*?>)(.*?)(</form[^>]*?>)'si", $contents, $matches);
75
-   return $this->convertToTagElement($matches);
76
-   //return $matches;
74
+    preg_match("'(<form[^>]*?>)(.*?)(</form[^>]*?>)'si", $contents, $matches);
75
+    return $this->convertToTagElement($matches);
76
+    //return $matches;
77 77
 }
78 78
 
79 79
 
@@ -84,12 +84,12 @@  discard block
 block discarded – undo
84 84
  * @return $matches Array of matches of PREG_SET_ORDER
85 85
  */
86 86
 function getFormElements($contents) {
87
-   preg_match_all("'(<[ ]*?)(textarea|input|select)([^>]*?)(>)'si", $contents, $matches, PREG_PATTERN_ORDER);
88
-   $elems = array();
89
-   foreach($matches[3] as $match) {
90
-   	  $elems[] = $match;
91
-   }
92
-   return $elems;
87
+    preg_match_all("'(<[ ]*?)(textarea|input|select)([^>]*?)(>)'si", $contents, $matches, PREG_PATTERN_ORDER);
88
+    $elems = array();
89
+    foreach($matches[3] as $match) {
90
+            $elems[] = $match;
91
+    }
92
+    return $elems;
93 93
 }
94 94
 
95 95
 
@@ -100,8 +100,8 @@  discard block
 block discarded – undo
100 100
  * @return $matches Array of name/value pairs
101 101
  */
102 102
 function getFormElementsNames($contents) {
103
-   preg_match_all("'(<[ ]*?)(textarea|input|select)[^>]*?name=[\'\"]([^\'\"]*?)(\[\])?(_basic)?[\'\"]([^>]*?>)'si", $contents, $matches, PREG_PATTERN_ORDER);
104
-   return !empty($matches[3]) ? $matches[3] : null;
103
+    preg_match_all("'(<[ ]*?)(textarea|input|select)[^>]*?name=[\'\"]([^\'\"]*?)(\[\])?(_basic)?[\'\"]([^>]*?>)'si", $contents, $matches, PREG_PATTERN_ORDER);
104
+    return !empty($matches[3]) ? $matches[3] : null;
105 105
 }
106 106
 
107 107
 
@@ -114,21 +114,21 @@  discard block
 block discarded – undo
114 114
  * @return Array of name/value for matching attribute
115 115
  */
116 116
 function getTagAttribute($name, $contents, $filter = '') {
117
-   //$exp = "'".$name."[ ]*?=[ ]*?[\'\"]([a-zA-Z0-9\_\[\]]*)[\'\"]'si";
117
+    //$exp = "'".$name."[ ]*?=[ ]*?[\'\"]([a-zA-Z0-9\_\[\]]*)[\'\"]'si";
118 118
 
119
-   $exp = "'".$name."[\s]*?=[\s]*?[\'\"]([^\'^\"]*?)[\'\"]'si";
120
-   preg_match_all($exp, $contents, $matches, PREG_SET_ORDER);
121
-   if(empty($filter)) {
122
-   	  return !empty($matches[0][1]) ? $matches[0][1] : '';
123
-   }
119
+    $exp = "'".$name."[\s]*?=[\s]*?[\'\"]([^\'^\"]*?)[\'\"]'si";
120
+    preg_match_all($exp, $contents, $matches, PREG_SET_ORDER);
121
+    if(empty($filter)) {
122
+            return !empty($matches[0][1]) ? $matches[0][1] : '';
123
+    }
124 124
 
125
-   $filtered = array();
126
-   foreach($matches as $tag) {
127
-   	  if(preg_match($filter, $tag[1])) {
128
-   	  	 $filtered[] = $tag;
129
-   	  }
130
-   }
131
-   return $filtered;
125
+    $filtered = array();
126
+    foreach($matches as $tag) {
127
+            if(preg_match($filter, $tag[1])) {
128
+                $filtered[] = $tag;
129
+            }
130
+    }
131
+    return $filtered;
132 132
 }
133 133
 
134 134
 /**
@@ -140,18 +140,18 @@  discard block
 block discarded – undo
140 140
  * @return Array of table elements found
141 141
  */
142 142
 function getTables($tableClass = null, $contents) {
143
-   preg_match_all("'(<table[^>]*?>)(.*?)(</table[^>]*?>)'si", $contents, $matches, PREG_SET_ORDER);
144
-   if($tableClass == null) {
145
-   	  return $matches;
146
-   }
143
+    preg_match_all("'(<table[^>]*?>)(.*?)(</table[^>]*?>)'si", $contents, $matches, PREG_SET_ORDER);
144
+    if($tableClass == null) {
145
+            return $matches;
146
+    }
147 147
 
148
-   $tables = array();
149
-   foreach($matches as $key => $table) {
150
-   	  if(strpos($table[1], $tableClass) > 0) {
151
-   	  	 $tables[] = $table;
152
-   	  }
153
-   }
154
-   return $this->convertToTagElement($tables);
148
+    $tables = array();
149
+    foreach($matches as $key => $table) {
150
+            if(strpos($table[1], $tableClass) > 0) {
151
+                $tables[] = $table;
152
+            }
153
+    }
154
+    return $this->convertToTagElement($tables);
155 155
 }
156 156
 
157 157
 /**
@@ -167,40 +167,40 @@  discard block
 block discarded – undo
167 167
  * @return a tag element format Array
168 168
  */
169 169
 function getElementsByType($type, $contents) {
170
-   $x = strlen($contents);
171
-   $mark = 0;
172
-   $count = 0;
173
-   $stag1 = "<" . trim($type, " <>") . '>';
174
-   $stag2 = "<" . trim($type, " <>") . ' ';
175
-   $etag = "</".$type.">";
176
-   $sincrement = strlen($stag1);
177
-   $eincrement = strlen($etag);
178
-   $sarr = array();
179
-   $values = array();
180
-
181
-   while($count < $x) {
182
-   	     $stok = substr($contents, $count, $sincrement);
183
-   	     $etok = substr($contents, $count, $eincrement);
184
-   	     if($stok == $stag1 || $stok == $stag2) {
185
-   	     	//Reset mark;
186
-   	        if(count($sarr) == 0) {
187
-   	           $mark = $count;
188
-   	        }
170
+    $x = strlen($contents);
171
+    $mark = 0;
172
+    $count = 0;
173
+    $stag1 = "<" . trim($type, " <>") . '>';
174
+    $stag2 = "<" . trim($type, " <>") . ' ';
175
+    $etag = "</".$type.">";
176
+    $sincrement = strlen($stag1);
177
+    $eincrement = strlen($etag);
178
+    $sarr = array();
179
+    $values = array();
180
+
181
+    while($count < $x) {
182
+            $stok = substr($contents, $count, $sincrement);
183
+            $etok = substr($contents, $count, $eincrement);
184
+            if($stok == $stag1 || $stok == $stag2) {
185
+                //Reset mark;
186
+                if(count($sarr) == 0) {
187
+                    $mark = $count;
188
+                }
189 189
             $sarr[] = $count;
190 190
 
191
-   	     } else if($etok == $etag) {
192
-   	        array_shift($sarr);
193
-   	        if(count($sarr) == 0) {
194
-   	           $val = substr($contents, $mark, ($count - $mark) + $eincrement);
195
-   	           $values[] = $val;
196
-   	           $mark = $count;
197
-   	        }
198
-   	     }
199
-   	     $count++;
200
-   }
191
+            } else if($etok == $etag) {
192
+                array_shift($sarr);
193
+                if(count($sarr) == 0) {
194
+                    $val = substr($contents, $mark, ($count - $mark) + $eincrement);
195
+                    $values[] = $val;
196
+                    $mark = $count;
197
+                }
198
+            }
199
+            $count++;
200
+    }
201 201
 
202
-   $count = 0;
203
-   return $values;
202
+    $count = 0;
203
+    return $values;
204 204
 }
205 205
 
206 206
 
@@ -210,14 +210,14 @@  discard block
 block discarded – undo
210 210
  *
211 211
  */
212 212
 function getElementValue($type, $contents, $filter = "(.*?)") {
213
-   $exp = "'<".$type."[^>]*?>".$filter."</".$type."[^>]*?>'si";
214
-   preg_match($exp, $contents, $matches);
215
-   return isset($matches[1]) ? $matches[1] : '';
213
+    $exp = "'<".$type."[^>]*?>".$filter."</".$type."[^>]*?>'si";
214
+    preg_match($exp, $contents, $matches);
215
+    return isset($matches[1]) ? $matches[1] : '';
216 216
 }
217 217
 
218 218
 
219 219
 function stripComments($contents) {
220
-   return preg_replace("'(<!--.*?-->)'si", "", $contents);
220
+    return preg_replace("'(<!--.*?-->)'si", "", $contents);
221 221
 }
222 222
 
223 223
 /**
@@ -229,14 +229,14 @@  discard block
 block discarded – undo
229 229
  * @param $result The file contents with non-matching flavor tags and their nested comments removed
230 230
  */
231 231
 function stripFlavorTags($contents) {
232
-   $flavor = isset($GLOBALS['sugar_flavor']) ? $GLOBALS['sugar_flavor'] : 'PRO';
233
-   $isPro = ($flavor == 'ENT' || $flavor == 'PRO') ? true : false;
234
-   if($isPro) {
235
-   	 $contents = preg_replace('/<!-- BEGIN: open_source -->.*?<!-- END: open_source -->/', '', $contents);
236
-   } else {
237
-   	 $contents = preg_replace('/<!-- BEGIN: pro -->.*?<!-- END: pro -->/', '', $contents);
238
-   }
239
-   return $contents;
232
+    $flavor = isset($GLOBALS['sugar_flavor']) ? $GLOBALS['sugar_flavor'] : 'PRO';
233
+    $isPro = ($flavor == 'ENT' || $flavor == 'PRO') ? true : false;
234
+    if($isPro) {
235
+        $contents = preg_replace('/<!-- BEGIN: open_source -->.*?<!-- END: open_source -->/', '', $contents);
236
+    } else {
237
+        $contents = preg_replace('/<!-- BEGIN: pro -->.*?<!-- END: pro -->/', '', $contents);
238
+    }
239
+    return $contents;
240 240
 }
241 241
 
242 242
 /**
@@ -247,34 +247,34 @@  discard block
 block discarded – undo
247 247
  * @return The maximum column count
248 248
  */
249 249
 function getMaxColumns($contents, $filter) {
250
-   preg_match_all("'(<tr[^>]*?>)(.*?)(</tr[^>]*?>)'si", $contents, $matches, PREG_SET_ORDER);
251
-   $max = 0;
252
-   foreach($matches as $tableRows) {
253
-           $count = substr_count($tableRows[2], $filter);
254
-           if($count > $max) {
255
-           	  $max = $count;
256
-           }
257
-   }
250
+    preg_match_all("'(<tr[^>]*?>)(.*?)(</tr[^>]*?>)'si", $contents, $matches, PREG_SET_ORDER);
251
+    $max = 0;
252
+    foreach($matches as $tableRows) {
253
+            $count = substr_count($tableRows[2], $filter);
254
+            if($count > $max) {
255
+                    $max = $count;
256
+            }
257
+    }
258 258
 
259
-   return $max;
259
+    return $max;
260 260
 }
261 261
 
262 262
 function convertToTagElement($matches) {
263 263
 
264
-   $elements = array();
264
+    $elements = array();
265 265
 
266
-   foreach($matches as $data) {
267
-   	   // We need 4 because the 1,2,3 indexes make up start,body,end
268
-	   if(count($data) == 4) {
269
-	   	  $element = array();
270
-	   	  $element['start'] = $data[1];
271
-	   	  $element['body'] = $data[2];
272
-	   	  $element['end'] = $data[3];
273
-	   	  $elements[] = $element;
274
-	   }
275
-   }
266
+    foreach($matches as $data) {
267
+            // We need 4 because the 1,2,3 indexes make up start,body,end
268
+        if(count($data) == 4) {
269
+                $element = array();
270
+                $element['start'] = $data[1];
271
+                $element['body'] = $data[2];
272
+                $element['end'] = $data[3];
273
+                $elements[] = $element;
274
+        }
275
+    }
276 276
 
277
-   return empty($elements) ? $matches : $elements;
277
+    return empty($elements) ? $matches : $elements;
278 278
 }
279 279
 
280 280
 /*
@@ -282,10 +282,10 @@  discard block
 block discarded – undo
282 282
  * This function removes the \r (return), \n (newline) and \t (tab) markup from string
283 283
  */
284 284
 function trimHTML($contents) {
285
-   $contents = str_replace(array("\r"), array(""), $contents);
286
-   $contents = str_replace(array("\n"), array(""), $contents);
287
-   $contents = str_replace(array("\t"), array(""), $contents);
288
-   return $contents;
285
+    $contents = str_replace(array("\r"), array(""), $contents);
286
+    $contents = str_replace(array("\n"), array(""), $contents);
287
+    $contents = str_replace(array("\t"), array(""), $contents);
288
+    return $contents;
289 289
 }
290 290
 
291 291
 
@@ -307,11 +307,11 @@  discard block
 block discarded – undo
307 307
 //Check if there are Javascript blocks of code to process
308 308
 preg_match_all("'(<script[^>]*?>)(.*?)(</script[^>]*?>)'si", $contents, $matches, PREG_PATTERN_ORDER);
309 309
 if(empty($matches)) {
310
-   return $javascript;
310
+    return $javascript;
311 311
 }
312 312
 
313 313
 foreach($matches[0] as $scriptBlock) {
314
-	    $javascript .= "\n" . $scriptBlock;
314
+        $javascript .= "\n" . $scriptBlock;
315 315
 } //foreach
316 316
 
317 317
 $javascript = substr($javascript, 1);
@@ -323,19 +323,19 @@  discard block
 block discarded – undo
323 323
 //Find all blocks that may need to be replaced with Smarty syntax
324 324
 preg_match_all("'([\{])([a-zA-Z0-9_]*?)([\}])'si", $javascript, $matches, PREG_PATTERN_ORDER);
325 325
 if(!empty($matches)) {
326
-	$replace = array();
326
+    $replace = array();
327 327
 
328
-	foreach($matches[0] as $xTemplateCode) {
329
-		    if(!isset($replace[$xTemplateCode])) {
330
-		       $replace[$xTemplateCode] = str_replace("{", "{\$", $xTemplateCode);
331
-		    } //if
332
-	} //foreach
328
+    foreach($matches[0] as $xTemplateCode) {
329
+            if(!isset($replace[$xTemplateCode])) {
330
+                $replace[$xTemplateCode] = str_replace("{", "{\$", $xTemplateCode);
331
+            } //if
332
+    } //foreach
333 333
 
334
-	$javascript = str_replace(array_keys($replace), array_values($replace), $javascript);
334
+    $javascript = str_replace(array_keys($replace), array_values($replace), $javascript);
335 335
 } //if
336 336
 
337 337
 if(!$addLiterals) {
338
-   return $javascript;
338
+    return $javascript;
339 339
 }
340 340
 
341 341
 return $this->parseDelimiters($javascript);
@@ -343,44 +343,44 @@  discard block
 block discarded – undo
343 343
 }
344 344
 
345 345
 static function parseDelimiters($javascript) {
346
-	$newJavascript = '';
347
-	$scriptLength = strlen($javascript);
348
-	$count = 0;
349
-	$inSmartyVariable = false;
350
-
351
-	while($count < $scriptLength) {
352
-
353
-	      if($inSmartyVariable) {
354
-	      	 $start = $count;
355
-	      	 $numOfChars = 1;
356
-	      	 while(isset($javascript[$count]) && $javascript[$count] != '}') {
357
-	      	 	   $count++;
358
-	      	 	   $numOfChars++;
359
-	      	 }
360
-
361
-	      	 $newJavascript .= substr($javascript, $start, $numOfChars);
362
-	      	 $inSmartyVariable = false;
363
-
364
-	      } else {
365
-
366
-			  $char = $javascript[$count];
367
-			  $nextChar = ($count + 1 >= $scriptLength) ? '' : $javascript[$count + 1];
368
-
369
-			  if($char == "{" && $nextChar == "$") {
370
-			  	 $inSmartyVariable = true;
371
-			  	 $newJavascript .= $javascript[$count];
372
-			  } else if($char == "{") {
373
-			  	 $newJavascript .=  " {ldelim} ";
374
-			  } else if($char == "}") {
375
-			  	 $newJavascript .= " {rdelim} ";
376
-			  } else {
377
-			     $newJavascript .= $javascript[$count];
378
-			  }
379
-	      }
380
-		  $count++;
381
-	} //while
382
-
383
-	return $newJavascript;
346
+    $newJavascript = '';
347
+    $scriptLength = strlen($javascript);
348
+    $count = 0;
349
+    $inSmartyVariable = false;
350
+
351
+    while($count < $scriptLength) {
352
+
353
+            if($inSmartyVariable) {
354
+                $start = $count;
355
+                $numOfChars = 1;
356
+                while(isset($javascript[$count]) && $javascript[$count] != '}') {
357
+                        $count++;
358
+                        $numOfChars++;
359
+                }
360
+
361
+                $newJavascript .= substr($javascript, $start, $numOfChars);
362
+                $inSmartyVariable = false;
363
+
364
+            } else {
365
+
366
+                $char = $javascript[$count];
367
+                $nextChar = ($count + 1 >= $scriptLength) ? '' : $javascript[$count + 1];
368
+
369
+                if($char == "{" && $nextChar == "$") {
370
+                    $inSmartyVariable = true;
371
+                    $newJavascript .= $javascript[$count];
372
+                } else if($char == "{") {
373
+                    $newJavascript .=  " {ldelim} ";
374
+                } else if($char == "}") {
375
+                    $newJavascript .= " {rdelim} ";
376
+                } else {
377
+                    $newJavascript .= $javascript[$count];
378
+                }
379
+            }
380
+            $count++;
381
+    } //while
382
+
383
+    return $newJavascript;
384 384
 }
385 385
 
386 386
 /**
@@ -397,43 +397,43 @@  discard block
 block discarded – undo
397 397
  */
398 398
 function findAssignedVariableName($name, $filePath) {
399 399
 
400
-	if($this->mPHPFile == "INVALID") {
401
-	   return $name;
402
-	}
403
-
404
-	if(!isset($this->mPHPFile)) {
405
-	   if(preg_match('/(.*?)(DetailView).html$/', $filePath, $matches)) {
406
-	   	 $dir = $matches[1];
407
-	   } else if(preg_match('/(.*?)(EditView).html$/', $filePath, $matches)) {
408
-	   	 $dir = $matches[1];
409
-	   }
410
-
411
-	   if(!isset($dir) || !is_dir($dir)) {
412
-	      $this->mPHPFile = "INVALID";
413
-	      return $name;
414
-	   }
415
-
416
-       $filesInDir = $this->dirList($dir);
417
-       $phpFile = $matches[2].'.*?[\.]php';
418
-       foreach($filesInDir as $file) {
419
-       	  if(preg_match("/$phpFile/", $file)) {
420
-       	  	 $this->mPHPFile = $matches[1] . $file;
421
-       	  	 break;
422
-       	  }
423
-       }
424
-
425
-       if(!isset($this->mPHPFile) || !file_exists($this->mPHPFile)) {
426
-       	  $this->mPHPFile = "INVALID";
427
-       	  return $name;
428
-       }
429
-	}
430
-
431
-	$phpContents = file_get_contents($this->mPHPFile);
432
-	$uname = strtoupper($name);
433
-	if(preg_match("/xtpl->assign[\(][\"\']".$uname."[\"\'][\s]*?,[\s]*?[\$]focus->(.*?)[\)]/si", $phpContents, $matches)) {
434
-	   return $matches[1];
435
-	}
436
-	return $name;
400
+    if($this->mPHPFile == "INVALID") {
401
+        return $name;
402
+    }
403
+
404
+    if(!isset($this->mPHPFile)) {
405
+        if(preg_match('/(.*?)(DetailView).html$/', $filePath, $matches)) {
406
+            $dir = $matches[1];
407
+        } else if(preg_match('/(.*?)(EditView).html$/', $filePath, $matches)) {
408
+            $dir = $matches[1];
409
+        }
410
+
411
+        if(!isset($dir) || !is_dir($dir)) {
412
+            $this->mPHPFile = "INVALID";
413
+            return $name;
414
+        }
415
+
416
+        $filesInDir = $this->dirList($dir);
417
+        $phpFile = $matches[2].'.*?[\.]php';
418
+        foreach($filesInDir as $file) {
419
+                if(preg_match("/$phpFile/", $file)) {
420
+                    $this->mPHPFile = $matches[1] . $file;
421
+                    break;
422
+                }
423
+        }
424
+
425
+        if(!isset($this->mPHPFile) || !file_exists($this->mPHPFile)) {
426
+                $this->mPHPFile = "INVALID";
427
+                return $name;
428
+        }
429
+    }
430
+
431
+    $phpContents = file_get_contents($this->mPHPFile);
432
+    $uname = strtoupper($name);
433
+    if(preg_match("/xtpl->assign[\(][\"\']".$uname."[\"\'][\s]*?,[\s]*?[\$]focus->(.*?)[\)]/si", $phpContents, $matches)) {
434
+        return $matches[1];
435
+    }
436
+    return $name;
437 437
 }
438 438
 
439 439
 
@@ -476,65 +476,65 @@  discard block
 block discarded – undo
476 476
  */
477 477
 function getCustomField($elementNames) {
478 478
 
479
-   if(!isset($elementNames) || (!is_string($elementNames) && !is_array($elementNames))) {
480
-   	  return null;
481
-   }
479
+    if(!isset($elementNames) || (!is_string($elementNames) && !is_array($elementNames))) {
480
+            return null;
481
+    }
482 482
 
483
-   if(is_string($elementNames)) {
484
-   	  if(preg_match('/(.+_c)(_basic)?(\[\])?$/', $elementNames, $matches)) {
485
-   	  	 return count($matches) == 1 ? $matches[0] : $matches[1];
486
-   	  }
487
-   	  return null;
488
-   }
483
+    if(is_string($elementNames)) {
484
+            if(preg_match('/(.+_c)(_basic)?(\[\])?$/', $elementNames, $matches)) {
485
+                return count($matches) == 1 ? $matches[0] : $matches[1];
486
+            }
487
+            return null;
488
+    }
489 489
 
490
-   foreach($elementNames as $name) {
491
-   	  if(preg_match('/(.+_c)(_basic)?(\[\])?$/', $name, $matches)) {
492
-   	  	 return count($matches) == 1 ? $matches[0] : $matches[1];
493
-   	  }
494
-   }
490
+    foreach($elementNames as $name) {
491
+            if(preg_match('/(.+_c)(_basic)?(\[\])?$/', $name, $matches)) {
492
+                return count($matches) == 1 ? $matches[0] : $matches[1];
493
+            }
494
+    }
495 495
 
496
-   return null;
496
+    return null;
497 497
 }
498 498
 
499 499
 function applyPreRules($moduleDir, $panels) {
500
-   if(file_exists("include/SugarFields/Parsers/Rules/".$moduleDir."ParseRule.php")) {
501
-	  require_once("include/SugarFields/Parsers/Rules/".$moduleDir."ParseRule.php");
502
-	  $class = $moduleDir."ParseRule";
503
-	  $parseRule = new $class();
504
-	  $panels = $parseRule->preParse($panels, $this->mView);
505
-   }
506
-   return $panels;
500
+    if(file_exists("include/SugarFields/Parsers/Rules/".$moduleDir."ParseRule.php")) {
501
+        require_once("include/SugarFields/Parsers/Rules/".$moduleDir."ParseRule.php");
502
+        $class = $moduleDir."ParseRule";
503
+        $parseRule = new $class();
504
+        $panels = $parseRule->preParse($panels, $this->mView);
505
+    }
506
+    return $panels;
507 507
 }
508 508
 
509 509
 function applyRules($moduleDir, $panels) {
510
-   return $this->applyPostRules($moduleDir, $panels);
510
+    return $this->applyPostRules($moduleDir, $panels);
511 511
 }
512 512
 
513 513
 function applyPostRules($moduleDir, $panels) {
514
-   //Run module specific rules
515
-   if(file_exists("include/SugarFields/Parsers/Rules/".$moduleDir."ParseRule.php")) {
516
-	  require_once("include/SugarFields/Parsers/Rules/".$moduleDir."ParseRule.php");
517
-	  $class = $moduleDir."ParseRule";
518
-	  $parseRule = new $class();
519
-	  $panels = $parseRule->parsePanels($panels, $this->mView);
520
-   }
514
+    //Run module specific rules
515
+    if(file_exists("include/SugarFields/Parsers/Rules/".$moduleDir."ParseRule.php")) {
516
+        require_once("include/SugarFields/Parsers/Rules/".$moduleDir."ParseRule.php");
517
+        $class = $moduleDir."ParseRule";
518
+        $parseRule = new $class();
519
+        $panels = $parseRule->parsePanels($panels, $this->mView);
520
+    }
521 521
 
522
-   //Now run defined rules
523
-   require_once("include/SugarFields/Parsers/Rules/ParseRules.php");
524
-   $rules = ParseRules::getRules();
522
+    //Now run defined rules
523
+    require_once("include/SugarFields/Parsers/Rules/ParseRules.php");
524
+    $rules = ParseRules::getRules();
525 525
 
526
-   foreach($rules as $rule) {
527
-   	  if(!file_exists($rule['file'])) {
528
-   	  	 $GLOBALS['log']->error("Cannot run rule for " . $rule['file']);
529
-   	  	 continue;
530
-   	  } //if
531
-   	  require_once($rule['file']);
532
-   	  $runRule = new $rule['class'];
533
-   	  $panels = $runRule->parsePanels($panels, $this->mView);
526
+    foreach($rules as $rule) {
527
+            if(!file_exists($rule['file'])) {
528
+                $GLOBALS['log']->error("Cannot run rule for " . $rule['file']);
529
+                continue;
530
+            } //if
531
+            require_once($rule['file']);
532
+            $runRule = new $rule['class'];
533
+            $panels = $runRule->parsePanels($panels, $this->mView);
534 534
 
535
-   } //foreach
535
+    } //foreach
536 536
 
537
-   return $panels;
537
+    return $panels;
538 538
 }
539 539
 
540 540
 function createFileContents($moduleDir, $panels, $templateMeta=array(), $htmlFilePath) {
@@ -574,11 +574,11 @@  discard block
 block discarded – undo
574 574
 );
575 575
 ?>";
576 576
 
577
-   $metadata = '';
578
-   $body = var_export($panels, true);
579
-   $metadata = $header . $body . $footer;
580
-   $metadata = preg_replace('/(\d+)[\s]=>[\s]?/',"",$metadata);
581
-   return $metadata;
577
+    $metadata = '';
578
+    $body = var_export($panels, true);
579
+    $metadata = $header . $body . $footer;
580
+    $metadata = preg_replace('/(\d+)[\s]=>[\s]?/',"",$metadata);
581
+    return $metadata;
582 582
 
583 583
 }
584 584
 
@@ -592,88 +592,88 @@  discard block
 block discarded – undo
592 592
  * @return Array of merged $panel definition
593 593
  */
594 594
 function mergePanels($panels, $vardefs, $moduleDir, $masterCopy) {
595
-   require($masterCopy);
596
-   $masterpanels = $viewdefs[$moduleDir][$this->mView]['panels'];
597
-   $hasMultiplePanels = $this->hasMultiplePanels($masterpanels);
595
+    require($masterCopy);
596
+    $masterpanels = $viewdefs[$moduleDir][$this->mView]['panels'];
597
+    $hasMultiplePanels = $this->hasMultiplePanels($masterpanels);
598 598
 
599
-   if(!$hasMultiplePanels) {
600
-   	    $keys = array_keys($viewdefs[$moduleDir][$this->mView]['panels']);
599
+    if(!$hasMultiplePanels) {
600
+            $keys = array_keys($viewdefs[$moduleDir][$this->mView]['panels']);
601 601
         if(!empty($keys) && count($keys) == 1) {
602
-        	if(strtolower($keys[0]) == 'default') {
603
-        	   $masterpanels = array('default'=>$viewdefs[$moduleDir][$this->mView]['panels'][$keys[0]]);
604
-        	} else {
605
-        	   $firstPanel = array_values($viewdefs[$moduleDir][$this->mView]['panels']);
606
-	           $masterpanels = array('default'=> $firstPanel[0]);
607
-        	}
602
+            if(strtolower($keys[0]) == 'default') {
603
+                $masterpanels = array('default'=>$viewdefs[$moduleDir][$this->mView]['panels'][$keys[0]]);
604
+            } else {
605
+                $firstPanel = array_values($viewdefs[$moduleDir][$this->mView]['panels']);
606
+                $masterpanels = array('default'=> $firstPanel[0]);
607
+            }
608 608
         } else {
609
-        	$masterpanels = array('default'=>$viewdefs[$moduleDir][$this->mView]['panels']);
609
+            $masterpanels = array('default'=>$viewdefs[$moduleDir][$this->mView]['panels']);
610 610
         }
611
-   }
612
-   foreach($masterpanels as $name=>$masterpanel) {
613
-   	       if(isset($panels[$name])) {
614
-	   	       	  // Get all the names in the panel
615
-	   	       	  $existingElements = array();
616
-	   	       	  $existingLocation = array();
617
-
618
-	   	       	  foreach($panels[$name] as $rowKey=>$row) {
619
-	   	       	  	 foreach($row as $colKey=>$column) {
620
-	   	       	  	 	if(is_array($column) && !empty($column['name'])) {
621
-	   	       	  	 	   $existingElements[$column['name']] = $column['name'];
622
-	   	       	  	 	   $existingLocation[$column['name']] = array("panel"=>$name, "row"=>$rowKey, "col"=>$colKey);
623
-	   	       	  	 	} else if(!is_array($column) && !empty($column)) {
624
-	   	       	  	 	   $existingElements[$column] = $column;
625
-	   	       	  	 	   $existingLocation[$column] = array("panel"=>$name, "row"=>$rowKey, "col"=>$colKey);
626
-	   	       	  	 	}
627
-	   	       	  	 } //foreach
628
-	   	       	  } //foreach
629
-
630
-	   	       	  // Now check against the $masterCopy
631
-	   	       	  foreach($masterpanel as $rowKey=>$row) {
632
-
633
-	   	       	  	 $addRow = array();
634
-
635
-	   	       	  	 foreach($row as $colKey=>$column) {
636
-	   	       	  	 	if(is_array($column) && isset($column['name'])) {
637
-	   	       	  	 	   $id = $column['name'];
638
-	   	       	  	 	} else if(!is_array($column) && !empty($column)) {
639
-	   	       	  	 	   $id = $column;
640
-	   	       	  	 	} else {
641
-	   	       	  	 	   continue;
642
-	   	       	  	 	}
643
-	   	       	  	 	if(empty($existingElements[$id])) {
644
-	   	       	  	 	   //Only add if
645
-	   	       	  	 	   // 1) if it is a required field (as defined in metadata)
646
-	   	       	  	 	   // 2) or if it has a customLabel and customCode (a very deep customization)
647
-	   	       	  	 	   if((is_array($column) && !empty($column['displayParams']['required'])) ||
648
-	   	       	  	 	      (is_array($column) && !empty($column['customCode']) && !empty($column['customLabel']))) {
649
-	   	       	  	 	   	  $addRow[] = $column;
650
-	   	       	  	 	   }
651
-	   	       	  	 	} else {
652
-	   	       	  	 	   //Use definition from master copy instead
653
-	   	       	  	 	   $panels[$existingLocation[$id]['panel']][$existingLocation[$id]['row']][$existingLocation[$id]['col']] = $column;
654
-	   	       	  	 	}
655
-	   	       	  	 } //foreach
656
-
657
-	   	       	  	 // Add it to the $panels
658
-	   	       	  	 if(!empty($addRow)) {
659
-	   	       	  	 	$panels[$name][] = $addRow;
660
-	   	       	  	 }
661
-	   	       	  } //foreach
662
-
663
-   	       } else {
664
-	   	       	  $panels[$name] = $masterpanel;
665
-   	       }
666
-   } //foreach
667
-
668
-   // We're not done yet... go through the $panels Array now and try to remove duplicate
669
-   // or empty panels
670
-   foreach($panels as $name=>$panel) {
671
-   	   if(count($panel) == 0 || !isset($masterpanels[$name])) {
672
-   	   	  unset($panels[$name]);
673
-   	   }
674
-   } //foreach
675
-
676
-   return $panels;
611
+    }
612
+    foreach($masterpanels as $name=>$masterpanel) {
613
+                if(isset($panels[$name])) {
614
+                        // Get all the names in the panel
615
+                        $existingElements = array();
616
+                        $existingLocation = array();
617
+
618
+                        foreach($panels[$name] as $rowKey=>$row) {
619
+                                foreach($row as $colKey=>$column) {
620
+                                    if(is_array($column) && !empty($column['name'])) {
621
+                                    $existingElements[$column['name']] = $column['name'];
622
+                                    $existingLocation[$column['name']] = array("panel"=>$name, "row"=>$rowKey, "col"=>$colKey);
623
+                                    } else if(!is_array($column) && !empty($column)) {
624
+                                    $existingElements[$column] = $column;
625
+                                    $existingLocation[$column] = array("panel"=>$name, "row"=>$rowKey, "col"=>$colKey);
626
+                                    }
627
+                                } //foreach
628
+                        } //foreach
629
+
630
+                        // Now check against the $masterCopy
631
+                        foreach($masterpanel as $rowKey=>$row) {
632
+
633
+                                $addRow = array();
634
+
635
+                                foreach($row as $colKey=>$column) {
636
+                                    if(is_array($column) && isset($column['name'])) {
637
+                                    $id = $column['name'];
638
+                                    } else if(!is_array($column) && !empty($column)) {
639
+                                    $id = $column;
640
+                                    } else {
641
+                                    continue;
642
+                                    }
643
+                                    if(empty($existingElements[$id])) {
644
+                                    //Only add if
645
+                                    // 1) if it is a required field (as defined in metadata)
646
+                                    // 2) or if it has a customLabel and customCode (a very deep customization)
647
+                                    if((is_array($column) && !empty($column['displayParams']['required'])) ||
648
+                                       (is_array($column) && !empty($column['customCode']) && !empty($column['customLabel']))) {
649
+                                            $addRow[] = $column;
650
+                                    }
651
+                                    } else {
652
+                                    //Use definition from master copy instead
653
+                                    $panels[$existingLocation[$id]['panel']][$existingLocation[$id]['row']][$existingLocation[$id]['col']] = $column;
654
+                                    }
655
+                                } //foreach
656
+
657
+                                // Add it to the $panels
658
+                                if(!empty($addRow)) {
659
+                                    $panels[$name][] = $addRow;
660
+                                }
661
+                        } //foreach
662
+
663
+                } else {
664
+                        $panels[$name] = $masterpanel;
665
+                }
666
+    } //foreach
667
+
668
+    // We're not done yet... go through the $panels Array now and try to remove duplicate
669
+    // or empty panels
670
+    foreach($panels as $name=>$panel) {
671
+            if(count($panel) == 0 || !isset($masterpanels[$name])) {
672
+                unset($panels[$name]);
673
+            }
674
+    } //foreach
675
+
676
+    return $panels;
677 677
 }
678 678
 
679 679
 /**
@@ -685,70 +685,70 @@  discard block
 block discarded – undo
685 685
  * @return Array of merged $templateMeta definition
686 686
  */
687 687
 function mergeTemplateMeta($templateMeta, $moduleDir, $masterCopy) {
688
-   require($masterCopy);
689
-   $masterTemplateMeta = $viewdefs[$moduleDir][$this->mView]['templateMeta'];
688
+    require($masterCopy);
689
+    $masterTemplateMeta = $viewdefs[$moduleDir][$this->mView]['templateMeta'];
690 690
 
691
-   if(isset($masterTemplateMeta['javascript'])) {
692
-   	  //Insert the getJSPath code back into src value
693
-   	  $masterTemplateMeta['javascript'] = preg_replace('/src\s*=\s*[\'\"].*?(modules\/|include\/)([^\.]*?\.js)([^\'\"]*?)[\'\"]/i', 'src="@sq . getJSPath(@sq${1}${2}@sq) . @sq"', $masterTemplateMeta['javascript']);
694
-   }
691
+    if(isset($masterTemplateMeta['javascript'])) {
692
+            //Insert the getJSPath code back into src value
693
+            $masterTemplateMeta['javascript'] = preg_replace('/src\s*=\s*[\'\"].*?(modules\/|include\/)([^\.]*?\.js)([^\'\"]*?)[\'\"]/i', 'src="@sq . getJSPath(@sq${1}${2}@sq) . @sq"', $masterTemplateMeta['javascript']);
694
+    }
695 695
 
696
-   return $masterTemplateMeta;
696
+    return $masterTemplateMeta;
697 697
 }
698 698
 
699 699
 function hasRequiredSpanLabel($html) {
700
-   if(empty($html)) {
701
-   	  return false;
702
-   }
700
+    if(empty($html)) {
701
+            return false;
702
+    }
703 703
 
704
-   return preg_match('/\<(div|span) class=(\")?required(\")?\s?>\*<\/(div|span)>/si', $html);
704
+    return preg_match('/\<(div|span) class=(\")?required(\")?\s?>\*<\/(div|span)>/si', $html);
705 705
 }
706 706
 
707 707
 function hasMultiplePanels($panels) {
708 708
 
709
-   if(!isset($panels) || empty($panels) || !is_array($panels)) {
710
-   	  return false;
711
-   }
709
+    if(!isset($panels) || empty($panels) || !is_array($panels)) {
710
+            return false;
711
+    }
712 712
 
713
-   if(is_array($panels) && (count($panels) == 0 || count($panels) == 1)) {
714
-   	  return false;
715
-   }
713
+    if(is_array($panels) && (count($panels) == 0 || count($panels) == 1)) {
714
+            return false;
715
+    }
716 716
 
717
-   foreach($panels as $panel) {
718
-   	  if(!empty($panel) && !is_array($panel)) {
719
-   	  	 return false;
720
-   	  } else {
721
-   	  	 foreach($panel as $row) {
722
-   	  	    if(!empty($row) && !is_array($row)) {
723
-   	  	       return false;
724
-   	  	    } //if
725
-   	  	 } //foreach
726
-   	  } //if-else
727
-   } //foreach
717
+    foreach($panels as $panel) {
718
+            if(!empty($panel) && !is_array($panel)) {
719
+                return false;
720
+            } else {
721
+                foreach($panel as $row) {
722
+                    if(!empty($row) && !is_array($row)) {
723
+                    return false;
724
+                    } //if
725
+                } //foreach
726
+            } //if-else
727
+    } //foreach
728 728
 
729
-   return true;
729
+    return true;
730 730
 }
731 731
 
732 732
 function getRelateFieldName($mixed='') {
733
-   if(!is_array($mixed)) {
734
-   	  return '';
735
-   } else if(count($mixed) == 2){
736
-      $id = '';
737
-   	  $name = '';
738
-   	  foreach($mixed as $el) {
739
-   	  	 if(preg_match('/_id$/', $el)) {
740
-   	  	    $id = $el;
741
-   	  	 } else if(preg_match('/_name$/', $el)) {
742
-   	  	    $name = $el;
743
-   	  	 }
744
-   	  }
745
-   	  return (!empty($id) && !empty($name)) ? $name : '';
746
-   }
747
-   return '';
733
+    if(!is_array($mixed)) {
734
+            return '';
735
+    } else if(count($mixed) == 2){
736
+        $id = '';
737
+            $name = '';
738
+            foreach($mixed as $el) {
739
+                if(preg_match('/_id$/', $el)) {
740
+                    $id = $el;
741
+                } else if(preg_match('/_name$/', $el)) {
742
+                    $name = $el;
743
+                }
744
+            }
745
+            return (!empty($id) && !empty($name)) ? $name : '';
746
+    }
747
+    return '';
748 748
 }
749 749
 
750 750
 function getCustomPanels() {
751
-   return $this->mCustomPanels;
751
+    return $this->mCustomPanels;
752 752
 }
753 753
 
754 754
 /**
@@ -759,10 +759,10 @@  discard block
 block discarded – undo
759 759
  *
760 760
  */
761 761
 function fixTablesWithMissingTr($tableContents) {
762
-   if(preg_match('/(<table[^>]*?[\/]?>\s*?<td)/i', $tableContents, $matches)) {
763
-   	  return preg_replace('/(<table[^>]*?[\/]?>\s*?<td)/i', '<table><tr><td', $tableContents);
764
-   }
765
-   return $tableContents;
762
+    if(preg_match('/(<table[^>]*?[\/]?>\s*?<td)/i', $tableContents, $matches)) {
763
+            return preg_replace('/(<table[^>]*?[\/]?>\s*?<td)/i', '<table><tr><td', $tableContents);
764
+    }
765
+    return $tableContents;
766 766
 }
767 767
 
768 768
 /**
@@ -770,10 +770,10 @@  discard block
 block discarded – undo
770 770
  * This is a very crude function to fix instances where files have an </tr> tag immediately followed by a <td> tag
771 771
  */
772 772
 function fixRowsWithMissingTr($tableContents) {
773
-   if(preg_match('/(<\/tr[^>]*?[\/]?>\s*?<td)/i', $tableContents, $matches)) {
774
-   	  return preg_replace('/(<\/tr[^>]*?[\/]?>\s*?<td)/i', '</tr><tr><td', $tableContents);
775
-   }
776
-   return $tableContents;
773
+    if(preg_match('/(<\/tr[^>]*?[\/]?>\s*?<td)/i', $tableContents, $matches)) {
774
+            return preg_replace('/(<\/tr[^>]*?[\/]?>\s*?<td)/i', '</tr><tr><td', $tableContents);
775
+    }
776
+    return $tableContents;
777 777
 }
778 778
 
779 779
 /**
@@ -781,10 +781,10 @@  discard block
 block discarded – undo
781 781
  * This is a very crude function to fix instances where files have two consecutive <tr> tags
782 782
  */
783 783
 function fixDuplicateTrTags($tableContents) {
784
-   if(preg_match('/(<tr[^>]*?[\/]?>\s*?<tr)/i', $tableContents, $matches)) {
785
-   	  return preg_replace('/(<tr[^>]*?[\/]?>\s*?<tr)/i', '<tr', $tableContents);
786
-   }
787
-   return $tableContents;
784
+    if(preg_match('/(<tr[^>]*?[\/]?>\s*?<tr)/i', $tableContents, $matches)) {
785
+            return preg_replace('/(<tr[^>]*?[\/]?>\s*?<tr)/i', '<tr', $tableContents);
786
+    }
787
+    return $tableContents;
788 788
 }
789 789
 
790 790
 /**
@@ -793,18 +793,18 @@  discard block
 block discarded – undo
793 793
  * return that vardef name
794 794
  */
795 795
 function findSingleVardefElement($formElements=array(), $vardefs=array()) {
796
-   if(empty($formElements) || !is_array($formElements)) {
797
-   	  return '';
798
-   }
799
-
800
-   $found = array();
801
-   foreach($formElements as $el) {
802
-   	   if(isset($vardefs[$el])) {
803
-   	   	  $found[] = $el;
804
-   	   }
805
-   }
806
-
807
-   return count($found) == 1 ? $found[0] : '';
796
+    if(empty($formElements) || !is_array($formElements)) {
797
+            return '';
798
+    }
799
+
800
+    $found = array();
801
+    foreach($formElements as $el) {
802
+            if(isset($vardefs[$el])) {
803
+                $found[] = $el;
804
+            }
805
+    }
806
+
807
+    return count($found) == 1 ? $found[0] : '';
808 808
 }
809 809
 
810 810
 
Please login to merge, or discard this patch.
include/SugarFields/Parsers/QuickCreateMetaParser.php 1 patch
Indentation   +164 added lines, -164 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@  discard block
 block discarded – undo
52 52
 class QuickCreateMetaParser extends MetaParser {
53 53
 
54 54
 function QuickCreateMetaParser() {
55
-   $this->mView = 'QuickCreate';
55
+    $this->mView = 'QuickCreate';
56 56
 }
57 57
 
58 58
 /**
@@ -67,199 +67,199 @@  discard block
 block discarded – undo
67 67
  **/
68 68
 function parse($filePath, $vardefs = array(), $moduleDir = '', $merge=false, $masterCopy=null) {
69 69
 
70
-   global $app_strings;
71
-   $contents = file_get_contents($filePath);
70
+    global $app_strings;
71
+    $contents = file_get_contents($filePath);
72 72
    
73
-   // The contents are not well formed so we add this section to make it easier to parse
74
-   $contents = $this->trimHTML($contents) . '</td></tr></table>';
75
-   $moduleName = '';
73
+    // The contents are not well formed so we add this section to make it easier to parse
74
+    $contents = $this->trimHTML($contents) . '</td></tr></table>';
75
+    $moduleName = '';
76 76
    
77
-   $forms = $this->getElementsByType("form", $contents);
78
-   $tables = $this->getElementsByType("table", $forms[0] . "</td></tr></table>");
79
-   $mainrow = $this->getElementsByType("tr", $tables[1]);
80
-   $rows = substr($mainrow[0], strpos($mainrow[0], "</tr>"));
81
-   $tablerows = $this->getElementsByType("tr", $rows);
77
+    $forms = $this->getElementsByType("form", $contents);
78
+    $tables = $this->getElementsByType("table", $forms[0] . "</td></tr></table>");
79
+    $mainrow = $this->getElementsByType("tr", $tables[1]);
80
+    $rows = substr($mainrow[0], strpos($mainrow[0], "</tr>"));
81
+    $tablerows = $this->getElementsByType("tr", $rows);
82 82
 
83
-   foreach($tablerows as $trow) {
83
+    foreach($tablerows as $trow) {
84 84
    	
85
-   	   $emptyCount = 0;
86
-   	   $tablecolumns = $this->getElementsByType("td", $trow);
87
-       $col = array();
88
-       $slot = 0;
85
+            $emptyCount = 0;
86
+            $tablecolumns = $this->getElementsByType("td", $trow);
87
+        $col = array();
88
+        $slot = 0;
89 89
        
90
-	   foreach($tablecolumns as $tcols) {
90
+        foreach($tablecolumns as $tcols) {
91 91
 	   	  	 	  
92
-	   	  $sugarAttrLabel = $this->getTagAttribute("sugar", $tcols, "'^slot[^b]+$'");
93
-	   	  $sugarAttrValue = $this->getTagAttribute("sugar", $tcols, "'slot[0-9]+b$'");
92
+                $sugarAttrLabel = $this->getTagAttribute("sugar", $tcols, "'^slot[^b]+$'");
93
+                $sugarAttrValue = $this->getTagAttribute("sugar", $tcols, "'slot[0-9]+b$'");
94 94
 
95
-          // If there wasn't any slot numbering/lettering then just default to expect label->vallue pairs
96
-          $sugarAttrLabel = count($sugarAttrLabel) != 0 ? $sugarAttrLabel : ($slot % 2 == 0) ? true : false;
97
-          $sugarAttrValue = count($sugarAttrValue) != 0 ? $sugarAttrValue : ($slot % 2 == 1) ? true : false;
95
+            // If there wasn't any slot numbering/lettering then just default to expect label->vallue pairs
96
+            $sugarAttrLabel = count($sugarAttrLabel) != 0 ? $sugarAttrLabel : ($slot % 2 == 0) ? true : false;
97
+            $sugarAttrValue = count($sugarAttrValue) != 0 ? $sugarAttrValue : ($slot % 2 == 1) ? true : false;
98 98
           
99
-          $slot++;
99
+            $slot++;
100 100
           
101
-          if($sugarAttrValue) {
101
+            if($sugarAttrValue) {
102 102
 	   	     	 
103
-	   	  	 $spanValue = strtolower($this->getElementValue("span", $tcols));
104
-             if(empty($spanValue)) {
103
+                    $spanValue = strtolower($this->getElementValue("span", $tcols));
104
+                if(empty($spanValue)) {
105 105
                 $spanValue = strtolower($this->getElementValue("slot", $tcols));	
106
-             }
107
-             if(empty($spanValue)) {
106
+                }
107
+                if(empty($spanValue)) {
108 108
                 $spanValue = strtolower($this->getElementValue("td", $tcols));
109
-             }
109
+                }
110 110
              
111
-             //Get all the editable form elements' names
112
-	   	  	 $formElementNames = $this->getFormElementsNames($spanValue);		   	  	 
113
-	   	  	 $customField = $this->getCustomField($formElementNames);
111
+                //Get all the editable form elements' names
112
+                    $formElementNames = $this->getFormElementsNames($spanValue);		   	  	 
113
+                    $customField = $this->getCustomField($formElementNames);
114 114
 	   	  	 
115
-	   	  	 $name = '';
116
-             $readOnly = false;
117
-             $fields = null;
118
-             $customCode = null;
115
+                    $name = '';
116
+                $readOnly = false;
117
+                $fields = null;
118
+                $customCode = null;
119 119
                         
120
-             if(!empty($customField)) {           
121
-               // If it's a custom field we just set the name
122
-               $name = $customField;
120
+                if(!empty($customField)) {           
121
+                // If it's a custom field we just set the name
122
+                $name = $customField;
123 123
                      
124
-             } else if(empty($formElementNames) && preg_match_all('/[\{]([^\}]*?)[\}]/s', $spanValue, $matches, PREG_SET_ORDER)) {
125
-	   	  	   // We are here if the $spanValue did not contain a form element for editing.
126
-	   	  	   // We will assume that it is read only (since there were no edit form elements)
124
+                } else if(empty($formElementNames) && preg_match_all('/[\{]([^\}]*?)[\}]/s', $spanValue, $matches, PREG_SET_ORDER)) {
125
+                    // We are here if the $spanValue did not contain a form element for editing.
126
+                    // We will assume that it is read only (since there were no edit form elements)
127 127
 	   	  	   
128 128
 
129
-	           // If there is more than one matching {} value then try to find the right one to key off
130
-	           // based on vardefs.php file.  Also, use the entire spanValue as customCode
131
-	           	if(count($matches) > 1) {
132
-			       $name = $matches[0][1];  
133
-			       $customCode = $spanValue;
134
-			       foreach($matches as $pair) {
135
-		   	  	 	   if(preg_match("/^(mod[\.]|app[\.]).*?/s", $pair[1])) {
136
-		   	  	 	       $customCode = str_replace($pair[1], '$'.strtoupper($pair[1]), $customCode);      
137
-		   	  	 	   } else if(!empty($vardefs[$pair[1]])) {
138
-		   	  	 	       $name = $pair[1];
139
-		   	  	 	       $customCode = str_replace($pair[1], '$fields.'.$pair[1].'.value', $customCode);
140
-		   	  	 	   }
141
-		           } //foreach
142
-		       } else {
143
-		       	   //If it is only a label, skip
144
-		       	   if(preg_match("/^(mod[\.]|app[\.]).*?/s", $matches[0][1])) {
145
-		       	   	  continue;
146
-		       	   } else if(preg_match("/^[\$].*?/s", $matches[0][1])) {
147
-		       	   	  $name = '{' . strtoupper($matches[0][1]) . '}';  
148
-		       	   } else {         
149
-		   	  	   	  $name = $matches[0][1];
150
-		       	   }   
151
-		   	   }
129
+                // If there is more than one matching {} value then try to find the right one to key off
130
+                // based on vardefs.php file.  Also, use the entire spanValue as customCode
131
+                    if(count($matches) > 1) {
132
+                    $name = $matches[0][1];  
133
+                    $customCode = $spanValue;
134
+                    foreach($matches as $pair) {
135
+                                if(preg_match("/^(mod[\.]|app[\.]).*?/s", $pair[1])) {
136
+                                    $customCode = str_replace($pair[1], '$'.strtoupper($pair[1]), $customCode);      
137
+                                } else if(!empty($vardefs[$pair[1]])) {
138
+                                    $name = $pair[1];
139
+                                    $customCode = str_replace($pair[1], '$fields.'.$pair[1].'.value', $customCode);
140
+                                }
141
+                    } //foreach
142
+                } else {
143
+                        //If it is only a label, skip
144
+                        if(preg_match("/^(mod[\.]|app[\.]).*?/s", $matches[0][1])) {
145
+                            continue;
146
+                        } else if(preg_match("/^[\$].*?/s", $matches[0][1])) {
147
+                            $name = '{' . strtoupper($matches[0][1]) . '}';  
148
+                        } else {         
149
+                                $name = $matches[0][1];
150
+                        }   
151
+                    }
152 152
 		   	  	   
153
-		   	   $readOnly = true;  
154
-	   	  	 } else if(is_array($formElementNames)) {
153
+                    $readOnly = true;  
154
+                    } else if(is_array($formElementNames)) {
155 155
                   
156
-	   	  	      if(count($formElementNames) == 1) {
157
-	   	  	      	 if(!empty($vardefs[$formElementNames[0]])) {
158
-	   	  	            $name = $formElementNames[0];
159
-	   	  	      	 } 
160
-	   	  	      } else {
161
-	   	  	      	 $fields = array();
162
-	   	  	      	 foreach($formElementNames as $elementName) {
163
-	   	  	      	 	// What we are doing here is saying that we will add all your fields assuming
164
-	   	  	      	 	// there are none that are of type relate or link.  However, if we find such a type
165
-	   	  	      	 	// we'll take the first one found and assume that is the field you want (the SugarFields
166
-	   	  	      	 	// library will handle rendering the popup and select and clear buttons for you).
167
-	   	  	      	 	if(isset($vardefs[$elementName])) {
168
-	   	  	      	 	   $type = $vardefs[$elementName]['type'];
169
-	   	  	      	 	   if($type != 'relate' && $type != 'link') {
170
-	   	  	      	 	      $fields[] = $elementName;
171
-	   	  	      	 	      $name = $elementName;
172
-	   	  	      	 	   } else {
173
-	   	  	      	          unset($fields);
174
-	   	  	      	 	      $name = $elementName;
175
-	   	  	      	 	      break;	
176
-	   	  	      	 	   }
177
-	   	  	      	 	}
178
-	   	  	      	 }
179
-	   	  	      } //if-else
180
-	   	  	 }
156
+                        if(count($formElementNames) == 1) {
157
+                            if(!empty($vardefs[$formElementNames[0]])) {
158
+                                $name = $formElementNames[0];
159
+                            } 
160
+                        } else {
161
+                            $fields = array();
162
+                            foreach($formElementNames as $elementName) {
163
+                                // What we are doing here is saying that we will add all your fields assuming
164
+                                // there are none that are of type relate or link.  However, if we find such a type
165
+                                // we'll take the first one found and assume that is the field you want (the SugarFields
166
+                                // library will handle rendering the popup and select and clear buttons for you).
167
+                                if(isset($vardefs[$elementName])) {
168
+                                    $type = $vardefs[$elementName]['type'];
169
+                                    if($type != 'relate' && $type != 'link') {
170
+                                        $fields[] = $elementName;
171
+                                        $name = $elementName;
172
+                                    } else {
173
+                                        unset($fields);
174
+                                        $name = $elementName;
175
+                                        break;	
176
+                                    }
177
+                                }
178
+                            }
179
+                        } //if-else
180
+                    }
181 181
 	   	  	 
182
-	   	  	 // Build the entry
183
-	   	  	 if(preg_match("/<textarea/si", $spanValue)) {
184
-	   	  	 	//special case for textarea form elements (add the displayParams)
185
-	   	  	 	$displayParams = array();
186
-	   	  	    $displayParams['rows'] = $this->getTagAttribute("rows", $spanValue);
187
-	   	  	    $displayParams['cols'] = $this->getTagAttribute("cols", $spanValue);
182
+                    // Build the entry
183
+                    if(preg_match("/<textarea/si", $spanValue)) {
184
+                        //special case for textarea form elements (add the displayParams)
185
+                        $displayParams = array();
186
+                        $displayParams['rows'] = $this->getTagAttribute("rows", $spanValue);
187
+                        $displayParams['cols'] = $this->getTagAttribute("cols", $spanValue);
188 188
 
189
-	   	  	    if(!empty($displayParams['rows']) && !empty($displayParams['cols'])) {
190
-		   	  	    $field = array();
191
-		   	  	    $field['name'] = $name;
192
-					$field['displayParams'] = $displayParams;
193
-	   	  	    } else {
194
-	   	  	        $field = $name;	
195
-	   	  	    }
196
-	   	  	    $col[] = $field;
197
-	   	  	 } else if($readOnly) {
198
-	   	  	 	$field = array();
199
-	   	  	 	$field['name'] = $name;
200
-	   	  	 	$field['type'] = 'readonly';
201
-	   	  	 	if(isset($customCode)) {
202
-	   	  	 	   $field['customCode'] = $customCode;
203
-	   	  	 	} //if
204
-	   	  	 	$col[] = $field;
205
-	   	  	 } else {
189
+                        if(!empty($displayParams['rows']) && !empty($displayParams['cols'])) {
190
+                            $field = array();
191
+                            $field['name'] = $name;
192
+                    $field['displayParams'] = $displayParams;
193
+                        } else {
194
+                            $field = $name;	
195
+                        }
196
+                        $col[] = $field;
197
+                    } else if($readOnly) {
198
+                        $field = array();
199
+                        $field['name'] = $name;
200
+                        $field['type'] = 'readonly';
201
+                        if(isset($customCode)) {
202
+                            $field['customCode'] = $customCode;
203
+                        } //if
204
+                        $col[] = $field;
205
+                    } else {
206 206
 
207
-	   	  	 	if(isset($fields) || isset($customCode)) {
208
-	   	  	 	   $field = array();
209
-	   	  	 	   $field['name'] = $name;
210
-	   	  	 	   if(isset($fields)) {
211
-	   	  	 	   	  $field['fields'] = $fields;
212
-	   	  	 	   }
213
-	   	  	 	   if(isset($customCode)) {
214
-	   	  	 	   	  $field['customCode'] = $customCode;
215
-	   	  	 	   }
207
+                        if(isset($fields) || isset($customCode)) {
208
+                            $field = array();
209
+                            $field['name'] = $name;
210
+                            if(isset($fields)) {
211
+                                $field['fields'] = $fields;
212
+                            }
213
+                            if(isset($customCode)) {
214
+                                $field['customCode'] = $customCode;
215
+                            }
216 216
   	 	   
217
-	   	  	 	   $col[] = $field;
218
-	   	  	 	} else {
219
-	   	  	 	   $emptyCount = $name == '' ? $emptyCount + 1 : $emptyCount;
220
-	   	  	 	   $col[] = $name;
221
-	   	  	 	}	
222
-	   	  	 } //if-else if-else block
223
-	   	  } //if($sugarAttrValue)
224
-	   } //foreach
217
+                            $col[] = $field;
218
+                        } else {
219
+                            $emptyCount = $name == '' ? $emptyCount + 1 : $emptyCount;
220
+                            $col[] = $name;
221
+                        }	
222
+                    } //if-else if-else block
223
+                } //if($sugarAttrValue)
224
+        } //foreach
225 225
 	   
226
-	   // One last final check.  If $emptyCount does not equal Array $col count, don't add 
227
-	   if($emptyCount != count($col)) {
228
-   	      $metarow[] = $col;
229
-	   } //if
230
-   } //foreach
226
+        // One last final check.  If $emptyCount does not equal Array $col count, don't add 
227
+        if($emptyCount != count($col)) {
228
+                $metarow[] = $col;
229
+        } //if
230
+    } //foreach
231 231
    
232
-   $templateMeta = array();
233
-   $templateMeta['form']['buttons'] = 'button';
232
+    $templateMeta = array();
233
+    $templateMeta['form']['buttons'] = 'button';
234 234
 
235
-   preg_match_all("/(<input[^>]*?)>/si", $tables[0], $matches);
236
-   $buttons = array();
237
-   foreach($matches[0] as $button) {
238
-   		$buttons[] = array('customCode'=>$button);	   
239
-   }
240
-   $templateMeta['form']['buttons'] = $buttons;
235
+    preg_match_all("/(<input[^>]*?)>/si", $tables[0], $matches);
236
+    $buttons = array();
237
+    foreach($matches[0] as $button) {
238
+            $buttons[] = array('customCode'=>$button);	   
239
+    }
240
+    $templateMeta['form']['buttons'] = $buttons;
241 241
    
242
-   $formElements = $this->getFormElements($contents);
243
-   $hiddenInputs = array();
244
-   foreach($formElements as $elem) {
245
-   	      $type = $this->getTagAttribute("type", $elem);
246
-   	      if(preg_match('/hidden/si',$type, $matches)) {
247
-   	         $name = $this->getTagAttribute("name", $elem);
248
-   	         $value = $this->getTagAttribute("value", $elem);
249
-   	         $index = stripos($value, '$REQUEST');
250
-   	         $value =  !empty($index) ? '$smarty.request.' . substr($value, 10) : $value;
251
-   	         $hiddenInputs[] = '<input id="' . $name . '" name="' . $name . '" value="' . $value . '">';
252
-   	      } 
253
-   } //foreach
242
+    $formElements = $this->getFormElements($contents);
243
+    $hiddenInputs = array();
244
+    foreach($formElements as $elem) {
245
+                $type = $this->getTagAttribute("type", $elem);
246
+                if(preg_match('/hidden/si',$type, $matches)) {
247
+                $name = $this->getTagAttribute("name", $elem);
248
+                $value = $this->getTagAttribute("value", $elem);
249
+                $index = stripos($value, '$REQUEST');
250
+                $value =  !empty($index) ? '$smarty.request.' . substr($value, 10) : $value;
251
+                $hiddenInputs[] = '<input id="' . $name . '" name="' . $name . '" value="' . $value . '">';
252
+                } 
253
+    } //foreach
254 254
    
255
-   $templateMeta['form']['hidden'] = $hiddenInputs;
256
-   $templateMeta['widths'] = array(array('label' => '10', 'field' => '30'),  array('label' => '10', 'field' => '30'));
257
-   $templateMeta['maxColumns'] = 2;
255
+    $templateMeta['form']['hidden'] = $hiddenInputs;
256
+    $templateMeta['widths'] = array(array('label' => '10', 'field' => '30'),  array('label' => '10', 'field' => '30'));
257
+    $templateMeta['maxColumns'] = 2;
258 258
    
259
-   $panels = array();
260
-   $panels['default'] = $metarow;
261
-   $panels = $this->appplyRules($moduleDir, $panels);
262
-   return $this->createFileContents($moduleDir, $panels, $templateMeta, $filePath);
259
+    $panels = array();
260
+    $panels['default'] = $metarow;
261
+    $panels = $this->appplyRules($moduleDir, $panels);
262
+    return $this->createFileContents($moduleDir, $panels, $templateMeta, $filePath);
263 263
    
264 264
 
265 265
 }
Please login to merge, or discard this patch.