Passed
Push — master ( 5454f0...ec892e )
by Sarah
04:24 queued 02:09
created
views/socialshare/widgets/shareLink.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -25,9 +25,9 @@
 block discarded – undo
25 25
 
26 26
 			";
27 27
 		?>
28
-		<?= Html::a('<i class="fa fa-facebook" style="font-size:16px;color:#3a5795">&nbsp;</i>', 'https://www.facebook.com/sharer/sharer.php?u=' . urlencode($permalink) . '&description=' . urlencode($object->getContentDescription()),['onclick'=> $option]);?>
29
-		<?= Html::a('<i class="fa fa-twitter" style="font-size:16px;color:#55acee">&nbsp;</i>&nbsp;</i>', 'https://twitter.com/intent/tweet?text=' . urlencode($object->getContentDescription()) . '&url=' . urlencode($permalink),['onclick'=> $option]);?>
30
-		<?= Html::a('<i class="fa fa-linkedin-square" style="font-size:16px;color:#0177b5"></i>', 'https://www.linkedin.com/shareArticle?summary=&mini=true&source=&title=' . urlencode($object->getContentDescription()) . '&url=' . urlencode($permalink) . '&ro=false', ['onclick'=> $option]);?>
28
+		<?= Html::a('<i class="fa fa-facebook" style="font-size:16px;color:#3a5795">&nbsp;</i>', 'https://www.facebook.com/sharer/sharer.php?u='.urlencode($permalink).'&description='.urlencode($object->getContentDescription()), ['onclick'=> $option]); ?>
29
+		<?= Html::a('<i class="fa fa-twitter" style="font-size:16px;color:#55acee">&nbsp;</i>&nbsp;</i>', 'https://twitter.com/intent/tweet?text='.urlencode($object->getContentDescription()).'&url='.urlencode($permalink), ['onclick'=> $option]); ?>
30
+		<?= Html::a('<i class="fa fa-linkedin-square" style="font-size:16px;color:#0177b5"></i>', 'https://www.linkedin.com/shareArticle?summary=&mini=true&source=&title='.urlencode($object->getContentDescription()).'&url='.urlencode($permalink).'&ro=false', ['onclick'=> $option]); ?>
31 31
 	</div>
32 32
   </div>
33 33
 </div>
34 34
\ No newline at end of file
Please login to merge, or discard this patch.
views/comment/widgets/comments.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,11 +12,11 @@
 block discarded – undo
12 12
                 'label' => Yii::t('CommentModule.widgets_views_comments', 'Show all {total} comments.', array('{total}' => $total)),
13 13
                 'ajaxOptions' => [
14 14
                     'type' => 'POST',
15
-                    'success' => new yii\web\JsExpression("function(html) { $('#comments_area_" . $id . "').html(html); }"),
15
+                    'success' => new yii\web\JsExpression("function(html) { $('#comments_area_".$id."').html(html); }"),
16 16
                     'url' => Url::to(['/comment/comment/show', 'contentModel' => $modelName, 'contentId' => $modelId]),
17 17
                 ],
18 18
                 'htmlOptions' => [
19
-                    'id' => $id . "_showAllLink",
19
+                    'id' => $id."_showAllLink",
20 20
                     'class' => 'show show-all-link'
21 21
                 ],
22 22
                 'tag' => 'a'
Please login to merge, or discard this patch.
views/tour/widgets/tourPanel.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -7,16 +7,16 @@
 block discarded – undo
7 7
     <div class="panel panel-default panel-tour" id="getting-started-panel">
8 8
         <?php
9 9
         // Temporary workaround till panel widget rewrite in 0.10 verion
10
-        $removeOptionHtml = "<li>" . \humhub\widgets\ModalConfirm::widget(array(
10
+        $removeOptionHtml = "<li>".\humhub\widgets\ModalConfirm::widget(array(
11 11
                 'uniqueID' => 'hide-panel-button',
12 12
                 'title' => '<strong>Remove</strong> tour panel',
13 13
                 'message' => 'This action will remove the tour panel from your dashboard. You can reactivate it at<br>Account settings <i class="fa fa-caret-right"></i> Settings.',
14 14
                 'buttonTrue' => 'Ok',
15 15
                 'buttonFalse' => 'Cancel',
16
-                'linkContent' => '<i class="fa fa-eye-slash"></i> ' . Yii::t('TourModule.widgets_views_tourPanel', ' Remove panel'),
16
+                'linkContent' => '<i class="fa fa-eye-slash"></i> '.Yii::t('TourModule.widgets_views_tourPanel', ' Remove panel'),
17 17
                 'linkHref' => Url::to(["/tour/tour/hide-panel", "ajax" => 1]),
18 18
                 'confirmJS' => '$(".panel-tour").slideToggle("slow")'
19
-            ), true) . "</li>";
19
+            ), true)."</li>";
20 20
         ?>
21 21
  
22 22
         <!-- Display panel menu widget -->
Please login to merge, or discard this patch.
views/dashboard/widgets/share.php 1 patch
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@  discard block
 block discarded – undo
2 2
 
3 3
 	<!-- STYLE -->
4 4
 
5
-	<link href="<?php echo $this->theme->getBaseUrl() . '/css/orbit.css'; ?>" rel="stylesheet">
5
+	<link href="<?php echo $this->theme->getBaseUrl().'/css/orbit.css'; ?>" rel="stylesheet">
6 6
 	
