diff --git a/codeception.dist.yml b/codeception.dist.yml index 66396a311..2662bb523 100644 --- a/codeception.dist.yml +++ b/codeception.dist.yml @@ -1,7 +1,7 @@ actor: Tester paths: tests: tests - log: tests/_output + output: tests/_output data: tests/_data helpers: tests/_support bootstrap: _bootstrap.php diff --git a/common/css/rhymix.scss b/common/css/rhymix.scss index a9b32fc53..d116b5b92 100644 --- a/common/css/rhymix.scss +++ b/common/css/rhymix.scss @@ -28,6 +28,7 @@ a img { } @else { word-break: $default_word_break; word-wrap: break-word; + overflow-wrap: anywhere; } p { margin: 0 0 $default_paragraph_spacing 0; diff --git a/common/defaults/blacklist.php b/common/defaults/blacklist.php index cc0736e91..ad780a673 100644 --- a/common/defaults/blacklist.php +++ b/common/defaults/blacklist.php @@ -30,6 +30,7 @@ return array( 'homepage' => true, 'multidomain' => true, 'seo' => true, + 'syndication' => true, 'trackback' => true, ), diff --git a/common/framework/Formatter.php b/common/framework/Formatter.php index e06bd85a0..3d68eb3c9 100644 --- a/common/framework/Formatter.php +++ b/common/framework/Formatter.php @@ -453,8 +453,8 @@ class Formatter } if ($import_type === 'scss') { - $import_content = preg_replace('!//.*?\n!s', '', $import_content); - $import_content = preg_replace('![\r\n]+!', ' ', $import_content); + $import_content = preg_replace('@(? {!! $content !!} - + +@if (isset($iframe_sequence) && preg_match('/^\w+$/', $iframe_sequence)) + + +@else + +@endif diff --git a/modules/board/board.view.php b/modules/board/board.view.php index 5bf138204..101fc2c05 100644 --- a/modules/board/board.view.php +++ b/modules/board/board.view.php @@ -914,6 +914,7 @@ class BoardView extends Board $oDocument->setDocument($document_srl); $savedDoc = ($oDocument->get('module_srl') == $oDocument->get('member_srl')); + $oDocument->add('origin_module_srl', $oDocument->get('module_srl')); $oDocument->add('module_srl', $this->module_srl); if($oDocument->isExists()) diff --git a/modules/comment/tpl/declare_comment.html b/modules/comment/tpl/declare_comment.html index 1660a63a8..a44b7baf0 100644 --- a/modules/comment/tpl/declare_comment.html +++ b/modules/comment/tpl/declare_comment.html @@ -12,8 +12,9 @@
{$lang->replies}
@@ -32,11 +33,11 @@