]> git.mxchange.org Git - friendica.git/commitdiff
Merge develop-new into event-attendance-new
authorrabuzarus <trebor@central-unit>
Sun, 11 Oct 2015 17:39:55 +0000 (19:39 +0200)
committerrabuzarus <trebor@central-unit>
Sun, 11 Oct 2015 17:39:55 +0000 (19:39 +0200)
Conflicts:
include/conversation.php

1  2 
boot.php
include/conversation.php
include/features.php
include/items.php
mod/network.php
mod/photos.php
object/Item.php
view/theme/vier/style.css

diff --cc boot.php
Simple merge
Simple merge
Simple merge
Simple merge
diff --cc mod/network.php
Simple merge
diff --cc mod/photos.php
Simple merge
diff --cc object/Item.php
index 283745d34d017edaf519810d52fd320b09321aef,63fa43d3e25eb2feb41e78f8cab56a84bb2432d7..3050365f921fd23ad463ccf354a3cdae9bbab71e
@@@ -343,10 -331,8 +349,10 @@@ class Item extends BaseObject 
                        'text' => $text_e,
                        'id' => $this->get_id(),
                        'guid' => urlencode($item['guid']),
 +                      'isevent' => $isevent,
 +                      'attend' => $attend,
                        'linktitle' => sprintf( t('View %s\'s profile @ %s'), $profile_name, ((strlen($item['author-link'])) ? $item['author-link'] : $item['url'])),
-                       'olinktitle' => sprintf( t('View %s\'s profile @ %s'), $this->get_owner_name(), ((strlen($item['owner-link'])) ? $item['owner-link'] : $item['url'])),
+                       'olinktitle' => sprintf( t('View %s\'s profile @ %s'), htmlentities($this->get_owner_name()), ((strlen($item['owner-link'])) ? $item['owner-link'] : $item['url'])),
                        'to' => t('to'),
                        'via' => t('via'),
                        'wall' => t('Wall-to-Wall'),
                        'filer'     => ((feature_enabled($conv->get_profile_owner(),'filing')) ? $filer : ''),
                        'drop' => $drop,
                        'vote' => $buttons,
 -                      'like' => $like,
 -                        'dislike'   => $dislike,
 +                      'like' => $responses['like']['output'],
 +                      'dislike'   => $responses['dislike']['output'],
 +                      'responses' => $responses,
                        'switchcomment' => t('Comment'),
-                       'comment' => $this->get_comment_box($indent),
+                       'comment' => $comment,
                        'previewing' => ($conv->is_preview() ? ' preview ' : ''),
                        'wait' => t('Please wait'),
                        'thread_level' => $thread_level,
Simple merge