@@ -1,3 +1,3 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -include_once MODX_MANAGER_PATH . 'includes/functions/tv.php'; |
|
3 | +include_once MODX_MANAGER_PATH.'includes/functions/tv.php'; |
@@ -1,3 +1,3 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -include_once MODX_MANAGER_PATH . 'includes/functions/tv.php'; |
|
3 | +include_once MODX_MANAGER_PATH.'includes/functions/tv.php'; |
@@ -36,7 +36,7 @@ discard block |
||
36 | 36 | } |
37 | 37 | |
38 | 38 | $msg = ''; |
39 | -$pth = dirname(dirname(__DIR__)) . '/install/'; |
|
39 | +$pth = dirname(dirname(__DIR__)).'/install/'; |
|
40 | 40 | $pth = str_replace('\\', '/', $pth); |
41 | 41 | |
42 | 42 | if (isset($_GET['rminstall'])) { |
@@ -47,7 +47,7 @@ discard block |
||
47 | 47 | } |
48 | 48 | } |
49 | 49 | if ($msg) { |
50 | - echo "<script>alert('" . addslashes($msg) . "');</script>"; |
|
50 | + echo "<script>alert('".addslashes($msg)."');</script>"; |
|
51 | 51 | } |
52 | 52 | |
53 | 53 | echo "<script>window.location='../index.php?a=2';</script>"; |
@@ -11,12 +11,12 @@ discard block |
||
11 | 11 | $style_path = 'media/style/' . $modx->config['manager_theme'] . '/images/'; |
12 | 12 | $modx->config['mgr_date_picker_path'] = 'media/calendar/datepicker.inc.php'; |
13 | 13 | if(!$modx->config['lang_code']) { |
14 | - global $modx_lang_attribute; |
|
15 | - $modx->config['lang_code'] = !$modx_lang_attribute ? 'en' : $modx_lang_attribute; |
|
14 | + global $modx_lang_attribute; |
|
15 | + $modx->config['lang_code'] = !$modx_lang_attribute ? 'en' : $modx_lang_attribute; |
|
16 | 16 | } |
17 | 17 | |
18 | 18 | if(!empty($_GET['a']) && $_GET['a'] == 2) { |
19 | - include_once('welcome.php'); |
|
19 | + include_once('welcome.php'); |
|
20 | 20 | } |
21 | 21 | |
22 | 22 | // Favicon |
@@ -274,66 +274,66 @@ discard block |
||
274 | 274 | $addnew = 0; |
275 | 275 | $run = 0; |
276 | 276 | switch($action) { |
277 | - case '3': |
|
278 | - case '4': |
|
279 | - case '27': |
|
280 | - case '72': |
|
281 | - if($modx->hasPermission('new_document')) { |
|
282 | - $addnew = 1; |
|
283 | - } |
|
284 | - break; |
|
285 | - case '16': |
|
286 | - case '19': |
|
287 | - if($modx->hasPermission('new_template')) { |
|
288 | - $addnew = 1; |
|
289 | - } |
|
290 | - break; |
|
291 | - case '300': |
|
292 | - case '301': |
|
293 | - if($modx->hasPermission('new_snippet') && $modx->hasPermission('new_chunk') && $modx->hasPermission('new_plugin')) { |
|
294 | - $addnew = 1; |
|
295 | - } |
|
296 | - break; |
|
297 | - case '77': |
|
298 | - case '78': |
|
299 | - if($modx->hasPermission('new_chunk')) { |
|
300 | - $addnew = 1; |
|
301 | - } |
|
302 | - break; |
|
303 | - case '22': |
|
304 | - case '23': |
|
305 | - if($modx->hasPermission('new_snippet')) { |
|
306 | - $addnew = 1; |
|
307 | - } |
|
308 | - break; |
|
309 | - case '101': |
|
310 | - case '102': |
|
311 | - if($modx->hasPermission('new_plugin')) { |
|
312 | - $addnew = 1; |
|
313 | - } |
|
314 | - break; |
|
315 | - case '106': |
|
316 | - case '107': |
|
317 | - case '108': |
|
318 | - if($modx->hasPermission('new_module')) { |
|
319 | - $addnew = 1; |
|
320 | - } |
|
321 | - if($modx->hasPermission('exec_module')) { |
|
322 | - $run = 1; |
|
323 | - } |
|
324 | - break; |
|
325 | - case '88': |
|
326 | - if($modx->hasPermission('new_web_user')) { |
|
327 | - $addnew = 1; |
|
328 | - } |
|
329 | - break; |
|
277 | + case '3': |
|
278 | + case '4': |
|
279 | + case '27': |
|
280 | + case '72': |
|
281 | + if($modx->hasPermission('new_document')) { |
|
282 | + $addnew = 1; |
|
283 | + } |
|
284 | + break; |
|
285 | + case '16': |
|
286 | + case '19': |
|
287 | + if($modx->hasPermission('new_template')) { |
|
288 | + $addnew = 1; |
|
289 | + } |
|
290 | + break; |
|
291 | + case '300': |
|
292 | + case '301': |
|
293 | + if($modx->hasPermission('new_snippet') && $modx->hasPermission('new_chunk') && $modx->hasPermission('new_plugin')) { |
|
294 | + $addnew = 1; |
|
295 | + } |
|
296 | + break; |
|
297 | + case '77': |
|
298 | + case '78': |
|
299 | + if($modx->hasPermission('new_chunk')) { |
|
300 | + $addnew = 1; |
|
301 | + } |
|
302 | + break; |
|
303 | + case '22': |
|
304 | + case '23': |
|
305 | + if($modx->hasPermission('new_snippet')) { |
|
306 | + $addnew = 1; |
|
307 | + } |
|
308 | + break; |
|
309 | + case '101': |
|
310 | + case '102': |
|
311 | + if($modx->hasPermission('new_plugin')) { |
|
312 | + $addnew = 1; |
|
313 | + } |
|
314 | + break; |
|
315 | + case '106': |
|
316 | + case '107': |
|
317 | + case '108': |
|
318 | + if($modx->hasPermission('new_module')) { |
|
319 | + $addnew = 1; |
|
320 | + } |
|
321 | + if($modx->hasPermission('exec_module')) { |
|
322 | + $run = 1; |
|
323 | + } |
|
324 | + break; |
|
325 | + case '88': |
|
326 | + if($modx->hasPermission('new_web_user')) { |
|
327 | + $addnew = 1; |
|
328 | + } |
|
329 | + break; |
|
330 | 330 | } |
331 | 331 | |
332 | 332 | $disabled = ($action == '19' || $action == '300' || $action == '77' || $action == '23' || $action == '101' || $action == '4' || $action == '72' || $action == '87' || $action == '11' || $action == '107' || $action == '38') ? ' disabled' : ''; |
333 | 333 | |
334 | 334 | $_style['actionbuttons'] = array( |
335 | - 'dynamic' => array( |
|
336 | - 'document' => '<div id="actions"> |
|
335 | + 'dynamic' => array( |
|
336 | + 'document' => '<div id="actions"> |
|
337 | 337 | <div class="btn-group"> |
338 | 338 | <div class="btn-group"> |
339 | 339 | <a id="Button1" class="btn btn-success" href="javascript:;" onclick="actions.save();"> |
@@ -348,7 +348,7 @@ discard block |
||
348 | 348 | <option id="stay3" value="" ' . ($stay == '' ? ' selected="selected"' : '') . '>' . $_lang['close'] . '</option> |
349 | 349 | </select> |
350 | 350 | </div>' . |
351 | - ($addnew ? ' |
|
351 | + ($addnew ? ' |
|
352 | 352 | <a id="Button6" class="btn btn-secondary' . $disabled . '" href="javascript:;" onclick="actions.duplicate();"> |
353 | 353 | <i class="' . $_style["actions_duplicate"] . '"></i><span>' . $_lang['duplicate'] . '</span> |
354 | 354 | </a> |
@@ -364,7 +364,7 @@ discard block |
||
364 | 364 | </a> |
365 | 365 | </div> |
366 | 366 | </div>', |
367 | - 'user' => '<div id="actions"> |
|
367 | + 'user' => '<div id="actions"> |
|
368 | 368 | <div class="btn-group"> |
369 | 369 | <div class="btn-group"> |
370 | 370 | <a id="Button1" class="btn btn-success" href="javascript:;" onclick="actions.save();"> |
@@ -387,7 +387,7 @@ discard block |
||
387 | 387 | </a> |
388 | 388 | </div> |
389 | 389 | </div>', |
390 | - 'element' => '<div id="actions"> |
|
390 | + 'element' => '<div id="actions"> |
|
391 | 391 | <div class="btn-group"> |
392 | 392 | <div class="btn-group"> |
393 | 393 | <a id="Button1" class="btn btn-success" href="javascript:;" onclick="actions.save();"> |
@@ -420,21 +420,21 @@ discard block |
||
420 | 420 | ' : '') . ' |
421 | 421 | </div> |
422 | 422 | </div>', |
423 | - 'newmodule' => ($addnew ? '<div id="actions"> |
|
423 | + 'newmodule' => ($addnew ? '<div id="actions"> |
|
424 | 424 | <div class="btn-group"> |
425 | 425 | <a id="newModule" class="btn btn-secondary" href="javascript:;" onclick="actions.new();"> |
426 | 426 | <i class="' . $_style["actions_new"] . '"></i><span>' . $_lang['new_module'] . '</span> |
427 | 427 | </a> |
428 | 428 | </div> |
429 | 429 | </div>' : ''), |
430 | - 'close' => '<div id="actions"> |
|
430 | + 'close' => '<div id="actions"> |
|
431 | 431 | <div class="btn-group"> |
432 | 432 | <a id="Button5" class="btn btn-secondary" href="javascript:;" onclick="actions.close();"> |
433 | 433 | <i class="' . $_style["actions_close"] . '"></i><span>' . $_lang['close'] . '</span> |
434 | 434 | </a> |
435 | 435 | </div> |
436 | 436 | </div>', |
437 | - 'save' => '<div id="actions"> |
|
437 | + 'save' => '<div id="actions"> |
|
438 | 438 | <div class="btn-group"> |
439 | 439 | <a id="Button1" class="btn btn-success" href="javascript:;" onclick="actions.save();"> |
440 | 440 | <i class="' . $_style["actions_save"] . '"></i><span>' . $_lang['save'] . '</span> |
@@ -444,7 +444,7 @@ discard block |
||
444 | 444 | </a> |
445 | 445 | </div> |
446 | 446 | </div>', |
447 | - 'savedelete' => '<div id="actions"> |
|
447 | + 'savedelete' => '<div id="actions"> |
|
448 | 448 | <div class="btn-group"> |
449 | 449 | <a id="Button1" class="btn btn-success" href="javascript:;" onclick="actions.save();"> |
450 | 450 | <i class="' . $_style["actions_save"] . '"></i><span>' . $_lang['save'] . '</span> |
@@ -457,14 +457,14 @@ discard block |
||
457 | 457 | </a> |
458 | 458 | </div> |
459 | 459 | </div>', |
460 | - 'cancel' => '<div id="actions"> |
|
460 | + 'cancel' => '<div id="actions"> |
|
461 | 461 | <div class="btn-group"> |
462 | 462 | <a id="Button5" class="btn btn-secondary" href="javascript:;" onclick="actions.cancel();"> |
463 | 463 | <i class="' . $_style["actions_cancel"] . '"></i><span>' . $_lang['cancel'] . '</span> |
464 | 464 | </a> |
465 | 465 | </div> |
466 | 466 | </div>', |
467 | - 'canceldelete' => '<div id="actions"> |
|
467 | + 'canceldelete' => '<div id="actions"> |
|
468 | 468 | <div class="btn-group"> |
469 | 469 | <a id="Button3" class="btn btn-secondary' . $disabled . '" href="javascript:;" onclick="actions.delete();"> |
470 | 470 | <i class="' . $_style["actions_delete"] . '"></i><span>' . $_lang['delete'] . '</span> |
@@ -474,11 +474,11 @@ discard block |
||
474 | 474 | </a> |
475 | 475 | </div> |
476 | 476 | </div>', |
477 | - ), |
|
478 | - 'static' => array( |
|
479 | - 'document' => '<div id="actions"> |
|
477 | + ), |
|
478 | + 'static' => array( |
|
479 | + 'document' => '<div id="actions"> |
|
480 | 480 | <div class="btn-group">' . |
481 | - ($addnew ? ' |
|
481 | + ($addnew ? ' |
|
482 | 482 | <a class="btn btn-secondary" href="javascript:;" onclick="actions.new();"> |
483 | 483 | <i class="' . $_style["icons_new_document"] . '"></i><span>' . $_lang['create_resource_here'] . '</span> |
484 | 484 | </a> |
@@ -503,12 +503,12 @@ discard block |
||
503 | 503 | </a> |
504 | 504 | </div> |
505 | 505 | </div>', |
506 | - 'cancel' => '<div id="actions"> |
|
506 | + 'cancel' => '<div id="actions"> |
|
507 | 507 | <div class="btn-group"> |
508 | 508 | <a id="Button5" class="btn btn-secondary" href="javascript:;" onclick="actions.cancel();"> |
509 | 509 | <i class="' . $_style["actions_cancel"] . '"></i><span>' . $_lang['cancel'] . '</span> |
510 | 510 | </a> |
511 | 511 | </div> |
512 | 512 | </div>', |
513 | - ) |
|
513 | + ) |
|
514 | 514 | ); |
@@ -8,19 +8,19 @@ discard block |
||
8 | 8 | * Version: 1.1 |
9 | 9 | * MODX version: 1.0.3 |
10 | 10 | */ |
11 | -$style_path = 'media/style/' . $modx->config['manager_theme'] . '/images/'; |
|
11 | +$style_path = 'media/style/'.$modx->config['manager_theme'].'/images/'; |
|
12 | 12 | $modx->config['mgr_date_picker_path'] = 'media/calendar/datepicker.inc.php'; |
13 | -if(!$modx->config['lang_code']) { |
|
13 | +if (!$modx->config['lang_code']) { |
|
14 | 14 | global $modx_lang_attribute; |
15 | 15 | $modx->config['lang_code'] = !$modx_lang_attribute ? 'en' : $modx_lang_attribute; |
16 | 16 | } |
17 | 17 | |
18 | -if(!empty($_GET['a']) && $_GET['a'] == 2) { |
|
18 | +if (!empty($_GET['a']) && $_GET['a'] == 2) { |
|
19 | 19 | include_once('welcome.php'); |
20 | 20 | } |
21 | 21 | |
22 | 22 | // Favicon |
23 | -$_style['favicon'] = (file_exists(MODX_BASE_PATH . 'favicon.ico') ? MODX_SITE_URL . 'favicon.ico' : 'media/style/' . $modx->config['manager_theme'] . '/images/favicon.ico'); |
|
23 | +$_style['favicon'] = (file_exists(MODX_BASE_PATH.'favicon.ico') ? MODX_SITE_URL . 'favicon.ico' : 'media/style/'.$modx->config['manager_theme'].'/images/favicon.ico'); |
|
24 | 24 | |
25 | 25 | //Main Menu |
26 | 26 | $_style['menu_search'] = '<i class="fa fa-search"></i>'; |
@@ -99,10 +99,10 @@ discard block |
||
99 | 99 | $_style['tree_page_word'] = "<i class='fa fa-file-word-o'></i>"; |
100 | 100 | $_style['tree_page_excel'] = "<i class='fa fa-file-excel-o'></i>"; |
101 | 101 | |
102 | -$_style['tree_minusnode'] = "<i class='fa fa-angle-down'></i>";//$style_path.'tree/angle-down.png'; |
|
103 | -$_style['tree_plusnode'] = "<i class='fa fa-angle-right'></i>";//$style_path.'tree/angle-right.png'; |
|
102 | +$_style['tree_minusnode'] = "<i class='fa fa-angle-down'></i>"; //$style_path.'tree/angle-down.png'; |
|
103 | +$_style['tree_plusnode'] = "<i class='fa fa-angle-right'></i>"; //$style_path.'tree/angle-right.png'; |
|
104 | 104 | $_style['tree_weblink'] = $style_path.'tree/link.png'; |
105 | -$_style['tree_preview_resource'] = "<i class='fa fa-eye'></i>";//$style_path.'icons/eye.png'; |
|
105 | +$_style['tree_preview_resource'] = "<i class='fa fa-eye'></i>"; //$style_path.'icons/eye.png'; |
|
106 | 106 | |
107 | 107 | $_style['tree_showtree'] = '<i class="fa fa-sitemap"></i>'; |
108 | 108 | $_style['tree_working'] = '<i class="fa fa-warning"></i>'; |
@@ -137,8 +137,8 @@ discard block |
||
137 | 137 | $_style['icons_edit_document'] = $style_path.'icons/save.png'; |
138 | 138 | $_style['icons_delete_document'] = $style_path.'icons/trash.png'; |
139 | 139 | //locks |
140 | -$_style['icons_preview_resource'] = $style_path.'icons/eye.png';//$style_path.'icons/eye.png'; |
|
141 | -$_style['icons_secured'] = "<i class='fa fa-lock'></i>";//$style_path.'icons/lock.png'; |
|
140 | +$_style['icons_preview_resource'] = $style_path.'icons/eye.png'; //$style_path.'icons/eye.png'; |
|
141 | +$_style['icons_secured'] = "<i class='fa fa-lock'></i>"; //$style_path.'icons/lock.png'; |
|
142 | 142 | |
143 | 143 | //file manager icons |
144 | 144 | $_style['files_save'] = 'fa fa-floppy-o'; |
@@ -213,7 +213,7 @@ discard block |
||
213 | 213 | $_style['icons_set_parent'] = $style_path.'icons/folder-open.png'; |
214 | 214 | |
215 | 215 | //modules |
216 | -$_style['icons_module'] = 'fa fa-cube'; |
|
216 | +$_style['icons_module'] = 'fa fa-cube'; |
|
217 | 217 | $_style['icons_modules'] = 'fa fa-cubes'; //$style_path.'icons/modules.png'; |
218 | 218 | $_style['icons_run'] = $style_path.'icons/play.png'; |
219 | 219 | |
@@ -273,57 +273,57 @@ discard block |
||
273 | 273 | $stay = isset($_REQUEST['stay']) ? $_REQUEST['stay'] : ''; |
274 | 274 | $addnew = 0; |
275 | 275 | $run = 0; |
276 | -switch($action) { |
|
276 | +switch ($action) { |
|
277 | 277 | case '3': |
278 | 278 | case '4': |
279 | 279 | case '27': |
280 | 280 | case '72': |
281 | - if($modx->hasPermission('new_document')) { |
|
281 | + if ($modx->hasPermission('new_document')) { |
|
282 | 282 | $addnew = 1; |
283 | 283 | } |
284 | 284 | break; |
285 | 285 | case '16': |
286 | 286 | case '19': |
287 | - if($modx->hasPermission('new_template')) { |
|
287 | + if ($modx->hasPermission('new_template')) { |
|
288 | 288 | $addnew = 1; |
289 | 289 | } |
290 | 290 | break; |
291 | 291 | case '300': |
292 | 292 | case '301': |
293 | - if($modx->hasPermission('new_snippet') && $modx->hasPermission('new_chunk') && $modx->hasPermission('new_plugin')) { |
|
293 | + if ($modx->hasPermission('new_snippet') && $modx->hasPermission('new_chunk') && $modx->hasPermission('new_plugin')) { |
|
294 | 294 | $addnew = 1; |
295 | 295 | } |
296 | 296 | break; |
297 | 297 | case '77': |
298 | 298 | case '78': |
299 | - if($modx->hasPermission('new_chunk')) { |
|
299 | + if ($modx->hasPermission('new_chunk')) { |
|
300 | 300 | $addnew = 1; |
301 | 301 | } |
302 | 302 | break; |
303 | 303 | case '22': |
304 | 304 | case '23': |
305 | - if($modx->hasPermission('new_snippet')) { |
|
305 | + if ($modx->hasPermission('new_snippet')) { |
|
306 | 306 | $addnew = 1; |
307 | 307 | } |
308 | 308 | break; |
309 | 309 | case '101': |
310 | 310 | case '102': |
311 | - if($modx->hasPermission('new_plugin')) { |
|
311 | + if ($modx->hasPermission('new_plugin')) { |
|
312 | 312 | $addnew = 1; |
313 | 313 | } |
314 | 314 | break; |
315 | 315 | case '106': |
316 | 316 | case '107': |
317 | 317 | case '108': |
318 | - if($modx->hasPermission('new_module')) { |
|
318 | + if ($modx->hasPermission('new_module')) { |
|
319 | 319 | $addnew = 1; |
320 | 320 | } |
321 | - if($modx->hasPermission('exec_module')) { |
|
321 | + if ($modx->hasPermission('exec_module')) { |
|
322 | 322 | $run = 1; |
323 | 323 | } |
324 | 324 | break; |
325 | 325 | case '88': |
326 | - if($modx->hasPermission('new_web_user')) { |
|
326 | + if ($modx->hasPermission('new_web_user')) { |
|
327 | 327 | $addnew = 1; |
328 | 328 | } |
329 | 329 | break; |
@@ -337,30 +337,30 @@ discard block |
||
337 | 337 | <div class="btn-group"> |
338 | 338 | <div class="btn-group"> |
339 | 339 | <a id="Button1" class="btn btn-success" href="javascript:;" onclick="actions.save();"> |
340 | - <i class="' . $_style["actions_save"] . '"></i><span>' . $_lang['save'] . '</span> |
|
340 | + <i class="' . $_style["actions_save"].'"></i><span>'.$_lang['save'].'</span> |
|
341 | 341 | </a> |
342 | 342 | <span class="btn btn-success plus dropdown-toggle"></span> |
343 | 343 | <select id="stay" name="stay"> |
344 | 344 | ' . ($addnew ? ' |
345 | - <option id="stay1" value="1" ' . ($stay == '1' ? ' selected="selected"' : '') . '>' . $_lang['stay_new'] . '</option> |
|
346 | - ' : '') . ' |
|
347 | - <option id="stay2" value="2" ' . ($stay == '2' ? ' selected="selected"' : '') . '>' . $_lang['stay'] . '</option> |
|
348 | - <option id="stay3" value="" ' . ($stay == '' ? ' selected="selected"' : '') . '>' . $_lang['close'] . '</option> |
|
345 | + <option id="stay1" value="1" ' . ($stay == '1' ? ' selected="selected"' : '').'>'.$_lang['stay_new'].'</option> |
|
346 | + ' : '').' |
|
347 | + <option id="stay2" value="2" ' . ($stay == '2' ? ' selected="selected"' : '').'>'.$_lang['stay'].'</option> |
|
348 | + <option id="stay3" value="" ' . ($stay == '' ? ' selected="selected"' : '').'>'.$_lang['close'].'</option> |
|
349 | 349 | </select> |
350 | 350 | </div>' . |
351 | 351 | ($addnew ? ' |
352 | - <a id="Button6" class="btn btn-secondary' . $disabled . '" href="javascript:;" onclick="actions.duplicate();"> |
|
353 | - <i class="' . $_style["actions_duplicate"] . '"></i><span>' . $_lang['duplicate'] . '</span> |
|
352 | + <a id="Button6" class="btn btn-secondary' . $disabled.'" href="javascript:;" onclick="actions.duplicate();"> |
|
353 | + <i class="' . $_style["actions_duplicate"].'"></i><span>'.$_lang['duplicate'].'</span> |
|
354 | 354 | </a> |
355 | - ' : '') . ' |
|
356 | - <a id="Button3" class="btn btn-secondary' . $disabled . '" href="javascript:;" onclick="actions.delete();"> |
|
357 | - <i class="' . $_style["actions_delete"] . '"></i><span>' . $_lang['delete'] . '</span> |
|
355 | + ' : '').' |
|
356 | + <a id="Button3" class="btn btn-secondary' . $disabled.'" href="javascript:;" onclick="actions.delete();"> |
|
357 | + <i class="' . $_style["actions_delete"].'"></i><span>'.$_lang['delete'].'</span> |
|
358 | 358 | </a> |
359 | 359 | <a id="Button5" class="btn btn-secondary" href="javascript:;" onclick="actions.cancel();"> |
360 | - <i class="' . $_style["actions_cancel"] . '"></i><span>' . $_lang['cancel'] . '</span> |
|
360 | + <i class="' . $_style["actions_cancel"].'"></i><span>'.$_lang['cancel'].'</span> |
|
361 | 361 | </a> |
362 | 362 | <a id="Button4" class="btn btn-secondary" href="javascript:;" onclick="actions.view();"> |
363 | - <i class="' . $_style["actions_preview"] . '"></i><span>' . $_lang['preview'] . '</span> |
|
363 | + <i class="' . $_style["actions_preview"].'"></i><span>'.$_lang['preview'].'</span> |
|
364 | 364 | </a> |
365 | 365 | </div> |
366 | 366 | </div>', |
@@ -368,22 +368,22 @@ discard block |
||
368 | 368 | <div class="btn-group"> |
369 | 369 | <div class="btn-group"> |
370 | 370 | <a id="Button1" class="btn btn-success" href="javascript:;" onclick="actions.save();"> |
371 | - <i class="' . $_style["actions_save"] . '"></i><span>' . $_lang['save'] . '</span> |
|
371 | + <i class="' . $_style["actions_save"].'"></i><span>'.$_lang['save'].'</span> |
|
372 | 372 | </a> |
373 | 373 | <span class="btn btn-success plus dropdown-toggle"></span> |
374 | 374 | <select id="stay" name="stay"> |
375 | 375 | ' . ($addnew ? ' |
376 | - <option id="stay1" value="1" ' . ($stay == '1' ? ' selected="selected"' : '') . '>' . $_lang['stay_new'] . '</option> |
|
377 | - ' : '') . ' |
|
378 | - <option id="stay2" value="2" ' . ($stay == '2' ? ' selected="selected"' : '') . '>' . $_lang['stay'] . '</option> |
|
379 | - <option id="stay3" value="" ' . ($stay == '' ? ' selected="selected"' : '') . '>' . $_lang['close'] . '</option> |
|
376 | + <option id="stay1" value="1" ' . ($stay == '1' ? ' selected="selected"' : '').'>'.$_lang['stay_new'].'</option> |
|
377 | + ' : '').' |
|
378 | + <option id="stay2" value="2" ' . ($stay == '2' ? ' selected="selected"' : '').'>'.$_lang['stay'].'</option> |
|
379 | + <option id="stay3" value="" ' . ($stay == '' ? ' selected="selected"' : '').'>'.$_lang['close'].'</option> |
|
380 | 380 | </select> |
381 | 381 | </div> |
382 | - <a id="Button3" class="btn btn-secondary' . $disabled . '" href="javascript:;" onclick="actions.delete();"> |
|
383 | - <i class="' . $_style["actions_delete"] . '"></i><span>' . $_lang['delete'] . '</span> |
|
382 | + <a id="Button3" class="btn btn-secondary' . $disabled.'" href="javascript:;" onclick="actions.delete();"> |
|
383 | + <i class="' . $_style["actions_delete"].'"></i><span>'.$_lang['delete'].'</span> |
|
384 | 384 | </a> |
385 | 385 | <a id="Button5" class="btn btn-secondary" href="javascript:;" onclick="actions.cancel();"> |
386 | - <i class="' . $_style["actions_cancel"] . '"></i><span>' . $_lang['cancel'] . '</span> |
|
386 | + <i class="' . $_style["actions_cancel"].'"></i><span>'.$_lang['cancel'].'</span> |
|
387 | 387 | </a> |
388 | 388 | </div> |
389 | 389 | </div>', |
@@ -391,86 +391,86 @@ discard block |
||
391 | 391 | <div class="btn-group"> |
392 | 392 | <div class="btn-group"> |
393 | 393 | <a id="Button1" class="btn btn-success" href="javascript:;" onclick="actions.save();"> |
394 | - <i class="' . $_style["actions_save"] . '"></i><span>' . $_lang['save'] . '</span> |
|
394 | + <i class="' . $_style["actions_save"].'"></i><span>'.$_lang['save'].'</span> |
|
395 | 395 | </a> |
396 | 396 | <span class="btn btn-success plus dropdown-toggle"></span> |
397 | 397 | <select id="stay" name="stay"> |
398 | 398 | ' . ($addnew ? ' |
399 | - <option id="stay1" value="1" ' . ($stay == '1' ? ' selected="selected"' : '') . '>' . $_lang['stay_new'] . '</option> |
|
400 | - ' : '') . ' |
|
401 | - <option id="stay2" value="2" ' . ($stay == '2' ? ' selected="selected"' : '') . '>' . $_lang['stay'] . '</option> |
|
402 | - <option id="stay3" value="" ' . ($stay == '' ? ' selected="selected"' : '') . '>' . $_lang['close'] . '</option> |
|
399 | + <option id="stay1" value="1" ' . ($stay == '1' ? ' selected="selected"' : '').'>'.$_lang['stay_new'].'</option> |
|
400 | + ' : '').' |
|
401 | + <option id="stay2" value="2" ' . ($stay == '2' ? ' selected="selected"' : '').'>'.$_lang['stay'].'</option> |
|
402 | + <option id="stay3" value="" ' . ($stay == '' ? ' selected="selected"' : '').'>'.$_lang['close'].'</option> |
|
403 | 403 | </select> |
404 | 404 | </div> |
405 | 405 | ' . ($addnew ? ' |
406 | - <a id="Button6" class="btn btn-secondary' . $disabled . '" href="javascript:;" onclick="actions.duplicate();"> |
|
407 | - <i class="' . $_style["actions_duplicate"] . '"></i><span>' . $_lang['duplicate'] . '</span> |
|
406 | + <a id="Button6" class="btn btn-secondary' . $disabled.'" href="javascript:;" onclick="actions.duplicate();"> |
|
407 | + <i class="' . $_style["actions_duplicate"].'"></i><span>'.$_lang['duplicate'].'</span> |
|
408 | 408 | </a> |
409 | - ' : '') . ' |
|
410 | - <a id="Button3" class="btn btn-secondary' . $disabled . '" href="javascript:;" onclick="actions.delete();"> |
|
411 | - <i class="' . $_style["actions_delete"] . '"></i><span>' . $_lang['delete'] . '</span> |
|
409 | + ' : '').' |
|
410 | + <a id="Button3" class="btn btn-secondary' . $disabled.'" href="javascript:;" onclick="actions.delete();"> |
|
411 | + <i class="' . $_style["actions_delete"].'"></i><span>'.$_lang['delete'].'</span> |
|
412 | 412 | </a> |
413 | 413 | <a id="Button5" class="btn btn-secondary" href="javascript:;" onclick="actions.cancel();"> |
414 | - <i class="' . $_style["actions_cancel"] . '"></i><span>' . $_lang['cancel'] . '</span> |
|
414 | + <i class="' . $_style["actions_cancel"].'"></i><span>'.$_lang['cancel'].'</span> |
|
415 | 415 | </a> |
416 | 416 | ' . ($run ? ' |
417 | - <a id="Button4" class="btn btn-secondary' . $disabled . '" href="javascript:;" onclick="actions.run();"> |
|
418 | - <i class="' . $_style["actions_run"] . '"></i><span>' . $_lang['run_module'] . '</span> |
|
417 | + <a id="Button4" class="btn btn-secondary' . $disabled.'" href="javascript:;" onclick="actions.run();"> |
|
418 | + <i class="' . $_style["actions_run"].'"></i><span>'.$_lang['run_module'].'</span> |
|
419 | 419 | </a> |
420 | - ' : '') . ' |
|
420 | + ' : '').' |
|
421 | 421 | </div> |
422 | 422 | </div>', |
423 | 423 | 'newmodule' => ($addnew ? '<div id="actions"> |
424 | 424 | <div class="btn-group"> |
425 | 425 | <a id="newModule" class="btn btn-secondary" href="javascript:;" onclick="actions.new();"> |
426 | - <i class="' . $_style["actions_new"] . '"></i><span>' . $_lang['new_module'] . '</span> |
|
426 | + <i class="' . $_style["actions_new"].'"></i><span>'.$_lang['new_module'].'</span> |
|
427 | 427 | </a> |
428 | 428 | </div> |
429 | 429 | </div>' : ''), |
430 | 430 | 'close' => '<div id="actions"> |
431 | 431 | <div class="btn-group"> |
432 | 432 | <a id="Button5" class="btn btn-secondary" href="javascript:;" onclick="actions.close();"> |
433 | - <i class="' . $_style["actions_close"] . '"></i><span>' . $_lang['close'] . '</span> |
|
433 | + <i class="' . $_style["actions_close"].'"></i><span>'.$_lang['close'].'</span> |
|
434 | 434 | </a> |
435 | 435 | </div> |
436 | 436 | </div>', |
437 | 437 | 'save' => '<div id="actions"> |
438 | 438 | <div class="btn-group"> |
439 | 439 | <a id="Button1" class="btn btn-success" href="javascript:;" onclick="actions.save();"> |
440 | - <i class="' . $_style["actions_save"] . '"></i><span>' . $_lang['save'] . '</span> |
|
440 | + <i class="' . $_style["actions_save"].'"></i><span>'.$_lang['save'].'</span> |
|
441 | 441 | </a> |
442 | 442 | <a id="Button5" class="btn btn-secondary" href="javascript:;" onclick="actions.cancel();"> |
443 | - <i class="' . $_style["actions_cancel"] . '"></i><span>' . $_lang['cancel'] . '</span> |
|
443 | + <i class="' . $_style["actions_cancel"].'"></i><span>'.$_lang['cancel'].'</span> |
|
444 | 444 | </a> |
445 | 445 | </div> |
446 | 446 | </div>', |
447 | 447 | 'savedelete' => '<div id="actions"> |
448 | 448 | <div class="btn-group"> |
449 | 449 | <a id="Button1" class="btn btn-success" href="javascript:;" onclick="actions.save();"> |
450 | - <i class="' . $_style["actions_save"] . '"></i><span>' . $_lang['save'] . '</span> |
|
450 | + <i class="' . $_style["actions_save"].'"></i><span>'.$_lang['save'].'</span> |
|
451 | 451 | </a> |
452 | - <a id="Button3" class="btn btn-secondary' . $disabled . '" href="javascript:;" onclick="actions.delete();"> |
|
453 | - <i class="' . $_style["actions_delete"] . '"></i><span>' . $_lang['delete'] . '</span> |
|
452 | + <a id="Button3" class="btn btn-secondary' . $disabled.'" href="javascript:;" onclick="actions.delete();"> |
|
453 | + <i class="' . $_style["actions_delete"].'"></i><span>'.$_lang['delete'].'</span> |
|
454 | 454 | </a> |
455 | 455 | <a id="Button5" class="btn btn-secondary" href="javascript:;" onclick="actions.cancel();"> |
456 | - <i class="' . $_style["actions_cancel"] . '"></i><span>' . $_lang['cancel'] . '</span> |
|
456 | + <i class="' . $_style["actions_cancel"].'"></i><span>'.$_lang['cancel'].'</span> |
|
457 | 457 | </a> |
458 | 458 | </div> |
459 | 459 | </div>', |
460 | 460 | 'cancel' => '<div id="actions"> |
461 | 461 | <div class="btn-group"> |
462 | 462 | <a id="Button5" class="btn btn-secondary" href="javascript:;" onclick="actions.cancel();"> |
463 | - <i class="' . $_style["actions_cancel"] . '"></i><span>' . $_lang['cancel'] . '</span> |
|
463 | + <i class="' . $_style["actions_cancel"].'"></i><span>'.$_lang['cancel'].'</span> |
|
464 | 464 | </a> |
465 | 465 | </div> |
466 | 466 | </div>', |
467 | 467 | 'canceldelete' => '<div id="actions"> |
468 | 468 | <div class="btn-group"> |
469 | - <a id="Button3" class="btn btn-secondary' . $disabled . '" href="javascript:;" onclick="actions.delete();"> |
|
470 | - <i class="' . $_style["actions_delete"] . '"></i><span>' . $_lang['delete'] . '</span> |
|
469 | + <a id="Button3" class="btn btn-secondary' . $disabled.'" href="javascript:;" onclick="actions.delete();"> |
|
470 | + <i class="' . $_style["actions_delete"].'"></i><span>'.$_lang['delete'].'</span> |
|
471 | 471 | </a> |
472 | 472 | <a id="Button5" class="btn btn-secondary" href="javascript:;" onclick="actions.cancel();"> |
473 | - <i class="' . $_style["actions_cancel"] . '"></i><span>' . $_lang['cancel'] . '</span> |
|
473 | + <i class="' . $_style["actions_cancel"].'"></i><span>'.$_lang['cancel'].'</span> |
|
474 | 474 | </a> |
475 | 475 | </div> |
476 | 476 | </div>', |
@@ -480,33 +480,33 @@ discard block |
||
480 | 480 | <div class="btn-group">' . |
481 | 481 | ($addnew ? ' |
482 | 482 | <a class="btn btn-secondary" href="javascript:;" onclick="actions.new();"> |
483 | - <i class="' . $_style["icons_new_document"] . '"></i><span>' . $_lang['create_resource_here'] . '</span> |
|
483 | + <i class="' . $_style["icons_new_document"].'"></i><span>'.$_lang['create_resource_here'].'</span> |
|
484 | 484 | </a> |
485 | 485 | <a class="btn btn-secondary" href="javascript:;" onclick="actions.newlink();"> |
486 | - <i class="' . $_style["icons_new_weblink"] . '"></i><span>' . $_lang['create_weblink_here'] . '</span> |
|
486 | + <i class="' . $_style["icons_new_weblink"].'"></i><span>'.$_lang['create_weblink_here'].'</span> |
|
487 | 487 | </a> |
488 | - ' : '') . ' |
|
488 | + ' : '').' |
|
489 | 489 | <a id="Button1" class="btn btn-success" href="javascript:;" onclick="actions.edit();"> |
490 | - <i class="' . $_style["actions_edit"] . '"></i><span>' . $_lang['edit'] . '</span> |
|
490 | + <i class="' . $_style["actions_edit"].'"></i><span>'.$_lang['edit'].'</span> |
|
491 | 491 | </a> |
492 | 492 | <a id="Button2" class="btn btn-secondary" href="javascript:;" onclick="actions.move();"> |
493 | - <i class="' . $_style["actions_move"] . '"></i><span>' . $_lang['move'] . '</span> |
|
493 | + <i class="' . $_style["actions_move"].'"></i><span>'.$_lang['move'].'</span> |
|
494 | 494 | </a> |
495 | 495 | <a id="Button6" class="btn btn-secondary" href="javascript:;" onclick="actions.duplicate();"> |
496 | - <i class="' . $_style["actions_duplicate"] . '"></i><span>' . $_lang['duplicate'] . '</span> |
|
496 | + <i class="' . $_style["actions_duplicate"].'"></i><span>'.$_lang['duplicate'].'</span> |
|
497 | 497 | </a> |
498 | 498 | <a id="Button3" class="btn btn-secondary" href="javascript:;" onclick="actions.delete();"> |
499 | - <i class="' . $_style["actions_delete"] . '"></i><span>' . $_lang['delete'] . '</span> |
|
499 | + <i class="' . $_style["actions_delete"].'"></i><span>'.$_lang['delete'].'</span> |
|
500 | 500 | </a> |
501 | 501 | <a id="Button4" class="btn btn-secondary" href="javascript:;" onclick="actions.view();"> |
502 | - <i class="' . $_style["actions_preview"] . '"></i><span>' . $_lang['preview'] . '</span> |
|
502 | + <i class="' . $_style["actions_preview"].'"></i><span>'.$_lang['preview'].'</span> |
|
503 | 503 | </a> |
504 | 504 | </div> |
505 | 505 | </div>', |
506 | 506 | 'cancel' => '<div id="actions"> |
507 | 507 | <div class="btn-group"> |
508 | 508 | <a id="Button5" class="btn btn-secondary" href="javascript:;" onclick="actions.cancel();"> |
509 | - <i class="' . $_style["actions_cancel"] . '"></i><span>' . $_lang['cancel'] . '</span> |
|
509 | + <i class="' . $_style["actions_cancel"].'"></i><span>'.$_lang['cancel'].'</span> |
|
510 | 510 | </a> |
511 | 511 | </div> |
512 | 512 | </div>', |
@@ -10,12 +10,12 @@ discard block |
||
10 | 10 | */ |
11 | 11 | $style_path = 'media/style/' . $modx->config['manager_theme'] . '/images/'; |
12 | 12 | $modx->config['mgr_date_picker_path'] = 'media/calendar/datepicker.inc.php'; |
13 | -if(!$modx->config['lang_code']) { |
|
13 | +if(!$modx->config['lang_code']) { |
|
14 | 14 | global $modx_lang_attribute; |
15 | 15 | $modx->config['lang_code'] = !$modx_lang_attribute ? 'en' : $modx_lang_attribute; |
16 | 16 | } |
17 | 17 | |
18 | -if(!empty($_GET['a']) && $_GET['a'] == 2) { |
|
18 | +if(!empty($_GET['a']) && $_GET['a'] == 2) { |
|
19 | 19 | include_once('welcome.php'); |
20 | 20 | } |
21 | 21 | |
@@ -262,68 +262,68 @@ discard block |
||
262 | 262 | |
263 | 263 | // actions buttons templates |
264 | 264 | $action = isset($_REQUEST['a']) ? $_REQUEST['a'] : ''; |
265 | -if (!empty($modx->config['global_tabs']) && !isset($_SESSION['stay'])) { |
|
265 | +if (!empty($modx->config['global_tabs']) && !isset($_SESSION['stay'])) { |
|
266 | 266 | $_REQUEST['stay'] = 2; |
267 | 267 | } |
268 | -if (isset($_REQUEST['stay'])) { |
|
268 | +if (isset($_REQUEST['stay'])) { |
|
269 | 269 | $_SESSION['stay'] = $_REQUEST['stay']; |
270 | -} else if (isset($_SESSION['stay'])) { |
|
270 | +} else if (isset($_SESSION['stay'])) { |
|
271 | 271 | $_REQUEST['stay'] = $_SESSION['stay']; |
272 | 272 | } |
273 | 273 | $stay = isset($_REQUEST['stay']) ? $_REQUEST['stay'] : ''; |
274 | 274 | $addnew = 0; |
275 | 275 | $run = 0; |
276 | -switch($action) { |
|
276 | +switch($action) { |
|
277 | 277 | case '3': |
278 | 278 | case '4': |
279 | 279 | case '27': |
280 | 280 | case '72': |
281 | - if($modx->hasPermission('new_document')) { |
|
281 | + if($modx->hasPermission('new_document')) { |
|
282 | 282 | $addnew = 1; |
283 | 283 | } |
284 | 284 | break; |
285 | 285 | case '16': |
286 | 286 | case '19': |
287 | - if($modx->hasPermission('new_template')) { |
|
287 | + if($modx->hasPermission('new_template')) { |
|
288 | 288 | $addnew = 1; |
289 | 289 | } |
290 | 290 | break; |
291 | 291 | case '300': |
292 | 292 | case '301': |
293 | - if($modx->hasPermission('new_snippet') && $modx->hasPermission('new_chunk') && $modx->hasPermission('new_plugin')) { |
|
293 | + if($modx->hasPermission('new_snippet') && $modx->hasPermission('new_chunk') && $modx->hasPermission('new_plugin')) { |
|
294 | 294 | $addnew = 1; |
295 | 295 | } |
296 | 296 | break; |
297 | 297 | case '77': |
298 | 298 | case '78': |
299 | - if($modx->hasPermission('new_chunk')) { |
|
299 | + if($modx->hasPermission('new_chunk')) { |
|
300 | 300 | $addnew = 1; |
301 | 301 | } |
302 | 302 | break; |
303 | 303 | case '22': |
304 | 304 | case '23': |
305 | - if($modx->hasPermission('new_snippet')) { |
|
305 | + if($modx->hasPermission('new_snippet')) { |
|
306 | 306 | $addnew = 1; |
307 | 307 | } |
308 | 308 | break; |
309 | 309 | case '101': |
310 | 310 | case '102': |
311 | - if($modx->hasPermission('new_plugin')) { |
|
311 | + if($modx->hasPermission('new_plugin')) { |
|
312 | 312 | $addnew = 1; |
313 | 313 | } |
314 | 314 | break; |
315 | 315 | case '106': |
316 | 316 | case '107': |
317 | 317 | case '108': |
318 | - if($modx->hasPermission('new_module')) { |
|
318 | + if($modx->hasPermission('new_module')) { |
|
319 | 319 | $addnew = 1; |
320 | 320 | } |
321 | - if($modx->hasPermission('exec_module')) { |
|
321 | + if($modx->hasPermission('exec_module')) { |
|
322 | 322 | $run = 1; |
323 | 323 | } |
324 | 324 | break; |
325 | 325 | case '88': |
326 | - if($modx->hasPermission('new_web_user')) { |
|
326 | + if($modx->hasPermission('new_web_user')) { |
|
327 | 327 | $addnew = 1; |
328 | 328 | } |
329 | 329 | break; |
@@ -3,9 +3,9 @@ discard block |
||
3 | 3 | interface CoreInterface |
4 | 4 | { |
5 | 5 | /** |
6 | - * @param $type |
|
7 | - * @param $scanPath |
|
8 | - * @param array $ext |
|
6 | + * @param string $type |
|
7 | + * @param string $scanPath |
|
8 | + * @param string[] $ext |
|
9 | 9 | * |
10 | 10 | * @return array |
11 | 11 | * |
@@ -18,6 +18,7 @@ discard block |
||
18 | 18 | * @param string $phpCode |
19 | 19 | * @param string $namespace |
20 | 20 | * @param array defaultParams |
21 | + * @return void |
|
21 | 22 | */ |
22 | 23 | public function addSnippet($name, $phpCode, $namespace = '#', array $defaultParams = array()); |
23 | 24 | |
@@ -25,6 +26,7 @@ discard block |
||
25 | 26 | * @param string $name |
26 | 27 | * @param string $text |
27 | 28 | * @param string $namespace |
29 | + * @return void |
|
28 | 30 | */ |
29 | 31 | public function addChunk($name, $text, $namespace = '#'); |
30 | 32 | } |
@@ -37,7 +37,7 @@ discard block |
||
37 | 37 | { |
38 | 38 | $found = $this->core->findElements( |
39 | 39 | 'chunk', |
40 | - MODX_MANAGER_PATH . 'media/style/' . $this->theme . '/snippets/', |
|
40 | + MODX_MANAGER_PATH.'media/style/'.$this->theme.'/snippets/', |
|
41 | 41 | array('php') |
42 | 42 | ); |
43 | 43 | foreach ($found as $name => $code) { |
@@ -49,7 +49,7 @@ discard block |
||
49 | 49 | { |
50 | 50 | $found = $this->core->findElements( |
51 | 51 | 'chunk', |
52 | - MODX_MANAGER_PATH . 'media/style/' . $this->theme . '/chunks/', |
|
52 | + MODX_MANAGER_PATH.'media/style/'.$this->theme.'/chunks/', |
|
53 | 53 | array('tpl', 'html') |
54 | 54 | ); |
55 | 55 | foreach ($found as $name => $code) { |
@@ -62,7 +62,7 @@ discard block |
||
62 | 62 | $this->core->addSnippet( |
63 | 63 | $name, |
64 | 64 | $code, |
65 | - $this->templateNamespace . '#', |
|
65 | + $this->templateNamespace.'#', |
|
66 | 66 | array( |
67 | 67 | 'managerTheme' => $this |
68 | 68 | ) |
@@ -71,6 +71,6 @@ discard block |
||
71 | 71 | |
72 | 72 | public function addChunk($name, $code) |
73 | 73 | { |
74 | - $this->core->addChunk($name, $code, $this->templateNamespace . '#'); |
|
74 | + $this->core->addChunk($name, $code, $this->templateNamespace.'#'); |
|
75 | 75 | } |
76 | 76 | } |
@@ -65,7 +65,7 @@ discard block |
||
65 | 65 | <?php endif; ?> |
66 | 66 | <?php endif; ?> |
67 | 67 | |
68 | -<?php if ($installLevel >= 2 && $moduleSQLBaseFile) : ?> |
|
68 | +<?php if ($installLevel >= 2 && $moduleSQLBaseFile) : ?> |
|
69 | 69 | <?php if ($sqlParser->installFailed === false) : ?> |
70 | 70 | <p> |
71 | 71 | <?=$_lang['setup_database_creating_tables']?> |
@@ -76,7 +76,7 @@ discard block |
||
76 | 76 | <?php $sqlErrors = count($sqlParser->mysqlErrors); ?> |
77 | 77 | <?php for ($i = 0; $i < $sqlErrors; $i++) : ?> |
78 | 78 | <em><?=$sqlParser->mysqlErrors[$i]["error"]?></em> |
79 | - <?=$_lang['during_execution_of_sql'];?> |
|
79 | + <?=$_lang['during_execution_of_sql']; ?> |
|
80 | 80 | <span class="mono"><?=strip_tags($sqlParser->mysqlErrors[$i]["sql"])?></span> |
81 | 81 | <hr /> |
82 | 82 | <?php endfor; ?> |
@@ -112,7 +112,7 @@ discard block |
||
112 | 112 | <?php $sqlErrors = count($sqlParser->mysqlErrors); ?> |
113 | 113 | <?php for ($i = 0; $i < $sqlErrors; $i++) : ?> |
114 | 114 | <em><?=$sqlParser->mysqlErrors[$i]["error"]?></em> <?=$_lang['during_execution_of_sql']?> |
115 | - <span class='mono'><?=strip_tags($sqlParser->mysqlErrors[$i]["sql"]);?></span> |
|
115 | + <span class='mono'><?=strip_tags($sqlParser->mysqlErrors[$i]["sql"]); ?></span> |
|
116 | 116 | <hr /> |
117 | 117 | <?php endfor; ?> |
118 | 118 | </p> |
@@ -130,9 +130,9 @@ discard block |
||
130 | 130 | <h3><?=$_lang['templates']?>:</h3> |
131 | 131 | <?php foreach ($installDataLevel['templates'] as $itemName => $itemData) : ?> |
132 | 132 | <?php if (empty($itemData['error'])) : ?> |
133 | - <?php if($itemData['type'] === 'create') : ?> |
|
133 | + <?php if ($itemData['type'] === 'create') : ?> |
|
134 | 134 | <p> ✓ <?=$itemName?>: <span class="ok"><?=$_lang['installed']?></span></p> |
135 | - <?php elseif($itemData['type'] === 'update') : ?> |
|
135 | + <?php elseif ($itemData['type'] === 'update') : ?> |
|
136 | 136 | <p> ✓ <?=$itemName?>: <span class="ok"><?=$_lang['upgraded']?></span></p> |
137 | 137 | <?php endif; ?> |
138 | 138 | <?php else : ?> |
@@ -154,11 +154,11 @@ discard block |
||
154 | 154 | <h3><?=$_lang['tvs']?>:</h3> |
155 | 155 | <?php foreach ($installDataLevel['tvs'] as $itemName => $itemData) : ?> |
156 | 156 | <?php if (empty($itemData['error'])) : ?> |
157 | - <?php if($itemData['type'] === 'create') : ?> |
|
157 | + <?php if ($itemData['type'] === 'create') : ?> |
|
158 | 158 | <p> ✓ <?=$itemName?>: <span class="ok"><?=$_lang['installed']?></span></p> |
159 | - <?php elseif($itemData['type'] === 'update') : ?> |
|
159 | + <?php elseif ($itemData['type'] === 'update') : ?> |
|
160 | 160 | <p> ✓ <?=$itemName?>: <span class="ok"><?=$_lang['upgraded']?></span></p> |
161 | - <?php elseif($itemData['type'] === 'skip') : ?> |
|
161 | + <?php elseif ($itemData['type'] === 'skip') : ?> |
|
162 | 162 | <!-- SKIP --> |
163 | 163 | <?php endif; ?> |
164 | 164 | <?php else : ?> |
@@ -173,13 +173,13 @@ discard block |
||
173 | 173 | <h3><?=$_lang['chunks']?>:</h3> |
174 | 174 | <?php foreach ($installDataLevel['chunks'] as $itemName => $itemData) : ?> |
175 | 175 | <?php if (empty($itemData['error'])) : ?> |
176 | - <?php if($itemData['type'] === 'create') : ?> |
|
176 | + <?php if ($itemData['type'] === 'create') : ?> |
|
177 | 177 | <p> ✓ <?=$itemName?>: <span class="ok"><?=$_lang['installed']?></span></p> |
178 | - <?php elseif($itemData['type'] === 'overwrite') : ?> |
|
178 | + <?php elseif ($itemData['type'] === 'overwrite') : ?> |
|
179 | 179 | <p> ✓ <?=$itemName?>: <span class="ok"><?=$_lang['installed']?></span></p> |
180 | - <?php elseif($itemData['type'] === 'update') : ?> |
|
180 | + <?php elseif ($itemData['type'] === 'update') : ?> |
|
181 | 181 | <p> ✓ <?=$itemName?>: <span class="ok"><?=$_lang['upgraded']?></span></p> |
182 | - <?php elseif($itemData['type'] === 'skip') : ?> |
|
182 | + <?php elseif ($itemData['type'] === 'skip') : ?> |
|
183 | 183 | <!-- SKIP --> |
184 | 184 | <?php endif; ?> |
185 | 185 | <?php else : ?> |
@@ -201,11 +201,11 @@ discard block |
||
201 | 201 | <h3><?=$_lang['modules']?>:</h3> |
202 | 202 | <?php foreach ($installDataLevel['modules'] as $itemName => $itemData) : ?> |
203 | 203 | <?php if (empty($itemData['error'])) : ?> |
204 | - <?php if($itemData['type'] === 'create') : ?> |
|
204 | + <?php if ($itemData['type'] === 'create') : ?> |
|
205 | 205 | <p> ✓ <?=$itemName?>: <span class="ok"><?=$_lang['installed']?></span></p> |
206 | - <?php elseif($itemData['type'] === 'update') : ?> |
|
206 | + <?php elseif ($itemData['type'] === 'update') : ?> |
|
207 | 207 | <p> ✓ <?=$itemName?>: <span class="ok"><?=$_lang['upgraded']?></span></p> |
208 | - <?php elseif($itemData['type'] === 'skip') : ?> |
|
208 | + <?php elseif ($itemData['type'] === 'skip') : ?> |
|
209 | 209 | <!-- SKIP --> |
210 | 210 | <?php endif; ?> |
211 | 211 | <?php else : ?> |
@@ -227,11 +227,11 @@ discard block |
||
227 | 227 | <h3><?=$_lang['plugins']?>:</h3> |
228 | 228 | <?php foreach ($installDataLevel['plugins'] as $itemName => $itemData) : ?> |
229 | 229 | <?php if (empty($itemData['error'])) : ?> |
230 | - <?php if($itemData['type'] === 'create') : ?> |
|
230 | + <?php if ($itemData['type'] === 'create') : ?> |
|
231 | 231 | <p> ✓ <?=$itemName?>: <span class="ok"><?=$_lang['installed']?></span></p> |
232 | - <?php elseif($itemData['type'] === 'update') : ?> |
|
232 | + <?php elseif ($itemData['type'] === 'update') : ?> |
|
233 | 233 | <p> ✓ <?=$itemName?>: <span class="ok"><?=$_lang['upgraded']?></span></p> |
234 | - <?php elseif($itemData['type'] === 'skip') : ?> |
|
234 | + <?php elseif ($itemData['type'] === 'skip') : ?> |
|
235 | 235 | <!-- SKIP --> |
236 | 236 | <?php endif; ?> |
237 | 237 | <?php else : ?> |
@@ -253,13 +253,13 @@ discard block |
||
253 | 253 | <h3><?=$_lang['snippets']?>:</h3> |
254 | 254 | <?php foreach ($installDataLevel['snippets'] as $itemName => $itemData) : ?> |
255 | 255 | <?php if (empty($itemData['error'])) : ?> |
256 | - <?php if($itemData['type'] === 'create') : ?> |
|
256 | + <?php if ($itemData['type'] === 'create') : ?> |
|
257 | 257 | <p> ✓ <?=$itemName?>: <span class="ok"><?=$_lang['installed']?></span></p> |
258 | - <?php elseif($itemData['type'] === 'overwrite') : ?> |
|
258 | + <?php elseif ($itemData['type'] === 'overwrite') : ?> |
|
259 | 259 | <p> ✓ <?=$itemName?>: <span class="ok"><?=$_lang['installed']?></span></p> |
260 | - <?php elseif($itemData['type'] === 'update') : ?> |
|
260 | + <?php elseif ($itemData['type'] === 'update') : ?> |
|
261 | 261 | <p> ✓ <?=$itemName?>: <span class="ok"><?=$_lang['upgraded']?></span></p> |
262 | - <?php elseif($itemData['type'] === 'skip') : ?> |
|
262 | + <?php elseif ($itemData['type'] === 'skip') : ?> |
|
263 | 263 | <!-- SKIP --> |
264 | 264 | <?php endif; ?> |
265 | 265 | <?php else : ?> |
@@ -286,7 +286,7 @@ discard block |
||
286 | 286 | <p><?=$_lang['setup_couldnt_install']?></p> |
287 | 287 | <p><?=$_lang['installation_error_occured']?></p> |
288 | 288 | <br /><br /> |
289 | - <?php foreach($installDataLevel['demo']['error'] as $error): ?> |
|
289 | + <?php foreach ($installDataLevel['demo']['error'] as $error): ?> |
|
290 | 290 | <em><?=$error['content']?></em> |
291 | 291 | <?=$_lang['during_execution_of_sql']?> |
292 | 292 | <span class="mono"><?=htmlspecialchars($error['sql'])?></span> |
@@ -300,9 +300,9 @@ discard block |
||
300 | 300 | <?php if ($installLevel >= 6): ?> |
301 | 301 | <?php foreach ($installDependencyLevel as $itemName => $itemData) : ?> |
302 | 302 | <?php if (empty($itemData['error'])) : ?> |
303 | - <?php if($itemData['type'] === 'create') : ?> |
|
303 | + <?php if ($itemData['type'] === 'create') : ?> |
|
304 | 304 | <p> ✓ <?=$itemName?>Module: <span class="ok"><?=$_lang['depedency_create']?></span></p> |
305 | - <?php elseif($itemData['type'] === 'update') : ?> |
|
305 | + <?php elseif ($itemData['type'] === 'update') : ?> |
|
306 | 306 | <p> ✓ <?=$itemName?>Module: <span class="ok"><?=$_lang['depedency_update']?></span></p> |
307 | 307 | <?php endif; ?> |
308 | 308 | |
@@ -370,10 +370,10 @@ discard block |
||
370 | 370 | var chk = document.install.rminstaller; |
371 | 371 | if (chk && chk.checked) { |
372 | 372 | // remove install folder and files |
373 | - window.location.href = "../<?=MGR_DIR;?>/processors/remove_installer.processor.php?rminstall=1"; |
|
373 | + window.location.href = "../<?=MGR_DIR; ?>/processors/remove_installer.processor.php?rminstall=1"; |
|
374 | 374 | } |
375 | 375 | else { |
376 | - window.location.href = "../<?=MGR_DIR;?>/"; |
|
376 | + window.location.href = "../<?=MGR_DIR; ?>/"; |
|
377 | 377 | } |
378 | 378 | } |
379 | 379 | /* ]]> */ |
@@ -16,7 +16,8 @@ discard block |
||
16 | 16 | <span class="notok"><?=$_lang['setup_database_create_connection_failed']?></span> |
17 | 17 | </p> |
18 | 18 | <p><?=$_lang['setup_database_create_connection_failed_note']?></p> |
19 | -<?php else : ?> |
|
19 | +<?php else { |
|
20 | + : ?> |
|
20 | 21 | <p><?=$_lang['setup_database_create_connection']?> <span class="ok"><?=$_lang['ok']?></span></p> |
21 | 22 | <?php if ($selectDatabase === false) : ?> |
22 | 23 | <p><?=rtrim($_lang['setup_database_selection'], '`')?> <strong><?=trim($dbase, '`')?></strong>: |
@@ -41,13 +42,18 @@ discard block |
||
41 | 42 | <?=rtrim($_lang['setup_database_creation'], '`')?> <strong><?=trim($dbase, '`')?></strong>: |
42 | 43 | <span class="ok"><?=$_lang['ok']?></span> |
43 | 44 | </p> |
44 | - <?php endif; ?> |
|
45 | - <?php else : ?> |
|
45 | + <?php endif; |
|
46 | +} |
|
47 | +?> |
|
48 | + <?php else { |
|
49 | + : ?> |
|
46 | 50 | <p> |
47 | 51 | <?=rtrim($_lang['setup_database_selection'], '`')?> <strong><?=trim($dbase, '`')?></strong>: |
48 | 52 | <span class="ok"><?=$_lang['ok']?></span> |
49 | 53 | </p> |
50 | - <?php endif; ?> |
|
54 | + <?php endif; |
|
55 | +} |
|
56 | +?> |
|
51 | 57 | <?php endif; ?> |
52 | 58 | |
53 | 59 | <?php if ($installLevel >= 1) : ?> |
@@ -57,12 +63,15 @@ discard block |
||
57 | 63 | <span class="notok"><?=$_lang['failed']?></span> <?=$_lang['table_prefix_already_inuse']?> |
58 | 64 | </p> |
59 | 65 | <p><?=$_lang['table_prefix_already_inuse_note']?></p> |
60 | - <?php else : ?> |
|
66 | + <?php else { |
|
67 | + : ?> |
|
61 | 68 | <p> |
62 | 69 | <?=rtrim($_lang['checking_table_prefix'], '`')?> <strong><?=trim($table_prefix, '`')?></strong>: |
63 | 70 | <span class="ok"><?=$_lang['ok']?></span> |
64 | 71 | </p> |
65 | - <?php endif; ?> |
|
72 | + <?php endif; |
|
73 | +} |
|
74 | +?> |
|
66 | 75 | <?php endif; ?> |
67 | 76 | |
68 | 77 | <?php if ($installLevel >= 2 && $moduleSQLBaseFile) : ?> |
@@ -81,9 +90,12 @@ discard block |
||
81 | 90 | <hr /> |
82 | 91 | <?php endfor; ?> |
83 | 92 | <p><?=$_lang['some_tables_not_updated']?></p> |
84 | - <?php else : ?> |
|
93 | + <?php else { |
|
94 | + : ?> |
|
85 | 95 | <p><?=$_lang['setup_database_creating_tables']?> <span class="ok"><?=$_lang['ok']?></span></p> |
86 | - <?php endif; ?> |
|
96 | + <?php endif; |
|
97 | +} |
|
98 | +?> |
|
87 | 99 | <?php endif; ?> |
88 | 100 | |
89 | 101 | <?php if ($installLevel >= 3) : ?> |
@@ -94,11 +106,14 @@ discard block |
||
94 | 106 | <p><?=$_lang['cant_write_config_file']?> <span class="mono"><?=MGR_DIR?>/includes/config.inc.php</span></p> |
95 | 107 | <textarea style="width:400px; height:160px;"><?=$configString?></textarea> |
96 | 108 | <p><?=$_lang['cant_write_config_file_note']?></p> |
97 | - <?php else : ?> |
|
109 | + <?php else { |
|
110 | + : ?> |
|
98 | 111 | <p> |
99 | 112 | <?=$_lang['writing_config_file']?> <span class="ok"><?=$_lang['ok']?></span> |
100 | 113 | </p> |
101 | - <?php endif; ?> |
|
114 | + <?php endif; |
|
115 | +} |
|
116 | +?> |
|
102 | 117 | <?php endif; ?> |
103 | 118 | |
104 | 119 | <?php if ($installLevel >= 4 && $installData && $moduleSQLDataFile && $moduleSQLResetFile) : ?> |
@@ -117,12 +132,15 @@ discard block |
||
117 | 132 | <?php endfor; ?> |
118 | 133 | </p> |
119 | 134 | <p><?=$_lang['some_tables_not_updated']?></p> |
120 | - <?php else : ?> |
|
135 | + <?php else { |
|
136 | + : ?> |
|
121 | 137 | <p> |
122 | 138 | <?=$_lang['resetting_database']?> |
123 | 139 | <span class="ok"><?=$_lang['ok']?></span> |
124 | 140 | </p> |
125 | - <?php endif; ?> |
|
141 | + <?php endif; |
|
142 | +} |
|
143 | +?> |
|
126 | 144 | <?php endif; ?> |
127 | 145 | |
128 | 146 | <?php if ($installLevel >= 5) : ?> |
@@ -135,7 +153,8 @@ discard block |
||
135 | 153 | <?php elseif($itemData['type'] === 'update') : ?> |
136 | 154 | <p> ✓ <?=$itemName?>: <span class="ok"><?=$_lang['upgraded']?></span></p> |
137 | 155 | <?php endif; ?> |
138 | - <?php else : ?> |
|
156 | + <?php else { |
|
157 | + : ?> |
|
139 | 158 | <?php if ($itemData['error']['type'] === 'sql') : ?> |
140 | 159 | <p>❌ <?=$itemData['error']['content']?></p> |
141 | 160 | <?php elseif ($itemData['error']['type'] === 'file_not_found') : ?> |
@@ -145,7 +164,9 @@ discard block |
||
145 | 164 | <?=$_lang['not_found']?>. |
146 | 165 | </span> |
147 | 166 | </p> |
148 | - <?php endif; ?> |
|
167 | + <?php endif; |
|
168 | +} |
|
169 | +?> |
|
149 | 170 | <?php endif; ?> |
150 | 171 | <?php endforeach; ?> |
151 | 172 | <?php endif; ?> |
@@ -161,10 +182,13 @@ discard block |
||
161 | 182 | <?php elseif($itemData['type'] === 'skip') : ?> |
162 | 183 | <!-- SKIP --> |
163 | 184 | <?php endif; ?> |
164 | - <?php else : ?> |
|
185 | + <?php else { |
|
186 | + : ?> |
|
165 | 187 | <?php if ($itemData['error']['type'] === 'sql') : ?> |
166 | 188 | <p>❌ <?=$itemData['error']['content']?></p> |
167 | - <?php endif; ?> |
|
189 | + <?php endif; |
|
190 | +} |
|
191 | +?> |
|
168 | 192 | <?php endif; ?> |
169 | 193 | <?php endforeach; ?> |
170 | 194 | <?php endif; ?> |
@@ -182,7 +206,8 @@ discard block |
||
182 | 206 | <?php elseif($itemData['type'] === 'skip') : ?> |
183 | 207 | <!-- SKIP --> |
184 | 208 | <?php endif; ?> |
185 | - <?php else : ?> |
|
209 | + <?php else { |
|
210 | + : ?> |
|
186 | 211 | <?php if ($itemData['error']['type'] === 'sql') : ?> |
187 | 212 | <p>❌ <?=$itemData['error']['content']?></p> |
188 | 213 | <?php elseif ($itemData['error']['type'] === 'file_not_found') : ?> |
@@ -192,7 +217,9 @@ discard block |
||
192 | 217 | <?=$_lang['not_found']?>. |
193 | 218 | </span> |
194 | 219 | </p> |
195 | - <?php endif; ?> |
|
220 | + <?php endif; |
|
221 | +} |
|
222 | +?> |
|
196 | 223 | <?php endif; ?> |
197 | 224 | <?php endforeach; ?> |
198 | 225 | <?php endif; ?> |
@@ -208,7 +235,8 @@ discard block |
||
208 | 235 | <?php elseif($itemData['type'] === 'skip') : ?> |
209 | 236 | <!-- SKIP --> |
210 | 237 | <?php endif; ?> |
211 | - <?php else : ?> |
|
238 | + <?php else { |
|
239 | + : ?> |
|
212 | 240 | <?php if ($itemData['error']['type'] === 'sql') : ?> |
213 | 241 | <p>❌ <?=$itemData['error']['content']?></p> |
214 | 242 | <?php elseif ($itemData['error']['type'] === 'file_not_found') : ?> |
@@ -218,7 +246,9 @@ discard block |
||
218 | 246 | <?=$_lang['not_found']?>. |
219 | 247 | </span> |
220 | 248 | </p> |
221 | - <?php endif; ?> |
|
249 | + <?php endif; |
|
250 | +} |
|
251 | +?> |
|
222 | 252 | <?php endif; ?> |
223 | 253 | <?php endforeach; ?> |
224 | 254 | <?php endif; ?> |
@@ -234,7 +264,8 @@ discard block |
||
234 | 264 | <?php elseif($itemData['type'] === 'skip') : ?> |
235 | 265 | <!-- SKIP --> |
236 | 266 | <?php endif; ?> |
237 | - <?php else : ?> |
|
267 | + <?php else { |
|
268 | + : ?> |
|
238 | 269 | <?php if ($itemData['error']['type'] === 'sql') : ?> |
239 | 270 | <p>❌ <?=$itemData['error']['content']?></p> |
240 | 271 | <?php elseif ($itemData['error']['type'] === 'file_not_found') : ?> |
@@ -244,7 +275,9 @@ discard block |
||
244 | 275 | <?=$_lang['not_found']?>. |
245 | 276 | </span> |
246 | 277 | </p> |
247 | - <?php endif; ?> |
|
278 | + <?php endif; |
|
279 | +} |
|
280 | +?> |
|
248 | 281 | <?php endif; ?> |
249 | 282 | <?php endforeach; ?> |
250 | 283 | <?php endif; ?> |
@@ -262,7 +295,8 @@ discard block |
||
262 | 295 | <?php elseif($itemData['type'] === 'skip') : ?> |
263 | 296 | <!-- SKIP --> |
264 | 297 | <?php endif; ?> |
265 | - <?php else : ?> |
|
298 | + <?php else { |
|
299 | + : ?> |
|
266 | 300 | <?php if ($itemData['error']['type'] === 'sql') : ?> |
267 | 301 | <p>❌ <?=$itemData['error']['content']?></p> |
268 | 302 | <?php elseif ($itemData['error']['type'] === 'file_not_found') : ?> |
@@ -272,7 +306,9 @@ discard block |
||
272 | 306 | <?=$_lang['not_found']?>. |
273 | 307 | </span> |
274 | 308 | </p> |
275 | - <?php endif; ?> |
|
309 | + <?php endif; |
|
310 | +} |
|
311 | +?> |
|
276 | 312 | <?php endif; ?> |
277 | 313 | <?php endforeach; ?> |
278 | 314 | <?php endif; ?> |
@@ -281,7 +317,8 @@ discard block |
||
281 | 317 | <h3><?=$_lang['installing_demo_site']?></h3> |
282 | 318 | <?php if (empty($installDataLevel['demo']['error'])) : ?> |
283 | 319 | <p> ✓  <span class="ok"><?=$_lang['ok']?></span></p> |
284 | - <?php else : ?> |
|
320 | + <?php else { |
|
321 | + : ?> |
|
285 | 322 | <p><span class="notok"><b><?=$_lang['database_alerts']?></span></p> |
286 | 323 | <p><?=$_lang['setup_couldnt_install']?></p> |
287 | 324 | <p><?=$_lang['installation_error_occured']?></p> |
@@ -291,7 +328,9 @@ discard block |
||
291 | 328 | <?=$_lang['during_execution_of_sql']?> |
292 | 329 | <span class="mono"><?=htmlspecialchars($error['sql'])?></span> |
293 | 330 | <hr /> |
294 | - <?php endforeach; ?> |
|
331 | + <?php endforeach; |
|
332 | +} |
|
333 | +?> |
|
295 | 334 | <p><?=$_lang['some_tables_not_updated']?></p> |
296 | 335 | <?php endif; ?> |
297 | 336 | <?php endif; ?> |
@@ -316,10 +355,13 @@ discard block |
||
316 | 355 | <span class="ok"><?=$_lang['guid_set']?></span> |
317 | 356 | </p> |
318 | 357 | <?php endif; ?> |
319 | - <?php else : ?> |
|
358 | + <?php else { |
|
359 | + : ?> |
|
320 | 360 | <?php if ($itemData['error']['type'] === 'sql') : ?> |
321 | 361 | <p>❌ <?=$itemData['error']['content']?></p> |
322 | - <?php endif; ?> |
|
362 | + <?php endif; |
|
363 | +} |
|
364 | +?> |
|
323 | 365 | <?php endif; ?> |
324 | 366 | <?php endforeach; ?> |
325 | 367 | <?php endif; ?> |
@@ -332,12 +374,15 @@ discard block |
||
332 | 374 | <img src="img/ico_info.png" width="40" height="42" align="left" style="margin-right:10px;" /> |
333 | 375 | <?=$_lang['installation_note']?> |
334 | 376 | </p> |
335 | - <?php else : ?> |
|
377 | + <?php else { |
|
378 | + : ?> |
|
336 | 379 | <p> |
337 | 380 | <img src="img/ico_info.png" width="40" height="42" align="left" style="margin-right:10px;" /> |
338 | 381 | <?=$_lang['upgrade_note']?> |
339 | 382 | </p> |
340 | - <?php endif; ?> |
|
383 | + <?php endif; |
|
384 | +} |
|
385 | +?> |
|
341 | 386 | |
342 | 387 | <form name="install" id="install_form" action="index.php?action=options" method="post"> |
343 | 388 | <?php if ($errors === 0) : ?> |
@@ -350,11 +395,14 @@ discard block |
||
350 | 395 | /> |
351 | 396 | <?=$_lang['remove_install_folder_auto'] ?> |
352 | 397 | </span> |
353 | - <?php else : ?> |
|
398 | + <?php else { |
|
399 | + : ?> |
|
354 | 400 | <span id="removeinstall" style="float:left;color:#505050;line-height:18px;"> |
355 | 401 | <?=$_lang['remove_install_folder_manual'] ?> |
356 | 402 | </span> |
357 | - <?php endif; ?> |
|
403 | + <?php endif; |
|
404 | +} |
|
405 | +?> |
|
358 | 406 | <?php endif; ?> |
359 | 407 | <p class="buttonlinks"> |
360 | 408 | <a href="javascript:closepage();" title="<?=$_lang['btnclose_value'] ?>"> |
@@ -294,7 +294,7 @@ discard block |
||
294 | 294 | |
295 | 295 | if (mysqli_num_rows($rs)) { |
296 | 296 | $installDataLevel['templates'][$moduleTemplate[0]]['type'] = 'update'; |
297 | - $query = "UPDATE $dbase.`" . $table_prefix . "site_templates` SET content='$template', description='$desc', category=$category_id, locked='$locked' WHERE templatename='$name' LIMIT 1;"; |
|
297 | + $query = "update $dbase.`" . $table_prefix . "site_templates` SET content='$template', description='$desc', category=$category_id, locked='$locked' WHERE templatename='$name' LIMIT 1;"; |
|
298 | 298 | if (!mysqli_query($sqlParser->conn, $query)) { |
299 | 299 | $errors += 1; |
300 | 300 | $installDataLevel['templates'][$moduleTemplate[0]]['error'] = array( |
@@ -385,7 +385,7 @@ discard block |
||
385 | 385 | if (mysqli_num_rows($rs)) { |
386 | 386 | $installDataLevel['tvs'][$moduleTV[0]]['type'] = 'update'; |
387 | 387 | while ($row = mysqli_fetch_assoc($rs)) { |
388 | - $query = "UPDATE $dbase.`" . $table_prefix . "site_tmplvars` SET type='$input_type', caption='$caption', description='$desc', category=$category, locked=$locked, elements='$input_options', display='$output_widget', display_params='$output_widget_params', default_text='$input_default' WHERE id={$row['id']};"; |
|
388 | + $query = "update $dbase.`" . $table_prefix . "site_tmplvars` SET type='$input_type', caption='$caption', description='$desc', category=$category, locked=$locked, elements='$input_options', display='$output_widget', display_params='$output_widget_params', default_text='$input_default' WHERE id={$row['id']};"; |
|
389 | 389 | if (!mysqli_query($sqlParser->conn, $query)) { |
390 | 390 | $installDataLevel['tvs'][$moduleTV[0]]['error'] = array( |
391 | 391 | 'type' => 'sql', |
@@ -496,7 +496,7 @@ discard block |
||
496 | 496 | if ($update) { |
497 | 497 | $installDataLevel['chunks'][$moduleChunk[0]]['type'] = 'update'; |
498 | 498 | if (!mysqli_query($sqlParser->conn, |
499 | - "UPDATE $dbase.`" . $table_prefix . "site_htmlsnippets` SET snippet='$chunk', description='$desc', category=$category_id WHERE name='$name';")) { |
|
499 | + "update $dbase.`" . $table_prefix . "site_htmlsnippets` SET snippet='$chunk', description='$desc', category=$category_id WHERE name='$name';")) { |
|
500 | 500 | $errors += 1; |
501 | 501 | $installDataLevel['chunks'][$moduleChunk[0]]['error'] = array( |
502 | 502 | 'type' => 'sql', |
@@ -581,7 +581,7 @@ discard block |
||
581 | 581 | $row = mysqli_fetch_assoc($rs); |
582 | 582 | $props = mysqli_real_escape_string($conn, propUpdate($properties, $row['properties'])); |
583 | 583 | if (!mysqli_query($sqlParser->conn, |
584 | - "UPDATE $dbase.`" . $table_prefix . "site_modules` SET modulecode='$module', description='$desc', properties='$props', enable_sharedparams='$shared' WHERE name='$name';")) { |
|
584 | + "update $dbase.`" . $table_prefix . "site_modules` SET modulecode='$module', description='$desc', properties='$props', enable_sharedparams='$shared' WHERE name='$name';")) { |
|
585 | 585 | $installDataLevel['modules'][$moduleModule[0]]['error'] = array( |
586 | 586 | 'type' => 'sql', |
587 | 587 | 'content' => mysqli_error($sqlParser->conn) |
@@ -660,7 +660,7 @@ discard block |
||
660 | 660 | |
661 | 661 | // disable legacy versions based on legacy_names provided |
662 | 662 | if (!empty($leg_names)) { |
663 | - $update_query = "UPDATE $dbase.`" . $table_prefix . "site_plugins` SET disabled='1' WHERE name IN ($leg_names);"; |
|
663 | + $update_query = "update $dbase.`" . $table_prefix . "site_plugins` SET disabled='1' WHERE name IN ($leg_names);"; |
|
664 | 664 | $rs = mysqli_query($sqlParser->conn, $update_query); |
665 | 665 | } |
666 | 666 | |
@@ -678,7 +678,7 @@ discard block |
||
678 | 678 | while ($row = mysqli_fetch_assoc($rs)) { |
679 | 679 | $props = mysqli_real_escape_string($conn, propUpdate($properties, $row['properties'])); |
680 | 680 | if ($row['description'] == $desc) { |
681 | - $query = "UPDATE $dbase.`" . $table_prefix . "site_plugins` SET plugincode='$plugin', description='$desc', properties='$props' WHERE id={$row['id']};"; |
|
681 | + $query = "update $dbase.`" . $table_prefix . "site_plugins` SET plugincode='$plugin', description='$desc', properties='$props' WHERE id={$row['id']};"; |
|
682 | 682 | if (!mysqli_query($sqlParser->conn, $query)) { |
683 | 683 | $installDataLevel['plugins'][$modulePlugin[0]]['error'] = array( |
684 | 684 | 'type' => 'sql', |
@@ -689,7 +689,7 @@ discard block |
||
689 | 689 | } |
690 | 690 | $insert = false; |
691 | 691 | } else { |
692 | - $query = "UPDATE $dbase.`" . $table_prefix . "site_plugins` SET disabled='1' WHERE id={$row['id']};"; |
|
692 | + $query = "update $dbase.`" . $table_prefix . "site_plugins` SET disabled='1' WHERE id={$row['id']};"; |
|
693 | 693 | if (!mysqli_query($sqlParser->conn, $query)) { |
694 | 694 | $installDataLevel['plugins'][$modulePlugin[0]]['error'] = array( |
695 | 695 | 'type' => 'sql', |
@@ -792,7 +792,7 @@ discard block |
||
792 | 792 | $row = mysqli_fetch_assoc($rs); |
793 | 793 | $props = mysqli_real_escape_string($conn, propUpdate($properties, $row['properties'])); |
794 | 794 | if (!mysqli_query($sqlParser->conn, |
795 | - "UPDATE $dbase.`" . $table_prefix . "site_snippets` SET snippet='$snippet', description='$desc', properties='$props' WHERE name='$name';")) { |
|
795 | + "update $dbase.`" . $table_prefix . "site_snippets` SET snippet='$snippet', description='$desc', properties='$props' WHERE name='$name';")) { |
|
796 | 796 | $installDataLevel['snippets'][$moduleSnippet[0]]['error'] = array( |
797 | 797 | 'type' => 'sql', |
798 | 798 | 'content' => mysqli_error($sqlParser->conn) |
@@ -1,6 +1,6 @@ discard block |
||
1 | 1 | <?php |
2 | -if (file_exists(dirname(dirname(dirname(__DIR__))) . "/assets/cache/siteManager.php")) { |
|
3 | - include_once(dirname(dirname(dirname(__DIR__))) . "/assets/cache/siteManager.php"); |
|
2 | +if (file_exists(dirname(dirname(dirname(__DIR__)))."/assets/cache/siteManager.php")) { |
|
3 | + include_once(dirname(dirname(dirname(__DIR__)))."/assets/cache/siteManager.php"); |
|
4 | 4 | } else { |
5 | 5 | define('MGR_DIR', 'manager'); |
6 | 6 | } |
@@ -25,8 +25,8 @@ discard block |
||
25 | 25 | // set timout limit |
26 | 26 | @ set_time_limit(120); // used @ to prevent warning when using safe mode? |
27 | 27 | |
28 | -$installMode = (int)$_POST['installmode']; |
|
29 | -$installData = (int)!empty($_POST['installdata']); |
|
28 | +$installMode = (int) $_POST['installmode']; |
|
29 | +$installData = (int) !empty($_POST['installdata']); |
|
30 | 30 | |
31 | 31 | // get db info from post |
32 | 32 | $database_server = $_POST['databasehost']; |
@@ -36,7 +36,7 @@ discard block |
||
36 | 36 | $database_charset = substr($database_collation, 0, strpos($database_collation, '_')); |
37 | 37 | $database_connection_charset = $_POST['database_connection_charset']; |
38 | 38 | $database_connection_method = $_POST['database_connection_method']; |
39 | -$dbase = "`" . $_POST['database_name'] . "`"; |
|
39 | +$dbase = "`".$_POST['database_name']."`"; |
|
40 | 40 | $table_prefix = $_POST['tableprefix']; |
41 | 41 | $adminname = $_POST['cmsadmin']; |
42 | 42 | $adminemail = $_POST['cmsadminemail']; |
@@ -46,7 +46,7 @@ discard block |
||
46 | 46 | |
47 | 47 | // set session name variable |
48 | 48 | if (!isset ($site_sessionname)) { |
49 | - $site_sessionname = 'SN' . uniqid(''); |
|
49 | + $site_sessionname = 'SN'.uniqid(''); |
|
50 | 50 | } |
51 | 51 | |
52 | 52 | // get base path and url |
@@ -62,8 +62,8 @@ discard block |
||
62 | 62 | } |
63 | 63 | $pth = implode('install', $a); |
64 | 64 | unset ($a); |
65 | -$base_url = $url . (substr($url, -1) != '/' ? '/' : ''); |
|
66 | -$base_path = $pth . (substr($pth, -1) != '/' ? '/' : ''); |
|
65 | +$base_url = $url.(substr($url, -1) != '/' ? '/' : ''); |
|
66 | +$base_path = $pth.(substr($pth, -1) != '/' ? '/' : ''); |
|
67 | 67 | |
68 | 68 | // connect to the database |
69 | 69 | $conn = @mysqli_connect($database_server, $database_user, $database_password); |
@@ -92,7 +92,7 @@ discard block |
||
92 | 92 | if ($installLevel === 1) { |
93 | 93 | // check table prefix |
94 | 94 | if ($installMode === 0) { |
95 | - $query = "SELECT COUNT(*) FROM $dbase.`" . $table_prefix . "site_content`"; |
|
95 | + $query = "SELECT COUNT(*) FROM $dbase.`".$table_prefix."site_content`"; |
|
96 | 96 | if (@mysqli_query($conn, $query)) { |
97 | 97 | $errors += 1; |
98 | 98 | } else { |
@@ -107,7 +107,7 @@ discard block |
||
107 | 107 | // check status of Inherit Parent Template plugin |
108 | 108 | $auto_template_logic = 'parent'; |
109 | 109 | if ($installMode !== 0) { |
110 | - $query = "SELECT properties, disabled FROM " . $dbase . ".`" . $table_prefix . "site_plugins` WHERE name='Inherit Parent Template'"; |
|
110 | + $query = "SELECT properties, disabled FROM ".$dbase.".`".$table_prefix."site_plugins` WHERE name='Inherit Parent Template'"; |
|
111 | 111 | $rs = mysqli_query($conn, $query); |
112 | 112 | $row = mysqli_fetch_row($rs); |
113 | 113 | if (!$row) { |
@@ -130,8 +130,8 @@ discard block |
||
130 | 130 | } |
131 | 131 | |
132 | 132 | // open db connection |
133 | - include dirname(__DIR__) . '/processor/result.php'; |
|
134 | - include_once dirname(__DIR__) . '/sqlParser.class.php'; |
|
133 | + include dirname(__DIR__).'/processor/result.php'; |
|
134 | + include_once dirname(__DIR__).'/sqlParser.class.php'; |
|
135 | 135 | $sqlParser = new SqlParser( |
136 | 136 | $database_server, |
137 | 137 | $database_user, |
@@ -177,10 +177,10 @@ discard block |
||
177 | 177 | $confph['lastInstallTime'] = time(); |
178 | 178 | $confph['site_sessionname'] = $site_sessionname; |
179 | 179 | |
180 | - $configString = file_get_contents(dirname(dirname(__DIR__)) . '/stubs/config.tpl'); |
|
180 | + $configString = file_get_contents(dirname(dirname(__DIR__)).'/stubs/config.tpl'); |
|
181 | 181 | $configString = parse($configString, $confph); |
182 | 182 | |
183 | - $filename = dirname(dirname(dirname(__DIR__))) . '/' . MGR_DIR . '/includes/config.inc.php'; |
|
183 | + $filename = dirname(dirname(dirname(__DIR__))).'/'.MGR_DIR.'/includes/config.inc.php'; |
|
184 | 184 | $configFileFailed = false; |
185 | 185 | if (@ !$handle = fopen($filename, 'w')) { |
186 | 186 | $configFileFailed = true; |
@@ -208,13 +208,13 @@ discard block |
||
208 | 208 | $siteid = uniqid(''); |
209 | 209 | mysqli_query( |
210 | 210 | $sqlParser->conn, |
211 | - "REPLACE INTO $dbase.`" . $table_prefix . "system_settings` (setting_name,setting_value) VALUES('site_id','$siteid'),('manager_theme','default')" |
|
211 | + "REPLACE INTO $dbase.`".$table_prefix."system_settings` (setting_name,setting_value) VALUES('site_id','$siteid'),('manager_theme','default')" |
|
212 | 212 | ); |
213 | 213 | } else { |
214 | 214 | // update site_id if missing |
215 | 215 | $ds = mysqli_query( |
216 | 216 | $sqlParser->conn, |
217 | - "SELECT setting_name,setting_value FROM $dbase.`" . $table_prefix . "system_settings` WHERE setting_name='site_id'" |
|
217 | + "SELECT setting_name,setting_value FROM $dbase.`".$table_prefix."system_settings` WHERE setting_name='site_id'" |
|
218 | 218 | ); |
219 | 219 | if ($ds) { |
220 | 220 | $r = mysqli_fetch_assoc($ds); |
@@ -223,7 +223,7 @@ discard block |
||
223 | 223 | $siteid = uniqid(''); |
224 | 224 | mysqli_query( |
225 | 225 | $sqlParser->conn, |
226 | - "REPLACE INTO $dbase.`" . $table_prefix . "system_settings` (setting_name,setting_value) VALUES('site_id','$siteid')" |
|
226 | + "REPLACE INTO $dbase.`".$table_prefix."system_settings` (setting_name,setting_value) VALUES('site_id','$siteid')" |
|
227 | 227 | ); |
228 | 228 | } |
229 | 229 | } |
@@ -249,7 +249,7 @@ discard block |
||
249 | 249 | if ($installLevel === 5 && (isset ($_POST['template']) || $installData)) { |
250 | 250 | $selTemplates = $_POST['template']; |
251 | 251 | foreach ($moduleTemplates as $k => $moduleTemplate) { |
252 | - if (! is_array($moduleTemplate)) { |
|
252 | + if (!is_array($moduleTemplate)) { |
|
253 | 253 | continue; |
254 | 254 | } |
255 | 255 | $installDataLevel['templates'][$moduleTemplate[0]] = array( |
@@ -287,12 +287,12 @@ discard block |
||
287 | 287 | $template = mysqli_real_escape_string($conn, $template); |
288 | 288 | |
289 | 289 | // See if the template already exists |
290 | - $query = "SELECT * FROM $dbase.`" . $table_prefix . "site_templates` WHERE templatename='$name'"; |
|
290 | + $query = "SELECT * FROM $dbase.`".$table_prefix."site_templates` WHERE templatename='$name'"; |
|
291 | 291 | $rs = mysqli_query($sqlParser->conn, $query); |
292 | 292 | |
293 | 293 | if (mysqli_num_rows($rs)) { |
294 | 294 | $installDataLevel['templates'][$moduleTemplate[0]]['type'] = 'update'; |
295 | - $query = "UPDATE $dbase.`" . $table_prefix . "site_templates` SET content='$template', description='$desc', category=$category_id, locked='$locked' WHERE templatename='$name' LIMIT 1;"; |
|
295 | + $query = "UPDATE $dbase.`".$table_prefix."site_templates` SET content='$template', description='$desc', category=$category_id, locked='$locked' WHERE templatename='$name' LIMIT 1;"; |
|
296 | 296 | if (!mysqli_query($sqlParser->conn, $query)) { |
297 | 297 | $errors += 1; |
298 | 298 | $installDataLevel['templates'][$moduleTemplate[0]]['error'] = array( |
@@ -305,7 +305,7 @@ discard block |
||
305 | 305 | if (!is_null($save_sql_id_as)) { |
306 | 306 | $sql_id = @mysqli_insert_id($sqlParser->conn); |
307 | 307 | if (!$sql_id) { |
308 | - $query = "SELECT id FROM $dbase.`" . $table_prefix . "site_templates` WHERE templatename='$name' LIMIT 1;"; |
|
308 | + $query = "SELECT id FROM $dbase.`".$table_prefix."site_templates` WHERE templatename='$name' LIMIT 1;"; |
|
309 | 309 | $idQuery = mysqli_fetch_assoc(mysqli_query($sqlParser->conn, $query)); |
310 | 310 | $sql_id = $idQuery['id']; |
311 | 311 | } |
@@ -313,7 +313,7 @@ discard block |
||
313 | 313 | } |
314 | 314 | } else { |
315 | 315 | $installDataLevel['templates'][$moduleTemplate[0]]['type'] = 'create'; |
316 | - $query = "INSERT INTO $dbase.`" . $table_prefix . "site_templates` (templatename,description,content,category,locked) VALUES('$name','$desc','$template',$category_id,'$locked');"; |
|
316 | + $query = "INSERT INTO $dbase.`".$table_prefix."site_templates` (templatename,description,content,category,locked) VALUES('$name','$desc','$template',$category_id,'$locked');"; |
|
317 | 317 | if (!@mysqli_query($sqlParser->conn, $query)) { |
318 | 318 | $errors += 1; |
319 | 319 | $installDataLevel['templates'][$moduleTemplate[0]]['error'] = array( |
@@ -378,12 +378,12 @@ discard block |
||
378 | 378 | // Create the category if it does not already exist |
379 | 379 | $category = getCreateDbCategory($category, $sqlParser); |
380 | 380 | |
381 | - $query = "SELECT * FROM $dbase.`" . $table_prefix . "site_tmplvars` WHERE name='$name'"; |
|
382 | - $rs = mysqli_query($sqlParser->conn,$query); |
|
381 | + $query = "SELECT * FROM $dbase.`".$table_prefix."site_tmplvars` WHERE name='$name'"; |
|
382 | + $rs = mysqli_query($sqlParser->conn, $query); |
|
383 | 383 | if (mysqli_num_rows($rs)) { |
384 | 384 | $installDataLevel['tvs'][$moduleTV[0]]['type'] = 'update'; |
385 | 385 | while ($row = mysqli_fetch_assoc($rs)) { |
386 | - $query = "UPDATE $dbase.`" . $table_prefix . "site_tmplvars` SET type='$input_type', caption='$caption', description='$desc', category=$category, locked=$locked, elements='$input_options', display='$output_widget', display_params='$output_widget_params', default_text='$input_default' WHERE id={$row['id']};"; |
|
386 | + $query = "UPDATE $dbase.`".$table_prefix."site_tmplvars` SET type='$input_type', caption='$caption', description='$desc', category=$category, locked=$locked, elements='$input_options', display='$output_widget', display_params='$output_widget_params', default_text='$input_default' WHERE id={$row['id']};"; |
|
387 | 387 | if (!mysqli_query($sqlParser->conn, $query)) { |
388 | 388 | $installDataLevel['tvs'][$moduleTV[0]]['error'] = array( |
389 | 389 | 'type' => 'sql', |
@@ -396,7 +396,7 @@ discard block |
||
396 | 396 | } |
397 | 397 | } else { |
398 | 398 | $installDataLevel['tvs'][$moduleTV[0]]['type'] = 'create'; |
399 | - $q = "INSERT INTO $dbase.`" . $table_prefix . "site_tmplvars` (type,name,caption,description,category,locked,elements,display,display_params,default_text) VALUES('$input_type','$name','$caption','$desc',$category,$locked,'$input_options','$output_widget','$output_widget_params','$input_default');"; |
|
399 | + $q = "INSERT INTO $dbase.`".$table_prefix."site_tmplvars` (type,name,caption,description,category,locked,elements,display,display_params,default_text) VALUES('$input_type','$name','$caption','$desc',$category,$locked,'$input_options','$output_widget','$output_widget_params','$input_default');"; |
|
400 | 400 | if (!mysqli_query($sqlParser->conn, $q)) { |
401 | 401 | $installDataLevel['tvs'][$moduleTV[0]]['error'] = array( |
402 | 402 | 'type' => 'sql', |
@@ -413,23 +413,23 @@ discard block |
||
413 | 413 | if (count($assignments) > 0) { |
414 | 414 | |
415 | 415 | // remove existing tv -> template assignments |
416 | - $query = "SELECT id FROM $dbase.`" . $table_prefix . "site_tmplvars` WHERE name='$name' AND description='$desc';"; |
|
416 | + $query = "SELECT id FROM $dbase.`".$table_prefix."site_tmplvars` WHERE name='$name' AND description='$desc';"; |
|
417 | 417 | $ds = mysqli_query($sqlParser->conn, $query); |
418 | 418 | $row = mysqli_fetch_assoc($ds); |
419 | 419 | $id = $row["id"]; |
420 | - $query = 'DELETE FROM ' . $dbase . '.`' . $table_prefix . 'site_tmplvar_templates` WHERE tmplvarid = \'' . $id . '\''; |
|
420 | + $query = 'DELETE FROM '.$dbase.'.`'.$table_prefix.'site_tmplvar_templates` WHERE tmplvarid = \''.$id.'\''; |
|
421 | 421 | mysqli_query($sqlParser->conn, $query); |
422 | 422 | |
423 | 423 | // add tv -> template assignments |
424 | 424 | foreach ($assignments as $assignment) { |
425 | 425 | $template = mysqli_real_escape_string($conn, $assignment); |
426 | - $query = "SELECT id FROM $dbase.`" . $table_prefix . "site_templates` WHERE templatename='$template';"; |
|
426 | + $query = "SELECT id FROM $dbase.`".$table_prefix."site_templates` WHERE templatename='$template';"; |
|
427 | 427 | $ts = mysqli_query($sqlParser->conn, $query); |
428 | 428 | if ($ds && $ts) { |
429 | 429 | $tRow = mysqli_fetch_assoc($ts); |
430 | 430 | $templateId = $tRow['id']; |
431 | - $query = "INSERT INTO $dbase.`" . $table_prefix . "site_tmplvar_templates` (tmplvarid, templateid) VALUES($id, $templateId)"; |
|
432 | - mysqli_query($sqlParser->conn,$query); |
|
431 | + $query = "INSERT INTO $dbase.`".$table_prefix."site_tmplvar_templates` (tmplvarid, templateid) VALUES($id, $templateId)"; |
|
432 | + mysqli_query($sqlParser->conn, $query); |
|
433 | 433 | } |
434 | 434 | } |
435 | 435 | } |
@@ -441,7 +441,7 @@ discard block |
||
441 | 441 | if ($installLevel === 5 && $errorData === false && (isset ($_POST['chunk']) || $installData)) { |
442 | 442 | $selChunks = $_POST['chunk']; |
443 | 443 | foreach ($moduleChunks as $k => $moduleChunk) { |
444 | - if (! is_array($moduleChunk)) { |
|
444 | + if (!is_array($moduleChunk)) { |
|
445 | 445 | continue; |
446 | 446 | } |
447 | 447 | $installDataLevel['chunks'][$moduleChunk[0]] = array( |
@@ -479,14 +479,14 @@ discard block |
||
479 | 479 | $chunk = mysqli_real_escape_string($conn, $chunk); |
480 | 480 | $rs = mysqli_query( |
481 | 481 | $sqlParser->conn, |
482 | - "SELECT * FROM $dbase.`" . $table_prefix . "site_htmlsnippets` WHERE name='$name'" |
|
482 | + "SELECT * FROM $dbase.`".$table_prefix."site_htmlsnippets` WHERE name='$name'" |
|
483 | 483 | ); |
484 | 484 | $count_original_name = mysqli_num_rows($rs); |
485 | 485 | if ($overwrite == 'false') { |
486 | - $newname = $name . '-' . str_replace('.', '_', $modx_version); |
|
486 | + $newname = $name.'-'.str_replace('.', '_', $modx_version); |
|
487 | 487 | $rs = mysqli_query( |
488 | 488 | $sqlParser->conn, |
489 | - "SELECT * FROM $dbase.`" . $table_prefix . "site_htmlsnippets` WHERE name='$newname'" |
|
489 | + "SELECT * FROM $dbase.`".$table_prefix."site_htmlsnippets` WHERE name='$newname'" |
|
490 | 490 | ); |
491 | 491 | $count_new_name = mysqli_num_rows($rs); |
492 | 492 | } |
@@ -494,7 +494,7 @@ discard block |
||
494 | 494 | if ($update) { |
495 | 495 | $installDataLevel['chunks'][$moduleChunk[0]]['type'] = 'update'; |
496 | 496 | if (!mysqli_query($sqlParser->conn, |
497 | - "UPDATE $dbase.`" . $table_prefix . "site_htmlsnippets` SET snippet='$chunk', description='$desc', category=$category_id WHERE name='$name';")) { |
|
497 | + "UPDATE $dbase.`".$table_prefix."site_htmlsnippets` SET snippet='$chunk', description='$desc', category=$category_id WHERE name='$name';")) { |
|
498 | 498 | $errors += 1; |
499 | 499 | $installDataLevel['chunks'][$moduleChunk[0]]['error'] = array( |
500 | 500 | 'type' => 'sql', |
@@ -511,7 +511,7 @@ discard block |
||
511 | 511 | } else { |
512 | 512 | $installDataLevel['chunks'][$moduleChunk[0]]['type'] = 'create'; |
513 | 513 | } |
514 | - $query = "INSERT INTO $dbase.`" . $table_prefix . "site_htmlsnippets` (name,description,snippet,category) VALUES('$name','$desc','$chunk',$category_id);"; |
|
514 | + $query = "INSERT INTO $dbase.`".$table_prefix."site_htmlsnippets` (name,description,snippet,category) VALUES('$name','$desc','$chunk',$category_id);"; |
|
515 | 515 | if (!mysqli_query($sqlParser->conn, $query)) { |
516 | 516 | $errors += 1; |
517 | 517 | $installDataLevel['chunks'][$moduleChunk[0]]['error'] = array( |
@@ -534,7 +534,7 @@ discard block |
||
534 | 534 | if ($installLevel === 5 && $errorData === false && (isset ($_POST['module']) || $installData)) { |
535 | 535 | $selModules = $_POST['module']; |
536 | 536 | foreach ($moduleModules as $k => $moduleModule) { |
537 | - if (! is_array($moduleModule)) { |
|
537 | + if (!is_array($moduleModule)) { |
|
538 | 538 | continue; |
539 | 539 | } |
540 | 540 | $installDataLevel['modules'][$moduleModule[0]] = array( |
@@ -573,13 +573,13 @@ discard block |
||
573 | 573 | // $module = removeDocblock($module, 'module'); // Modules have no fileBinding, keep docblock for info-tab |
574 | 574 | $module = mysqli_real_escape_string($conn, $module); |
575 | 575 | $rs = mysqli_query($sqlParser->conn, |
576 | - "SELECT * FROM $dbase.`" . $table_prefix . "site_modules` WHERE name='$name'"); |
|
576 | + "SELECT * FROM $dbase.`".$table_prefix."site_modules` WHERE name='$name'"); |
|
577 | 577 | if (mysqli_num_rows($rs)) { |
578 | 578 | $installDataLevel['modules'][$moduleModule[0]]['type'] = 'update'; |
579 | 579 | $row = mysqli_fetch_assoc($rs); |
580 | 580 | $props = mysqli_real_escape_string($conn, propUpdate($properties, $row['properties'])); |
581 | 581 | if (!mysqli_query($sqlParser->conn, |
582 | - "UPDATE $dbase.`" . $table_prefix . "site_modules` SET modulecode='$module', description='$desc', properties='$props', enable_sharedparams='$shared' WHERE name='$name';")) { |
|
582 | + "UPDATE $dbase.`".$table_prefix."site_modules` SET modulecode='$module', description='$desc', properties='$props', enable_sharedparams='$shared' WHERE name='$name';")) { |
|
583 | 583 | $installDataLevel['modules'][$moduleModule[0]]['error'] = array( |
584 | 584 | 'type' => 'sql', |
585 | 585 | 'content' => mysqli_error($sqlParser->conn) |
@@ -591,7 +591,7 @@ discard block |
||
591 | 591 | $installDataLevel['modules'][$moduleModule[0]]['type'] = 'create'; |
592 | 592 | $properties = mysqli_real_escape_string($conn, parseProperties($properties, true)); |
593 | 593 | if (!mysqli_query($sqlParser->conn, |
594 | - "INSERT INTO $dbase.`" . $table_prefix . "site_modules` (name,description,modulecode,properties,guid,enable_sharedparams,category) VALUES('$name','$desc','$module','$properties','$guid','$shared', $category);")) { |
|
594 | + "INSERT INTO $dbase.`".$table_prefix."site_modules` (name,description,modulecode,properties,guid,enable_sharedparams,category) VALUES('$name','$desc','$module','$properties','$guid','$shared', $category);")) { |
|
595 | 595 | $installDataLevel['modules'][$moduleModule[0]]['error'] = array( |
596 | 596 | 'type' => 'sql', |
597 | 597 | 'content' => mysqli_error($sqlParser->conn) |
@@ -611,7 +611,7 @@ discard block |
||
611 | 611 | if ($installLevel === 5 && $errorData === false && (isset ($_POST['plugin']) || $installData)) { |
612 | 612 | $selPlugs = $_POST['plugin']; |
613 | 613 | foreach ($modulePlugins as $k => $modulePlugin) { |
614 | - if (! is_array($modulePlugin)) { |
|
614 | + if (!is_array($modulePlugin)) { |
|
615 | 615 | continue; |
616 | 616 | } |
617 | 617 | $installDataLevel['plugins'][$modulePlugin[0]] = array( |
@@ -645,12 +645,12 @@ discard block |
||
645 | 645 | $disabled = $modulePlugin[9]; |
646 | 646 | if (array_key_exists(7, $modulePlugin)) { |
647 | 647 | // parse comma-separated legacy names and prepare them for sql IN clause |
648 | - $leg_names = "'" . implode( |
|
648 | + $leg_names = "'".implode( |
|
649 | 649 | "','", |
650 | 650 | preg_split('/\s*,\s*/', mysqli_real_escape_string($conn, $modulePlugin[7])) |
651 | - ) . "'"; |
|
651 | + )."'"; |
|
652 | 652 | } |
653 | - if (! file_exists($filecontent)) { |
|
653 | + if (!file_exists($filecontent)) { |
|
654 | 654 | $installDataLevel['plugins'][$modulePlugin[0]]['error'] = array( |
655 | 655 | 'type' => 'file_not_found' |
656 | 656 | ); |
@@ -658,7 +658,7 @@ discard block |
||
658 | 658 | |
659 | 659 | // disable legacy versions based on legacy_names provided |
660 | 660 | if (!empty($leg_names)) { |
661 | - $update_query = "UPDATE $dbase.`" . $table_prefix . "site_plugins` SET disabled='1' WHERE name IN ($leg_names);"; |
|
661 | + $update_query = "UPDATE $dbase.`".$table_prefix."site_plugins` SET disabled='1' WHERE name IN ($leg_names);"; |
|
662 | 662 | $rs = mysqli_query($sqlParser->conn, $update_query); |
663 | 663 | } |
664 | 664 | |
@@ -668,7 +668,7 @@ discard block |
||
668 | 668 | $plugin = end(preg_split("/(\/\/)?\s*\<\?php/", file_get_contents($filecontent), 2)); |
669 | 669 | $plugin = removeDocblock($plugin, 'plugin'); |
670 | 670 | $plugin = mysqli_real_escape_string($conn, $plugin); |
671 | - $query = "SELECT * FROM $dbase.`" . $table_prefix . "site_plugins` WHERE name='$name'"; |
|
671 | + $query = "SELECT * FROM $dbase.`".$table_prefix."site_plugins` WHERE name='$name'"; |
|
672 | 672 | $rs = mysqli_query($sqlParser->conn, $query); |
673 | 673 | if (mysqli_num_rows($rs)) { |
674 | 674 | $installDataLevel['plugins'][$modulePlugin[0]]['type'] = 'update'; |
@@ -676,7 +676,7 @@ discard block |
||
676 | 676 | while ($row = mysqli_fetch_assoc($rs)) { |
677 | 677 | $props = mysqli_real_escape_string($conn, propUpdate($properties, $row['properties'])); |
678 | 678 | if ($row['description'] == $desc) { |
679 | - $query = "UPDATE $dbase.`" . $table_prefix . "site_plugins` SET plugincode='$plugin', description='$desc', properties='$props' WHERE id={$row['id']};"; |
|
679 | + $query = "UPDATE $dbase.`".$table_prefix."site_plugins` SET plugincode='$plugin', description='$desc', properties='$props' WHERE id={$row['id']};"; |
|
680 | 680 | if (!mysqli_query($sqlParser->conn, $query)) { |
681 | 681 | $installDataLevel['plugins'][$modulePlugin[0]]['error'] = array( |
682 | 682 | 'type' => 'sql', |
@@ -687,7 +687,7 @@ discard block |
||
687 | 687 | } |
688 | 688 | $insert = false; |
689 | 689 | } else { |
690 | - $query = "UPDATE $dbase.`" . $table_prefix . "site_plugins` SET disabled='1' WHERE id={$row['id']};"; |
|
690 | + $query = "UPDATE $dbase.`".$table_prefix."site_plugins` SET disabled='1' WHERE id={$row['id']};"; |
|
691 | 691 | if (!mysqli_query($sqlParser->conn, $query)) { |
692 | 692 | $installDataLevel['plugins'][$modulePlugin[0]]['error'] = array( |
693 | 693 | 'type' => 'sql', |
@@ -700,7 +700,7 @@ discard block |
||
700 | 700 | } |
701 | 701 | if ($insert === true) { |
702 | 702 | $properties = mysqli_real_escape_string($conn, propUpdate($properties, $row['properties'])); |
703 | - $query = "INSERT INTO $dbase.`" . $table_prefix . "site_plugins` (name,description,plugincode,properties,moduleguid,disabled,category) VALUES('$name','$desc','$plugin','$properties','$guid','0',$category);"; |
|
703 | + $query = "INSERT INTO $dbase.`".$table_prefix."site_plugins` (name,description,plugincode,properties,moduleguid,disabled,category) VALUES('$name','$desc','$plugin','$properties','$guid','0',$category);"; |
|
704 | 704 | if (!mysqli_query($sqlParser->conn, $query)) { |
705 | 705 | $installDataLevel['plugins'][$modulePlugin[0]]['error'] = array( |
706 | 706 | 'type' => 'sql', |
@@ -713,7 +713,7 @@ discard block |
||
713 | 713 | } else { |
714 | 714 | $installDataLevel['plugins'][$modulePlugin[0]]['type'] = 'create'; |
715 | 715 | $properties = mysqli_real_escape_string($conn, parseProperties($properties, true)); |
716 | - $query = "INSERT INTO $dbase.`" . $table_prefix . "site_plugins` (name,description,plugincode,properties,moduleguid,category,disabled) VALUES('$name','$desc','$plugin','$properties','$guid',$category,$disabled);"; |
|
716 | + $query = "INSERT INTO $dbase.`".$table_prefix."site_plugins` (name,description,plugincode,properties,moduleguid,category,disabled) VALUES('$name','$desc','$plugin','$properties','$guid',$category,$disabled);"; |
|
717 | 717 | if (!mysqli_query($sqlParser->conn, $query)) { |
718 | 718 | $installDataLevel['plugins'][$modulePlugin[0]]['error'] = array( |
719 | 719 | 'type' => 'sql', |
@@ -725,17 +725,17 @@ discard block |
||
725 | 725 | } |
726 | 726 | // add system events |
727 | 727 | if (count($events) > 0) { |
728 | - $query = "SELECT id FROM $dbase.`" . $table_prefix . "site_plugins` WHERE name='$name' AND description='$desc';"; |
|
728 | + $query = "SELECT id FROM $dbase.`".$table_prefix."site_plugins` WHERE name='$name' AND description='$desc';"; |
|
729 | 729 | $ds = mysqli_query($sqlParser->conn, $query); |
730 | 730 | if ($ds) { |
731 | 731 | $row = mysqli_fetch_assoc($ds); |
732 | 732 | $id = $row["id"]; |
733 | 733 | // remove existing events |
734 | - $query = 'DELETE FROM ' . $dbase . '.`' . $table_prefix . 'site_plugin_events` WHERE pluginid = \'' . $id . '\''; |
|
734 | + $query = 'DELETE FROM '.$dbase.'.`'.$table_prefix.'site_plugin_events` WHERE pluginid = \''.$id.'\''; |
|
735 | 735 | mysqli_query($sqlParser->conn, $query); |
736 | 736 | // add new events |
737 | - $query = "INSERT INTO $dbase.`" . $table_prefix . "site_plugin_events` (pluginid, evtid) SELECT '$id' as 'pluginid',se.id as 'evtid' FROM $dbase.`" . $table_prefix . "system_eventnames` se WHERE name IN ('" . implode("','", $events) . "')"; |
|
738 | - mysqli_query($sqlParser->conn,$query); |
|
737 | + $query = "INSERT INTO $dbase.`".$table_prefix."site_plugin_events` (pluginid, evtid) SELECT '$id' as 'pluginid',se.id as 'evtid' FROM $dbase.`".$table_prefix."system_eventnames` se WHERE name IN ('".implode("','", $events)."')"; |
|
738 | + mysqli_query($sqlParser->conn, $query); |
|
739 | 739 | } |
740 | 740 | } |
741 | 741 | } |
@@ -749,7 +749,7 @@ discard block |
||
749 | 749 | if ($installLevel === 5 && $errorData === false && (isset ($_POST['snippet']) || $installData)) { |
750 | 750 | $selSnips = $_POST['snippet']; |
751 | 751 | foreach ($moduleSnippets as $k => $moduleSnippet) { |
752 | - if (! is_array($moduleSnippet)) { |
|
752 | + if (!is_array($moduleSnippet)) { |
|
753 | 753 | continue; |
754 | 754 | } |
755 | 755 | $installDataLevel['snippets'][$moduleSnippet[0]] = array( |
@@ -784,13 +784,13 @@ discard block |
||
784 | 784 | $snippet = removeDocblock($snippet, 'snippet'); |
785 | 785 | $snippet = mysqli_real_escape_string($conn, $snippet); |
786 | 786 | $rs = mysqli_query($sqlParser->conn, |
787 | - "SELECT * FROM $dbase.`" . $table_prefix . "site_snippets` WHERE name='$name'"); |
|
787 | + "SELECT * FROM $dbase.`".$table_prefix."site_snippets` WHERE name='$name'"); |
|
788 | 788 | if (mysqli_num_rows($rs)) { |
789 | 789 | $installDataLevel['snippets'][$moduleSnippet[0]]['type'] = 'update'; |
790 | 790 | $row = mysqli_fetch_assoc($rs); |
791 | 791 | $props = mysqli_real_escape_string($conn, propUpdate($properties, $row['properties'])); |
792 | 792 | if (!mysqli_query($sqlParser->conn, |
793 | - "UPDATE $dbase.`" . $table_prefix . "site_snippets` SET snippet='$snippet', description='$desc', properties='$props' WHERE name='$name';")) { |
|
793 | + "UPDATE $dbase.`".$table_prefix."site_snippets` SET snippet='$snippet', description='$desc', properties='$props' WHERE name='$name';")) { |
|
794 | 794 | $installDataLevel['snippets'][$moduleSnippet[0]]['error'] = array( |
795 | 795 | 'type' => 'sql', |
796 | 796 | 'content' => mysqli_error($sqlParser->conn) |
@@ -802,7 +802,7 @@ discard block |
||
802 | 802 | $installDataLevel['snippets'][$moduleSnippet[0]]['type'] = 'create'; |
803 | 803 | $properties = mysqli_real_escape_string($conn, parseProperties($properties, true)); |
804 | 804 | if (!mysqli_query($sqlParser->conn, |
805 | - "INSERT INTO $dbase.`" . $table_prefix . "site_snippets` (name,description,snippet,properties,category) VALUES('$name','$desc','$snippet','$properties',$category);")) { |
|
805 | + "INSERT INTO $dbase.`".$table_prefix."site_snippets` (name,description,snippet,properties,category) VALUES('$name','$desc','$snippet','$properties',$category);")) { |
|
806 | 806 | $installDataLevel['snippets'][$moduleSnippet[0]]['error'] = array( |
807 | 807 | 'type' => 'sql', |
808 | 808 | 'content' => mysqli_error($sqlParser->conn) |
@@ -869,7 +869,7 @@ discard block |
||
869 | 869 | 'content' => '' //dependency name or error message |
870 | 870 | )*/ |
871 | 871 | ); |
872 | - $query = 'SELECT id, guid FROM ' . $dbase . '`' . $sqlParser->prefix . 'site_modules` WHERE name="' . $dependency['module'] . '"'; |
|
872 | + $query = 'SELECT id, guid FROM '.$dbase.'`'.$sqlParser->prefix.'site_modules` WHERE name="'.$dependency['module'].'"'; |
|
873 | 873 | $ds = mysqli_query($sqlParser->conn, $query); |
874 | 874 | if (!$ds) { |
875 | 875 | $installDependencyLevel[$dependency['module']]['error'] = array( |
@@ -884,7 +884,7 @@ discard block |
||
884 | 884 | $moduleGuid = $row["guid"]; |
885 | 885 | } |
886 | 886 | // get extra id |
887 | - $query = 'SELECT id FROM ' . $dbase . '`' . $sqlParser->prefix . 'site_' . $dependency['table'] . '` WHERE ' . $dependency['column'] . '="' . $dependency['name'] . '"'; |
|
887 | + $query = 'SELECT id FROM '.$dbase.'`'.$sqlParser->prefix.'site_'.$dependency['table'].'` WHERE '.$dependency['column'].'="'.$dependency['name'].'"'; |
|
888 | 888 | $ds = mysqli_query($sqlParser->conn, $query); |
889 | 889 | if (!$ds) { |
890 | 890 | $installDependencyLevel[$dependency['module']]['error'] = array( |
@@ -898,7 +898,7 @@ discard block |
||
898 | 898 | $extraId = $row["id"]; |
899 | 899 | } |
900 | 900 | // setup extra as module dependency |
901 | - $query = 'SELECT module FROM ' . $dbase . '`' . $sqlParser->prefix . 'site_module_depobj` WHERE module=' . $moduleId . ' AND resource=' . $extraId . ' AND type=' . $dependency['type'] . ' LIMIT 1'; |
|
901 | + $query = 'SELECT module FROM '.$dbase.'`'.$sqlParser->prefix.'site_module_depobj` WHERE module='.$moduleId.' AND resource='.$extraId.' AND type='.$dependency['type'].' LIMIT 1'; |
|
902 | 902 | $ds = mysqli_query($sqlParser->conn, $query); |
903 | 903 | if (!$ds) { |
904 | 904 | $installDependencyLevel[$dependency['module']]['error'] = array( |
@@ -909,17 +909,17 @@ discard block |
||
909 | 909 | break; |
910 | 910 | } else { |
911 | 911 | if (mysqli_num_rows($ds) === 0) { |
912 | - $query = 'INSERT INTO ' . $dbase . '`' . $sqlParser->prefix . 'site_module_depobj` (module, resource, type) VALUES(' . $moduleId . ',' . $extraId . ',' . $dependency['type'] . ')'; |
|
912 | + $query = 'INSERT INTO '.$dbase.'`'.$sqlParser->prefix.'site_module_depobj` (module, resource, type) VALUES('.$moduleId.','.$extraId.','.$dependency['type'].')'; |
|
913 | 913 | mysqli_query($sqlParser->conn, $query); |
914 | 914 | $installDependencyLevel[$dependency['module']]['type'] = 'create'; |
915 | 915 | } else { |
916 | - $query = 'UPDATE ' . $dbase . '`' . $sqlParser->prefix . 'site_module_depobj` SET module = ' . $moduleId . ', resource = ' . $extraId . ', type = ' . $dependency['type'] . ' WHERE module=' . $moduleId . ' AND resource=' . $extraId . ' AND type=' . $dependency['type']; |
|
916 | + $query = 'UPDATE '.$dbase.'`'.$sqlParser->prefix.'site_module_depobj` SET module = '.$moduleId.', resource = '.$extraId.', type = '.$dependency['type'].' WHERE module='.$moduleId.' AND resource='.$extraId.' AND type='.$dependency['type']; |
|
917 | 917 | mysqli_query($sqlParser->conn, $query); |
918 | 918 | $installDependencyLevel[$dependency['module']]['type'] = 'update'; |
919 | 919 | } |
920 | 920 | if ($dependency['type'] == 30 || $dependency['type'] == 40) { |
921 | 921 | // set extra guid for plugins and snippets |
922 | - $query = 'SELECT id FROM ' . $dbase . '`' . $sqlParser->prefix . 'site_' . $dependency['table'] . '` WHERE id=' . $extraId . ' LIMIT 1'; |
|
922 | + $query = 'SELECT id FROM '.$dbase.'`'.$sqlParser->prefix.'site_'.$dependency['table'].'` WHERE id='.$extraId.' LIMIT 1'; |
|
923 | 923 | $ds = mysqli_query($sqlParser->conn, $query); |
924 | 924 | if (!$ds) { |
925 | 925 | $installDependencyLevel[$dependency['module']]['extra'] = array( |
@@ -930,8 +930,8 @@ discard block |
||
930 | 930 | break; |
931 | 931 | } else { |
932 | 932 | if (mysqli_num_rows($ds) != 0) { |
933 | - $query = 'UPDATE ' . $dbase . '`' . $sqlParser->prefix . 'site_' . $dependency['table'] . '` SET moduleguid = ' . $moduleGuid . ' WHERE id=' . $extraId; |
|
934 | - $ds= mysqli_query($sqlParser->conn, $query); |
|
933 | + $query = 'UPDATE '.$dbase.'`'.$sqlParser->prefix.'site_'.$dependency['table'].'` SET moduleguid = '.$moduleGuid.' WHERE id='.$extraId; |
|
934 | + $ds = mysqli_query($sqlParser->conn, $query); |
|
935 | 935 | $installDependencyLevel[$dependency['module']]['extra'] = array( |
936 | 936 | 'type' => 'done', |
937 | 937 | 'content' => $dependency['name'] |
@@ -953,28 +953,28 @@ discard block |
||
953 | 953 | } |
954 | 954 | |
955 | 955 | // Setup the MODX API -- needed for the cache processor |
956 | - if (file_exists(dirname(dirname(dirname(__DIR__))) . '/' . MGR_DIR . '/includes/config_mutator.php')) { |
|
957 | - require_once dirname(dirname(dirname(__DIR__))) . '/' . MGR_DIR . '/includes/config_mutator.php'; |
|
956 | + if (file_exists(dirname(dirname(dirname(__DIR__))).'/'.MGR_DIR.'/includes/config_mutator.php')) { |
|
957 | + require_once dirname(dirname(dirname(__DIR__))).'/'.MGR_DIR.'/includes/config_mutator.php'; |
|
958 | 958 | } |
959 | 959 | define('MODX_API_MODE', true); |
960 | 960 | if (!defined('MODX_BASE_PATH')) { |
961 | 961 | define('MODX_BASE_PATH', $base_path); |
962 | 962 | } |
963 | 963 | if (!defined('MODX_MANAGER_PATH')) { |
964 | - define('MODX_MANAGER_PATH', $base_path . MGR_DIR . '/'); |
|
964 | + define('MODX_MANAGER_PATH', $base_path.MGR_DIR.'/'); |
|
965 | 965 | } |
966 | 966 | $database_type = 'mysqli'; |
967 | 967 | // initiate a new document parser |
968 | 968 | if (!defined('EVO_BOOTSTRAP_FILE')) { |
969 | 969 | define('EVO_BOOTSTRAP_FILE', |
970 | - dirname(dirname(dirname(__DIR__))) . '/' . MGR_DIR . '/includes/bootstrap.php'); |
|
971 | - require_once dirname(dirname(dirname(__DIR__))) . '/' . MGR_DIR . '/includes/bootstrap.php'; |
|
970 | + dirname(dirname(dirname(__DIR__))).'/'.MGR_DIR.'/includes/bootstrap.php'); |
|
971 | + require_once dirname(dirname(dirname(__DIR__))).'/'.MGR_DIR.'/includes/bootstrap.php'; |
|
972 | 972 | } |
973 | 973 | |
974 | - if (! defined('EVO_SERVICES_FILE')) { |
|
975 | - define('EVO_SERVICES_FILE', dirname(dirname(dirname(__DIR__))) . '/' . MGR_DIR . '/includes/services.php'); |
|
974 | + if (!defined('EVO_SERVICES_FILE')) { |
|
975 | + define('EVO_SERVICES_FILE', dirname(dirname(dirname(__DIR__))).'/'.MGR_DIR.'/includes/services.php'); |
|
976 | 976 | } |
977 | - if (! defined('MODX_CLASS')) { |
|
977 | + if (!defined('MODX_CLASS')) { |
|
978 | 978 | define('MODX_CLASS', '\EvolutionCMS\Core'); |
979 | 979 | } |
980 | 980 | |
@@ -982,25 +982,25 @@ discard block |
||
982 | 982 | $modx->getDatabase()->connect(); |
983 | 983 | // always empty cache after install |
984 | 984 | $sync = new EvolutionCMS\Cache(); |
985 | - $sync->setCachepath(dirname(dirname(dirname(__DIR__))) . '/assets/cache/'); |
|
985 | + $sync->setCachepath(dirname(dirname(dirname(__DIR__))).'/assets/cache/'); |
|
986 | 986 | $sync->setReport(false); |
987 | 987 | $sync->emptyCache(); // first empty the cache |
988 | 988 | |
989 | 989 | // try to chmod the cache go-rwx (for suexeced php) |
990 | - @chmod(dirname(dirname(dirname(__DIR__))) . '/assets/cache/siteCache.idx.php', 0600); |
|
991 | - @chmod(dirname(dirname(dirname(__DIR__))) . '/assets/cache/sitePublishing.idx.php', 0600); |
|
990 | + @chmod(dirname(dirname(dirname(__DIR__))).'/assets/cache/siteCache.idx.php', 0600); |
|
991 | + @chmod(dirname(dirname(dirname(__DIR__))).'/assets/cache/sitePublishing.idx.php', 0600); |
|
992 | 992 | |
993 | 993 | // remove any locks on the manager functions so initial manager login is not blocked |
994 | - mysqli_query($conn, "TRUNCATE TABLE `" . $table_prefix . "active_users`"); |
|
994 | + mysqli_query($conn, "TRUNCATE TABLE `".$table_prefix."active_users`"); |
|
995 | 995 | |
996 | 996 | // close db connection |
997 | 997 | $sqlParser->close(); |
998 | 998 | |
999 | 999 | // andrazk 20070416 - release manager access |
1000 | - if (file_exists(dirname(dirname(dirname(__DIR__))) . '/assets/cache/installProc.inc.php')) { |
|
1001 | - @chmod(dirname(dirname(dirname(__DIR__))) . '/assets/cache/installProc.inc.php', 0755); |
|
1002 | - unlink(dirname(dirname(dirname(__DIR__))) . '/assets/cache/installProc.inc.php'); |
|
1000 | + if (file_exists(dirname(dirname(dirname(__DIR__))).'/assets/cache/installProc.inc.php')) { |
|
1001 | + @chmod(dirname(dirname(dirname(__DIR__))).'/assets/cache/installProc.inc.php', 0755); |
|
1002 | + unlink(dirname(dirname(dirname(__DIR__))).'/assets/cache/installProc.inc.php'); |
|
1003 | 1003 | } |
1004 | 1004 | } |
1005 | 1005 | } |
1006 | -include_once dirname(__DIR__) . '/template/actions/install.php'; |
|
1006 | +include_once dirname(__DIR__).'/template/actions/install.php'; |
@@ -212,7 +212,6 @@ discard block |
||
212 | 212 | |
213 | 213 | /** |
214 | 214 | * @param array $services |
215 | - * @param array $parameters |
|
216 | 215 | */ |
217 | 216 | public function __construct(array $services = array()) |
218 | 217 | { |
@@ -282,6 +281,9 @@ discard block |
||
282 | 281 | return $service; |
283 | 282 | } |
284 | 283 | |
284 | + /** |
|
285 | + * @param string $name |
|
286 | + */ |
|
285 | 287 | private function checkServiceAlias($name){ |
286 | 288 | foreach ($this->providerAliases as $alias => $interface) { |
287 | 289 | if($name === $interface) { |
@@ -319,7 +321,7 @@ discard block |
||
319 | 321 | * |
320 | 322 | * @param object $service The service. |
321 | 323 | * @param string $name The service name. |
322 | - * @param array $callDefinitions The service calls definition. |
|
324 | + * @param boolean $callDefinitions The service calls definition. |
|
323 | 325 | * |
324 | 326 | * @throws Exceptions\ContainerException On failure. |
325 | 327 | */ |
@@ -561,7 +563,7 @@ discard block |
||
561 | 563 | * @param int $count_attempts |
562 | 564 | * @param string $type $type |
563 | 565 | * @param string $responseCode |
564 | - * @return bool|null |
|
566 | + * @return false|null |
|
565 | 567 | * @global string $base_url |
566 | 568 | * @global string $site_url |
567 | 569 | */ |
@@ -1262,7 +1264,7 @@ discard block |
||
1262 | 1264 | } |
1263 | 1265 | |
1264 | 1266 | /** |
1265 | - * @param $contents |
|
1267 | + * @param string $contents |
|
1266 | 1268 | * @return mixed |
1267 | 1269 | */ |
1268 | 1270 | public function RecoveryEscapedTags($contents) |
@@ -1286,7 +1288,7 @@ discard block |
||
1286 | 1288 | } |
1287 | 1289 | |
1288 | 1290 | /** |
1289 | - * @param $tstart |
|
1291 | + * @param double $tstart |
|
1290 | 1292 | * @return array |
1291 | 1293 | */ |
1292 | 1294 | public function getTimerStats($tstart) |
@@ -2052,7 +2054,7 @@ discard block |
||
2052 | 2054 | |
2053 | 2055 | /** |
2054 | 2056 | * Remove Comment-Tags from output like <!--@- Comment -@--> |
2055 | - * @param $content |
|
2057 | + * @param string $content |
|
2056 | 2058 | * @param string $left |
2057 | 2059 | * @param string $right |
2058 | 2060 | * @return mixed |
@@ -2228,7 +2230,7 @@ discard block |
||
2228 | 2230 | /** |
2229 | 2231 | * Run snippets as per the tags in $documentSource and replace the tags with the returned values. |
2230 | 2232 | * |
2231 | - * @param $content |
|
2233 | + * @param string $content |
|
2232 | 2234 | * @return string |
2233 | 2235 | * @internal param string $documentSource |
2234 | 2236 | */ |
@@ -3263,7 +3265,7 @@ discard block |
||
3263 | 3265 | |
3264 | 3266 | /** |
3265 | 3267 | * @param $templateID |
3266 | - * @return mixed |
|
3268 | + * @return string |
|
3267 | 3269 | */ |
3268 | 3270 | public function _getTemplateCodeFromDB($templateID) |
3269 | 3271 | { |
@@ -3306,7 +3308,7 @@ discard block |
||
3306 | 3308 | /** |
3307 | 3309 | * @param $id |
3308 | 3310 | * @param int $top |
3309 | - * @return mixed |
|
3311 | + * @return string |
|
3310 | 3312 | */ |
3311 | 3313 | public function getUltimateParentId($id, $top = 0) |
3312 | 3314 | { |
@@ -3646,7 +3648,7 @@ discard block |
||
3646 | 3648 | * |
3647 | 3649 | * @param int $type Types: 1=template, 2=tv, 3=chunk, 4=snippet, 5=plugin, 6=module, 7=resource, 8=role |
3648 | 3650 | * @param int $id Element- / Resource-id |
3649 | - * @return bool |
|
3651 | + * @return false|null |
|
3650 | 3652 | */ |
3651 | 3653 | public function lockElement($type, $id) |
3652 | 3654 | { |
@@ -3668,7 +3670,7 @@ discard block |
||
3668 | 3670 | * @param int $type Types: 1=template, 2=tv, 3=chunk, 4=snippet, 5=plugin, 6=module, 7=resource, 8=role |
3669 | 3671 | * @param int $id Element- / Resource-id |
3670 | 3672 | * @param bool $includeAllUsers true = Deletes not only own user-locks |
3671 | - * @return bool |
|
3673 | + * @return false|null |
|
3672 | 3674 | */ |
3673 | 3675 | public function unlockElement($type, $id, $includeAllUsers = false) |
3674 | 3676 | { |
@@ -4181,7 +4183,7 @@ discard block |
||
4181 | 4183 | * Default: 1 |
4182 | 4184 | * @param string $fields List of fields |
4183 | 4185 | * Default: id, pagetitle, description, alias |
4184 | - * @return boolean|array |
|
4186 | + * @return string |
|
4185 | 4187 | */ |
4186 | 4188 | public function getPageInfo($pageid = -1, $active = 1, $fields = 'id, pagetitle, description, alias') |
4187 | 4189 | { |
@@ -4273,7 +4275,7 @@ discard block |
||
4273 | 4275 | * |
4274 | 4276 | * @param string $type |
4275 | 4277 | * @param bool $report |
4276 | - * @return bool |
|
4278 | + * @return boolean|null |
|
4277 | 4279 | */ |
4278 | 4280 | public function clearCache($type = '', $report = false) |
4279 | 4281 | { |
@@ -4639,7 +4641,7 @@ discard block |
||
4639 | 4641 | * - Placeholders prefix. Default: '{'. |
4640 | 4642 | * @param string $suffix {string} |
4641 | 4643 | * - Placeholders suffix. Default: '}'. |
4642 | - * @return bool|mixed|string {string; false} - Parsed chunk or false if $chunkArr is not array. |
|
4644 | + * @return false|string {string; false} - Parsed chunk or false if $chunkArr is not array. |
|
4643 | 4645 | * - Parsed chunk or false if $chunkArr is not array. |
4644 | 4646 | */ |
4645 | 4647 | public function parseChunk($chunkName, $chunkArr, $prefix = '{', $suffix = '}') |
@@ -5611,7 +5613,7 @@ discard block |
||
5611 | 5613 | * Remove event listener - only for use within the current execution cycle |
5612 | 5614 | * |
5613 | 5615 | * @param string $evtName |
5614 | - * @return boolean |
|
5616 | + * @return false|null |
|
5615 | 5617 | */ |
5616 | 5618 | public function removeEventListener($evtName) |
5617 | 5619 | { |
@@ -5635,7 +5637,7 @@ discard block |
||
5635 | 5637 | * |
5636 | 5638 | * @param string $evtName |
5637 | 5639 | * @param array $extParams Parameters available to plugins. Each array key will be the PHP variable name, and the array value will be the variable value. |
5638 | - * @return boolean|array |
|
5640 | + * @return false|null |
|
5639 | 5641 | */ |
5640 | 5642 | public function invokeEvent($evtName, $extParams = array()) |
5641 | 5643 | { |
@@ -6280,7 +6282,7 @@ discard block |
||
6280 | 6282 | |
6281 | 6283 | /** |
6282 | 6284 | * @param string $str |
6283 | - * @return bool|mixed|string |
|
6285 | + * @return string |
|
6284 | 6286 | */ |
6285 | 6287 | public function atBindFileContent($str = '') |
6286 | 6288 | { |
@@ -6331,8 +6333,8 @@ discard block |
||
6331 | 6333 | } |
6332 | 6334 | |
6333 | 6335 | /** |
6334 | - * @param $str |
|
6335 | - * @return bool|string |
|
6336 | + * @param string $str |
|
6337 | + * @return false|string |
|
6336 | 6338 | */ |
6337 | 6339 | public function getExtFromFilename($str) |
6338 | 6340 | { |
@@ -6360,7 +6362,7 @@ discard block |
||
6360 | 6362 | * @param string $text Error message |
6361 | 6363 | * @param string $file File where the error was detected |
6362 | 6364 | * @param string $line Line number within $file |
6363 | - * @return boolean |
|
6365 | + * @return boolean|null |
|
6364 | 6366 | */ |
6365 | 6367 | public function phpError($nr, $text, $file, $line) |
6366 | 6368 | { |
@@ -6412,7 +6414,7 @@ discard block |
||
6412 | 6414 | * @param string $text |
6413 | 6415 | * @param string $line |
6414 | 6416 | * @param string $output |
6415 | - * @return bool |
|
6417 | + * @return null|boolean |
|
6416 | 6418 | */ |
6417 | 6419 | public function messageQuit($msg = 'unspecified error', $query = '', $is_error = true, $nr = '', $file = '', $source = '', $text = '', $line = '', $output = '') |
6418 | 6420 | { |
@@ -6827,7 +6829,7 @@ discard block |
||
6827 | 6829 | |
6828 | 6830 | /** |
6829 | 6831 | * @param string $str |
6830 | - * @return bool|mixed|string |
|
6832 | + * @return string |
|
6831 | 6833 | */ |
6832 | 6834 | public function atBindInclude($str = '') |
6833 | 6835 | { |
@@ -6878,7 +6880,7 @@ discard block |
||
6878 | 6880 | * @param $str |
6879 | 6881 | * @param int $flags |
6880 | 6882 | * @param string $encode |
6881 | - * @return mixed |
|
6883 | + * @return null|string |
|
6882 | 6884 | */ |
6883 | 6885 | public function htmlspecialchars($str, $flags = ENT_COMPAT, $encode = '') |
6884 | 6886 | { |
@@ -6886,7 +6888,7 @@ discard block |
||
6886 | 6888 | } |
6887 | 6889 | |
6888 | 6890 | /** |
6889 | - * @param $string |
|
6891 | + * @param string $string |
|
6890 | 6892 | * @param bool $returnData |
6891 | 6893 | * @return bool|mixed |
6892 | 6894 | */ |
@@ -220,7 +220,7 @@ discard block |
||
220 | 220 | if (empty($services)) { |
221 | 221 | $services = include EVO_SERVICES_FILE; |
222 | 222 | } |
223 | - $this->services = $services; |
|
223 | + $this->services = $services; |
|
224 | 224 | |
225 | 225 | $this->initialize(); |
226 | 226 | } |
@@ -284,7 +284,7 @@ discard block |
||
284 | 284 | |
285 | 285 | private function checkServiceAlias($name){ |
286 | 286 | foreach ($this->providerAliases as $alias => $interface) { |
287 | - if($name === $interface) { |
|
287 | + if ($name === $interface) { |
|
288 | 288 | return $alias; |
289 | 289 | } |
290 | 290 | } |
@@ -480,12 +480,12 @@ discard block |
||
480 | 480 | $info = debug_backtrace(); |
481 | 481 | $m[] = $msg; |
482 | 482 | if (!empty($this->currentSnippet)) { |
483 | - $m[] = 'Snippet - ' . $this->currentSnippet; |
|
483 | + $m[] = 'Snippet - '.$this->currentSnippet; |
|
484 | 484 | } elseif (!empty($this->event->activePlugin)) { |
485 | - $m[] = 'Plugin - ' . $this->event->activePlugin; |
|
485 | + $m[] = 'Plugin - '.$this->event->activePlugin; |
|
486 | 486 | } |
487 | 487 | $m[] = $this->decoded_request_uri; |
488 | - $m[] = str_replace('\\', '/', $info[0]['file']) . '(line:' . $info[0]['line'] . ')'; |
|
488 | + $m[] = str_replace('\\', '/', $info[0]['file']).'(line:'.$info[0]['line'].')'; |
|
489 | 489 | $msg = implode('<br />', $m); |
490 | 490 | $this->logEvent(0, $error_type, $msg, $title); |
491 | 491 | } |
@@ -502,7 +502,7 @@ discard block |
||
502 | 502 | { |
503 | 503 | $flag = false; |
504 | 504 | if (is_scalar($connector) && !empty($connector) && isset($this->{$connector}) && $this->{$connector} instanceof Interfaces\DatabaseInterface) { |
505 | - $flag = (bool)$this->{$connector}->conn; |
|
505 | + $flag = (bool) $this->{$connector}->conn; |
|
506 | 506 | } |
507 | 507 | return $flag; |
508 | 508 | } |
@@ -533,7 +533,7 @@ discard block |
||
533 | 533 | } |
534 | 534 | if (!$out && $flag) { |
535 | 535 | $extname = trim(str_replace(array('..', '/', '\\'), '', strtolower($extname))); |
536 | - $filename = MODX_MANAGER_PATH . "includes/extenders/ex_{$extname}.inc.php"; |
|
536 | + $filename = MODX_MANAGER_PATH."includes/extenders/ex_{$extname}.inc.php"; |
|
537 | 537 | $out = is_file($filename) ? include $filename : false; |
538 | 538 | } |
539 | 539 | if ($out && !in_array($extname, $this->extensions)) { |
@@ -551,7 +551,7 @@ discard block |
||
551 | 551 | public function getMicroTime() |
552 | 552 | { |
553 | 553 | list ($usec, $sec) = explode(' ', microtime()); |
554 | - return ((float)$usec + (float)$sec); |
|
554 | + return ((float) $usec + (float) $sec); |
|
555 | 555 | } |
556 | 556 | |
557 | 557 | /** |
@@ -575,7 +575,7 @@ discard block |
||
575 | 575 | // append the redirect count string to the url |
576 | 576 | $currentNumberOfRedirects = isset ($_REQUEST['err']) ? $_REQUEST['err'] : 0; |
577 | 577 | if ($currentNumberOfRedirects > 3) { |
578 | - $this->messageQuit('Redirection attempt failed - please ensure the document you\'re trying to redirect to exists. <p>Redirection URL: <i>' . $url . '</i></p>'); |
|
578 | + $this->messageQuit('Redirection attempt failed - please ensure the document you\'re trying to redirect to exists. <p>Redirection URL: <i>'.$url.'</i></p>'); |
|
579 | 579 | } else { |
580 | 580 | $currentNumberOfRedirects += 1; |
581 | 581 | if (strpos($url, "?") > 0) { |
@@ -586,9 +586,9 @@ discard block |
||
586 | 586 | } |
587 | 587 | } |
588 | 588 | if ($type == 'REDIRECT_REFRESH') { |
589 | - $header = 'Refresh: 0;URL=' . $url; |
|
589 | + $header = 'Refresh: 0;URL='.$url; |
|
590 | 590 | } elseif ($type == 'REDIRECT_META') { |
591 | - $header = '<META HTTP-EQUIV="Refresh" CONTENT="0; URL=' . $url . '" />'; |
|
591 | + $header = '<META HTTP-EQUIV="Refresh" CONTENT="0; URL='.$url.'" />'; |
|
592 | 592 | echo $header; |
593 | 593 | exit; |
594 | 594 | } elseif ($type == 'REDIRECT_HEADER' || empty ($type)) { |
@@ -596,10 +596,10 @@ discard block |
||
596 | 596 | global $base_url, $site_url; |
597 | 597 | if (substr($url, 0, strlen($base_url)) == $base_url) { |
598 | 598 | // append $site_url to make it work with Location: |
599 | - $url = $site_url . substr($url, strlen($base_url)); |
|
599 | + $url = $site_url.substr($url, strlen($base_url)); |
|
600 | 600 | } |
601 | 601 | if (strpos($url, "\n") === false) { |
602 | - $header = 'Location: ' . $url; |
|
602 | + $header = 'Location: '.$url; |
|
603 | 603 | } else { |
604 | 604 | $this->messageQuit('No newline allowed in redirect url.'); |
605 | 605 | } |
@@ -608,7 +608,7 @@ discard block |
||
608 | 608 | header($responseCode); |
609 | 609 | } |
610 | 610 | |
611 | - if(!empty($header)) { |
|
611 | + if (!empty($header)) { |
|
612 | 612 | header($header); |
613 | 613 | } |
614 | 614 | |
@@ -713,8 +713,8 @@ discard block |
||
713 | 713 | |
714 | 714 | private function recoverySiteCache() |
715 | 715 | { |
716 | - $site_cache_dir = MODX_BASE_PATH . $this->getCacheFolder(); |
|
717 | - $site_cache_path = $site_cache_dir . 'siteCache.idx.php'; |
|
716 | + $site_cache_dir = MODX_BASE_PATH.$this->getCacheFolder(); |
|
717 | + $site_cache_path = $site_cache_dir.'siteCache.idx.php'; |
|
718 | 718 | |
719 | 719 | if (is_file($site_cache_path)) { |
720 | 720 | include($site_cache_path); |
@@ -774,8 +774,8 @@ discard block |
||
774 | 774 | $this->invokeEvent("OnBeforeManagerPageInit"); |
775 | 775 | } |
776 | 776 | |
777 | - if (isset ($_SESSION[$usrType . 'UsrConfigSet'])) { |
|
778 | - $usrSettings = &$_SESSION[$usrType . 'UsrConfigSet']; |
|
777 | + if (isset ($_SESSION[$usrType.'UsrConfigSet'])) { |
|
778 | + $usrSettings = &$_SESSION[$usrType.'UsrConfigSet']; |
|
779 | 779 | } else { |
780 | 780 | if ($usrType == 'web') { |
781 | 781 | $from = $tbl_web_user_settings; |
@@ -795,7 +795,7 @@ discard block |
||
795 | 795 | $usrSettings[$row['setting_name']] = $row['setting_value']; |
796 | 796 | } |
797 | 797 | if (isset ($usrType)) { |
798 | - $_SESSION[$usrType . 'UsrConfigSet'] = $usrSettings; |
|
798 | + $_SESSION[$usrType.'UsrConfigSet'] = $usrSettings; |
|
799 | 799 | } // store user settings in session |
800 | 800 | } |
801 | 801 | } |
@@ -940,10 +940,10 @@ discard block |
||
940 | 940 | $suf = $this->config['friendly_url_suffix']; |
941 | 941 | $pre = preg_quote($pre, '/'); |
942 | 942 | $suf = preg_quote($suf, '/'); |
943 | - if ($pre && preg_match('@^' . $pre . '(.*)$@', $q, $_)) { |
|
943 | + if ($pre && preg_match('@^'.$pre.'(.*)$@', $q, $_)) { |
|
944 | 944 | $q = $_[1]; |
945 | 945 | } |
946 | - if ($suf && preg_match('@(.*)' . $suf . '$@', $q, $_)) { |
|
946 | + if ($suf && preg_match('@(.*)'.$suf.'$@', $q, $_)) { |
|
947 | 947 | $q = $_[1]; |
948 | 948 | } |
949 | 949 | |
@@ -965,7 +965,7 @@ discard block |
||
965 | 965 | if (preg_match('@^[1-9][0-9]*$@', $q) && !isset($this->documentListing[$q])) { /* we got an ID returned, check to make sure it's not an alias */ |
966 | 966 | /* FS#476 and FS#308: check that id is valid in terms of virtualDir structure */ |
967 | 967 | if ($this->config['use_alias_path'] == 1) { |
968 | - if (($this->virtualDir != '' && !isset($this->documentListing[$this->virtualDir . '/' . $q]) || ($this->virtualDir == '' && !isset($this->documentListing[$q]))) && (($this->virtualDir != '' && isset($this->documentListing[$this->virtualDir]) && in_array($q, $this->getChildIds($this->documentListing[$this->virtualDir], 1))) || ($this->virtualDir == '' && in_array($q, $this->getChildIds(0, 1))))) { |
|
968 | + if (($this->virtualDir != '' && !isset($this->documentListing[$this->virtualDir.'/'.$q]) || ($this->virtualDir == '' && !isset($this->documentListing[$q]))) && (($this->virtualDir != '' && isset($this->documentListing[$this->virtualDir]) && in_array($q, $this->getChildIds($this->documentListing[$this->virtualDir], 1))) || ($this->virtualDir == '' && in_array($q, $this->getChildIds(0, 1))))) { |
|
969 | 969 | $this->documentMethod = 'id'; |
970 | 970 | return $q; |
971 | 971 | } else { /* not a valid id in terms of virtualDir, treat as alias */ |
@@ -999,7 +999,7 @@ discard block |
||
999 | 999 | */ |
1000 | 1000 | public function getHashFile($key) |
1001 | 1001 | { |
1002 | - return $this->getCacheFolder() . "docid_" . $key . ".pageCache.php"; |
|
1002 | + return $this->getCacheFolder()."docid_".$key.".pageCache.php"; |
|
1003 | 1003 | } |
1004 | 1004 | |
1005 | 1005 | /** |
@@ -1010,9 +1010,9 @@ discard block |
||
1010 | 1010 | $hash = $id; |
1011 | 1011 | $tmp = null; |
1012 | 1012 | $params = array(); |
1013 | - if(!empty($this->systemCacheKey)){ |
|
1013 | + if (!empty($this->systemCacheKey)) { |
|
1014 | 1014 | $hash = $this->systemCacheKey; |
1015 | - }else { |
|
1015 | + } else { |
|
1016 | 1016 | if (!empty($_GET)) { |
1017 | 1017 | // Sort GET parameters so that the order of parameters on the HTTP request don't affect the generated cache ID. |
1018 | 1018 | $params = $_GET; |
@@ -1020,8 +1020,8 @@ discard block |
||
1020 | 1020 | $hash .= '_'.md5(http_build_query($params)); |
1021 | 1021 | } |
1022 | 1022 | } |
1023 | - $evtOut = $this->invokeEvent("OnMakePageCacheKey", array ("hash" => $hash, "id" => $id, 'params' => $params)); |
|
1024 | - if (is_array($evtOut) && count($evtOut) > 0){ |
|
1023 | + $evtOut = $this->invokeEvent("OnMakePageCacheKey", array("hash" => $hash, "id" => $id, 'params' => $params)); |
|
1024 | + if (is_array($evtOut) && count($evtOut) > 0) { |
|
1025 | 1025 | $tmp = array_pop($evtOut); |
1026 | 1026 | } |
1027 | 1027 | return empty($tmp) ? $hash : $tmp; |
@@ -1163,12 +1163,12 @@ discard block |
||
1163 | 1163 | if ($js = $this->getRegisteredClientStartupScripts()) { |
1164 | 1164 | // change to just before closing </head> |
1165 | 1165 | // $this->documentContent = preg_replace("/(<head[^>]*>)/i", "\\1\n".$js, $this->documentContent); |
1166 | - $this->documentOutput = preg_replace("/(<\/head>)/i", $js . "\n\\1", $this->documentOutput); |
|
1166 | + $this->documentOutput = preg_replace("/(<\/head>)/i", $js."\n\\1", $this->documentOutput); |
|
1167 | 1167 | } |
1168 | 1168 | |
1169 | 1169 | // Insert jscripts & html block into template - template must have a </body> tag |
1170 | 1170 | if ($js = $this->getRegisteredClientScripts()) { |
1171 | - $this->documentOutput = preg_replace("/(<\/body>)/i", $js . "\n\\1", $this->documentOutput); |
|
1171 | + $this->documentOutput = preg_replace("/(<\/body>)/i", $js."\n\\1", $this->documentOutput); |
|
1172 | 1172 | } |
1173 | 1173 | // End fix by sirlancelot |
1174 | 1174 | |
@@ -1179,7 +1179,7 @@ discard block |
||
1179 | 1179 | // send out content-type and content-disposition headers |
1180 | 1180 | if (IN_PARSER_MODE == "true") { |
1181 | 1181 | $type = !empty ($this->contentTypes[$this->documentIdentifier]) ? $this->contentTypes[$this->documentIdentifier] : "text/html"; |
1182 | - header('Content-Type: ' . $type . '; charset=' . $this->config['modx_charset']); |
|
1182 | + header('Content-Type: '.$type.'; charset='.$this->config['modx_charset']); |
|
1183 | 1183 | // if (($this->documentIdentifier == $this->config['error_page']) || $redirect_error) |
1184 | 1184 | // header('HTTP/1.0 404 Not Found'); |
1185 | 1185 | if (!$this->checkPreview() && $this->documentObject['content_dispo'] == 1) { |
@@ -1197,7 +1197,7 @@ discard block |
||
1197 | 1197 | $name = preg_replace('|-+|', '-', $name); |
1198 | 1198 | $name = trim($name, '-'); |
1199 | 1199 | } |
1200 | - $header = 'Content-Disposition: attachment; filename=' . $name; |
|
1200 | + $header = 'Content-Disposition: attachment; filename='.$name; |
|
1201 | 1201 | header($header); |
1202 | 1202 | } |
1203 | 1203 | } |
@@ -1205,7 +1205,7 @@ discard block |
||
1205 | 1205 | |
1206 | 1206 | $stats = $this->getTimerStats($this->tstart); |
1207 | 1207 | |
1208 | - $out =& $this->documentOutput; |
|
1208 | + $out = & $this->documentOutput; |
|
1209 | 1209 | $out = str_replace("[^q^]", $stats['queries'], $out); |
1210 | 1210 | $out = str_replace("[^qt^]", $stats['queryTime'], $out); |
1211 | 1211 | $out = str_replace("[^p^]", $stats['phpTime'], $out); |
@@ -1244,17 +1244,17 @@ discard block |
||
1244 | 1244 | $sc .= sprintf("%s. %s (%s)<br>", $s, $sname, sprintf("%2.2f ms", $t)); // currentSnippet |
1245 | 1245 | $tt += $t; |
1246 | 1246 | } |
1247 | - echo "<fieldset><legend><b>Snippets</b> (" . count($this->snippetsTime) . " / " . sprintf("%2.2f ms", $tt) . ")</legend>{$sc}</fieldset><br />"; |
|
1247 | + echo "<fieldset><legend><b>Snippets</b> (".count($this->snippetsTime)." / ".sprintf("%2.2f ms", $tt).")</legend>{$sc}</fieldset><br />"; |
|
1248 | 1248 | echo $this->snippetsCode; |
1249 | 1249 | } |
1250 | 1250 | if ($this->dumpPlugins) { |
1251 | 1251 | $ps = ""; |
1252 | 1252 | $tt = 0; |
1253 | 1253 | foreach ($this->pluginsTime as $s => $t) { |
1254 | - $ps .= "$s (" . sprintf("%2.2f ms", $t * 1000) . ")<br>"; |
|
1254 | + $ps .= "$s (".sprintf("%2.2f ms", $t * 1000).")<br>"; |
|
1255 | 1255 | $tt += $t; |
1256 | 1256 | } |
1257 | - echo "<fieldset><legend><b>Plugins</b> (" . count($this->pluginsTime) . " / " . sprintf("%2.2f ms", $tt * 1000) . ")</legend>{$ps}</fieldset><br />"; |
|
1257 | + echo "<fieldset><legend><b>Plugins</b> (".count($this->pluginsTime)." / ".sprintf("%2.2f ms", $tt * 1000).")</legend>{$ps}</fieldset><br />"; |
|
1258 | 1258 | echo $this->pluginsCode; |
1259 | 1259 | } |
1260 | 1260 | |
@@ -1280,7 +1280,7 @@ discard block |
||
1280 | 1280 | $srcTags = explode(',', $tags); |
1281 | 1281 | $repTags = array(); |
1282 | 1282 | foreach ($srcTags as $tag) { |
1283 | - $repTags[] = '\\' . $tag[0] . '\\' . $tag[1]; |
|
1283 | + $repTags[] = '\\'.$tag[0].'\\'.$tag[1]; |
|
1284 | 1284 | } |
1285 | 1285 | return array($srcTags, $repTags); |
1286 | 1286 | } |
@@ -1302,7 +1302,7 @@ discard block |
||
1302 | 1302 | $stats['phpTime'] = sprintf("%2.4f s", $stats['phpTime']); |
1303 | 1303 | $stats['source'] = $this->documentGenerated == 1 ? "database" : "cache"; |
1304 | 1304 | $stats['queries'] = isset ($this->executedQueries) ? $this->executedQueries : 0; |
1305 | - $stats['phpMemory'] = (memory_get_peak_usage(true) / 1024 / 1024) . " mb"; |
|
1305 | + $stats['phpMemory'] = (memory_get_peak_usage(true) / 1024 / 1024)." mb"; |
|
1306 | 1306 | |
1307 | 1307 | return $stats; |
1308 | 1308 | } |
@@ -1335,7 +1335,7 @@ discard block |
||
1335 | 1335 | { |
1336 | 1336 | $cacheRefreshTime = 0; |
1337 | 1337 | $recent_update = 0; |
1338 | - @include(MODX_BASE_PATH . $this->getCacheFolder() . 'sitePublishing.idx.php'); |
|
1338 | + @include(MODX_BASE_PATH.$this->getCacheFolder().'sitePublishing.idx.php'); |
|
1339 | 1339 | $this->recentUpdate = $recent_update; |
1340 | 1340 | |
1341 | 1341 | $timeNow = $_SERVER['REQUEST_TIME'] + $this->config['server_offset_time']; |
@@ -1346,7 +1346,7 @@ discard block |
||
1346 | 1346 | // now, check for documents that need publishing |
1347 | 1347 | $field = array('published' => 1, 'publishedon' => $timeNow); |
1348 | 1348 | $where = "pub_date <= {$timeNow} AND pub_date!=0 AND published=0"; |
1349 | - $result_pub = $this->getDatabase()->select( 'id', '[+prefix+]site_content', $where); |
|
1349 | + $result_pub = $this->getDatabase()->select('id', '[+prefix+]site_content', $where); |
|
1350 | 1350 | $this->getDatabase()->update($field, '[+prefix+]site_content', $where); |
1351 | 1351 | if ($this->getDatabase()->getRecordCount($result_pub) >= 1) { //Event unPublished doc |
1352 | 1352 | while ($row_pub = $this->getDatabase()->getRow($result_pub)) { |
@@ -1359,7 +1359,7 @@ discard block |
||
1359 | 1359 | // now, check for documents that need un-publishing |
1360 | 1360 | $field = array('published' => 0, 'publishedon' => 0); |
1361 | 1361 | $where = "unpub_date <= {$timeNow} AND unpub_date!=0 AND published=1"; |
1362 | - $result_unpub = $this->getDatabase()->select( 'id', '[+prefix+]site_content', $where); |
|
1362 | + $result_unpub = $this->getDatabase()->select('id', '[+prefix+]site_content', $where); |
|
1363 | 1363 | $this->getDatabase()->update($field, '[+prefix+]site_content', $where); |
1364 | 1364 | if ($this->getDatabase()->getRecordCount($result_unpub) >= 1) { //Event unPublished doc |
1365 | 1365 | while ($row_unpub = $this->getDatabase()->getRow($result_unpub)) { |
@@ -1405,8 +1405,8 @@ discard block |
||
1405 | 1405 | } |
1406 | 1406 | |
1407 | 1407 | $docObjSerial = serialize($this->documentObject); |
1408 | - $cacheContent = $docObjSerial . "<!--__MODxCacheSpliter__-->" . $this->documentContent; |
|
1409 | - $page_cache_path = MODX_BASE_PATH . $this->getHashFile($this->cacheKey); |
|
1408 | + $cacheContent = $docObjSerial."<!--__MODxCacheSpliter__-->".$this->documentContent; |
|
1409 | + $page_cache_path = MODX_BASE_PATH.$this->getHashFile($this->cacheKey); |
|
1410 | 1410 | file_put_contents($page_cache_path, "<?php die('Unauthorized access.'); ?>$cacheContent"); |
1411 | 1411 | } |
1412 | 1412 | } |
@@ -1448,16 +1448,16 @@ discard block |
||
1448 | 1448 | return array(); |
1449 | 1449 | } |
1450 | 1450 | $spacer = md5('<<<EVO>>>'); |
1451 | - if($left==='{{' && strpos($content,';}}')!==false) $content = str_replace(';}}', sprintf(';}%s}', $spacer),$content); |
|
1452 | - if($left==='{{' && strpos($content,'{{}}')!==false) $content = str_replace('{{}}',sprintf('{%$1s{}%$1s}',$spacer),$content); |
|
1453 | - if($left==='[[' && strpos($content,']]]]')!==false) $content = str_replace(']]]]',sprintf(']]%s]]', $spacer),$content); |
|
1454 | - if($left==='[[' && strpos($content,']]]')!==false) $content = str_replace(']]]', sprintf(']%s]]', $spacer),$content); |
|
1451 | + if ($left === '{{' && strpos($content, ';}}') !== false) $content = str_replace(';}}', sprintf(';}%s}', $spacer), $content); |
|
1452 | + if ($left === '{{' && strpos($content, '{{}}') !== false) $content = str_replace('{{}}', sprintf('{%$1s{}%$1s}', $spacer), $content); |
|
1453 | + if ($left === '[[' && strpos($content, ']]]]') !== false) $content = str_replace(']]]]', sprintf(']]%s]]', $spacer), $content); |
|
1454 | + if ($left === '[[' && strpos($content, ']]]') !== false) $content = str_replace(']]]', sprintf(']%s]]', $spacer), $content); |
|
1455 | 1455 | |
1456 | 1456 | $pos['<![CDATA['] = strpos($content, '<![CDATA['); |
1457 | 1457 | $pos[']]>'] = strpos($content, ']]>'); |
1458 | 1458 | |
1459 | 1459 | if ($pos['<![CDATA['] !== false && $pos[']]>'] !== false) { |
1460 | - $content = substr($content, 0, $pos['<![CDATA[']) . substr($content, $pos[']]>'] + 3); |
|
1460 | + $content = substr($content, 0, $pos['<![CDATA[']).substr($content, $pos[']]>'] + 3); |
|
1461 | 1461 | } |
1462 | 1462 | |
1463 | 1463 | $lp = explode($left, $content); |
@@ -1521,8 +1521,8 @@ discard block |
||
1521 | 1521 | } |
1522 | 1522 | } |
1523 | 1523 | } |
1524 | - foreach($tags as $i=>$tag) { |
|
1525 | - if(strpos($tag,$spacer)!==false) $tags[$i] = str_replace($spacer, '', $tag); |
|
1524 | + foreach ($tags as $i=>$tag) { |
|
1525 | + if (strpos($tag, $spacer) !== false) $tags[$i] = str_replace($spacer, '', $tag); |
|
1526 | 1526 | } |
1527 | 1527 | return $tags; |
1528 | 1528 | } |
@@ -1562,7 +1562,7 @@ discard block |
||
1562 | 1562 | } |
1563 | 1563 | |
1564 | 1564 | foreach ($matches[1] as $i => $key) { |
1565 | - if(strpos($key,'[+')!==false) continue; // Allow chunk {{chunk?¶m=`xxx`}} with [*tv_name_[+param+]*] as content |
|
1565 | + if (strpos($key, '[+') !== false) continue; // Allow chunk {{chunk?¶m=`xxx`}} with [*tv_name_[+param+]*] as content |
|
1566 | 1566 | if (substr($key, 0, 1) == '#') { |
1567 | 1567 | $key = substr($key, 1); |
1568 | 1568 | } // remove # for QuickEdit format |
@@ -1592,8 +1592,8 @@ discard block |
||
1592 | 1592 | |
1593 | 1593 | if (strpos($content, $s) !== false) { |
1594 | 1594 | $content = str_replace($s, $value, $content); |
1595 | - } elseif($this->debug) { |
|
1596 | - $this->addLog('mergeDocumentContent parse error', $_SERVER['REQUEST_URI'] . $s, 2); |
|
1595 | + } elseif ($this->debug) { |
|
1596 | + $this->addLog('mergeDocumentContent parse error', $_SERVER['REQUEST_URI'].$s, 2); |
|
1597 | 1597 | } |
1598 | 1598 | } |
1599 | 1599 | |
@@ -1760,8 +1760,8 @@ discard block |
||
1760 | 1760 | $s = &$matches[0][$i]; |
1761 | 1761 | if (strpos($content, $s) !== false) { |
1762 | 1762 | $content = str_replace($s, $value, $content); |
1763 | - } elseif($this->debug) { |
|
1764 | - $this->addLog('mergeSettingsContent parse error', $_SERVER['REQUEST_URI'] . $s, 2); |
|
1763 | + } elseif ($this->debug) { |
|
1764 | + $this->addLog('mergeSettingsContent parse error', $_SERVER['REQUEST_URI'].$s, 2); |
|
1765 | 1765 | } |
1766 | 1766 | } |
1767 | 1767 | return $content; |
@@ -1814,7 +1814,7 @@ discard block |
||
1814 | 1814 | } |
1815 | 1815 | |
1816 | 1816 | $value = $this->parseText($value, $params); // parse local scope placeholers for ConditionalTags |
1817 | - $value = $this->mergePlaceholderContent($value, $params); // parse page global placeholers |
|
1817 | + $value = $this->mergePlaceholderContent($value, $params); // parse page global placeholers |
|
1818 | 1818 | if ($this->config['enable_at_syntax']) { |
1819 | 1819 | $value = $this->mergeConditionalTagsContent($value); |
1820 | 1820 | } |
@@ -1829,8 +1829,8 @@ discard block |
||
1829 | 1829 | $s = &$matches[0][$i]; |
1830 | 1830 | if (strpos($content, $s) !== false) { |
1831 | 1831 | $content = str_replace($s, $value, $content); |
1832 | - } elseif($this->debug) { |
|
1833 | - $this->addLog('mergeChunkContent parse error', $_SERVER['REQUEST_URI'] . $s, 2); |
|
1832 | + } elseif ($this->debug) { |
|
1833 | + $this->addLog('mergeChunkContent parse error', $_SERVER['REQUEST_URI'].$s, 2); |
|
1834 | 1834 | } |
1835 | 1835 | } |
1836 | 1836 | return $content; |
@@ -1888,8 +1888,8 @@ discard block |
||
1888 | 1888 | $s = &$matches[0][$i]; |
1889 | 1889 | if (strpos($content, $s) !== false) { |
1890 | 1890 | $content = str_replace($s, $value, $content); |
1891 | - } elseif($this->debug) { |
|
1892 | - $this->addLog('mergePlaceholderContent parse error', $_SERVER['REQUEST_URI'] . $s, 2); |
|
1891 | + } elseif ($this->debug) { |
|
1892 | + $this->addLog('mergePlaceholderContent parse error', $_SERVER['REQUEST_URI'].$s, 2); |
|
1893 | 1893 | } |
1894 | 1894 | } |
1895 | 1895 | return $content; |
@@ -1913,7 +1913,7 @@ discard block |
||
1913 | 1913 | return $content; |
1914 | 1914 | } |
1915 | 1915 | |
1916 | - $sp = '#' . md5('ConditionalTags' . $_SERVER['REQUEST_TIME']) . '#'; |
|
1916 | + $sp = '#'.md5('ConditionalTags'.$_SERVER['REQUEST_TIME']).'#'; |
|
1917 | 1917 | $content = str_replace(array('<?php', '<?=', '<?', '?>'), array("{$sp}b", "{$sp}p", "{$sp}s", "{$sp}e"), $content); |
1918 | 1918 | |
1919 | 1919 | $pieces = explode('<@IF:', $content); |
@@ -1924,7 +1924,7 @@ discard block |
||
1924 | 1924 | } |
1925 | 1925 | list($cmd, $text) = explode('>', $split, 2); |
1926 | 1926 | $cmd = str_replace("'", "\'", $cmd); |
1927 | - $content .= "<?php if(\$this->_parseCTagCMD('" . $cmd . "')): ?>"; |
|
1927 | + $content .= "<?php if(\$this->_parseCTagCMD('".$cmd."')): ?>"; |
|
1928 | 1928 | $content .= $text; |
1929 | 1929 | } |
1930 | 1930 | $pieces = explode('<@ELSEIF:', $content); |
@@ -1935,13 +1935,13 @@ discard block |
||
1935 | 1935 | } |
1936 | 1936 | list($cmd, $text) = explode('>', $split, 2); |
1937 | 1937 | $cmd = str_replace("'", "\'", $cmd); |
1938 | - $content .= "<?php elseif(\$this->_parseCTagCMD('" . $cmd . "')): ?>"; |
|
1938 | + $content .= "<?php elseif(\$this->_parseCTagCMD('".$cmd."')): ?>"; |
|
1939 | 1939 | $content .= $text; |
1940 | 1940 | } |
1941 | 1941 | |
1942 | 1942 | $content = str_replace(array('<@ELSE>', '<@ENDIF>'), array('<?php else:?>', '<?php endif;?>'), $content); |
1943 | 1943 | ob_start(); |
1944 | - $content = eval('?>' . $content); |
|
1944 | + $content = eval('?>'.$content); |
|
1945 | 1945 | $content = ob_get_clean(); |
1946 | 1946 | $content = str_replace(array("{$sp}b", "{$sp}p", "{$sp}s", "{$sp}e"), array('<?php', '<?=', '<?', '?>'), $content); |
1947 | 1947 | |
@@ -2066,7 +2066,7 @@ discard block |
||
2066 | 2066 | $matches = $this->getTagsFromContent($content, $left, $right); |
2067 | 2067 | if (!empty($matches)) { |
2068 | 2068 | foreach ($matches[0] as $i => $v) { |
2069 | - $addBreakMatches[$i] = $v . "\n"; |
|
2069 | + $addBreakMatches[$i] = $v."\n"; |
|
2070 | 2070 | } |
2071 | 2071 | $content = str_replace($addBreakMatches, '', $content); |
2072 | 2072 | if (strpos($content, $left) !== false) { |
@@ -2099,8 +2099,8 @@ discard block |
||
2099 | 2099 | $s = &$matches[0][$i]; |
2100 | 2100 | if (strpos($content, $s) !== false) { |
2101 | 2101 | $content = str_replace($s, $v, $content); |
2102 | - } elseif($this->debug) { |
|
2103 | - $this->addLog('ignoreCommentedTagsContent parse error', $_SERVER['REQUEST_URI'] . $s, 2); |
|
2102 | + } elseif ($this->debug) { |
|
2103 | + $this->addLog('ignoreCommentedTagsContent parse error', $_SERVER['REQUEST_URI'].$s, 2); |
|
2104 | 2104 | } |
2105 | 2105 | } |
2106 | 2106 | return $content; |
@@ -2164,7 +2164,7 @@ discard block |
||
2164 | 2164 | $msg = ($msg === false) ? 'ob_get_contents() error' : $msg; |
2165 | 2165 | $this->messageQuit('PHP Parse Error', '', true, $error_info['type'], $error_info['file'], 'Plugin', $error_info['message'], $error_info['line'], $msg); |
2166 | 2166 | if ($this->isBackend()) { |
2167 | - $this->event->alert('An error occurred while loading. Please see the event log for more information.<p>' . $msg . '</p>'); |
|
2167 | + $this->event->alert('An error occurred while loading. Please see the event log for more information.<p>'.$msg.'</p>'); |
|
2168 | 2168 | } |
2169 | 2169 | } |
2170 | 2170 | } else { |
@@ -2213,7 +2213,7 @@ discard block |
||
2213 | 2213 | $echo = ($echo === false) ? 'ob_get_contents() error' : $echo; |
2214 | 2214 | $this->messageQuit('PHP Parse Error', '', true, $error_info['type'], $error_info['file'], 'Snippet', $error_info['message'], $error_info['line'], $echo); |
2215 | 2215 | if ($this->isBackend()) { |
2216 | - $this->event->alert('An error occurred while loading. Please see the event log for more information<p>' . $echo . $return . '</p>'); |
|
2216 | + $this->event->alert('An error occurred while loading. Please see the event log for more information<p>'.$echo.$return.'</p>'); |
|
2217 | 2217 | } |
2218 | 2218 | } |
2219 | 2219 | } |
@@ -2221,7 +2221,7 @@ discard block |
||
2221 | 2221 | if (is_array($return) || is_object($return)) { |
2222 | 2222 | return $return; |
2223 | 2223 | } else { |
2224 | - return $echo . $return; |
|
2224 | + return $echo.$return; |
|
2225 | 2225 | } |
2226 | 2226 | } |
2227 | 2227 | |
@@ -2259,8 +2259,8 @@ discard block |
||
2259 | 2259 | } |
2260 | 2260 | if (strpos($content, $s) !== false) { |
2261 | 2261 | $content = str_replace($s, $value, $content); |
2262 | - } elseif($this->debug) { |
|
2263 | - $this->addLog('evalSnippetsSGVar parse error', $_SERVER['REQUEST_URI'] . $s, 2); |
|
2262 | + } elseif ($this->debug) { |
|
2263 | + $this->addLog('evalSnippetsSGVar parse error', $_SERVER['REQUEST_URI'].$s, 2); |
|
2264 | 2264 | } |
2265 | 2265 | continue; |
2266 | 2266 | } |
@@ -2271,8 +2271,8 @@ discard block |
||
2271 | 2271 | |
2272 | 2272 | if (strpos($content, $s) !== false) { |
2273 | 2273 | $content = str_replace($s, $value, $content); |
2274 | - } elseif($this->debug) { |
|
2275 | - $this->addLog('evalSnippets parse error', $_SERVER['REQUEST_URI'] . $s, 2); |
|
2274 | + } elseif ($this->debug) { |
|
2275 | + $this->addLog('evalSnippets parse error', $_SERVER['REQUEST_URI'].$s, 2); |
|
2276 | 2276 | } |
2277 | 2277 | } |
2278 | 2278 | |
@@ -2363,7 +2363,7 @@ discard block |
||
2363 | 2363 | $eventtime = sprintf('%2.2f ms', $eventtime * 1000); |
2364 | 2364 | $code = str_replace("\t", ' ', $this->getPhpCompat()->htmlspecialchars($value)); |
2365 | 2365 | $piece = str_replace("\t", ' ', $this->getPhpCompat()->htmlspecialchars($piece)); |
2366 | - $print_r_params = str_replace("\t", ' ', $this->getPhpCompat()->htmlspecialchars('$modx->event->params = ' . print_r($params, true))); |
|
2366 | + $print_r_params = str_replace("\t", ' ', $this->getPhpCompat()->htmlspecialchars('$modx->event->params = '.print_r($params, true))); |
|
2367 | 2367 | $this->snippetsCode .= sprintf('<fieldset style="margin:1em;"><legend><b>%s</b>(%s)</legend><pre style="white-space: pre-wrap;background-color:#fff;width:90%%;">[[%s]]</pre><pre style="white-space: pre-wrap;background-color:#fff;width:90%%;">%s</pre><pre style="white-space: pre-wrap;background-color:#fff;width:90%%;">%s</pre></fieldset>', $snippetObject['name'], $eventtime, $piece, $print_r_params, $code); |
2368 | 2368 | $this->snippetsTime[] = array('sname' => $key, 'time' => $eventtime); |
2369 | 2369 | } |
@@ -2608,7 +2608,7 @@ discard block |
||
2608 | 2608 | $rs = $this->getDatabase()->select('name,snippet,properties', '[+prefix+]site_snippets', $where); |
2609 | 2609 | $count = $this->getDatabase()->getRecordCount($rs); |
2610 | 2610 | if (1 < $count) { |
2611 | - exit('Error $modx->_getSnippetObject()' . $snip_name); |
|
2611 | + exit('Error $modx->_getSnippetObject()'.$snip_name); |
|
2612 | 2612 | } |
2613 | 2613 | if ($count) { |
2614 | 2614 | $row = $this->getDatabase()->getRow($rs); |
@@ -2634,7 +2634,7 @@ discard block |
||
2634 | 2634 | public function toAlias($text) |
2635 | 2635 | { |
2636 | 2636 | $suff = $this->config['friendly_url_suffix']; |
2637 | - return str_replace(array('.xml' . $suff, '.rss' . $suff, '.js' . $suff, '.css' . $suff, '.txt' . $suff, '.json' . $suff, '.pdf' . $suff), array('.xml', '.rss', '.js', '.css', '.txt', '.json', '.pdf'), $text); |
|
2637 | + return str_replace(array('.xml'.$suff, '.rss'.$suff, '.js'.$suff, '.css'.$suff, '.txt'.$suff, '.json'.$suff, '.pdf'.$suff), array('.xml', '.rss', '.js', '.css', '.txt', '.json', '.pdf'), $text); |
|
2638 | 2638 | } |
2639 | 2639 | |
2640 | 2640 | /** |
@@ -2666,7 +2666,7 @@ discard block |
||
2666 | 2666 | $suff = '/'; |
2667 | 2667 | } |
2668 | 2668 | |
2669 | - $url = ($dir != '' ? $dir . '/' : '') . $pre . $alias . $suff; |
|
2669 | + $url = ($dir != '' ? $dir.'/' : '').$pre.$alias.$suff; |
|
2670 | 2670 | } |
2671 | 2671 | |
2672 | 2672 | $evtOut = $this->invokeEvent('OnMakeDocUrl', array( |
@@ -2703,7 +2703,7 @@ discard block |
||
2703 | 2703 | preg_match_all('!\[\~([0-9]+)\~\]!ise', $documentSource, $match); |
2704 | 2704 | $ids = implode(',', array_unique($match['1'])); |
2705 | 2705 | if ($ids) { |
2706 | - $res = $this->getDatabase()->select("id,alias,isfolder,parent,alias_visible", $this->getFullTableName('site_content'), "id IN (" . $ids . ") AND isfolder = '0'"); |
|
2706 | + $res = $this->getDatabase()->select("id,alias,isfolder,parent,alias_visible", $this->getFullTableName('site_content'), "id IN (".$ids.") AND isfolder = '0'"); |
|
2707 | 2707 | while ($row = $this->getDatabase()->getRow($res)) { |
2708 | 2708 | if ($this->config['use_alias_path'] == '1' && $row['parent'] != 0) { |
2709 | 2709 | $parent = $row['parent']; |
@@ -2714,7 +2714,7 @@ discard block |
||
2714 | 2714 | $parent = $this->aliasListing[$parent]['parent']; |
2715 | 2715 | } |
2716 | 2716 | |
2717 | - $aliases[$row['id']] = $path . '/' . $row['alias']; |
|
2717 | + $aliases[$row['id']] = $path.'/'.$row['alias']; |
|
2718 | 2718 | } else { |
2719 | 2719 | $aliases[$row['id']] = $row['alias']; |
2720 | 2720 | } |
@@ -2726,7 +2726,7 @@ discard block |
||
2726 | 2726 | $isfriendly = ($this->config['friendly_alias_urls'] == 1 ? 1 : 0); |
2727 | 2727 | $pref = $this->config['friendly_url_prefix']; |
2728 | 2728 | $suff = $this->config['friendly_url_suffix']; |
2729 | - $documentSource = preg_replace_callback($in, function ($m) use ($aliases, $isfolder, $isfriendly, $pref, $suff) { |
|
2729 | + $documentSource = preg_replace_callback($in, function($m) use ($aliases, $isfolder, $isfriendly, $pref, $suff) { |
|
2730 | 2730 | global $modx; |
2731 | 2731 | $thealias = $aliases[$m[1]]; |
2732 | 2732 | $thefolder = $isfolder[$m[1]]; |
@@ -2742,7 +2742,7 @@ discard block |
||
2742 | 2742 | |
2743 | 2743 | } else { |
2744 | 2744 | $in = '!\[\~([0-9]+)\~\]!is'; |
2745 | - $out = "index.php?id=" . '\1'; |
|
2745 | + $out = "index.php?id=".'\1'; |
|
2746 | 2746 | $documentSource = preg_replace($in, $out, $documentSource); |
2747 | 2747 | } |
2748 | 2748 | |
@@ -2763,7 +2763,7 @@ discard block |
||
2763 | 2763 | $scheme = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') ? 'https' : 'http'; |
2764 | 2764 | $len_base_url = strlen($this->config['base_url']); |
2765 | 2765 | |
2766 | - $url_path = $q;//LANG |
|
2766 | + $url_path = $q; //LANG |
|
2767 | 2767 | |
2768 | 2768 | if (substr($url_path, 0, $len_base_url) === $this->config['base_url']) { |
2769 | 2769 | $url_path = substr($url_path, $len_base_url); |
@@ -2775,7 +2775,7 @@ discard block |
||
2775 | 2775 | $strictURL = substr($strictURL, $len_base_url); |
2776 | 2776 | } |
2777 | 2777 | $http_host = $_SERVER['HTTP_HOST']; |
2778 | - $requestedURL = "{$scheme}://{$http_host}" . '/' . $q; //LANG |
|
2778 | + $requestedURL = "{$scheme}://{$http_host}".'/'.$q; //LANG |
|
2779 | 2779 | |
2780 | 2780 | $site_url = $this->config['site_url']; |
2781 | 2781 | $url_query_string = explode('?', $_SERVER['REQUEST_URI']); |
@@ -2793,7 +2793,7 @@ discard block |
||
2793 | 2793 | } |
2794 | 2794 | if ($this->config['base_url'] != $_SERVER['REQUEST_URI']) { |
2795 | 2795 | if (empty($_POST)) { |
2796 | - if (($this->config['base_url'] . '?' . $qstring) != $_SERVER['REQUEST_URI']) { |
|
2796 | + if (($this->config['base_url'].'?'.$qstring) != $_SERVER['REQUEST_URI']) { |
|
2797 | 2797 | $this->sendRedirect($url, 0, 'REDIRECT_HEADER', 'HTTP/1.0 301 Moved Permanently'); |
2798 | 2798 | exit(0); |
2799 | 2799 | } |
@@ -2852,7 +2852,7 @@ discard block |
||
2852 | 2852 | $docgrp = implode(",", $docgrp); |
2853 | 2853 | } |
2854 | 2854 | // get document |
2855 | - $access = ($this->isFrontend() ? "sc.privateweb=0" : "1='" . $_SESSION['mgrRole'] . "' OR sc.privatemgr=0") . (!$docgrp ? "" : " OR dg.document_group IN ($docgrp)"); |
|
2855 | + $access = ($this->isFrontend() ? "sc.privateweb=0" : "1='".$_SESSION['mgrRole']."' OR sc.privatemgr=0").(!$docgrp ? "" : " OR dg.document_group IN ($docgrp)"); |
|
2856 | 2856 | $rs = $this->getDatabase()->select('sc.*', "{$tblsc} sc |
2857 | 2857 | LEFT JOIN {$tbldg} dg ON dg.document = sc.id", "sc.{$method} = '{$identifier}' AND ({$access})", "", 1); |
2858 | 2858 | if ($this->getDatabase()->getRecordCount($rs) < 1) { |
@@ -2888,9 +2888,9 @@ discard block |
||
2888 | 2888 | } |
2889 | 2889 | if ($documentObject['template']) { |
2890 | 2890 | // load TVs and merge with document - Orig by Apodigm - Docvars |
2891 | - $rs = $this->getDatabase()->select("tv.*, IF(tvc.value!='',tvc.value,tv.default_text) as value", $this->getFullTableName("site_tmplvars") . " tv |
|
2892 | - INNER JOIN " . $this->getFullTableName("site_tmplvar_templates") . " tvtpl ON tvtpl.tmplvarid = tv.id |
|
2893 | - LEFT JOIN " . $this->getFullTableName("site_tmplvar_contentvalues") . " tvc ON tvc.tmplvarid=tv.id AND tvc.contentid = '{$documentObject['id']}'", "tvtpl.templateid = '{$documentObject['template']}'"); |
|
2891 | + $rs = $this->getDatabase()->select("tv.*, IF(tvc.value!='',tvc.value,tv.default_text) as value", $this->getFullTableName("site_tmplvars")." tv |
|
2892 | + INNER JOIN " . $this->getFullTableName("site_tmplvar_templates")." tvtpl ON tvtpl.tmplvarid = tv.id |
|
2893 | + LEFT JOIN " . $this->getFullTableName("site_tmplvar_contentvalues")." tvc ON tvc.tmplvarid=tv.id AND tvc.contentid = '{$documentObject['id']}'", "tvtpl.templateid = '{$documentObject['template']}'"); |
|
2894 | 2894 | $tmplvars = array(); |
2895 | 2895 | while ($row = $this->getDatabase()->getRow($rs)) { |
2896 | 2896 | $tmplvars[$row['name']] = array( |
@@ -2936,7 +2936,7 @@ discard block |
||
2936 | 2936 | $st = md5($source); |
2937 | 2937 | } |
2938 | 2938 | if ($this->dumpSnippets == 1) { |
2939 | - $this->snippetsCode .= "<fieldset><legend><b style='color: #821517;'>PARSE PASS " . ($i + 1) . "</b></legend><p>The following snippets (if any) were parsed during this pass.</p>"; |
|
2939 | + $this->snippetsCode .= "<fieldset><legend><b style='color: #821517;'>PARSE PASS ".($i + 1)."</b></legend><p>The following snippets (if any) were parsed during this pass.</p>"; |
|
2940 | 2940 | } |
2941 | 2941 | |
2942 | 2942 | // invoke OnParseDocument event |
@@ -2978,7 +2978,7 @@ discard block |
||
2978 | 2978 | */ |
2979 | 2979 | public function executeParser() |
2980 | 2980 | { |
2981 | - if(MODX_CLI) { |
|
2981 | + if (MODX_CLI) { |
|
2982 | 2982 | throw new \RuntimeException('Call DocumentParser::executeParser on CLI mode'); |
2983 | 2983 | } |
2984 | 2984 | |
@@ -3024,7 +3024,7 @@ discard block |
||
3024 | 3024 | |
3025 | 3025 | // Check use_alias_path and check if $this->virtualDir is set to anything, then parse the path |
3026 | 3026 | if ($this->config['use_alias_path'] == 1) { |
3027 | - $alias = (strlen($this->virtualDir) > 0 ? $this->virtualDir . '/' : '') . $this->documentIdentifier; |
|
3027 | + $alias = (strlen($this->virtualDir) > 0 ? $this->virtualDir.'/' : '').$this->documentIdentifier; |
|
3028 | 3028 | if (isset($this->documentListing[$alias])) { |
3029 | 3029 | $this->documentIdentifier = $this->documentListing[$alias]; |
3030 | 3030 | } else { |
@@ -3085,7 +3085,7 @@ discard block |
||
3085 | 3085 | } else { |
3086 | 3086 | $docAlias = $this->getDatabase()->escape($this->documentIdentifier); |
3087 | 3087 | $rs = $this->getDatabase()->select('id', $this->getFullTableName('site_content'), "deleted=0 and alias='{$docAlias}'"); |
3088 | - $this->documentIdentifier = (int)$this->getDatabase()->getValue($rs); |
|
3088 | + $this->documentIdentifier = (int) $this->getDatabase()->getValue($rs); |
|
3089 | 3089 | } |
3090 | 3090 | } |
3091 | 3091 | $this->documentMethod = 'id'; |
@@ -3142,7 +3142,7 @@ discard block |
||
3142 | 3142 | $_REQUEST[$n] = $_GET[$n] = $v; |
3143 | 3143 | } |
3144 | 3144 | } |
3145 | - $_SERVER['PHP_SELF'] = $this->config['base_url'] . $qp['path']; |
|
3145 | + $_SERVER['PHP_SELF'] = $this->config['base_url'].$qp['path']; |
|
3146 | 3146 | $this->q = $qp['path']; |
3147 | 3147 | return $qp['path']; |
3148 | 3148 | } |
@@ -3288,7 +3288,7 @@ discard block |
||
3288 | 3288 | while ($id && $height--) { |
3289 | 3289 | $thisid = $id; |
3290 | 3290 | if ($this->config['aliaslistingfolder'] == 1) { |
3291 | - $id = isset($this->aliasListing[$id]['parent']) ? $this->aliasListing[$id]['parent'] : $this->getDatabase()->getValue("SELECT `parent` FROM " . $this->getFullTableName("site_content") . " WHERE `id` = '{$id}' LIMIT 0,1"); |
|
3291 | + $id = isset($this->aliasListing[$id]['parent']) ? $this->aliasListing[$id]['parent'] : $this->getDatabase()->getValue("SELECT `parent` FROM ".$this->getFullTableName("site_content")." WHERE `id` = '{$id}' LIMIT 0,1"); |
|
3292 | 3292 | if (!$id || $id == '0') { |
3293 | 3293 | break; |
3294 | 3294 | } |
@@ -3339,15 +3339,15 @@ discard block |
||
3339 | 3339 | |
3340 | 3340 | if ($this->config['aliaslistingfolder'] == 1) { |
3341 | 3341 | |
3342 | - $res = $this->getDatabase()->select("id,alias,isfolder,parent", $this->getFullTableName('site_content'), "parent IN (" . $id . ") AND deleted = '0'"); |
|
3342 | + $res = $this->getDatabase()->select("id,alias,isfolder,parent", $this->getFullTableName('site_content'), "parent IN (".$id.") AND deleted = '0'"); |
|
3343 | 3343 | $idx = array(); |
3344 | 3344 | while ($row = $this->getDatabase()->getRow($res)) { |
3345 | 3345 | $pAlias = ''; |
3346 | 3346 | if (isset($this->aliasListing[$row['parent']])) { |
3347 | - $pAlias .= !empty($this->aliasListing[$row['parent']]['path']) ? $this->aliasListing[$row['parent']]['path'] . '/' : ''; |
|
3348 | - $pAlias .= !empty($this->aliasListing[$row['parent']]['alias']) ? $this->aliasListing[$row['parent']]['alias'] . '/' : ''; |
|
3347 | + $pAlias .= !empty($this->aliasListing[$row['parent']]['path']) ? $this->aliasListing[$row['parent']]['path'].'/' : ''; |
|
3348 | + $pAlias .= !empty($this->aliasListing[$row['parent']]['alias']) ? $this->aliasListing[$row['parent']]['alias'].'/' : ''; |
|
3349 | 3349 | }; |
3350 | - $children[$pAlias . $row['alias']] = $row['id']; |
|
3350 | + $children[$pAlias.$row['alias']] = $row['id']; |
|
3351 | 3351 | if ($row['isfolder'] == 1) { |
3352 | 3352 | $idx[] = $row['id']; |
3353 | 3353 | } |
@@ -3379,7 +3379,7 @@ discard block |
||
3379 | 3379 | $depth--; |
3380 | 3380 | |
3381 | 3381 | foreach ($documentMap_cache[$id] as $childId) { |
3382 | - $pkey = (strlen($this->aliasListing[$childId]['path']) ? "{$this->aliasListing[$childId]['path']}/" : '') . $this->aliasListing[$childId]['alias']; |
|
3382 | + $pkey = (strlen($this->aliasListing[$childId]['path']) ? "{$this->aliasListing[$childId]['path']}/" : '').$this->aliasListing[$childId]['alias']; |
|
3383 | 3383 | if (!strlen($pkey)) { |
3384 | 3384 | $pkey = "{$childId}"; |
3385 | 3385 | } |
@@ -3416,7 +3416,7 @@ discard block |
||
3416 | 3416 | $fnc = 'history.back(-1);'; |
3417 | 3417 | break; |
3418 | 3418 | default: |
3419 | - $fnc = "window.location.href='" . addslashes($url) . "';"; |
|
3419 | + $fnc = "window.location.href='".addslashes($url)."';"; |
|
3420 | 3420 | } |
3421 | 3421 | |
3422 | 3422 | echo "<html><head> |
@@ -3448,9 +3448,9 @@ discard block |
||
3448 | 3448 | $state = 0; |
3449 | 3449 | $pms = $_SESSION['mgrPermissions']; |
3450 | 3450 | if ($pms) { |
3451 | - $state = ((bool)$pms[$pm] === true); |
|
3451 | + $state = ((bool) $pms[$pm] === true); |
|
3452 | 3452 | } |
3453 | - return (int)$state; |
|
3453 | + return (int) $state; |
|
3454 | 3454 | } |
3455 | 3455 | |
3456 | 3456 | /** |
@@ -3463,8 +3463,8 @@ discard block |
||
3463 | 3463 | */ |
3464 | 3464 | public function elementIsLocked($type, $id, $includeThisUser = false) |
3465 | 3465 | { |
3466 | - $id = (int)$id; |
|
3467 | - $type = (int)$type; |
|
3466 | + $id = (int) $id; |
|
3467 | + $type = (int) $type; |
|
3468 | 3468 | if (!$type || !$id) { |
3469 | 3469 | return null; |
3470 | 3470 | } |
@@ -3514,7 +3514,7 @@ discard block |
||
3514 | 3514 | return $lockedElements; |
3515 | 3515 | } |
3516 | 3516 | |
3517 | - $type = (int)$type; |
|
3517 | + $type = (int) $type; |
|
3518 | 3518 | if (isset($lockedElements[$type])) { |
3519 | 3519 | return $lockedElements[$type]; |
3520 | 3520 | } else { |
@@ -3531,7 +3531,7 @@ discard block |
||
3531 | 3531 | $this->lockedElements = array(); |
3532 | 3532 | $this->cleanupExpiredLocks(); |
3533 | 3533 | |
3534 | - $rs = $this->getDatabase()->select('sid,internalKey,elementType,elementId,lasthit,username', $this->getFullTableName('active_user_locks') . " ul |
|
3534 | + $rs = $this->getDatabase()->select('sid,internalKey,elementType,elementId,lasthit,username', $this->getFullTableName('active_user_locks')." ul |
|
3535 | 3535 | LEFT JOIN {$this->getFullTableName('manager_users')} mu on ul.internalKey = mu.id"); |
3536 | 3536 | while ($row = $this->getDatabase()->getRow($rs)) { |
3537 | 3537 | $this->lockedElements[$row['elementType']][$row['elementId']] = array( |
@@ -3554,7 +3554,7 @@ discard block |
||
3554 | 3554 | public function cleanupExpiredLocks() |
3555 | 3555 | { |
3556 | 3556 | // Clean-up active_user_sessions first |
3557 | - $timeout = (int)$this->config['session_timeout'] < 2 ? 120 : $this->config['session_timeout'] * 60; // session.js pings every 10min, updateMail() in mainMenu pings every minute, so 2min is minimum |
|
3557 | + $timeout = (int) $this->config['session_timeout'] < 2 ? 120 : $this->config['session_timeout'] * 60; // session.js pings every 10min, updateMail() in mainMenu pings every minute, so 2min is minimum |
|
3558 | 3558 | $validSessionTimeLimit = $this->time - $timeout; |
3559 | 3559 | $this->getDatabase()->delete($this->getFullTableName('active_user_sessions'), "lasthit < {$validSessionTimeLimit}"); |
3560 | 3560 | |
@@ -3567,7 +3567,7 @@ discard block |
||
3567 | 3567 | foreach ($rs as $row) { |
3568 | 3568 | $userSids[] = $row['sid']; |
3569 | 3569 | } |
3570 | - $userSids = "'" . implode("','", $userSids) . "'"; |
|
3570 | + $userSids = "'".implode("','", $userSids)."'"; |
|
3571 | 3571 | $this->getDatabase()->delete($this->getFullTableName('active_user_locks'), "sid NOT IN({$userSids})"); |
3572 | 3572 | } else { |
3573 | 3573 | $this->getDatabase()->delete($this->getFullTableName('active_user_locks')); |
@@ -3651,8 +3651,8 @@ discard block |
||
3651 | 3651 | public function lockElement($type, $id) |
3652 | 3652 | { |
3653 | 3653 | $userId = $this->isBackend() && $_SESSION['mgrInternalKey'] ? $_SESSION['mgrInternalKey'] : 0; |
3654 | - $type = (int)$type; |
|
3655 | - $id = (int)$id; |
|
3654 | + $type = (int) $type; |
|
3655 | + $id = (int) $id; |
|
3656 | 3656 | if (!$type || !$id || !$userId) { |
3657 | 3657 | return false; |
3658 | 3658 | } |
@@ -3673,8 +3673,8 @@ discard block |
||
3673 | 3673 | public function unlockElement($type, $id, $includeAllUsers = false) |
3674 | 3674 | { |
3675 | 3675 | $userId = $this->isBackend() && $_SESSION['mgrInternalKey'] ? $_SESSION['mgrInternalKey'] : 0; |
3676 | - $type = (int)$type; |
|
3677 | - $id = (int)$id; |
|
3676 | + $type = (int) $type; |
|
3677 | + $id = (int) $id; |
|
3678 | 3678 | if (!$type || !$id) { |
3679 | 3679 | return false; |
3680 | 3680 | } |
@@ -3741,8 +3741,8 @@ discard block |
||
3741 | 3741 | } |
3742 | 3742 | |
3743 | 3743 | $usertype = $this->isFrontend() ? 1 : 0; |
3744 | - $evtid = (int)$evtid; |
|
3745 | - $type = (int)$type; |
|
3744 | + $evtid = (int) $evtid; |
|
3745 | + $type = (int) $type; |
|
3746 | 3746 | |
3747 | 3747 | // Types: 1 = information, 2 = warning, 3 = error |
3748 | 3748 | if ($type < 1) { |
@@ -3764,8 +3764,8 @@ discard block |
||
3764 | 3764 | if (isset($this->config['send_errormail']) && $this->config['send_errormail'] !== '0') { |
3765 | 3765 | if ($this->config['send_errormail'] <= $type) { |
3766 | 3766 | $this->sendmail(array( |
3767 | - 'subject' => 'MODX System Error on ' . $this->config['site_name'], |
|
3768 | - 'body' => 'Source: ' . $source . ' - The details of the error could be seen in the MODX system events log.', |
|
3767 | + 'subject' => 'MODX System Error on '.$this->config['site_name'], |
|
3768 | + 'body' => 'Source: '.$source.' - The details of the error could be seen in the MODX system events log.', |
|
3769 | 3769 | 'type' => 'text' |
3770 | 3770 | )); |
3771 | 3771 | } |
@@ -3814,7 +3814,7 @@ discard block |
||
3814 | 3814 | $p['fromname'] = $userinfo['username']; |
3815 | 3815 | } |
3816 | 3816 | if ($msg === '' && !isset($p['body'])) { |
3817 | - $p['body'] = $_SERVER['REQUEST_URI'] . "\n" . $_SERVER['HTTP_USER_AGENT'] . "\n" . $_SERVER['HTTP_REFERER']; |
|
3817 | + $p['body'] = $_SERVER['REQUEST_URI']."\n".$_SERVER['HTTP_USER_AGENT']."\n".$_SERVER['HTTP_REFERER']; |
|
3818 | 3818 | } elseif (is_string($msg) && 0 < strlen($msg)) { |
3819 | 3819 | $p['body'] = $msg; |
3820 | 3820 | } |
@@ -3855,8 +3855,8 @@ discard block |
||
3855 | 3855 | $files = array(); |
3856 | 3856 | } |
3857 | 3857 | foreach ($files as $f) { |
3858 | - if (file_exists(MODX_BASE_PATH . $f) && is_file(MODX_BASE_PATH . $f) && is_readable(MODX_BASE_PATH . $f)) { |
|
3859 | - $this->getMail()->AddAttachment(MODX_BASE_PATH . $f); |
|
3858 | + if (file_exists(MODX_BASE_PATH.$f) && is_file(MODX_BASE_PATH.$f) && is_readable(MODX_BASE_PATH.$f)) { |
|
3859 | + $this->getMail()->AddAttachment(MODX_BASE_PATH.$f); |
|
3860 | 3860 | } |
3861 | 3861 | } |
3862 | 3862 | return $this->getMail()->send(); |
@@ -3900,7 +3900,7 @@ discard block |
||
3900 | 3900 | */ |
3901 | 3901 | public function isFrontend() |
3902 | 3902 | { |
3903 | - return ! $this->isBackend(); |
|
3903 | + return !$this->isBackend(); |
|
3904 | 3904 | } |
3905 | 3905 | |
3906 | 3906 | /** |
@@ -3925,14 +3925,14 @@ discard block |
||
3925 | 3925 | $tblsc = $this->getFullTableName("site_content"); |
3926 | 3926 | $tbldg = $this->getFullTableName("document_groups"); |
3927 | 3927 | // modify field names to use sc. table reference |
3928 | - $fields = 'sc.' . implode(',sc.', array_filter(array_map('trim', explode(',', $fields)))); |
|
3929 | - $sort = 'sc.' . implode(',sc.', array_filter(array_map('trim', explode(',', $sort)))); |
|
3928 | + $fields = 'sc.'.implode(',sc.', array_filter(array_map('trim', explode(',', $fields)))); |
|
3929 | + $sort = 'sc.'.implode(',sc.', array_filter(array_map('trim', explode(',', $sort)))); |
|
3930 | 3930 | // get document groups for current user |
3931 | 3931 | if ($docgrp = $this->getUserDocGroups()) { |
3932 | 3932 | $docgrp = implode(",", $docgrp); |
3933 | 3933 | } |
3934 | 3934 | // build query |
3935 | - $access = ($this->isFrontend() ? "sc.privateweb=0" : "1='" . $_SESSION['mgrRole'] . "' OR sc.privatemgr=0") . (!$docgrp ? "" : " OR dg.document_group IN ($docgrp)"); |
|
3935 | + $access = ($this->isFrontend() ? "sc.privateweb=0" : "1='".$_SESSION['mgrRole']."' OR sc.privatemgr=0").(!$docgrp ? "" : " OR dg.document_group IN ($docgrp)"); |
|
3936 | 3936 | $result = $this->getDatabase()->select("DISTINCT {$fields}", "{$tblsc} sc |
3937 | 3937 | LEFT JOIN {$tbldg} dg on dg.document = sc.id", "sc.parent = '{$id}' AND ({$access}) GROUP BY sc.id", "{$sort} {$dir}"); |
3938 | 3938 | $resourceArray = $this->getDatabase()->makeArray($result); |
@@ -3962,14 +3962,14 @@ discard block |
||
3962 | 3962 | $tbldg = $this->getFullTableName("document_groups"); |
3963 | 3963 | |
3964 | 3964 | // modify field names to use sc. table reference |
3965 | - $fields = 'sc.' . implode(',sc.', array_filter(array_map('trim', explode(',', $fields)))); |
|
3966 | - $sort = 'sc.' . implode(',sc.', array_filter(array_map('trim', explode(',', $sort)))); |
|
3965 | + $fields = 'sc.'.implode(',sc.', array_filter(array_map('trim', explode(',', $fields)))); |
|
3966 | + $sort = 'sc.'.implode(',sc.', array_filter(array_map('trim', explode(',', $sort)))); |
|
3967 | 3967 | // get document groups for current user |
3968 | 3968 | if ($docgrp = $this->getUserDocGroups()) { |
3969 | 3969 | $docgrp = implode(",", $docgrp); |
3970 | 3970 | } |
3971 | 3971 | // build query |
3972 | - $access = ($this->isFrontend() ? "sc.privateweb=0" : "1='" . $_SESSION['mgrRole'] . "' OR sc.privatemgr=0") . (!$docgrp ? "" : " OR dg.document_group IN ($docgrp)"); |
|
3972 | + $access = ($this->isFrontend() ? "sc.privateweb=0" : "1='".$_SESSION['mgrRole']."' OR sc.privatemgr=0").(!$docgrp ? "" : " OR dg.document_group IN ($docgrp)"); |
|
3973 | 3973 | $result = $this->getDatabase()->select("DISTINCT {$fields}", "{$tblsc} sc |
3974 | 3974 | LEFT JOIN {$tbldg} dg on dg.document = sc.id", "sc.parent = '{$id}' AND sc.published=1 AND sc.deleted=0 AND ({$access}) GROUP BY sc.id", "{$sort} {$dir}"); |
3975 | 3975 | $resourceArray = $this->getDatabase()->makeArray($result); |
@@ -4004,16 +4004,16 @@ discard block |
||
4004 | 4004 | return $this->tmpCache[__FUNCTION__][$cacheKey]; |
4005 | 4005 | } |
4006 | 4006 | |
4007 | - $published = ($published !== 'all') ? 'AND sc.published = ' . $published : ''; |
|
4008 | - $deleted = ($deleted !== 'all') ? 'AND sc.deleted = ' . $deleted : ''; |
|
4007 | + $published = ($published !== 'all') ? 'AND sc.published = '.$published : ''; |
|
4008 | + $deleted = ($deleted !== 'all') ? 'AND sc.deleted = '.$deleted : ''; |
|
4009 | 4009 | |
4010 | 4010 | if ($where != '') { |
4011 | - $where = 'AND ' . $where; |
|
4011 | + $where = 'AND '.$where; |
|
4012 | 4012 | } |
4013 | 4013 | |
4014 | 4014 | // modify field names to use sc. table reference |
4015 | - $fields = 'sc.' . implode(',sc.', array_filter(array_map('trim', explode(',', $fields)))); |
|
4016 | - $sort = ($sort == '') ? '' : 'sc.' . implode(',sc.', array_filter(array_map('trim', explode(',', $sort)))); |
|
4015 | + $fields = 'sc.'.implode(',sc.', array_filter(array_map('trim', explode(',', $fields)))); |
|
4016 | + $sort = ($sort == '') ? '' : 'sc.'.implode(',sc.', array_filter(array_map('trim', explode(',', $sort)))); |
|
4017 | 4017 | |
4018 | 4018 | // get document groups for current user |
4019 | 4019 | if ($docgrp = $this->getUserDocGroups()) { |
@@ -4021,7 +4021,7 @@ discard block |
||
4021 | 4021 | } |
4022 | 4022 | |
4023 | 4023 | // build query |
4024 | - $access = ($this->isFrontend() ? 'sc.privateweb=0' : '1="' . $_SESSION['mgrRole'] . '" OR sc.privatemgr=0') . (!$docgrp ? '' : ' OR dg.document_group IN (' . $docgrp . ')'); |
|
4024 | + $access = ($this->isFrontend() ? 'sc.privateweb=0' : '1="'.$_SESSION['mgrRole'].'" OR sc.privatemgr=0').(!$docgrp ? '' : ' OR dg.document_group IN ('.$docgrp.')'); |
|
4025 | 4025 | |
4026 | 4026 | $tblsc = $this->getFullTableName('site_content'); |
4027 | 4027 | $tbldg = $this->getFullTableName('document_groups'); |
@@ -4073,10 +4073,10 @@ discard block |
||
4073 | 4073 | return false; |
4074 | 4074 | } else { |
4075 | 4075 | // modify field names to use sc. table reference |
4076 | - $fields = 'sc.' . implode(',sc.', array_filter(array_map('trim', explode(',', $fields)))); |
|
4077 | - $sort = ($sort == '') ? '' : 'sc.' . implode(',sc.', array_filter(array_map('trim', explode(',', $sort)))); |
|
4076 | + $fields = 'sc.'.implode(',sc.', array_filter(array_map('trim', explode(',', $fields)))); |
|
4077 | + $sort = ($sort == '') ? '' : 'sc.'.implode(',sc.', array_filter(array_map('trim', explode(',', $sort)))); |
|
4078 | 4078 | if ($where != '') { |
4079 | - $where = 'AND ' . $where; |
|
4079 | + $where = 'AND '.$where; |
|
4080 | 4080 | } |
4081 | 4081 | |
4082 | 4082 | $published = ($published !== 'all') ? "AND sc.published = '{$published}'" : ''; |
@@ -4087,13 +4087,13 @@ discard block |
||
4087 | 4087 | $docgrp = implode(',', $docgrp); |
4088 | 4088 | } |
4089 | 4089 | |
4090 | - $access = ($this->isFrontend() ? 'sc.privateweb=0' : '1="' . $_SESSION['mgrRole'] . '" OR sc.privatemgr=0') . (!$docgrp ? '' : ' OR dg.document_group IN (' . $docgrp . ')'); |
|
4090 | + $access = ($this->isFrontend() ? 'sc.privateweb=0' : '1="'.$_SESSION['mgrRole'].'" OR sc.privatemgr=0').(!$docgrp ? '' : ' OR dg.document_group IN ('.$docgrp.')'); |
|
4091 | 4091 | |
4092 | 4092 | $tblsc = $this->getFullTableName('site_content'); |
4093 | 4093 | $tbldg = $this->getFullTableName('document_groups'); |
4094 | 4094 | |
4095 | 4095 | $result = $this->getDatabase()->select("DISTINCT {$fields}", "{$tblsc} sc |
4096 | - LEFT JOIN {$tbldg} dg on dg.document = sc.id", "(sc.id IN (" . implode(',', $ids) . ") {$published} {$deleted} {$where}) AND ({$access}) GROUP BY sc.id", ($sort ? "{$sort} {$dir}" : ""), $limit); |
|
4096 | + LEFT JOIN {$tbldg} dg on dg.document = sc.id", "(sc.id IN (".implode(',', $ids).") {$published} {$deleted} {$where}) AND ({$access}) GROUP BY sc.id", ($sort ? "{$sort} {$dir}" : ""), $limit); |
|
4097 | 4097 | |
4098 | 4098 | $resourceArray = $this->getDatabase()->makeArray($result); |
4099 | 4099 | |
@@ -4198,12 +4198,12 @@ discard block |
||
4198 | 4198 | $tbldg = $this->getFullTableName("document_groups"); |
4199 | 4199 | $activeSql = $active == 1 ? "AND sc.published=1 AND sc.deleted=0" : ""; |
4200 | 4200 | // modify field names to use sc. table reference |
4201 | - $fields = 'sc.' . implode(',sc.', array_filter(array_map('trim', explode(',', $fields)))); |
|
4201 | + $fields = 'sc.'.implode(',sc.', array_filter(array_map('trim', explode(',', $fields)))); |
|
4202 | 4202 | // get document groups for current user |
4203 | 4203 | if ($docgrp = $this->getUserDocGroups()) { |
4204 | 4204 | $docgrp = implode(",", $docgrp); |
4205 | 4205 | } |
4206 | - $access = ($this->isFrontend() ? "sc.privateweb=0" : "1='" . $_SESSION['mgrRole'] . "' OR sc.privatemgr=0") . (!$docgrp ? "" : " OR dg.document_group IN ($docgrp)"); |
|
4206 | + $access = ($this->isFrontend() ? "sc.privateweb=0" : "1='".$_SESSION['mgrRole']."' OR sc.privatemgr=0").(!$docgrp ? "" : " OR dg.document_group IN ($docgrp)"); |
|
4207 | 4207 | $result = $this->getDatabase()->select($fields, "{$tblsc} sc LEFT JOIN {$tbldg} dg on dg.document = sc.id", "(sc.id='{$pageid}' {$activeSql}) AND ({$access})", "", 1); |
4208 | 4208 | $pageInfo = $this->getDatabase()->getRow($result); |
4209 | 4209 | |
@@ -4250,7 +4250,7 @@ discard block |
||
4250 | 4250 | { |
4251 | 4251 | if ($this->currentSnippet) { |
4252 | 4252 | $tbl = $this->getFullTableName("site_snippets"); |
4253 | - $rs = $this->getDatabase()->select('id', $tbl, "name='" . $this->getDatabase()->escape($this->currentSnippet) . "'", '', 1); |
|
4253 | + $rs = $this->getDatabase()->select('id', $tbl, "name='".$this->getDatabase()->escape($this->currentSnippet)."'", '', 1); |
|
4254 | 4254 | if ($snippetId = $this->getDatabase()->getValue($rs)) { |
4255 | 4255 | return $snippetId; |
4256 | 4256 | } |
@@ -4277,7 +4277,7 @@ discard block |
||
4277 | 4277 | */ |
4278 | 4278 | public function clearCache($type = '', $report = false) |
4279 | 4279 | { |
4280 | - $cache_dir = MODX_BASE_PATH . $this->getCacheFolder(); |
|
4280 | + $cache_dir = MODX_BASE_PATH.$this->getCacheFolder(); |
|
4281 | 4281 | if (is_array($type)) { |
4282 | 4282 | foreach ($type as $_) { |
4283 | 4283 | $this->clearCache($_, $report); |
@@ -4289,10 +4289,10 @@ discard block |
||
4289 | 4289 | $sync->emptyCache(); |
4290 | 4290 | } elseif (preg_match('@^[1-9][0-9]*$@', $type)) { |
4291 | 4291 | $key = ($this->config['cache_type'] == 2) ? $this->makePageCacheKey($type) : $type; |
4292 | - $file_name = "docid_" . $key . "_*.pageCache.php"; |
|
4293 | - $cache_path = $cache_dir . $file_name; |
|
4292 | + $file_name = "docid_".$key."_*.pageCache.php"; |
|
4293 | + $cache_path = $cache_dir.$file_name; |
|
4294 | 4294 | $files = glob($cache_path); |
4295 | - $files[] = $cache_dir . "docid_" . $key . ".pageCache.php"; |
|
4295 | + $files[] = $cache_dir."docid_".$key.".pageCache.php"; |
|
4296 | 4296 | foreach ($files as $file) { |
4297 | 4297 | if (!is_file($file)) { |
4298 | 4298 | continue; |
@@ -4300,7 +4300,7 @@ discard block |
||
4300 | 4300 | unlink($file); |
4301 | 4301 | } |
4302 | 4302 | } else { |
4303 | - $files = glob($cache_dir . '*'); |
|
4303 | + $files = glob($cache_dir.'*'); |
|
4304 | 4304 | foreach ($files as $file) { |
4305 | 4305 | $name = basename($file); |
4306 | 4306 | if (strpos($name, '.pageCache.php') === false) { |
@@ -4369,7 +4369,7 @@ discard block |
||
4369 | 4369 | $f_url_suffix = '/'; |
4370 | 4370 | } |
4371 | 4371 | |
4372 | - $alPath = !empty ($al['path']) ? $al['path'] . '/' : ''; |
|
4372 | + $alPath = !empty ($al['path']) ? $al['path'].'/' : ''; |
|
4373 | 4373 | |
4374 | 4374 | if ($al && $al['alias']) { |
4375 | 4375 | $alias = $al['alias']; |
@@ -4377,7 +4377,7 @@ discard block |
||
4377 | 4377 | |
4378 | 4378 | } |
4379 | 4379 | |
4380 | - $alias = $alPath . $f_url_prefix . $alias . $f_url_suffix; |
|
4380 | + $alias = $alPath.$f_url_prefix.$alias.$f_url_suffix; |
|
4381 | 4381 | $url = "{$alias}{$args}"; |
4382 | 4382 | } else { |
4383 | 4383 | $url = "index.php?id={$id}{$args}"; |
@@ -4396,7 +4396,7 @@ discard block |
||
4396 | 4396 | } |
4397 | 4397 | |
4398 | 4398 | //TODO: check to make sure that $site_url incudes the url :port (e.g. :8080) |
4399 | - $host = $scheme == 'full' ? $this->config['site_url'] : $scheme . '://' . $_SERVER['HTTP_HOST'] . $host; |
|
4399 | + $host = $scheme == 'full' ? $this->config['site_url'] : $scheme.'://'.$_SERVER['HTTP_HOST'].$host; |
|
4400 | 4400 | } |
4401 | 4401 | |
4402 | 4402 | //fix strictUrl by Bumkaka |
@@ -4405,9 +4405,9 @@ discard block |
||
4405 | 4405 | } |
4406 | 4406 | |
4407 | 4407 | if ($this->config['xhtml_urls']) { |
4408 | - $url = preg_replace("/&(?!amp;)/", "&", $host . $virtualDir . $url); |
|
4408 | + $url = preg_replace("/&(?!amp;)/", "&", $host.$virtualDir.$url); |
|
4409 | 4409 | } else { |
4410 | - $url = $host . $virtualDir . $url; |
|
4410 | + $url = $host.$virtualDir.$url; |
|
4411 | 4411 | } |
4412 | 4412 | |
4413 | 4413 | $evtOut = $this->invokeEvent('OnMakeDocUrl', array( |
@@ -4431,21 +4431,21 @@ discard block |
||
4431 | 4431 | if (isset($this->aliasListing[$id])) { |
4432 | 4432 | $out = $this->aliasListing[$id]; |
4433 | 4433 | } else { |
4434 | - $q = $this->getDatabase()->query("SELECT id,alias,isfolder,parent FROM " . $this->getFullTableName("site_content") . " WHERE id=" . (int)$id); |
|
4434 | + $q = $this->getDatabase()->query("SELECT id,alias,isfolder,parent FROM ".$this->getFullTableName("site_content")." WHERE id=".(int) $id); |
|
4435 | 4435 | if ($this->getDatabase()->getRecordCount($q) == '1') { |
4436 | 4436 | $q = $this->getDatabase()->getRow($q); |
4437 | 4437 | $this->aliasListing[$id] = array( |
4438 | - 'id' => (int)$q['id'], |
|
4438 | + 'id' => (int) $q['id'], |
|
4439 | 4439 | 'alias' => $q['alias'] == '' ? $q['id'] : $q['alias'], |
4440 | - 'parent' => (int)$q['parent'], |
|
4441 | - 'isfolder' => (int)$q['isfolder'], |
|
4440 | + 'parent' => (int) $q['parent'], |
|
4441 | + 'isfolder' => (int) $q['isfolder'], |
|
4442 | 4442 | ); |
4443 | 4443 | if ($this->aliasListing[$id]['parent'] > 0) { |
4444 | 4444 | //fix alias_path_usage |
4445 | 4445 | if ($this->config['use_alias_path'] == '1') { |
4446 | 4446 | //&& $tmp['path'] != '' - fix error slash with epty path |
4447 | 4447 | $tmp = $this->getAliasListing($this->aliasListing[$id]['parent']); |
4448 | - $this->aliasListing[$id]['path'] = $tmp['path'] . ($tmp['alias_visible'] ? (($tmp['parent'] > 0 && $tmp['path'] != '') ? '/' : '') . $tmp['alias'] : ''); |
|
4448 | + $this->aliasListing[$id]['path'] = $tmp['path'].($tmp['alias_visible'] ? (($tmp['parent'] > 0 && $tmp['path'] != '') ? '/' : '').$tmp['alias'] : ''); |
|
4449 | 4449 | } else { |
4450 | 4450 | $this->aliasListing[$id]['path'] = ''; |
4451 | 4451 | } |
@@ -4486,7 +4486,7 @@ discard block |
||
4486 | 4486 | $out = array(); |
4487 | 4487 | if (empty($this->version) || !is_array($this->version)) { |
4488 | 4488 | //include for compatibility modx version < 1.0.10 |
4489 | - include MODX_MANAGER_PATH . "includes/version.inc.php"; |
|
4489 | + include MODX_MANAGER_PATH."includes/version.inc.php"; |
|
4490 | 4490 | $this->version = array(); |
4491 | 4491 | $this->version['version'] = isset($modx_version) ? $modx_version : ''; |
4492 | 4492 | $this->version['branch'] = isset($modx_branch) ? $modx_branch : ''; |
@@ -4508,18 +4508,18 @@ discard block |
||
4508 | 4508 | { |
4509 | 4509 | if (isset ($this->snippetCache[$snippetName])) { |
4510 | 4510 | $snippet = $this->snippetCache[$snippetName]; |
4511 | - $properties = !empty($this->snippetCache[$snippetName . "Props"]) ? $this->snippetCache[$snippetName . "Props"] : ''; |
|
4511 | + $properties = !empty($this->snippetCache[$snippetName."Props"]) ? $this->snippetCache[$snippetName."Props"] : ''; |
|
4512 | 4512 | } else { // not in cache so let's check the db |
4513 | - $sql = "SELECT ss.`name`, ss.`snippet`, ss.`properties`, sm.properties as `sharedproperties` FROM " . $this->getFullTableName("site_snippets") . " as ss LEFT JOIN " . $this->getFullTableName('site_modules') . " as sm on sm.guid=ss.moduleguid WHERE ss.`name`='" . $this->getDatabase()->escape($snippetName) . "' AND ss.disabled=0;"; |
|
4513 | + $sql = "SELECT ss.`name`, ss.`snippet`, ss.`properties`, sm.properties as `sharedproperties` FROM ".$this->getFullTableName("site_snippets")." as ss LEFT JOIN ".$this->getFullTableName('site_modules')." as sm on sm.guid=ss.moduleguid WHERE ss.`name`='".$this->getDatabase()->escape($snippetName)."' AND ss.disabled=0;"; |
|
4514 | 4514 | $result = $this->getDatabase()->query($sql); |
4515 | 4515 | if ($this->getDatabase()->getRecordCount($result) == 1) { |
4516 | 4516 | $row = $this->getDatabase()->getRow($result); |
4517 | 4517 | $snippet = $this->snippetCache[$snippetName] = $row['snippet']; |
4518 | 4518 | $mergedProperties = array_merge($this->parseProperties($row['properties']), $this->parseProperties($row['sharedproperties'])); |
4519 | - $properties = $this->snippetCache[$snippetName . "Props"] = json_encode($mergedProperties); |
|
4519 | + $properties = $this->snippetCache[$snippetName."Props"] = json_encode($mergedProperties); |
|
4520 | 4520 | } else { |
4521 | 4521 | $snippet = $this->snippetCache[$snippetName] = "return false;"; |
4522 | - $properties = $this->snippetCache[$snippetName . "Props"] = ''; |
|
4522 | + $properties = $this->snippetCache[$snippetName."Props"] = ''; |
|
4523 | 4523 | } |
4524 | 4524 | } |
4525 | 4525 | // load default params/properties |
@@ -4619,8 +4619,8 @@ discard block |
||
4619 | 4619 | } |
4620 | 4620 | if (strpos($tpl, $s) !== false) { |
4621 | 4621 | $tpl = str_replace($s, $value, $tpl); |
4622 | - } elseif($this->debug) { |
|
4623 | - $this->addLog('parseText parse error', $_SERVER['REQUEST_URI'] . $s, 2); |
|
4622 | + } elseif ($this->debug) { |
|
4623 | + $this->addLog('parseText parse error', $_SERVER['REQUEST_URI'].$s, 2); |
|
4624 | 4624 | } |
4625 | 4625 | } |
4626 | 4626 | |
@@ -4669,7 +4669,7 @@ discard block |
||
4669 | 4669 | case 'CODE': |
4670 | 4670 | break; |
4671 | 4671 | case 'FILE': |
4672 | - $template = file_get_contents(MODX_BASE_PATH . $template); |
|
4672 | + $template = file_get_contents(MODX_BASE_PATH.$template); |
|
4673 | 4673 | break; |
4674 | 4674 | case 'CHUNK': |
4675 | 4675 | $template = $this->getChunk($template); |
@@ -4702,7 +4702,7 @@ discard block |
||
4702 | 4702 | if ($mode !== 'formatOnly' && empty($timestamp)) { |
4703 | 4703 | return '-'; |
4704 | 4704 | } |
4705 | - $timestamp = (int)$timestamp; |
|
4705 | + $timestamp = (int) $timestamp; |
|
4706 | 4706 | |
4707 | 4707 | switch ($this->config['datetime_format']) { |
4708 | 4708 | case 'YYYY/mm/dd': |
@@ -4722,7 +4722,7 @@ discard block |
||
4722 | 4722 | } |
4723 | 4723 | |
4724 | 4724 | if (empty($mode)) { |
4725 | - $strTime = strftime($dateFormat . " %H:%M:%S", $timestamp); |
|
4725 | + $strTime = strftime($dateFormat." %H:%M:%S", $timestamp); |
|
4726 | 4726 | } elseif ($mode == 'dateOnly') { |
4727 | 4727 | $strTime = strftime($dateFormat, $timestamp); |
4728 | 4728 | } elseif ($mode == 'formatOnly') { |
@@ -4776,7 +4776,7 @@ discard block |
||
4776 | 4776 | $S = 0; |
4777 | 4777 | } |
4778 | 4778 | $timeStamp = mktime($H, $M, $S, $m, $d, $Y); |
4779 | - $timeStamp = (int)$timeStamp; |
|
4779 | + $timeStamp = (int) $timeStamp; |
|
4780 | 4780 | return $timeStamp; |
4781 | 4781 | } |
4782 | 4782 | |
@@ -4818,7 +4818,7 @@ discard block |
||
4818 | 4818 | if ($v === 'value') { |
4819 | 4819 | unset($_[$i]); |
4820 | 4820 | } else { |
4821 | - $_[$i] = 'tv.' . $v; |
|
4821 | + $_[$i] = 'tv.'.$v; |
|
4822 | 4822 | } |
4823 | 4823 | } |
4824 | 4824 | $fields = implode(',', $_); |
@@ -4827,12 +4827,12 @@ discard block |
||
4827 | 4827 | } |
4828 | 4828 | |
4829 | 4829 | if ($tvsort != '') { |
4830 | - $tvsort = 'tv.' . implode(',tv.', array_filter(array_map('trim', explode(',', $tvsort)))); |
|
4830 | + $tvsort = 'tv.'.implode(',tv.', array_filter(array_map('trim', explode(',', $tvsort)))); |
|
4831 | 4831 | } |
4832 | 4832 | if ($tvidnames == "*") { |
4833 | 4833 | $query = "tv.id<>0"; |
4834 | 4834 | } else { |
4835 | - $query = (is_numeric($tvidnames[0]) ? "tv.id" : "tv.name") . " IN ('" . implode("','", $tvidnames) . "')"; |
|
4835 | + $query = (is_numeric($tvidnames[0]) ? "tv.id" : "tv.name")." IN ('".implode("','", $tvidnames)."')"; |
|
4836 | 4836 | } |
4837 | 4837 | |
4838 | 4838 | $this->getUserDocGroups(); |
@@ -4976,7 +4976,7 @@ discard block |
||
4976 | 4976 | return $this->tmpCache[__FUNCTION__][$cacheKey]; |
4977 | 4977 | } |
4978 | 4978 | |
4979 | - if (($idnames != '*' && !is_array($idnames)) || empty($idnames) ) { |
|
4979 | + if (($idnames != '*' && !is_array($idnames)) || empty($idnames)) { |
|
4980 | 4980 | return false; |
4981 | 4981 | } else { |
4982 | 4982 | |
@@ -4994,23 +4994,23 @@ discard block |
||
4994 | 4994 | } |
4995 | 4995 | |
4996 | 4996 | // get user defined template variables |
4997 | - $fields = ($fields == '') ? 'tv.*' : 'tv.' . implode(',tv.', array_filter(array_map('trim', explode(',', $fields)))); |
|
4998 | - $sort = ($sort == '') ? '' : 'tv.' . implode(',tv.', array_filter(array_map('trim', explode(',', $sort)))); |
|
4997 | + $fields = ($fields == '') ? 'tv.*' : 'tv.'.implode(',tv.', array_filter(array_map('trim', explode(',', $fields)))); |
|
4998 | + $sort = ($sort == '') ? '' : 'tv.'.implode(',tv.', array_filter(array_map('trim', explode(',', $sort)))); |
|
4999 | 4999 | |
5000 | 5000 | if ($idnames == '*') { |
5001 | 5001 | $query = 'tv.id<>0'; |
5002 | 5002 | } else { |
5003 | - $query = (is_numeric($idnames[0]) ? 'tv.id' : 'tv.name') . " IN ('" . implode("','", $idnames) . "')"; |
|
5003 | + $query = (is_numeric($idnames[0]) ? 'tv.id' : 'tv.name')." IN ('".implode("','", $idnames)."')"; |
|
5004 | 5004 | } |
5005 | 5005 | |
5006 | - $rs = $this->getDatabase()->select("{$fields}, IF(tvc.value != '', tvc.value, tv.default_text) as value", $this->getFullTableName('site_tmplvars') . " tv |
|
5007 | - INNER JOIN " . $this->getFullTableName('site_tmplvar_templates') . " tvtpl ON tvtpl.tmplvarid = tv.id |
|
5008 | - LEFT JOIN " . $this->getFullTableName('site_tmplvar_contentvalues') . " tvc ON tvc.tmplvarid=tv.id AND tvc.contentid = '{$docid}'", "{$query} AND tvtpl.templateid = '{$docRow['template']}'", ($sort ? "{$sort} {$dir}" : "")); |
|
5006 | + $rs = $this->getDatabase()->select("{$fields}, IF(tvc.value != '', tvc.value, tv.default_text) as value", $this->getFullTableName('site_tmplvars')." tv |
|
5007 | + INNER JOIN " . $this->getFullTableName('site_tmplvar_templates')." tvtpl ON tvtpl.tmplvarid = tv.id |
|
5008 | + LEFT JOIN " . $this->getFullTableName('site_tmplvar_contentvalues')." tvc ON tvc.tmplvarid=tv.id AND tvc.contentid = '{$docid}'", "{$query} AND tvtpl.templateid = '{$docRow['template']}'", ($sort ? "{$sort} {$dir}" : "")); |
|
5009 | 5009 | |
5010 | 5010 | $result = $this->getDatabase()->makeArray($rs); |
5011 | 5011 | |
5012 | 5012 | // get default/built-in template variables |
5013 | - if(is_array($docRow)){ |
|
5013 | + if (is_array($docRow)) { |
|
5014 | 5014 | ksort($docRow); |
5015 | 5015 | |
5016 | 5016 | foreach ($docRow as $key => $value) { |
@@ -5048,13 +5048,13 @@ discard block |
||
5048 | 5048 | */ |
5049 | 5049 | public function getTemplateVarOutput($idnames = array(), $docid = '', $published = 1, $sep = '') |
5050 | 5050 | { |
5051 | - if (is_array($idnames) && empty($idnames) ) { |
|
5051 | + if (is_array($idnames) && empty($idnames)) { |
|
5052 | 5052 | return false; |
5053 | 5053 | } else { |
5054 | 5054 | $output = array(); |
5055 | 5055 | $vars = ($idnames == '*' || is_array($idnames)) ? $idnames : array($idnames); |
5056 | 5056 | |
5057 | - $docid = (int)$docid > 0 ? (int)$docid : $this->documentIdentifier; |
|
5057 | + $docid = (int) $docid > 0 ? (int) $docid : $this->documentIdentifier; |
|
5058 | 5058 | // remove sort for speed |
5059 | 5059 | $result = $this->getTemplateVars($vars, '*', $docid, $published, '', ''); |
5060 | 5060 | |
@@ -5084,7 +5084,7 @@ discard block |
||
5084 | 5084 | */ |
5085 | 5085 | public function getFullTableName($tbl) |
5086 | 5086 | { |
5087 | - return $this->getDatabase()->config['dbase'] . ".`" . $this->getDatabase()->config['table_prefix'] . $tbl . "`"; |
|
5087 | + return $this->getDatabase()->config['dbase'].".`".$this->getDatabase()->config['table_prefix'].$tbl."`"; |
|
5088 | 5088 | } |
5089 | 5089 | |
5090 | 5090 | /** |
@@ -5163,7 +5163,7 @@ discard block |
||
5163 | 5163 | public function getCachePath() |
5164 | 5164 | { |
5165 | 5165 | global $base_url; |
5166 | - $pth = $base_url . $this->getCacheFolder(); |
|
5166 | + $pth = $base_url.$this->getCacheFolder(); |
|
5167 | 5167 | return $pth; |
5168 | 5168 | } |
5169 | 5169 | |
@@ -5215,8 +5215,8 @@ discard block |
||
5215 | 5215 | $out = false; |
5216 | 5216 | |
5217 | 5217 | if (!empty($context)) { |
5218 | - if (is_scalar($context) && isset($_SESSION[$context . 'Validated'])) { |
|
5219 | - $out = $_SESSION[$context . 'InternalKey']; |
|
5218 | + if (is_scalar($context) && isset($_SESSION[$context.'Validated'])) { |
|
5219 | + $out = $_SESSION[$context.'InternalKey']; |
|
5220 | 5220 | } |
5221 | 5221 | } else { |
5222 | 5222 | switch (true) { |
@@ -5244,8 +5244,8 @@ discard block |
||
5244 | 5244 | $out = false; |
5245 | 5245 | |
5246 | 5246 | if (!empty($context)) { |
5247 | - if (is_scalar($context) && isset($_SESSION[$context . 'Validated'])) { |
|
5248 | - $out = $_SESSION[$context . 'Shortname']; |
|
5247 | + if (is_scalar($context) && isset($_SESSION[$context.'Validated'])) { |
|
5248 | + $out = $_SESSION[$context.'Shortname']; |
|
5249 | 5249 | } |
5250 | 5250 | } else { |
5251 | 5251 | switch (true) { |
@@ -5316,8 +5316,8 @@ discard block |
||
5316 | 5316 | */ |
5317 | 5317 | public function getWebUserInfo($uid) |
5318 | 5318 | { |
5319 | - $rs = $this->getDatabase()->select('wu.username, wu.password, wua.*', $this->getFullTableName("web_users") . " wu |
|
5320 | - INNER JOIN " . $this->getFullTableName("web_user_attributes") . " wua ON wua.internalkey=wu.id", "wu.id='{$uid}'"); |
|
5319 | + $rs = $this->getDatabase()->select('wu.username, wu.password, wua.*', $this->getFullTableName("web_users")." wu |
|
5320 | + INNER JOIN " . $this->getFullTableName("web_user_attributes")." wua ON wua.internalkey=wu.id", "wu.id='{$uid}'"); |
|
5321 | 5321 | if ($row = $this->getDatabase()->getRow($rs)) { |
5322 | 5322 | if (!isset($row['usertype']) or !$row["usertype"]) { |
5323 | 5323 | $row["usertype"] = "web"; |
@@ -5353,7 +5353,7 @@ discard block |
||
5353 | 5353 | } else if (is_array($dg)) { |
5354 | 5354 | // resolve ids to names |
5355 | 5355 | $dgn = array(); |
5356 | - $ds = $this->getDatabase()->select('name', $this->getFullTableName("documentgroup_names"), "id IN (" . implode(",", $dg) . ")"); |
|
5356 | + $ds = $this->getDatabase()->select('name', $this->getFullTableName("documentgroup_names"), "id IN (".implode(",", $dg).")"); |
|
5357 | 5357 | while ($row = $this->getDatabase()->getRow($ds)) { |
5358 | 5358 | $dgn[] = $row['name']; |
5359 | 5359 | } |
@@ -5381,7 +5381,7 @@ discard block |
||
5381 | 5381 | $rt = false; |
5382 | 5382 | if ($_SESSION["webValidated"] == 1) { |
5383 | 5383 | $tbl = $this->getFullTableName("web_users"); |
5384 | - $ds = $this->getDatabase()->select('id, username, password', $tbl, "id='" . $this->getLoginUserID() . "'"); |
|
5384 | + $ds = $this->getDatabase()->select('id, username, password', $tbl, "id='".$this->getLoginUserID()."'"); |
|
5385 | 5385 | if ($row = $this->getDatabase()->getRow($ds)) { |
5386 | 5386 | if ($row["password"] == md5($oldPwd)) { |
5387 | 5387 | if (strlen($newPwd) < 6) { |
@@ -5391,7 +5391,7 @@ discard block |
||
5391 | 5391 | } else { |
5392 | 5392 | $this->getDatabase()->update(array( |
5393 | 5393 | 'password' => $this->getDatabase()->escape($newPwd), |
5394 | - ), $tbl, "id='" . $this->getLoginUserID() . "'"); |
|
5394 | + ), $tbl, "id='".$this->getLoginUserID()."'"); |
|
5395 | 5395 | // invoke OnWebChangePassword event |
5396 | 5396 | $this->invokeEvent("OnWebChangePassword", array( |
5397 | 5397 | "userid" => $row["id"], |
@@ -5422,8 +5422,8 @@ discard block |
||
5422 | 5422 | // check cache |
5423 | 5423 | $grpNames = isset ($_SESSION['webUserGroupNames']) ? $_SESSION['webUserGroupNames'] : false; |
5424 | 5424 | if (!is_array($grpNames)) { |
5425 | - $rs = $this->getDatabase()->select('wgn.name', $this->getFullTableName("webgroup_names") . " wgn |
|
5426 | - INNER JOIN " . $this->getFullTableName("web_groups") . " wg ON wg.webgroup=wgn.id AND wg.webuser='" . $this->getLoginUserID() . "'"); |
|
5425 | + $rs = $this->getDatabase()->select('wgn.name', $this->getFullTableName("webgroup_names")." wgn |
|
5426 | + INNER JOIN " . $this->getFullTableName("web_groups")." wg ON wg.webgroup=wgn.id AND wg.webuser='".$this->getLoginUserID()."'"); |
|
5427 | 5427 | $grpNames = $this->getDatabase()->getColumn("name", $rs); |
5428 | 5428 | // save to cache |
5429 | 5429 | $_SESSION['webUserGroupNames'] = $grpNames; |
@@ -5456,7 +5456,7 @@ discard block |
||
5456 | 5456 | if (strpos(strtolower($src), "<style") !== false || strpos(strtolower($src), "<link") !== false) { |
5457 | 5457 | $this->sjscripts[$nextpos] = $src; |
5458 | 5458 | } else { |
5459 | - $this->sjscripts[$nextpos] = "\t" . '<link rel="stylesheet" type="text/css" href="' . $src . '" ' . ($media ? 'media="' . $media . '" ' : '') . '/>'; |
|
5459 | + $this->sjscripts[$nextpos] = "\t".'<link rel="stylesheet" type="text/css" href="'.$src.'" '.($media ? 'media="'.$media.'" ' : '').'/>'; |
|
5460 | 5460 | } |
5461 | 5461 | } |
5462 | 5462 | |
@@ -5535,7 +5535,7 @@ discard block |
||
5535 | 5535 | } |
5536 | 5536 | |
5537 | 5537 | if ($useThisVer && $plaintext != true && (strpos(strtolower($src), "<script") === false)) { |
5538 | - $src = "\t" . '<script type="text/javascript" src="' . $src . '"></script>'; |
|
5538 | + $src = "\t".'<script type="text/javascript" src="'.$src.'"></script>'; |
|
5539 | 5539 | } |
5540 | 5540 | if ($startup) { |
5541 | 5541 | $pos = isset($overwritepos) ? $overwritepos : max(array_merge(array(0), array_keys($this->sjscripts))) + 1; |
@@ -5682,7 +5682,7 @@ discard block |
||
5682 | 5682 | $eventtime = $this->getMicroTime() - $eventtime; |
5683 | 5683 | $this->pluginsCode .= sprintf('<fieldset><legend><b>%s / %s</b> (%2.2f ms)</legend>', $evtName, $pluginName, $eventtime * 1000); |
5684 | 5684 | foreach ($parameter as $k => $v) { |
5685 | - $this->pluginsCode .= "{$k} => " . print_r($v, true) . '<br>'; |
|
5685 | + $this->pluginsCode .= "{$k} => ".print_r($v, true).'<br>'; |
|
5686 | 5686 | } |
5687 | 5687 | $this->pluginsCode .= '</fieldset><br />'; |
5688 | 5688 | $this->pluginsTime["{$evtName} / {$pluginName}"] += $eventtime; |
@@ -5710,13 +5710,13 @@ discard block |
||
5710 | 5710 | $plugin = array(); |
5711 | 5711 | if (isset ($this->pluginCache[$pluginName])) { |
5712 | 5712 | $pluginCode = $this->pluginCache[$pluginName]; |
5713 | - $pluginProperties = isset($this->pluginCache[$pluginName . "Props"]) ? $this->pluginCache[$pluginName . "Props"] : ''; |
|
5713 | + $pluginProperties = isset($this->pluginCache[$pluginName."Props"]) ? $this->pluginCache[$pluginName."Props"] : ''; |
|
5714 | 5714 | } else { |
5715 | 5715 | $pluginName = $this->getDatabase()->escape($pluginName); |
5716 | 5716 | $result = $this->getDatabase()->select('name, plugincode, properties', $this->getFullTableName("site_plugins"), "name='{$pluginName}' AND disabled=0"); |
5717 | 5717 | if ($row = $this->getDatabase()->getRow($result)) { |
5718 | 5718 | $pluginCode = $this->pluginCache[$row['name']] = $row['plugincode']; |
5719 | - $pluginProperties = $this->pluginCache[$row['name'] . "Props"] = $row['properties']; |
|
5719 | + $pluginProperties = $this->pluginCache[$row['name']."Props"] = $row['properties']; |
|
5720 | 5720 | } else { |
5721 | 5721 | $pluginCode = $this->pluginCache[$pluginName] = "return false;"; |
5722 | 5722 | $pluginProperties = ''; |
@@ -5740,7 +5740,7 @@ discard block |
||
5740 | 5740 | { |
5741 | 5741 | $property = array(); |
5742 | 5742 | |
5743 | - if(\is_scalar($propertyString)) { |
|
5743 | + if (\is_scalar($propertyString)) { |
|
5744 | 5744 | $propertyString = trim($propertyString); |
5745 | 5745 | $propertyString = str_replace('{}', '', $propertyString); |
5746 | 5746 | $propertyString = str_replace('} {', ',', $propertyString); |
@@ -5794,7 +5794,7 @@ discard block |
||
5794 | 5794 | } |
5795 | 5795 | } |
5796 | 5796 | } |
5797 | - elseif(\is_array($propertyString)) { |
|
5797 | + elseif (\is_array($propertyString)) { |
|
5798 | 5798 | $property = $propertyString; |
5799 | 5799 | } |
5800 | 5800 | if (!empty($elementName) && !empty($elementType)) { |
@@ -5825,7 +5825,7 @@ discard block |
||
5825 | 5825 | public function parseDocBlockFromFile($element_dir, $filename, $escapeValues = false) |
5826 | 5826 | { |
5827 | 5827 | $params = array(); |
5828 | - $fullpath = $element_dir . '/' . $filename; |
|
5828 | + $fullpath = $element_dir.'/'.$filename; |
|
5829 | 5829 | if (is_readable($fullpath)) { |
5830 | 5830 | $tpl = @fopen($fullpath, "r"); |
5831 | 5831 | if ($tpl) { |
@@ -5992,8 +5992,8 @@ discard block |
||
5992 | 5992 | $ph = array('site_url' => MODX_SITE_URL); |
5993 | 5993 | $regexUrl = "/((http|https|ftp|ftps)\:\/\/[^\/]+(\/[^\s]+[^,.?!:;\s])?)/"; |
5994 | 5994 | $regexEmail = '#([0-9a-z]([-_.]?[0-9a-z])*@[0-9a-z]([-.]?[0-9a-z])*\\.[a-wyz][a-z](fo|g|l|m|mes|o|op|pa|ro|seum|t|u|v|z)?)#i'; |
5995 | - $emailSubject = isset($parsed['name']) ? '?subject=' . $parsed['name'] : ''; |
|
5996 | - $emailSubject .= isset($parsed['version']) ? ' v' . $parsed['version'] : ''; |
|
5995 | + $emailSubject = isset($parsed['name']) ? '?subject='.$parsed['name'] : ''; |
|
5996 | + $emailSubject .= isset($parsed['version']) ? ' v'.$parsed['version'] : ''; |
|
5997 | 5997 | foreach ($parsed as $key => $val) { |
5998 | 5998 | if (is_array($val)) { |
5999 | 5999 | foreach ($val as $key2 => $val2) { |
@@ -6002,7 +6002,7 @@ discard block |
||
6002 | 6002 | $val2 = preg_replace($regexUrl, "<a href=\"{$url[0]}\" target=\"_blank\">{$url[0]}</a> ", $val2); |
6003 | 6003 | } |
6004 | 6004 | if (preg_match($regexEmail, $val2, $url)) { |
6005 | - $val2 = preg_replace($regexEmail, '<a href="mailto:\\1' . $emailSubject . '">\\1</a>', $val2); |
|
6005 | + $val2 = preg_replace($regexEmail, '<a href="mailto:\\1'.$emailSubject.'">\\1</a>', $val2); |
|
6006 | 6006 | } |
6007 | 6007 | $parsed[$key][$key2] = $val2; |
6008 | 6008 | } |
@@ -6012,7 +6012,7 @@ discard block |
||
6012 | 6012 | $val = preg_replace($regexUrl, "<a href=\"{$url[0]}\" target=\"_blank\">{$url[0]}</a> ", $val); |
6013 | 6013 | } |
6014 | 6014 | if (preg_match($regexEmail, $val, $url)) { |
6015 | - $val = preg_replace($regexEmail, '<a href="mailto:\\1' . $emailSubject . '">\\1</a>', $val); |
|
6015 | + $val = preg_replace($regexEmail, '<a href="mailto:\\1'.$emailSubject.'">\\1</a>', $val); |
|
6016 | 6016 | } |
6017 | 6017 | $parsed[$key] = $val; |
6018 | 6018 | } |
@@ -6026,32 +6026,32 @@ discard block |
||
6026 | 6026 | ); |
6027 | 6027 | |
6028 | 6028 | $nl = "\n"; |
6029 | - $list = isset($parsed['logo']) ? '<img src="' . $this->config['base_url'] . ltrim($parsed['logo'], "/") . '" style="float:right;max-width:100px;height:auto;" />' . $nl : ''; |
|
6030 | - $list .= '<p>' . $nl; |
|
6031 | - $list .= isset($parsed['name']) ? '<strong>' . $parsed['name'] . '</strong><br/>' . $nl : ''; |
|
6032 | - $list .= isset($parsed['description']) ? $parsed['description'] . $nl : ''; |
|
6033 | - $list .= '</p><br/>' . $nl; |
|
6034 | - $list .= isset($parsed['version']) ? '<p><strong>' . $_lang['version'] . ':</strong> ' . $parsed['version'] . '</p>' . $nl : ''; |
|
6035 | - $list .= isset($parsed['license']) ? '<p><strong>' . $_lang['license'] . ':</strong> ' . $parsed['license'] . '</p>' . $nl : ''; |
|
6036 | - $list .= isset($parsed['lastupdate']) ? '<p><strong>' . $_lang['last_update'] . ':</strong> ' . $parsed['lastupdate'] . '</p>' . $nl : ''; |
|
6037 | - $list .= '<br/>' . $nl; |
|
6029 | + $list = isset($parsed['logo']) ? '<img src="'.$this->config['base_url'].ltrim($parsed['logo'], "/").'" style="float:right;max-width:100px;height:auto;" />'.$nl : ''; |
|
6030 | + $list .= '<p>'.$nl; |
|
6031 | + $list .= isset($parsed['name']) ? '<strong>'.$parsed['name'].'</strong><br/>'.$nl : ''; |
|
6032 | + $list .= isset($parsed['description']) ? $parsed['description'].$nl : ''; |
|
6033 | + $list .= '</p><br/>'.$nl; |
|
6034 | + $list .= isset($parsed['version']) ? '<p><strong>'.$_lang['version'].':</strong> '.$parsed['version'].'</p>'.$nl : ''; |
|
6035 | + $list .= isset($parsed['license']) ? '<p><strong>'.$_lang['license'].':</strong> '.$parsed['license'].'</p>'.$nl : ''; |
|
6036 | + $list .= isset($parsed['lastupdate']) ? '<p><strong>'.$_lang['last_update'].':</strong> '.$parsed['lastupdate'].'</p>'.$nl : ''; |
|
6037 | + $list .= '<br/>'.$nl; |
|
6038 | 6038 | $first = true; |
6039 | 6039 | foreach ($arrayParams as $param => $label) { |
6040 | 6040 | if (isset($parsed[$param])) { |
6041 | 6041 | if ($first) { |
6042 | - $list .= '<p><strong>' . $_lang['references'] . '</strong></p>' . $nl; |
|
6043 | - $list .= '<ul class="docBlockList">' . $nl; |
|
6042 | + $list .= '<p><strong>'.$_lang['references'].'</strong></p>'.$nl; |
|
6043 | + $list .= '<ul class="docBlockList">'.$nl; |
|
6044 | 6044 | $first = false; |
6045 | 6045 | } |
6046 | - $list .= ' <li><strong>' . $label . '</strong>' . $nl; |
|
6047 | - $list .= ' <ul>' . $nl; |
|
6046 | + $list .= ' <li><strong>'.$label.'</strong>'.$nl; |
|
6047 | + $list .= ' <ul>'.$nl; |
|
6048 | 6048 | foreach ($parsed[$param] as $val) { |
6049 | - $list .= ' <li>' . $val . '</li>' . $nl; |
|
6049 | + $list .= ' <li>'.$val.'</li>'.$nl; |
|
6050 | 6050 | } |
6051 | - $list .= ' </ul></li>' . $nl; |
|
6051 | + $list .= ' </ul></li>'.$nl; |
|
6052 | 6052 | } |
6053 | 6053 | } |
6054 | - $list .= !$first ? '</ul>' . $nl : ''; |
|
6054 | + $list .= !$first ? '</ul>'.$nl : ''; |
|
6055 | 6055 | |
6056 | 6056 | return $list; |
6057 | 6057 | } |
@@ -6126,8 +6126,8 @@ discard block |
||
6126 | 6126 | */ |
6127 | 6127 | public function addSnippet($name, $phpCode, $namespace = '#', array $defaultParams = array()) |
6128 | 6128 | { |
6129 | - $this->snippetCache[$namespace . $name] = $phpCode; |
|
6130 | - $this->snippetCache[$namespace . $name . 'Props'] = $defaultParams; |
|
6129 | + $this->snippetCache[$namespace.$name] = $phpCode; |
|
6130 | + $this->snippetCache[$namespace.$name.'Props'] = $defaultParams; |
|
6131 | 6131 | } |
6132 | 6132 | |
6133 | 6133 | /** |
@@ -6135,7 +6135,7 @@ discard block |
||
6135 | 6135 | */ |
6136 | 6136 | public function addChunk($name, $text, $namespace = '#') |
6137 | 6137 | { |
6138 | - $this->chunkCache[$namespace . $name] = $text; |
|
6138 | + $this->chunkCache[$namespace.$name] = $text; |
|
6139 | 6139 | } |
6140 | 6140 | |
6141 | 6141 | /** |
@@ -6145,7 +6145,7 @@ discard block |
||
6145 | 6145 | { |
6146 | 6146 | $out = array(); |
6147 | 6147 | |
6148 | - if (! is_dir($scanPath) || empty($ext)) { |
|
6148 | + if (!is_dir($scanPath) || empty($ext)) { |
|
6149 | 6149 | return $out; |
6150 | 6150 | } |
6151 | 6151 | $iterator = new \RecursiveIteratorIterator( |
@@ -6157,22 +6157,22 @@ discard block |
||
6157 | 6157 | * @var \SplFileInfo $item |
6158 | 6158 | */ |
6159 | 6159 | if ($item->isFile() && $item->isReadable() && \in_array($item->getExtension(), $ext)) { |
6160 | - $name = $item->getBasename('.' . $item->getExtension()); |
|
6160 | + $name = $item->getBasename('.'.$item->getExtension()); |
|
6161 | 6161 | $path = ltrim(str_replace( |
6162 | 6162 | array(rtrim($scanPath, '//'), '/'), |
6163 | 6163 | array('', '\\'), |
6164 | - $item->getPath() . '/' |
|
6164 | + $item->getPath().'/' |
|
6165 | 6165 | ), '\\'); |
6166 | 6166 | |
6167 | 6167 | if (!empty($path)) { |
6168 | - $name = $path . $name; |
|
6168 | + $name = $path.$name; |
|
6169 | 6169 | } |
6170 | 6170 | switch ($type) { |
6171 | 6171 | case 'chunk': |
6172 | 6172 | $out[$name] = file_get_contents($item->getRealPath()); |
6173 | 6173 | break; |
6174 | 6174 | case 'snippet': |
6175 | - $out[$name] = "return require '" . $item->getRealPath() . "';"; |
|
6175 | + $out[$name] = "return require '".$item->getRealPath()."';"; |
|
6176 | 6176 | break; |
6177 | 6177 | default: |
6178 | 6178 | throw new \Exception; |
@@ -6216,7 +6216,7 @@ discard block |
||
6216 | 6216 | } |
6217 | 6217 | |
6218 | 6218 | if (!$isSafe) { |
6219 | - $msg = $phpcode . "\n" . $this->currentSnippet . "\n" . print_r($_SERVER, true); |
|
6219 | + $msg = $phpcode."\n".$this->currentSnippet."\n".print_r($_SERVER, true); |
|
6220 | 6220 | $title = sprintf('Unknown eval was executed (%s)', $this->getPhpCompat()->htmlspecialchars(substr(trim($phpcode), 0, 50))); |
6221 | 6221 | $this->messageQuit($title, '', true, '', '', 'Parser', $msg); |
6222 | 6222 | return; |
@@ -6230,7 +6230,7 @@ discard block |
||
6230 | 6230 | return 'array()'; |
6231 | 6231 | } |
6232 | 6232 | |
6233 | - $output = $echo . $return; |
|
6233 | + $output = $echo.$return; |
|
6234 | 6234 | modx_sanitize_gpc($output); |
6235 | 6235 | return $this->getPhpCompat()->htmlspecialchars($output); // Maybe, all html tags are dangerous |
6236 | 6236 | } |
@@ -6248,8 +6248,8 @@ discard block |
||
6248 | 6248 | |
6249 | 6249 | $safe = explode(',', $safe_functions); |
6250 | 6250 | |
6251 | - $phpcode = rtrim($phpcode, ';') . ';'; |
|
6252 | - $tokens = token_get_all('<?php ' . $phpcode); |
|
6251 | + $phpcode = rtrim($phpcode, ';').';'; |
|
6252 | + $tokens = token_get_all('<?php '.$phpcode); |
|
6253 | 6253 | foreach ($tokens as $i => $token) { |
6254 | 6254 | if (!is_array($token)) { |
6255 | 6255 | continue; |
@@ -6285,7 +6285,7 @@ discard block |
||
6285 | 6285 | public function atBindFileContent($str = '') |
6286 | 6286 | { |
6287 | 6287 | |
6288 | - $search_path = array('assets/tvs/', 'assets/chunks/', 'assets/templates/', $this->config['rb_base_url'] . 'files/', ''); |
|
6288 | + $search_path = array('assets/tvs/', 'assets/chunks/', 'assets/templates/', $this->config['rb_base_url'].'files/', ''); |
|
6289 | 6289 | |
6290 | 6290 | if (stripos($str, '@FILE') !== 0) { |
6291 | 6291 | return $str; |
@@ -6308,7 +6308,7 @@ discard block |
||
6308 | 6308 | $errorMsg = sprintf("Could not retrieve string '%s'.", $str); |
6309 | 6309 | |
6310 | 6310 | foreach ($search_path as $path) { |
6311 | - $file_path = MODX_BASE_PATH . $path . $str; |
|
6311 | + $file_path = MODX_BASE_PATH.$path.$str; |
|
6312 | 6312 | if (strpos($file_path, MODX_MANAGER_PATH) === 0) { |
6313 | 6313 | return $errorMsg; |
6314 | 6314 | } elseif (is_file($file_path)) { |
@@ -6322,7 +6322,7 @@ discard block |
||
6322 | 6322 | return $errorMsg; |
6323 | 6323 | } |
6324 | 6324 | |
6325 | - $content = (string)file_get_contents($file_path); |
|
6325 | + $content = (string) file_get_contents($file_path); |
|
6326 | 6326 | if ($content === false) { |
6327 | 6327 | return $errorMsg; |
6328 | 6328 | } |
@@ -6431,22 +6431,22 @@ discard block |
||
6431 | 6431 | |
6432 | 6432 | $version = isset ($GLOBALS['modx_version']) ? $GLOBALS['modx_version'] : ''; |
6433 | 6433 | $release_date = isset ($GLOBALS['release_date']) ? $GLOBALS['release_date'] : ''; |
6434 | - $request_uri = "http://" . $_SERVER['HTTP_HOST'] . ($_SERVER["SERVER_PORT"] == 80 ? "" : (":" . $_SERVER["SERVER_PORT"])) . $_SERVER['REQUEST_URI']; |
|
6434 | + $request_uri = "http://".$_SERVER['HTTP_HOST'].($_SERVER["SERVER_PORT"] == 80 ? "" : (":".$_SERVER["SERVER_PORT"])).$_SERVER['REQUEST_URI']; |
|
6435 | 6435 | $request_uri = $this->getPhpCompat()->htmlspecialchars($request_uri, ENT_QUOTES, $this->config['modx_charset']); |
6436 | 6436 | $ua = $this->getPhpCompat()->htmlspecialchars($_SERVER['HTTP_USER_AGENT'], ENT_QUOTES, $this->config['modx_charset']); |
6437 | 6437 | $referer = $this->getPhpCompat()->htmlspecialchars($_SERVER['HTTP_REFERER'], ENT_QUOTES, $this->config['modx_charset']); |
6438 | 6438 | if ($is_error) { |
6439 | 6439 | $str = '<h2 style="color:red">« Evo Parse Error »</h2>'; |
6440 | 6440 | if ($msg != 'PHP Parse Error') { |
6441 | - $str .= '<h3 style="color:red">' . $msg . '</h3>'; |
|
6441 | + $str .= '<h3 style="color:red">'.$msg.'</h3>'; |
|
6442 | 6442 | } |
6443 | 6443 | } else { |
6444 | 6444 | $str = '<h2 style="color:#003399">« Evo Debug/ stop message »</h2>'; |
6445 | - $str .= '<h3 style="color:#003399">' . $msg . '</h3>'; |
|
6445 | + $str .= '<h3 style="color:#003399">'.$msg.'</h3>'; |
|
6446 | 6446 | } |
6447 | 6447 | |
6448 | 6448 | if (!empty ($query)) { |
6449 | - $str .= '<div style="font-weight:bold;border:1px solid #ccc;padding:8px;color:#333;background-color:#ffffcd;margin-bottom:15px;">SQL > <span id="sqlHolder">' . $query . '</span></div>'; |
|
6449 | + $str .= '<div style="font-weight:bold;border:1px solid #ccc;padding:8px;color:#333;background-color:#ffffcd;margin-bottom:15px;">SQL > <span id="sqlHolder">'.$query.'</span></div>'; |
|
6450 | 6450 | } |
6451 | 6451 | |
6452 | 6452 | $errortype = array( |
@@ -6469,13 +6469,13 @@ discard block |
||
6469 | 6469 | |
6470 | 6470 | if (!empty($nr) || !empty($file)) { |
6471 | 6471 | if ($text != '') { |
6472 | - $str .= '<div style="font-weight:bold;border:1px solid #ccc;padding:8px;color:#333;background-color:#ffffcd;margin-bottom:15px;">Error : ' . $text . '</div>'; |
|
6472 | + $str .= '<div style="font-weight:bold;border:1px solid #ccc;padding:8px;color:#333;background-color:#ffffcd;margin-bottom:15px;">Error : '.$text.'</div>'; |
|
6473 | 6473 | } |
6474 | 6474 | if ($output != '') { |
6475 | - $str .= '<div style="font-weight:bold;border:1px solid #ccc;padding:8px;color:#333;background-color:#ffffcd;margin-bottom:15px;">' . $output . '</div>'; |
|
6475 | + $str .= '<div style="font-weight:bold;border:1px solid #ccc;padding:8px;color:#333;background-color:#ffffcd;margin-bottom:15px;">'.$output.'</div>'; |
|
6476 | 6476 | } |
6477 | 6477 | if ($nr !== '') { |
6478 | - $table[] = array('ErrorType[num]', $errortype [$nr] . "[" . $nr . "]"); |
|
6478 | + $table[] = array('ErrorType[num]', $errortype [$nr]."[".$nr."]"); |
|
6479 | 6479 | } |
6480 | 6480 | if ($file) { |
6481 | 6481 | $table[] = array('File', $file); |
@@ -6495,7 +6495,7 @@ discard block |
||
6495 | 6495 | } |
6496 | 6496 | |
6497 | 6497 | if (!empty($this->event->activePlugin)) { |
6498 | - $table[] = array('Current Plugin', $this->event->activePlugin . '(' . $this->event->name . ')'); |
|
6498 | + $table[] = array('Current Plugin', $this->event->activePlugin.'('.$this->event->name.')'); |
|
6499 | 6499 | } |
6500 | 6500 | |
6501 | 6501 | $str .= $MakeTable->create($table, array('Error information', '')); |
@@ -6505,17 +6505,17 @@ discard block |
||
6505 | 6505 | $table[] = array('REQUEST_URI', $request_uri); |
6506 | 6506 | |
6507 | 6507 | if ($this->getManagerApi()->action) { |
6508 | - include_once(MODX_MANAGER_PATH . 'includes/actionlist.inc.php'); |
|
6508 | + include_once(MODX_MANAGER_PATH.'includes/actionlist.inc.php'); |
|
6509 | 6509 | global $action_list; |
6510 | 6510 | $actionName = (isset($action_list[$this->getManagerApi()->action])) ? " - {$action_list[$this->getManagerApi()->action]}" : ''; |
6511 | 6511 | |
6512 | - $table[] = array('Manager action', $this->getManagerApi()->action . $actionName); |
|
6512 | + $table[] = array('Manager action', $this->getManagerApi()->action.$actionName); |
|
6513 | 6513 | } |
6514 | 6514 | |
6515 | 6515 | if (preg_match('@^[0-9]+@', $this->documentIdentifier)) { |
6516 | 6516 | $resource = $this->getDocumentObject('id', $this->documentIdentifier); |
6517 | 6517 | $url = $this->makeUrl($this->documentIdentifier, '', '', 'full'); |
6518 | - $table[] = array('Resource', '[' . $this->documentIdentifier . '] <a href="' . $url . '" target="_blank">' . $resource['pagetitle'] . '</a>'); |
|
6518 | + $table[] = array('Resource', '['.$this->documentIdentifier.'] <a href="'.$url.'" target="_blank">'.$resource['pagetitle'].'</a>'); |
|
6519 | 6519 | } |
6520 | 6520 | $table[] = array('Referer', $referer); |
6521 | 6521 | $table[] = array('User Agent', $ua); |
@@ -6536,7 +6536,7 @@ discard block |
||
6536 | 6536 | |
6537 | 6537 | $mem = memory_get_peak_usage(true); |
6538 | 6538 | $total_mem = $mem - $this->mstart; |
6539 | - $total_mem = ($total_mem / 1024 / 1024) . ' mb'; |
|
6539 | + $total_mem = ($total_mem / 1024 / 1024).' mb'; |
|
6540 | 6540 | |
6541 | 6541 | $queryTime = $this->queryTime; |
6542 | 6542 | $phpTime = $totalTime - $queryTime; |
@@ -6557,18 +6557,18 @@ discard block |
||
6557 | 6557 | $str .= $this->get_backtrace(debug_backtrace()); |
6558 | 6558 | // Log error |
6559 | 6559 | if (!empty($this->currentSnippet)) { |
6560 | - $source = 'Snippet - ' . $this->currentSnippet; |
|
6560 | + $source = 'Snippet - '.$this->currentSnippet; |
|
6561 | 6561 | } elseif (!empty($this->event->activePlugin)) { |
6562 | - $source = 'Plugin - ' . $this->event->activePlugin; |
|
6562 | + $source = 'Plugin - '.$this->event->activePlugin; |
|
6563 | 6563 | } elseif ($source !== '') { |
6564 | - $source = 'Parser - ' . $source; |
|
6564 | + $source = 'Parser - '.$source; |
|
6565 | 6565 | } elseif ($query !== '') { |
6566 | 6566 | $source = 'SQL Query'; |
6567 | 6567 | } else { |
6568 | 6568 | $source = 'Parser'; |
6569 | 6569 | } |
6570 | 6570 | if ($msg) { |
6571 | - $source .= ' / ' . $msg; |
|
6571 | + $source .= ' / '.$msg; |
|
6572 | 6572 | } |
6573 | 6573 | if (isset($actionName) && !empty($actionName)) { |
6574 | 6574 | $source .= $actionName; |
@@ -6600,12 +6600,12 @@ discard block |
||
6600 | 6600 | |
6601 | 6601 | // Display error |
6602 | 6602 | if (isset($_SESSION['mgrValidated'])) { |
6603 | - echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"><html><head><title>EVO Content Manager ' . $version . ' » ' . $release_date . '</title> |
|
6603 | + echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"><html><head><title>EVO Content Manager '.$version.' » '.$release_date.'</title> |
|
6604 | 6604 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
6605 | - <link rel="stylesheet" type="text/css" href="' . $this->config['site_manager_url'] . 'media/style/' . $this->config['manager_theme'] . '/style.css" /> |
|
6605 | + <link rel="stylesheet" type="text/css" href="' . $this->config['site_manager_url'].'media/style/'.$this->config['manager_theme'].'/style.css" /> |
|
6606 | 6606 | <style type="text/css">body { padding:10px; } td {font:inherit;}</style> |
6607 | 6607 | </head><body> |
6608 | - ' . $str . '</body></html>'; |
|
6608 | + ' . $str.'</body></html>'; |
|
6609 | 6609 | |
6610 | 6610 | } else { |
6611 | 6611 | echo 'Error'; |
@@ -6640,7 +6640,7 @@ discard block |
||
6640 | 6640 | switch ($val['type']) { |
6641 | 6641 | case '->': |
6642 | 6642 | case '::': |
6643 | - $functionName = $val['function'] = $val['class'] . $val['type'] . $val['function']; |
|
6643 | + $functionName = $val['function'] = $val['class'].$val['type'].$val['function']; |
|
6644 | 6644 | break; |
6645 | 6645 | default: |
6646 | 6646 | $functionName = $val['function']; |
@@ -6650,7 +6650,7 @@ discard block |
||
6650 | 6650 | $args = array_pad(array(), $_, '$var'); |
6651 | 6651 | $args = implode(", ", $args); |
6652 | 6652 | $modx = &$this; |
6653 | - $args = preg_replace_callback('/\$var/', function () use ($modx, &$tmp, $val) { |
|
6653 | + $args = preg_replace_callback('/\$var/', function() use ($modx, &$tmp, $val) { |
|
6654 | 6654 | $arg = $val['args'][$tmp - 1]; |
6655 | 6655 | switch (true) { |
6656 | 6656 | case is_null($arg): { |
@@ -6662,7 +6662,7 @@ discard block |
||
6662 | 6662 | break; |
6663 | 6663 | } |
6664 | 6664 | case is_scalar($arg): { |
6665 | - $out = strlen($arg) > 20 ? 'string $var' . $tmp : ("'" . $this->getPhpCompat()->htmlspecialchars(str_replace("'", "\\'", $arg)) . "'"); |
|
6665 | + $out = strlen($arg) > 20 ? 'string $var'.$tmp : ("'".$this->getPhpCompat()->htmlspecialchars(str_replace("'", "\\'", $arg))."'"); |
|
6666 | 6666 | break; |
6667 | 6667 | } |
6668 | 6668 | case is_bool($arg): { |
@@ -6670,23 +6670,23 @@ discard block |
||
6670 | 6670 | break; |
6671 | 6671 | } |
6672 | 6672 | case is_array($arg): { |
6673 | - $out = 'array $var' . $tmp; |
|
6673 | + $out = 'array $var'.$tmp; |
|
6674 | 6674 | break; |
6675 | 6675 | } |
6676 | 6676 | case is_object($arg): { |
6677 | - $out = get_class($arg) . ' $var' . $tmp; |
|
6677 | + $out = get_class($arg).' $var'.$tmp; |
|
6678 | 6678 | break; |
6679 | 6679 | } |
6680 | 6680 | default: { |
6681 | - $out = '$var' . $tmp; |
|
6681 | + $out = '$var'.$tmp; |
|
6682 | 6682 | } |
6683 | 6683 | } |
6684 | 6684 | $tmp++; |
6685 | 6685 | return $out; |
6686 | 6686 | }, $args); |
6687 | 6687 | $line = array( |
6688 | - "<strong>" . $functionName . "</strong>(" . $args . ")", |
|
6689 | - $path . " on line " . $val['line'] |
|
6688 | + "<strong>".$functionName."</strong>(".$args.")", |
|
6689 | + $path." on line ".$val['line'] |
|
6690 | 6690 | ); |
6691 | 6691 | $table[] = array(implode("<br />", $line)); |
6692 | 6692 | } |
@@ -6727,7 +6727,7 @@ discard block |
||
6727 | 6727 | $alias = strip_tags($alias); // strip HTML |
6728 | 6728 | $alias = preg_replace('/[^\.A-Za-z0-9 _-]/', '', $alias); // strip non-alphanumeric characters |
6729 | 6729 | $alias = preg_replace('/\s+/', '-', $alias); // convert white-space to dash |
6730 | - $alias = preg_replace('/-+/', '-', $alias); // convert multiple dashes to one |
|
6730 | + $alias = preg_replace('/-+/', '-', $alias); // convert multiple dashes to one |
|
6731 | 6731 | $alias = trim($alias, '-'); // trim excess |
6732 | 6732 | return $alias; |
6733 | 6733 | } |
@@ -6743,7 +6743,7 @@ discard block |
||
6743 | 6743 | $precisions = count($sizes) - 1; |
6744 | 6744 | foreach ($sizes as $unit => $bytes) { |
6745 | 6745 | if ($size >= $bytes) { |
6746 | - return number_format($size / $bytes, $precisions) . ' ' . $unit; |
|
6746 | + return number_format($size / $bytes, $precisions).' '.$unit; |
|
6747 | 6747 | } |
6748 | 6748 | $precisions--; |
6749 | 6749 | } |
@@ -6847,10 +6847,10 @@ discard block |
||
6847 | 6847 | |
6848 | 6848 | if (strpos($str, MODX_MANAGER_PATH) === 0) { |
6849 | 6849 | return false; |
6850 | - } elseif (is_file(MODX_BASE_PATH . $str)) { |
|
6851 | - $file_path = MODX_BASE_PATH . $str; |
|
6852 | - } elseif (is_file(MODX_BASE_PATH . "{$tpl_dir}{$str}")) { |
|
6853 | - $file_path = MODX_BASE_PATH . $tpl_dir . $str; |
|
6850 | + } elseif (is_file(MODX_BASE_PATH.$str)) { |
|
6851 | + $file_path = MODX_BASE_PATH.$str; |
|
6852 | + } elseif (is_file(MODX_BASE_PATH."{$tpl_dir}{$str}")) { |
|
6853 | + $file_path = MODX_BASE_PATH.$tpl_dir.$str; |
|
6854 | 6854 | } else { |
6855 | 6855 | return false; |
6856 | 6856 | } |
@@ -6974,7 +6974,7 @@ discard block |
||
6974 | 6974 | $title = 'no title'; |
6975 | 6975 | } |
6976 | 6976 | if (is_array($msg)) { |
6977 | - $msg = '<pre>' . print_r($msg, true) . '</pre>'; |
|
6977 | + $msg = '<pre>'.print_r($msg, true).'</pre>'; |
|
6978 | 6978 | } elseif ($msg === '') { |
6979 | 6979 | $msg = $_SERVER['REQUEST_URI']; |
6980 | 6980 | } |
@@ -282,7 +282,8 @@ discard block |
||
282 | 282 | return $service; |
283 | 283 | } |
284 | 284 | |
285 | - private function checkServiceAlias($name){ |
|
285 | + private function checkServiceAlias($name) |
|
286 | + { |
|
286 | 287 | foreach ($this->providerAliases as $alias => $interface) { |
287 | 288 | if($name === $interface) { |
288 | 289 | return $alias; |
@@ -962,13 +963,15 @@ discard block |
||
962 | 963 | $this->virtualDir = ''; |
963 | 964 | } |
964 | 965 | |
965 | - if (preg_match('@^[1-9][0-9]*$@', $q) && !isset($this->documentListing[$q])) { /* we got an ID returned, check to make sure it's not an alias */ |
|
966 | + if (preg_match('@^[1-9][0-9]*$@', $q) && !isset($this->documentListing[$q])) { |
|
967 | +/* we got an ID returned, check to make sure it's not an alias */ |
|
966 | 968 | /* FS#476 and FS#308: check that id is valid in terms of virtualDir structure */ |
967 | 969 | if ($this->config['use_alias_path'] == 1) { |
968 | 970 | if (($this->virtualDir != '' && !isset($this->documentListing[$this->virtualDir . '/' . $q]) || ($this->virtualDir == '' && !isset($this->documentListing[$q]))) && (($this->virtualDir != '' && isset($this->documentListing[$this->virtualDir]) && in_array($q, $this->getChildIds($this->documentListing[$this->virtualDir], 1))) || ($this->virtualDir == '' && in_array($q, $this->getChildIds(0, 1))))) { |
969 | 971 | $this->documentMethod = 'id'; |
970 | 972 | return $q; |
971 | - } else { /* not a valid id in terms of virtualDir, treat as alias */ |
|
973 | + } else { |
|
974 | +/* not a valid id in terms of virtualDir, treat as alias */ |
|
972 | 975 | $this->documentMethod = 'alias'; |
973 | 976 | return $q; |
974 | 977 | } |
@@ -976,7 +979,8 @@ discard block |
||
976 | 979 | $this->documentMethod = 'id'; |
977 | 980 | return $q; |
978 | 981 | } |
979 | - } else { /* we didn't get an ID back, so instead we assume it's an alias */ |
|
982 | + } else { |
|
983 | +/* we didn't get an ID back, so instead we assume it's an alias */ |
|
980 | 984 | if ($this->config['friendly_alias_urls'] != 1) { |
981 | 985 | $q = $qOrig; |
982 | 986 | } |
@@ -1006,13 +1010,14 @@ discard block |
||
1006 | 1010 | * @param $id |
1007 | 1011 | * @return array|mixed|null|string |
1008 | 1012 | */ |
1009 | - public function makePageCacheKey($id){ |
|
1013 | + public function makePageCacheKey($id) |
|
1014 | + { |
|
1010 | 1015 | $hash = $id; |
1011 | 1016 | $tmp = null; |
1012 | 1017 | $params = array(); |
1013 | - if(!empty($this->systemCacheKey)){ |
|
1018 | + if(!empty($this->systemCacheKey)) { |
|
1014 | 1019 | $hash = $this->systemCacheKey; |
1015 | - }else { |
|
1020 | + } else { |
|
1016 | 1021 | if (!empty($_GET)) { |
1017 | 1022 | // Sort GET parameters so that the order of parameters on the HTTP request don't affect the generated cache ID. |
1018 | 1023 | $params = $_GET; |
@@ -1021,7 +1026,7 @@ discard block |
||
1021 | 1026 | } |
1022 | 1027 | } |
1023 | 1028 | $evtOut = $this->invokeEvent("OnMakePageCacheKey", array ("hash" => $hash, "id" => $id, 'params' => $params)); |
1024 | - if (is_array($evtOut) && count($evtOut) > 0){ |
|
1029 | + if (is_array($evtOut) && count($evtOut) > 0) { |
|
1025 | 1030 | $tmp = array_pop($evtOut); |
1026 | 1031 | } |
1027 | 1032 | return empty($tmp) ? $hash : $tmp; |
@@ -1348,7 +1353,8 @@ discard block |
||
1348 | 1353 | $where = "pub_date <= {$timeNow} AND pub_date!=0 AND published=0"; |
1349 | 1354 | $result_pub = $this->getDatabase()->select( 'id', '[+prefix+]site_content', $where); |
1350 | 1355 | $this->getDatabase()->update($field, '[+prefix+]site_content', $where); |
1351 | - if ($this->getDatabase()->getRecordCount($result_pub) >= 1) { //Event unPublished doc |
|
1356 | + if ($this->getDatabase()->getRecordCount($result_pub) >= 1) { |
|
1357 | +//Event unPublished doc |
|
1352 | 1358 | while ($row_pub = $this->getDatabase()->getRow($result_pub)) { |
1353 | 1359 | $this->invokeEvent("OnDocUnPublished", array( |
1354 | 1360 | "docid" => $row_pub['id'] |
@@ -1361,7 +1367,8 @@ discard block |
||
1361 | 1367 | $where = "unpub_date <= {$timeNow} AND unpub_date!=0 AND published=1"; |
1362 | 1368 | $result_unpub = $this->getDatabase()->select( 'id', '[+prefix+]site_content', $where); |
1363 | 1369 | $this->getDatabase()->update($field, '[+prefix+]site_content', $where); |
1364 | - if ($this->getDatabase()->getRecordCount($result_unpub) >= 1) { //Event unPublished doc |
|
1370 | + if ($this->getDatabase()->getRecordCount($result_unpub) >= 1) { |
|
1371 | +//Event unPublished doc |
|
1365 | 1372 | while ($row_unpub = $this->getDatabase()->getRow($result_unpub)) { |
1366 | 1373 | $this->invokeEvent("OnDocUnPublished", array( |
1367 | 1374 | "docid" => $row_unpub['id'] |
@@ -1448,10 +1455,18 @@ discard block |
||
1448 | 1455 | return array(); |
1449 | 1456 | } |
1450 | 1457 | $spacer = md5('<<<EVO>>>'); |
1451 | - if($left==='{{' && strpos($content,';}}')!==false) $content = str_replace(';}}', sprintf(';}%s}', $spacer),$content); |
|
1452 | - if($left==='{{' && strpos($content,'{{}}')!==false) $content = str_replace('{{}}',sprintf('{%$1s{}%$1s}',$spacer),$content); |
|
1453 | - if($left==='[[' && strpos($content,']]]]')!==false) $content = str_replace(']]]]',sprintf(']]%s]]', $spacer),$content); |
|
1454 | - if($left==='[[' && strpos($content,']]]')!==false) $content = str_replace(']]]', sprintf(']%s]]', $spacer),$content); |
|
1458 | + if($left==='{{' && strpos($content,';}}')!==false) { |
|
1459 | + $content = str_replace(';}}', sprintf(';}%s}', $spacer),$content); |
|
1460 | + } |
|
1461 | + if($left==='{{' && strpos($content,'{{}}')!==false) { |
|
1462 | + $content = str_replace('{{}}',sprintf('{%$1s{}%$1s}',$spacer),$content); |
|
1463 | + } |
|
1464 | + if($left==='[[' && strpos($content,']]]]')!==false) { |
|
1465 | + $content = str_replace(']]]]',sprintf(']]%s]]', $spacer),$content); |
|
1466 | + } |
|
1467 | + if($left==='[[' && strpos($content,']]]')!==false) { |
|
1468 | + $content = str_replace(']]]', sprintf(']%s]]', $spacer),$content); |
|
1469 | + } |
|
1455 | 1470 | |
1456 | 1471 | $pos['<![CDATA['] = strpos($content, '<![CDATA['); |
1457 | 1472 | $pos[']]>'] = strpos($content, ']]>'); |
@@ -1504,7 +1519,8 @@ discard block |
||
1504 | 1519 | } |
1505 | 1520 | } |
1506 | 1521 | |
1507 | - if (!in_array($fetch, $tags)) { // Avoid double Matches |
|
1522 | + if (!in_array($fetch, $tags)) { |
|
1523 | +// Avoid double Matches |
|
1508 | 1524 | $tags[] = $fetch; // Fetch |
1509 | 1525 | }; |
1510 | 1526 | $fetch = ''; // and reset |
@@ -1522,7 +1538,9 @@ discard block |
||
1522 | 1538 | } |
1523 | 1539 | } |
1524 | 1540 | foreach($tags as $i=>$tag) { |
1525 | - if(strpos($tag,$spacer)!==false) $tags[$i] = str_replace($spacer, '', $tag); |
|
1541 | + if(strpos($tag,$spacer)!==false) { |
|
1542 | + $tags[$i] = str_replace($spacer, '', $tag); |
|
1543 | + } |
|
1526 | 1544 | } |
1527 | 1545 | return $tags; |
1528 | 1546 | } |
@@ -1562,7 +1580,10 @@ discard block |
||
1562 | 1580 | } |
1563 | 1581 | |
1564 | 1582 | foreach ($matches[1] as $i => $key) { |
1565 | - if(strpos($key,'[+')!==false) continue; // Allow chunk {{chunk?¶m=`xxx`}} with [*tv_name_[+param+]*] as content |
|
1583 | + if(strpos($key,'[+')!==false) { |
|
1584 | + continue; |
|
1585 | + } |
|
1586 | + // Allow chunk {{chunk?¶m=`xxx`}} with [*tv_name_[+param+]*] as content |
|
1566 | 1587 | if (substr($key, 0, 1) == '#') { |
1567 | 1588 | $key = substr($key, 1); |
1568 | 1589 | } // remove # for QuickEdit format |
@@ -2288,7 +2309,8 @@ discard block |
||
2288 | 2309 | * @return mixed|string |
2289 | 2310 | */ |
2290 | 2311 | public function _getSGVar($value) |
2291 | - { // Get super globals |
|
2312 | + { |
|
2313 | +// Get super globals |
|
2292 | 2314 | $key = $value; |
2293 | 2315 | $_ = $this->config['enable_filter']; |
2294 | 2316 | $this->config['enable_filter'] = 1; |
@@ -2693,7 +2715,8 @@ discard block |
||
2693 | 2715 | if ($this->config['friendly_urls'] == 1) { |
2694 | 2716 | $aliases = array(); |
2695 | 2717 | if (is_array($this->documentListing)) { |
2696 | - foreach ($this->documentListing as $path => $docid) { // This is big Loop on large site! |
|
2718 | + foreach ($this->documentListing as $path => $docid) { |
|
2719 | +// This is big Loop on large site! |
|
2697 | 2720 | $aliases[$docid] = $path; |
2698 | 2721 | $isfolder[$docid] = $this->aliasListing[$docid]['isfolder']; |
2699 | 2722 | } |
@@ -2726,7 +2749,7 @@ discard block |
||
2726 | 2749 | $isfriendly = ($this->config['friendly_alias_urls'] == 1 ? 1 : 0); |
2727 | 2750 | $pref = $this->config['friendly_url_prefix']; |
2728 | 2751 | $suff = $this->config['friendly_url_suffix']; |
2729 | - $documentSource = preg_replace_callback($in, function ($m) use ($aliases, $isfolder, $isfriendly, $pref, $suff) { |
|
2752 | + $documentSource = preg_replace_callback($in, function ($m) use ($aliases, $isfolder, $isfriendly, $pref, $suff){ |
|
2730 | 2753 | global $modx; |
2731 | 2754 | $thealias = $aliases[$m[1]]; |
2732 | 2755 | $thefolder = $isfolder[$m[1]]; |
@@ -4509,7 +4532,8 @@ discard block |
||
4509 | 4532 | if (isset ($this->snippetCache[$snippetName])) { |
4510 | 4533 | $snippet = $this->snippetCache[$snippetName]; |
4511 | 4534 | $properties = !empty($this->snippetCache[$snippetName . "Props"]) ? $this->snippetCache[$snippetName . "Props"] : ''; |
4512 | - } else { // not in cache so let's check the db |
|
4535 | + } else { |
|
4536 | +// not in cache so let's check the db |
|
4513 | 4537 | $sql = "SELECT ss.`name`, ss.`snippet`, ss.`properties`, sm.properties as `sharedproperties` FROM " . $this->getFullTableName("site_snippets") . " as ss LEFT JOIN " . $this->getFullTableName('site_modules') . " as sm on sm.guid=ss.moduleguid WHERE ss.`name`='" . $this->getDatabase()->escape($snippetName) . "' AND ss.disabled=0;"; |
4514 | 4538 | $result = $this->getDatabase()->query($sql); |
4515 | 4539 | if ($this->getDatabase()->getRecordCount($result) == 1) { |
@@ -5010,7 +5034,7 @@ discard block |
||
5010 | 5034 | $result = $this->getDatabase()->makeArray($rs); |
5011 | 5035 | |
5012 | 5036 | // get default/built-in template variables |
5013 | - if(is_array($docRow)){ |
|
5037 | + if(is_array($docRow)) { |
|
5014 | 5038 | ksort($docRow); |
5015 | 5039 | |
5016 | 5040 | foreach ($docRow as $key => $value) { |
@@ -5485,12 +5509,16 @@ discard block |
||
5485 | 5509 | return ''; |
5486 | 5510 | } // nothing to register |
5487 | 5511 | if (!is_array($options)) { |
5488 | - if (is_bool($options)) // backward compatibility with old plaintext parameter |
|
5512 | + if (is_bool($options)) { |
|
5513 | + // backward compatibility with old plaintext parameter |
|
5489 | 5514 | { |
5490 | 5515 | $options = array('plaintext' => $options); |
5491 | - } elseif (is_string($options)) // Also allow script name as 2nd param |
|
5516 | + } |
|
5517 | + } elseif (is_string($options)) { |
|
5518 | + // Also allow script name as 2nd param |
|
5492 | 5519 | { |
5493 | 5520 | $options = array('name' => $options); |
5521 | + } |
|
5494 | 5522 | } else { |
5495 | 5523 | $options = array(); |
5496 | 5524 | } |
@@ -5502,7 +5530,8 @@ discard block |
||
5502 | 5530 | unset($overwritepos); // probably unnecessary--just making sure |
5503 | 5531 | |
5504 | 5532 | $useThisVer = true; |
5505 | - if (isset($this->loadedjscripts[$key])) { // a matching script was found |
|
5533 | + if (isset($this->loadedjscripts[$key])) { |
|
5534 | +// a matching script was found |
|
5506 | 5535 | // if existing script is a startup script, make sure the candidate is also a startup script |
5507 | 5536 | if ($this->loadedjscripts[$key]['startup']) { |
5508 | 5537 | $startup = true; |
@@ -5522,7 +5551,8 @@ discard block |
||
5522 | 5551 | // overwrite the old script (the position may be important for dependent scripts) |
5523 | 5552 | $overwritepos = $this->loadedjscripts[$key]['pos']; |
5524 | 5553 | } |
5525 | - } else { // Use the original version |
|
5554 | + } else { |
|
5555 | +// Use the original version |
|
5526 | 5556 | if ($startup == true && $this->loadedjscripts[$key]['startup'] == false) { |
5527 | 5557 | // need to move the exisiting script to the head |
5528 | 5558 | $version = $this->loadedjscripts[$key][$version]; |
@@ -5647,7 +5677,8 @@ discard block |
||
5647 | 5677 | } |
5648 | 5678 | |
5649 | 5679 | $results = null; |
5650 | - foreach ($this->pluginEvent[$evtName] as $pluginName) { // start for loop |
|
5680 | + foreach ($this->pluginEvent[$evtName] as $pluginName) { |
|
5681 | +// start for loop |
|
5651 | 5682 | if ($this->dumpPlugins) { |
5652 | 5683 | $eventtime = $this->getMicroTime(); |
5653 | 5684 | } |
@@ -5793,8 +5824,7 @@ discard block |
||
5793 | 5824 | } |
5794 | 5825 | } |
5795 | 5826 | } |
5796 | - } |
|
5797 | - elseif(\is_array($propertyString)) { |
|
5827 | + } elseif(\is_array($propertyString)) { |
|
5798 | 5828 | $property = $propertyString; |
5799 | 5829 | } |
5800 | 5830 | if (!empty($elementName) && !empty($elementType)) { |
@@ -6241,7 +6271,8 @@ discard block |
||
6241 | 6271 | * @return bool |
6242 | 6272 | */ |
6243 | 6273 | public function isSafeCode($phpcode = '', $safe_functions = '') |
6244 | - { // return true or false |
|
6274 | + { |
|
6275 | +// return true or false |
|
6245 | 6276 | if ($safe_functions == '') { |
6246 | 6277 | return false; |
6247 | 6278 | } |
@@ -6650,7 +6681,7 @@ discard block |
||
6650 | 6681 | $args = array_pad(array(), $_, '$var'); |
6651 | 6682 | $args = implode(", ", $args); |
6652 | 6683 | $modx = &$this; |
6653 | - $args = preg_replace_callback('/\$var/', function () use ($modx, &$tmp, $val) { |
|
6684 | + $args = preg_replace_callback('/\$var/', function () use ($modx, &$tmp, $val){ |
|
6654 | 6685 | $arg = $val['args'][$tmp - 1]; |
6655 | 6686 | switch (true) { |
6656 | 6687 | case is_null($arg): { |
@@ -2593,11 +2593,11 @@ discard block |
||
2593 | 2593 | if (isset($this->snippetCache[$snip_name])) { |
2594 | 2594 | $snippetObject['name'] = $snip_name; |
2595 | 2595 | $snippetObject['content'] = $this->snippetCache[$snip_name]; |
2596 | - if (isset($this->snippetCache["{$snip_name}Props"])) { |
|
2597 | - if (!isset($this->snippetCache["{$snip_name}Props"])) { |
|
2598 | - $this->snippetCache["{$snip_name}Props"] = ''; |
|
2596 | + if (isset($this->snippetCache["{$snip_name}props"])) { |
|
2597 | + if (!isset($this->snippetCache["{$snip_name}props"])) { |
|
2598 | + $this->snippetCache["{$snip_name}props"] = ''; |
|
2599 | 2599 | } |
2600 | - $snippetObject['properties'] = $this->snippetCache["{$snip_name}Props"]; |
|
2600 | + $snippetObject['properties'] = $this->snippetCache["{$snip_name}props"]; |
|
2601 | 2601 | } |
2602 | 2602 | } elseif (substr($snip_name, 0, 1) === '@' && isset($this->pluginEvent[trim($snip_name, '@')])) { |
2603 | 2603 | $snippetObject['name'] = trim($snip_name, '@'); |
@@ -2622,7 +2622,7 @@ discard block |
||
2622 | 2622 | $snippetObject['content'] = $snip_content; |
2623 | 2623 | $snippetObject['properties'] = $snip_prop; |
2624 | 2624 | $this->snippetCache[$snip_name] = $snip_content; |
2625 | - $this->snippetCache["{$snip_name}Props"] = $snip_prop; |
|
2625 | + $this->snippetCache["{$snip_name}props"] = $snip_prop; |
|
2626 | 2626 | } |
2627 | 2627 | return $snippetObject; |
2628 | 2628 | } |
@@ -3933,7 +3933,7 @@ discard block |
||
3933 | 3933 | } |
3934 | 3934 | // build query |
3935 | 3935 | $access = ($this->isFrontend() ? "sc.privateweb=0" : "1='" . $_SESSION['mgrRole'] . "' OR sc.privatemgr=0") . (!$docgrp ? "" : " OR dg.document_group IN ($docgrp)"); |
3936 | - $result = $this->getDatabase()->select("DISTINCT {$fields}", "{$tblsc} sc |
|
3936 | + $result = $this->getDatabase()->select("distinct {$fields}", "{$tblsc} sc |
|
3937 | 3937 | LEFT JOIN {$tbldg} dg on dg.document = sc.id", "sc.parent = '{$id}' AND ({$access}) GROUP BY sc.id", "{$sort} {$dir}"); |
3938 | 3938 | $resourceArray = $this->getDatabase()->makeArray($result); |
3939 | 3939 | $this->tmpCache[__FUNCTION__][$cacheKey] = $resourceArray; |
@@ -3970,7 +3970,7 @@ discard block |
||
3970 | 3970 | } |
3971 | 3971 | // build query |
3972 | 3972 | $access = ($this->isFrontend() ? "sc.privateweb=0" : "1='" . $_SESSION['mgrRole'] . "' OR sc.privatemgr=0") . (!$docgrp ? "" : " OR dg.document_group IN ($docgrp)"); |
3973 | - $result = $this->getDatabase()->select("DISTINCT {$fields}", "{$tblsc} sc |
|
3973 | + $result = $this->getDatabase()->select("distinct {$fields}", "{$tblsc} sc |
|
3974 | 3974 | LEFT JOIN {$tbldg} dg on dg.document = sc.id", "sc.parent = '{$id}' AND sc.published=1 AND sc.deleted=0 AND ({$access}) GROUP BY sc.id", "{$sort} {$dir}"); |
3975 | 3975 | $resourceArray = $this->getDatabase()->makeArray($result); |
3976 | 3976 | |
@@ -4026,7 +4026,7 @@ discard block |
||
4026 | 4026 | $tblsc = $this->getFullTableName('site_content'); |
4027 | 4027 | $tbldg = $this->getFullTableName('document_groups'); |
4028 | 4028 | |
4029 | - $result = $this->getDatabase()->select("DISTINCT {$fields}", "{$tblsc} sc |
|
4029 | + $result = $this->getDatabase()->select("distinct {$fields}", "{$tblsc} sc |
|
4030 | 4030 | LEFT JOIN {$tbldg} dg on dg.document = sc.id", "sc.parent = '{$parentid}' {$published} {$deleted} {$where} AND ({$access}) GROUP BY sc.id", ($sort ? "{$sort} {$dir}" : ""), $limit); |
4031 | 4031 | |
4032 | 4032 | $resourceArray = $this->getDatabase()->makeArray($result); |
@@ -4092,7 +4092,7 @@ discard block |
||
4092 | 4092 | $tblsc = $this->getFullTableName('site_content'); |
4093 | 4093 | $tbldg = $this->getFullTableName('document_groups'); |
4094 | 4094 | |
4095 | - $result = $this->getDatabase()->select("DISTINCT {$fields}", "{$tblsc} sc |
|
4095 | + $result = $this->getDatabase()->select("distinct {$fields}", "{$tblsc} sc |
|
4096 | 4096 | LEFT JOIN {$tbldg} dg on dg.document = sc.id", "(sc.id IN (" . implode(',', $ids) . ") {$published} {$deleted} {$where}) AND ({$access}) GROUP BY sc.id", ($sort ? "{$sort} {$dir}" : ""), $limit); |
4097 | 4097 | |
4098 | 4098 | $resourceArray = $this->getDatabase()->makeArray($result); |
@@ -4679,7 +4679,7 @@ discard block |
||
4679 | 4679 | $template = $doc['content']; |
4680 | 4680 | break; |
4681 | 4681 | case 'SELECT': |
4682 | - $this->getDatabase()->getValue($this->getDatabase()->query("SELECT {$template}")); |
|
4682 | + $this->getDatabase()->getValue($this->getDatabase()->query("select {$template}")); |
|
4683 | 4683 | break; |
4684 | 4684 | default: |
4685 | 4685 | if (!($template = $this->getChunk($tpl))) { |