7 7
 	<!-- BLOCK -->
8 8
 
@@ -16,12 +16,12 @@  discard block
 block discarded – undo
16 16
 			--> 
17 17
 			
18 18
 			<div id="featured"> 
19
-				<img src="<?php echo $this->theme->getBaseUrl() . '/img/orbit/banner/1.jpg'; ?>" rel="caption-1" />
19
+				<img src="<?php echo $this->theme->getBaseUrl().'/img/orbit/banner/1.jpg'; ?>" rel="caption-1" />
20 20
 				<a href="http://humhub.com" target="_blank">
21
-					<img src="<?php echo $this->theme->getBaseUrl() . '/img/orbit/banner/2.jpg'; ?>" rel="caption-2" />
21
+					<img src="<?php echo $this->theme->getBaseUrl().'/img/orbit/banner/2.jpg'; ?>" rel="caption-2" />
22 22
 				</a>
23
-				<img src="<?php echo $this->theme->getBaseUrl() . '/img/orbit/banner/3.jpg'; ?>" rel="caption-3" />
24
-				<img src="<?php echo $this->theme->getBaseUrl() . '/img/orbit/banner/4.jpg'; ?>"  rel="caption-4" />
23
+				<img src="<?php echo $this->theme->getBaseUrl().'/img/orbit/banner/3.jpg'; ?>" rel="caption-3" />
24
+				<img src="<?php echo $this->theme->getBaseUrl().'/img/orbit/banner/4.jpg'; ?>"  rel="caption-4" />
25 25
 			</div>
26 26
 			
27 27
 			<!-- CAPTIONS -->
@@ -34,7 +34,7 @@  discard block
 block discarded – undo
34 34
 
35 35
 	<!-- JAVASCRIPT -->
36 36
 		
37
-	<script src="<?php echo $this->theme->getBaseUrl() . '/js/jquery.orbit.min.js'; ?>"></script>	
37
+	<script src="<?php echo $this->theme->getBaseUrl().'/js/jquery.orbit.min.js'; ?>"></script>	
38 38
 	<script type="text/javascript">
39 39
 		$(window).load(function() {
40 40
 			$('#featured').orbit({
Please login to merge, or discard this patch.
views/file/widgets/showFiles.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
     <div class="post-files" data-layout="<?php echo $object->getUniqueId(); ?>" data-id="photoset-<?php echo $object->getUniqueId(); ?>">
13 13
         <?php foreach ($files as $file) : ?>
14 14
             <?php if ($file->getMimeBaseType() == "image") : ?>
15
-                <a class="image-grid <?php if (count($files) < 3) { echo "half"; } ?> <?php if (count($files) < 2) { echo "full"; } ?>" data-lightbox="<?php if (count($files) > 0) { echo "image-" . $object->getUniqueId(); } ?>" href="<?php echo $file->getUrl(); ?>#.jpeg">
15
+                <a class="image-grid <?php if (count($files) < 3) { echo "half"; } ?> <?php if (count($files) < 2) { echo "full"; } ?>" data-lightbox="<?php if (count($files) > 0) { echo "image-".$object->getUniqueId(); } ?>" href="<?php echo $file->getUrl(); ?>#.jpeg">
16 16
                     <img src="<?php echo $file->getUrl(); ?>#.jpeg" data-highres="<?php echo $file->getUrl(); ?>#.jpeg">
17 17
                 </a> 
18 18
             <?php endif; ?>
Please login to merge, or discard this patch.
views/layouts/head.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,14 +1,14 @@
 block discarded – undo
1 1
 <!-- MAIN STYLE -->
2 2
 
3
-<link rel="stylesheet" type="text/css" media="screen" title="white-theme" href="<?php echo $this->theme->getBaseUrl() . '/css/theme.css'; ?>">
4
-<link rel="alternate stylesheet" type="text/css" media="screen" title="dark-theme" href="<?php echo $this->theme->getBaseUrl() . '/css/dark.css'; ?>">
3
+<link rel="stylesheet" type="text/css" media="screen" title="white-theme" href="<?php echo $this->theme->getBaseUrl().'/css/theme.css'; ?>">
4
+<link rel="alternate stylesheet" type="text/css" media="screen" title="dark-theme" href="<?php echo $this->theme->getBaseUrl().'/css/dark.css'; ?>">
5 5
 
6 6
 <!-- JS -->
7 7
 
8
-<script src="<?php echo $this->theme->getBaseUrl() . '/js/styleswitch.js'; ?>"></script>
9
-<script src="<?php echo $this->theme->getBaseUrl() . '/js/scollme.js'; ?>"></script>
8
+<script src="<?php echo $this->theme->getBaseUrl().'/js/styleswitch.js'; ?>"></script>
9
+<script src="<?php echo $this->theme->getBaseUrl().'/js/scollme.js'; ?>"></script>
10 10
 
11 11
 <!-- OTHER --> 
12 12
 
13
-<link href="<?php echo $this->theme->getBaseUrl() . '/css/lightbox.css'; ?>" rel="stylesheet">
13
+<link href="<?php echo $this->theme->getBaseUrl().'/css/lightbox.css'; ?>" rel="stylesheet">
14 14
 <link href="https//fonts.googleapis.com/css?family=Open+Sans|PT+Sans|Rancho|Ubuntu+Condensed&subset=latin,cyrillic" rel="stylesheet" type="text/css">
Please login to merge, or discard this patch.