diff --git a/view/templates/admin/contactblock.tpl b/view/templates/admin/contactblock.tpl index a77084d197..efdbd44cd0 100644 --- a/view/templates/admin/contactblock.tpl +++ b/view/templates/admin/contactblock.tpl @@ -41,7 +41,7 @@

{{$select_all}} | {{$select_none}}

- {{$paginate}} + {{$paginate nofilter}}
{{else}}

{{$no_data}}

diff --git a/view/templates/admin/tos.tpl b/view/templates/admin/tos.tpl index b5260f3614..d4e1bcb48e 100644 --- a/view/templates/admin/tos.tpl +++ b/view/templates/admin/tos.tpl @@ -10,7 +10,7 @@

{{$preview}}

{{for $i=1 to 3}} -

{{$privtext[$i]}}

+

{{$privtext[$i] nofilter}}

{{/for}} diff --git a/view/templates/apps.tpl b/view/templates/apps.tpl index 1efd6fdcba..55303b3d74 100644 --- a/view/templates/apps.tpl +++ b/view/templates/apps.tpl @@ -3,6 +3,6 @@ diff --git a/view/templates/auto_request.tpl b/view/templates/auto_request.tpl index f1cca45464..ffc7b19d09 100644 --- a/view/templates/auto_request.tpl +++ b/view/templates/auto_request.tpl @@ -13,7 +13,7 @@ {{$invite_desc}}

-{{$desc}} +{{$desc nofilter}}

{{/if}} @@ -30,7 +30,7 @@ {{if $url}}
{{$url_label}}
{{$url}}
{{/if}} {{if $location}}
{{$location_label}}
{{$location}}
{{/if}} {{if $keywords}}
{{$keywords_label}}
{{$keywords}}
{{/if}} -{{if $about}}
{{$about_label}}
{{$about}}
{{/if}} +{{if $about}}
{{$about_label}}
{{$about nofilter}}
{{/if}}
diff --git a/view/templates/categories_widget.tpl b/view/templates/categories_widget.tpl index d2cfbe82a9..e3cf0fc32c 100644 --- a/view/templates/categories_widget.tpl +++ b/view/templates/categories_widget.tpl @@ -1,7 +1,7 @@

{{$title}}

-
{{$desc}}
+
{{$desc nofilter}}
diff --git a/view/templates/field_richtext.tpl b/view/templates/field_richtext.tpl index bc346ddb0b..a121b81f87 100644 --- a/view/templates/field_richtext.tpl +++ b/view/templates/field_richtext.tpl @@ -4,6 +4,6 @@ {{if $field.3}} - {{$field.3}} + {{$field.3 nofilter}} {{/if}}
diff --git a/view/templates/field_select.tpl b/view/templates/field_select.tpl index 6d0603167c..2016a0bb7e 100644 --- a/view/templates/field_select.tpl +++ b/view/templates/field_select.tpl @@ -6,6 +6,6 @@ {{foreach $field.4 as $opt=>$val}}{{/foreach}} {{if $field.3}} - {{$field.3}} + {{$field.3 nofilter}} {{/if}} diff --git a/view/templates/field_select_raw.tpl b/view/templates/field_select_raw.tpl index 147c028eff..1f4630e995 100644 --- a/view/templates/field_select_raw.tpl +++ b/view/templates/field_select_raw.tpl @@ -3,9 +3,9 @@
{{if $field.3}} - {{$field.3}} + {{$field.3 nofilter}} {{/if}}
diff --git a/view/templates/field_textarea.tpl b/view/templates/field_textarea.tpl index 60594a2666..7c84851764 100644 --- a/view/templates/field_textarea.tpl +++ b/view/templates/field_textarea.tpl @@ -4,6 +4,6 @@ {{if $field.3}} - {{$field.3}} + {{$field.3 nofilter}} {{/if}} diff --git a/view/templates/field_themeselect.tpl b/view/templates/field_themeselect.tpl index 936f25382d..6242cc6711 100644 --- a/view/templates/field_themeselect.tpl +++ b/view/templates/field_themeselect.tpl @@ -6,7 +6,7 @@ {{foreach $field.4 as $opt=>$val}}{{/foreach}} {{if $field.3}} - {{$field.3}} + {{$field.3 nofilter}} {{/if}} {{if $field.5}}
{{/if}} diff --git a/view/templates/field_yesno.tpl b/view/templates/field_yesno.tpl index 2a028d10c8..d268709000 100644 --- a/view/templates/field_yesno.tpl +++ b/view/templates/field_yesno.tpl @@ -11,6 +11,6 @@ {{if $field.3}} - {{$field.3}} + {{$field.3 nofilter}} {{/if}} diff --git a/view/templates/fileas_widget.tpl b/view/templates/fileas_widget.tpl index 1ba459bd3a..a55c90bc93 100644 --- a/view/templates/fileas_widget.tpl +++ b/view/templates/fileas_widget.tpl @@ -1,7 +1,7 @@

{{$title}}

-
{{$desc}}
+
{{$desc nofilter}}
diff --git a/view/templates/intros.tpl b/view/templates/intros.tpl index fc9d0b3b30..ece13ccb64 100644 --- a/view/templates/intros.tpl +++ b/view/templates/intros.tpl @@ -8,7 +8,7 @@ {{if $location}}
{{$lbl_location}}
{{$location}}
{{/if}} {{if $gender}}
{{$lbl_gender}}
{{$gender}}
{{/if}} {{if $keywords}}
{{$lbl_keywords}}
{{$keywords}}
{{/if}} -{{if $about}}
{{$lbl_about}}
{{$about}}
{{/if}} +{{if $about}}
{{$lbl_about}}
{{$about nofilter}}
{{/if}}
{{$lbl_knowyou}} {{$knowyou}}
{{$note}}
diff --git a/view/templates/jot.tpl b/view/templates/jot.tpl index 0c450598a4..31b985e232 100644 --- a/view/templates/jot.tpl +++ b/view/templates/jot.tpl @@ -24,7 +24,7 @@ {{/if}}
- +
diff --git a/view/templates/lostpass.tpl b/view/templates/lostpass.tpl index e285860820..3c4f422197 100644 --- a/view/templates/lostpass.tpl +++ b/view/templates/lostpass.tpl @@ -2,7 +2,7 @@

{{$title}}

-{{$desc}} +{{$desc nofilter}}

diff --git a/view/templates/manage.tpl b/view/templates/manage.tpl index dd27092e9b..d881e5fb62 100644 --- a/view/templates/manage.tpl +++ b/view/templates/manage.tpl @@ -1,6 +1,6 @@

{{$title}}

-
{{$desc}}
+
{{$desc nofilter}}
{{$choose}}
diff --git a/view/templates/photo_view.tpl b/view/templates/photo_view.tpl index 885e929013..d5c3d68269 100644 --- a/view/templates/photo_view.tpl +++ b/view/templates/photo_view.tpl @@ -34,5 +34,5 @@ {{$comments}} -{{$paginate}} +{{$paginate nofilter}} diff --git a/view/templates/photos_recent.tpl b/view/templates/photos_recent.tpl index 19456187bc..b75c5a41a4 100644 --- a/view/templates/photos_recent.tpl +++ b/view/templates/photos_recent.tpl @@ -11,4 +11,4 @@
-{{$paginate}} +{{$paginate nofilter}} diff --git a/view/templates/photos_upload.tpl b/view/templates/photos_upload.tpl index aeb6e5957b..a594660fdc 100644 --- a/view/templates/photos_upload.tpl +++ b/view/templates/photos_upload.tpl @@ -34,7 +34,7 @@
- {{$aclselect}} + {{$aclselect nofilter}}
diff --git a/view/templates/poke_content.tpl b/view/templates/poke_content.tpl index 56fbde6442..91aadcdd8c 100644 --- a/view/templates/poke_content.tpl +++ b/view/templates/poke_content.tpl @@ -1,7 +1,7 @@

{{$title}}

-
{{$desc}}
+
{{$desc nofilter}}
diff --git a/view/templates/profile-hide-wall.tpl b/view/templates/profile-hide-wall.tpl index e61c4dd963..ff106fa29f 100644 --- a/view/templates/profile-hide-wall.tpl +++ b/view/templates/profile-hide-wall.tpl @@ -1,6 +1,6 @@

-{{$desc}} +{{$desc nofilter}}

diff --git a/view/templates/profile-in-directory.tpl b/view/templates/profile-in-directory.tpl index 942c2e3e89..bfc13e85eb 100644 --- a/view/templates/profile-in-directory.tpl +++ b/view/templates/profile-in-directory.tpl @@ -1,6 +1,6 @@

-{{$desc}} +{{$desc nofilter}}

diff --git a/view/templates/profile-in-netdir.tpl b/view/templates/profile-in-netdir.tpl index 559caed342..c91601bce8 100644 --- a/view/templates/profile-in-netdir.tpl +++ b/view/templates/profile-in-netdir.tpl @@ -1,6 +1,6 @@

-{{$desc}} +{{$desc nofilter}}

diff --git a/view/templates/profile_advanced.tpl b/view/templates/profile_advanced.tpl index 19d4490eaf..f3411b0f18 100644 --- a/view/templates/profile_advanced.tpl +++ b/view/templates/profile_advanced.tpl @@ -58,7 +58,7 @@ {{if $profile.homepage}}
{{$profile.homepage.0}}
-
{{$profile.homepage.1}}
+
{{$profile.homepage.1 nofilter}}
{{/if}} diff --git a/view/templates/profile_edit.tpl b/view/templates/profile_edit.tpl index 1e1771ef43..08e833f10a 100644 --- a/view/templates/profile_edit.tpl +++ b/view/templates/profile_edit.tpl @@ -1,5 +1,5 @@ -{{$default}} +{{$default nofilter}}

{{$banner}}

@@ -44,16 +44,16 @@
-{{$gender}} +{{$gender nofilter}}
-{{$dob}} +{{$dob nofilter}}
-{{$hide_friends}} +{{$hide_friends nofilter}}
@@ -110,8 +110,8 @@
- -{{$marital}} + +{{$marital nofilter}}
@@ -122,7 +122,7 @@
-{{$sexual}} +{{$sexual nofilter}}
@@ -343,12 +343,12 @@ {{if $personal_account}}
-{{$gender}} +{{$gender nofilter}}
-{{$dob}} +{{$dob nofilter}}
{{/if}} @@ -366,7 +366,7 @@
-{{$hide_friends}} +{{$hide_friends nofilter}}
diff --git a/view/templates/profile_vcard.tpl b/view/templates/profile_vcard.tpl index b56dd607ce..f10a21ca6c 100644 --- a/view/templates/profile_vcard.tpl +++ b/view/templates/profile_vcard.tpl @@ -13,7 +13,7 @@
{{$profile.name}}
{{/if}} {{if $account_type}}{{/if}} - {{if $profile.network_name}}
{{$network}}
{{$profile.network_name}}
{{/if}} + {{if $profile.network_name}}
{{$network}}
{{$profile.network_name nofilter}}
{{/if}} {{if $location}}
{{$location}}
@@ -47,7 +47,7 @@ {{if $homepage}}
{{$homepage}}
{{$profile.homepage}}
{{/if}} - {{if $about}}
{{$about}}
{{$profile.about}}
{{/if}} + {{if $about}}
{{$about}}
{{$profile.about nofilter}}
{{/if}} {{include file="diaspora_vcard.tpl"}} @@ -70,6 +70,6 @@
-{{$contact_block}} +{{$contact_block nofilter}} diff --git a/view/templates/prv_message.tpl b/view/templates/prv_message.tpl index d419d4d9b3..f3500e8896 100644 --- a/view/templates/prv_message.tpl +++ b/view/templates/prv_message.tpl @@ -5,7 +5,7 @@
-{{$parent}} +{{$parent nofilter}}
{{$to}}
{{$select}} diff --git a/view/templates/remote_friends_common.tpl b/view/templates/remote_friends_common.tpl index 354c8e46a2..4ae682f436 100644 --- a/view/templates/remote_friends_common.tpl +++ b/view/templates/remote_friends_common.tpl @@ -1,6 +1,6 @@
-
{{$desc}}      {{if $linkmore}}{{$more}}{{/if}}
+
{{$desc nofilter}}      {{if $linkmore}}{{$more}}{{/if}}
{{if $items}} {{foreach $items as $item}}
diff --git a/view/templates/removeme.tpl b/view/templates/removeme.tpl index 4148f94e5f..1e52bfa4e5 100644 --- a/view/templates/removeme.tpl +++ b/view/templates/removeme.tpl @@ -3,7 +3,7 @@
-
{{$desc}}
+
{{$desc nofilter}}
diff --git a/view/templates/search_item.tpl b/view/templates/search_item.tpl index fbcf770f1b..3467a81171 100644 --- a/view/templates/search_item.tpl +++ b/view/templates/search_item.tpl @@ -30,7 +30,7 @@
{{$item.title}}
-
{{$item.body}}
+
{{$item.body nofilter}}
{{if $item.has_cats}}
{{$item.txt_cats}} {{foreach $item.categories as $cat}}{{$cat.name}}{{if $cat.removeurl}} [{{$remove}}]{{/if}} {{if $cat.last}}{{else}}, {{/if}}{{/foreach}}
diff --git a/view/templates/settings/addons.tpl b/view/templates/settings/addons.tpl index 32ec5a0484..567ac81b7f 100644 --- a/view/templates/settings/addons.tpl +++ b/view/templates/settings/addons.tpl @@ -5,7 +5,7 @@ -{{$settings_addons}} +{{$settings_addons nofilter}} diff --git a/view/templates/settings/connectors.tpl b/view/templates/settings/connectors.tpl index 9dd5d0b1ab..e275e68ce3 100644 --- a/view/templates/settings/connectors.tpl +++ b/view/templates/settings/connectors.tpl @@ -14,7 +14,7 @@ {{include file="field_checkbox.tpl" field=$disable_cw}} {{include file="field_checkbox.tpl" field=$no_intelligent_shortening}} {{include file="field_checkbox.tpl" field=$ostatus_autofriend}} - {{$default_group}} + {{$default_group nofilter}} {{include file="field_input.tpl" field=$legacy_contact}}

{{$repair_ostatus_text}}

@@ -23,7 +23,7 @@
-{{$settings_connectors}} +{{$settings_connectors nofilter}} {{if $mail_disabled}} @@ -35,7 +35,7 @@

{{$h_imap}}

-

{{$imap_desc}}

+

{{$imap_desc nofilter}}

{{include file="field_custom.tpl" field=$imap_lastcheck}} {{include file="field_input.tpl" field=$mail_server}} {{include file="field_input.tpl" field=$mail_port}} diff --git a/view/templates/settings/display.tpl b/view/templates/settings/display.tpl index 951609e1bf..4b769d421b 100644 --- a/view/templates/settings/display.tpl +++ b/view/templates/settings/display.tpl @@ -31,7 +31,7 @@ {{if $theme_config}}

{{$stitle}}

-{{$theme_config}} +{{$theme_config nofilter}} {{/if}} diff --git a/view/templates/settings/nick_set.tpl b/view/templates/settings/nick_set.tpl index 8decc2dd4f..a6dc4d74ca 100644 --- a/view/templates/settings/nick_set.tpl +++ b/view/templates/settings/nick_set.tpl @@ -1,6 +1,5 @@ - -
-
{{$desc}}
+
+
{{$desc nofilter}}
diff --git a/view/templates/settings/settings.tpl b/view/templates/settings/settings.tpl index 2fa22973e0..8914b9ef0e 100644 --- a/view/templates/settings/settings.tpl +++ b/view/templates/settings/settings.tpl @@ -1,6 +1,6 @@

{{$ptitle}}

-{{$nickname_block}} +{{$nickname_block nofilter}}
@@ -45,21 +45,21 @@ {{include file="field_input.tpl" field=$maxreq}} -{{$profile_in_dir}} +{{$profile_in_dir nofilter}} -{{$profile_in_net_dir}} +{{$profile_in_net_dir nofilter}} -{{$hide_friends}} +{{$hide_friends nofilter}} -{{$hide_wall}} +{{$hide_wall nofilter}} -{{$blockwall}} +{{$blockwall nofilter}} -{{$blocktags}} +{{$blocktags nofilter}} -{{$suggestme}} +{{$suggestme nofilter}} -{{$unkmail}} +{{$unkmail nofilter}} {{include file="field_input.tpl" field=$cntunkmail}} @@ -90,7 +90,7 @@
- {{$aclselect}} + {{$aclselect nofilter}}
@@ -99,7 +99,7 @@
-{{$group_select}} +{{$group_select nofilter}}
@@ -196,7 +196,7 @@
{{$h_descadvn}}
-{{$pagetype}} +{{$pagetype nofilter}}
diff --git a/view/templates/shared_content.tpl b/view/templates/shared_content.tpl index ee78f842c0..2e892d334b 100644 --- a/view/templates/shared_content.tpl +++ b/view/templates/shared_content.tpl @@ -8,5 +8,5 @@
-
{{$content}}
+
{{$content nofilter}}
diff --git a/view/templates/tag_slap.tpl b/view/templates/tag_slap.tpl index b88a9f236d..ac492b6ddd 100644 --- a/view/templates/tag_slap.tpl +++ b/view/templates/tag_slap.tpl @@ -10,7 +10,7 @@ {{$item_id}} {{$title}} {{$published}} - {{$content}} + {{$content nofilter}} http://activitystrea.ms/schema/1.0/person diff --git a/view/templates/threaded_conversation.tpl b/view/templates/threaded_conversation.tpl index 6a230142ba..d993c6b33b 100644 --- a/view/templates/threaded_conversation.tpl +++ b/view/templates/threaded_conversation.tpl @@ -1,5 +1,5 @@ -{{$live_update}} +{{$live_update nofilter}} {{foreach $threads as $thread}} {{include file="{{$thread.template}}" item=$thread}} diff --git a/view/templates/tos.tpl b/view/templates/tos.tpl index 8692c7e940..b0a48406c2 100644 --- a/view/templates/tos.tpl +++ b/view/templates/tos.tpl @@ -1,11 +1,11 @@

{{$title}}

-{{$tostext}} +{{$tostext nofilter}} {{if $displayprivstatement}} -

{{$privstatementtitle}}

-

{{$privacy_operate}}

-

{{$privacy_distribute}}

-

{{$privacy_delete}}

+

{{$privstatementtitle nofilter}}

+

{{$privacy_operate nofilter}}

+

{{$privacy_distribute nofilter}}

+

{{$privacy_delete nofilter}}

{{/if}} diff --git a/view/templates/viewcontact_template.tpl b/view/templates/viewcontact_template.tpl index 3ea277a42b..562270e352 100644 --- a/view/templates/viewcontact_template.tpl +++ b/view/templates/viewcontact_template.tpl @@ -1,7 +1,7 @@ {{include file="section_title.tpl"}} -{{$tab_str}} +{{$tab_str nofilter}}
{{foreach $contacts as $contact}} @@ -11,4 +11,4 @@
-{{$paginate}} +{{$paginate nofilter}} diff --git a/view/templates/voting_fakelink.tpl b/view/templates/voting_fakelink.tpl index f0d7a5d89d..e3e19be514 100644 --- a/view/templates/voting_fakelink.tpl +++ b/view/templates/voting_fakelink.tpl @@ -1,2 +1,2 @@ -{{$phrase}} +{{$phrase nofilter}} diff --git a/view/templates/wall/content_filter.tpl b/view/templates/wall/content_filter.tpl index 37e5a8a4c8..60cfe7df74 100644 --- a/view/templates/wall/content_filter.tpl +++ b/view/templates/wall/content_filter.tpl @@ -18,5 +18,5 @@

{{/if}} diff --git a/view/templates/wall_thread.tpl b/view/templates/wall_thread.tpl index 73aad3d9aa..05185c32c3 100644 --- a/view/templates/wall_thread.tpl +++ b/view/templates/wall_thread.tpl @@ -50,7 +50,7 @@
{{$item.title}}
-
{{$item.body}} +
{{$item.body nofilter}}
{{if !$item.suppress_tags}} {{foreach $item.tags as $tag}} @@ -117,7 +117,7 @@ {{if $item.threaded}} {{if $item.comment}}
- {{$item.comment}} + {{$item.comment nofilter}}
{{/if}} {{/if}} @@ -130,7 +130,7 @@ {{if $item.flatten}}
- {{$item.comment}} + {{$item.comment nofilter}}
{{/if}}
diff --git a/view/templates/wallmessage.tpl b/view/templates/wallmessage.tpl index 579ee0a31e..e89cf7952b 100644 --- a/view/templates/wallmessage.tpl +++ b/view/templates/wallmessage.tpl @@ -7,7 +7,7 @@
-{{$parent}} +{{$parent nofilter}}
{{$to}}
{{$recipname}} diff --git a/view/theme/duepuntozero/templates/profile_vcard.tpl b/view/theme/duepuntozero/templates/profile_vcard.tpl index 186b7e4490..5027507943 100644 --- a/view/theme/duepuntozero/templates/profile_vcard.tpl +++ b/view/theme/duepuntozero/templates/profile_vcard.tpl @@ -10,7 +10,7 @@ {{if $account_type}}{{/if}} - {{if $profile.network_name}}
{{$network}}
{{$profile.network_name}}
{{/if}} + {{if $profile.network_name}}
{{$network}}
{{$profile.network_name nofilter}}
{{/if}} {{if $location}}
{{$location}}
@@ -56,6 +56,6 @@
-{{$contact_block}} +{{$contact_block nofilter}} diff --git a/view/theme/duepuntozero/templates/prv_message.tpl b/view/theme/duepuntozero/templates/prv_message.tpl index 093e5239ff..6e6bda45d2 100644 --- a/view/theme/duepuntozero/templates/prv_message.tpl +++ b/view/theme/duepuntozero/templates/prv_message.tpl @@ -5,7 +5,7 @@
-{{$parent}} +{{$parent nofilter}}
{{$to}}
diff --git a/view/theme/frio/templates/admin/contactblock.tpl b/view/theme/frio/templates/admin/contactblock.tpl index 4b3a2ae4bb..e79ba65c52 100644 --- a/view/theme/frio/templates/admin/contactblock.tpl +++ b/view/theme/frio/templates/admin/contactblock.tpl @@ -93,7 +93,7 @@ - {{$paginate}} + {{$paginate nofilter}} {{else}}

{{$no_data}}

diff --git a/view/theme/frio/templates/contact_block.tpl b/view/theme/frio/templates/contact_block.tpl index 45b582a6ff..0ae6479790 100644 --- a/view/theme/frio/templates/contact_block.tpl +++ b/view/theme/frio/templates/contact_block.tpl @@ -10,7 +10,7 @@
{{foreach $micropro as $m}} - {{$m}} + {{$m nofilter}} {{/foreach}}
{{/if}} diff --git a/view/theme/frio/templates/contact_edit.tpl b/view/theme/frio/templates/contact_edit.tpl index 759f759674..b0d201af63 100644 --- a/view/theme/frio/templates/contact_edit.tpl +++ b/view/theme/frio/templates/contact_edit.tpl @@ -5,7 +5,7 @@
{{* Insert Tab-Nav *}} - {{$tab_str}} + {{$tab_str nofilter}}
@@ -113,8 +113,8 @@ {{if $about}}

-
{{$about}}
{{$about_label}}
+
{{$about nofilter}}
{{/if}}
diff --git a/view/theme/frio/templates/contacts-template.tpl b/view/theme/frio/templates/contacts-template.tpl index 2fbb220446..37821a5870 100644 --- a/view/theme/frio/templates/contacts-template.tpl +++ b/view/theme/frio/templates/contacts-template.tpl @@ -3,7 +3,7 @@ var dropContact = "{{$contact_drop_confirm}}"; -{{$tabs}} +{{$tabs nofilter}}
@@ -61,5 +61,5 @@
- {{$paginate}} + {{$paginate nofilter}}
diff --git a/view/theme/frio/templates/crepair.tpl b/view/theme/frio/templates/crepair.tpl index ec1b7b63fd..6695682e0b 100644 --- a/view/theme/frio/templates/crepair.tpl +++ b/view/theme/frio/templates/crepair.tpl @@ -2,11 +2,11 @@
{{include file="section_title.tpl"}} - {{$tab_str}} + {{$tab_str nofilter}} -
{{$warning}}

+
{{$warning nofilter}}

- {{$info}}
+ {{$info nofilter}}

diff --git a/view/theme/frio/templates/directory_header.tpl b/view/theme/frio/templates/directory_header.tpl index 9ce554a084..98ec3f5e2f 100644 --- a/view/theme/frio/templates/directory_header.tpl +++ b/view/theme/frio/templates/directory_header.tpl @@ -37,4 +37,4 @@
-{{$paginate}} +{{$paginate nofilter}} diff --git a/view/theme/frio/templates/event_stream_item.tpl b/view/theme/frio/templates/event_stream_item.tpl index 87c2e70cad..2b59e61c0b 100644 --- a/view/theme/frio/templates/event_stream_item.tpl +++ b/view/theme/frio/templates/event_stream_item.tpl @@ -22,7 +22,7 @@ {{if $location.name}} - {{$location.name}} + {{$location.name nofilter}} {{/if}}
diff --git a/view/theme/frio/templates/events_js.tpl b/view/theme/frio/templates/events_js.tpl index a4ca9004cd..f233866f0b 100644 --- a/view/theme/frio/templates/events_js.tpl +++ b/view/theme/frio/templates/events_js.tpl @@ -1,5 +1,5 @@
- {{$tabs}} + {{$tabs nofilter}} {{include file="section_title.tpl" title=$title pullright=1}} {{* The link to create a new event *}} diff --git a/view/theme/frio/templates/field_checkbox.tpl b/view/theme/frio/templates/field_checkbox.tpl index 1fde3634ab..5dc8916666 100644 --- a/view/theme/frio/templates/field_checkbox.tpl +++ b/view/theme/frio/templates/field_checkbox.tpl @@ -5,7 +5,7 @@
diff --git a/view/theme/frio/templates/field_colorinput.tpl b/view/theme/frio/templates/field_colorinput.tpl index 704db346d2..a7dc404e7b 100644 --- a/view/theme/frio/templates/field_colorinput.tpl +++ b/view/theme/frio/templates/field_colorinput.tpl @@ -7,7 +7,7 @@
{{if $field.3}} - {{$field.3}} + {{$field.3 nofilter}} {{/if}}
diff --git a/view/theme/frio/templates/field_custom.tpl b/view/theme/frio/templates/field_custom.tpl index 158073a64e..5b5c907791 100644 --- a/view/theme/frio/templates/field_custom.tpl +++ b/view/theme/frio/templates/field_custom.tpl @@ -1,8 +1,8 @@
- {{$field.2}} + {{$field.2 nofilter}} {{if $field.3}} - {{$field.3}} + {{$field.3 nofilter}} {{/if}}
diff --git a/view/theme/frio/templates/field_fileinput.tpl b/view/theme/frio/templates/field_fileinput.tpl index c5f8ac86d2..8c644b3469 100644 --- a/view/theme/frio/templates/field_fileinput.tpl +++ b/view/theme/frio/templates/field_fileinput.tpl @@ -7,7 +7,7 @@
{{if $field.3}} - {{$field.3}} + {{$field.3 nofilter}} {{/if}}
diff --git a/view/theme/frio/templates/field_input.tpl b/view/theme/frio/templates/field_input.tpl index 9afad8c75f..5b2beb3ac2 100644 --- a/view/theme/frio/templates/field_input.tpl +++ b/view/theme/frio/templates/field_input.tpl @@ -5,7 +5,7 @@ {{/if}} {{if $field.3}} - {{$field.3}} + {{$field.3 nofilter}} {{/if}}
diff --git a/view/theme/frio/templates/field_intcheckbox.tpl b/view/theme/frio/templates/field_intcheckbox.tpl index 3944f8b7f7..18a2ea6ca5 100644 --- a/view/theme/frio/templates/field_intcheckbox.tpl +++ b/view/theme/frio/templates/field_intcheckbox.tpl @@ -3,7 +3,7 @@ {{if $field.4}} - {{$field.4}} + {{$field.4 nofilter}} {{/if}}
diff --git a/view/theme/frio/templates/field_openid.tpl b/view/theme/frio/templates/field_openid.tpl index 6387903f5d..b2923302fa 100644 --- a/view/theme/frio/templates/field_openid.tpl +++ b/view/theme/frio/templates/field_openid.tpl @@ -3,7 +3,7 @@ {{if $field.3}} - {{$field.3}} + {{$field.3 nofilter}} {{/if}}
diff --git a/view/theme/frio/templates/field_password.tpl b/view/theme/frio/templates/field_password.tpl index 9591df5bc8..b3931b58ae 100644 --- a/view/theme/frio/templates/field_password.tpl +++ b/view/theme/frio/templates/field_password.tpl @@ -3,7 +3,7 @@ {{if $field.3}} - {{$field.3}} + {{$field.3 nofilter}} {{/if}}
diff --git a/view/theme/frio/templates/field_radio.tpl b/view/theme/frio/templates/field_radio.tpl index 725e1c96af..35f99c9d61 100644 --- a/view/theme/frio/templates/field_radio.tpl +++ b/view/theme/frio/templates/field_radio.tpl @@ -5,7 +5,7 @@
diff --git a/view/theme/frio/templates/field_select.tpl b/view/theme/frio/templates/field_select.tpl index 51eaa278c1..2a609ed71d 100644 --- a/view/theme/frio/templates/field_select.tpl +++ b/view/theme/frio/templates/field_select.tpl @@ -5,6 +5,6 @@ {{foreach $field.4 as $opt=>$val}}{{/foreach}} {{if $field.3}} - {{$field.3}} + {{$field.3 nofilter}} {{/if}}
diff --git a/view/theme/frio/templates/field_select_raw.tpl b/view/theme/frio/templates/field_select_raw.tpl index 52b63079c1..bbd8368f26 100644 --- a/view/theme/frio/templates/field_select_raw.tpl +++ b/view/theme/frio/templates/field_select_raw.tpl @@ -2,9 +2,9 @@
{{if $field.3}} - {{$field.3}} + {{$field.3 nofilter}} {{/if}}
diff --git a/view/theme/frio/templates/field_textarea.tpl b/view/theme/frio/templates/field_textarea.tpl index 1aea484de7..baf2e84487 100644 --- a/view/theme/frio/templates/field_textarea.tpl +++ b/view/theme/frio/templates/field_textarea.tpl @@ -3,7 +3,7 @@ {{if $field.3}} - {{$field.3}} + {{$field.3 nofilter}} {{/if}}
diff --git a/view/theme/frio/templates/field_themeselect.tpl b/view/theme/frio/templates/field_themeselect.tpl index fc1f7243af..78c179436b 100644 --- a/view/theme/frio/templates/field_themeselect.tpl +++ b/view/theme/frio/templates/field_themeselect.tpl @@ -6,7 +6,7 @@ {{foreach $field.4 as $opt=>$val}}{{/foreach}} {{if $field.3}} - {{$field.3}} + {{$field.3 nofilter}} {{/if}} {{if $field.5=="preview"}}
{{/if}}
diff --git a/view/theme/frio/templates/field_yesno.tpl b/view/theme/frio/templates/field_yesno.tpl index 945914fcef..1b9ab61655 100644 --- a/view/theme/frio/templates/field_yesno.tpl +++ b/view/theme/frio/templates/field_yesno.tpl @@ -15,7 +15,7 @@
{{if $field.3}} - {{$field.3}} + {{$field.3 nofilter}} {{/if}}
diff --git a/view/theme/frio/templates/fileas_widget.tpl b/view/theme/frio/templates/fileas_widget.tpl index a4645841f1..b7d867e82a 100644 --- a/view/theme/frio/templates/fileas_widget.tpl +++ b/view/theme/frio/templates/fileas_widget.tpl @@ -1,7 +1,7 @@

{{$title}}

-
{{$desc}}
+
{{$desc nofilter}}
  • {{$all}}
  • diff --git a/view/theme/frio/templates/follow.tpl b/view/theme/frio/templates/follow.tpl index b4faecad23..fadd0a6dfb 100644 --- a/view/theme/frio/templates/follow.tpl +++ b/view/theme/frio/templates/follow.tpl @@ -3,7 +3,7 @@

    {{$connect}}

    - + {{* The input field - For visual consistence we are using a search input field*}} diff --git a/view/theme/frio/templates/jot.tpl b/view/theme/frio/templates/jot.tpl index b5c061b75c..664a918e4e 100644 --- a/view/theme/frio/templates/jot.tpl +++ b/view/theme/frio/templates/jot.tpl @@ -89,7 +89,7 @@ {{* The jot text field in which the post text is inserted *}}
    - +
diff --git a/view/theme/frio/templates/photo_album.tpl b/view/theme/frio/templates/photo_album.tpl index 235b9c46db..a34e8ea861 100644 --- a/view/theme/frio/templates/photo_album.tpl +++ b/view/theme/frio/templates/photo_album.tpl @@ -37,7 +37,7 @@
- {{$paginate}} + {{$paginate nofilter}}
diff --git a/view/theme/frio/templates/photo_view.tpl b/view/theme/frio/templates/photo_view.tpl index 7dc2db901e..1d39b16eef 100644 --- a/view/theme/frio/templates/photo_view.tpl +++ b/view/theme/frio/templates/photo_view.tpl @@ -47,7 +47,7 @@
{{* The photo description *}} -
{{$desc}}
+
{{$desc nofilter}}
{{* Tags and mentions *}} {{if $tags}} @@ -85,5 +85,5 @@ {{$comments}} - {{$paginate}} + {{$paginate nofilter}} diff --git a/view/theme/frio/templates/photos_upload.tpl b/view/theme/frio/templates/photos_upload.tpl index f02246c5c7..ae596d8bd3 100644 --- a/view/theme/frio/templates/photos_upload.tpl +++ b/view/theme/frio/templates/photos_upload.tpl @@ -63,7 +63,7 @@ diff --git a/view/theme/frio/templates/poke_content.tpl b/view/theme/frio/templates/poke_content.tpl index f68b053b5a..b015c4447f 100644 --- a/view/theme/frio/templates/poke_content.tpl +++ b/view/theme/frio/templates/poke_content.tpl @@ -2,7 +2,7 @@

{{$title}}

-
{{$desc}}
+
{{$desc nofilter}}
diff --git a/view/theme/frio/templates/profile_advanced.tpl b/view/theme/frio/templates/profile_advanced.tpl index 256a4138a4..2e3590c416 100644 --- a/view/theme/frio/templates/profile_advanced.tpl +++ b/view/theme/frio/templates/profile_advanced.tpl @@ -82,7 +82,7 @@

{{$profile.homepage.0}}
-
{{$profile.homepage.1}}
+
{{$profile.homepage.1 nofilter}}
{{/if}} diff --git a/view/theme/frio/templates/profile_edit.tpl b/view/theme/frio/templates/profile_edit.tpl index 63b1c90164..946443cf11 100644 --- a/view/theme/frio/templates/profile_edit.tpl +++ b/view/theme/frio/templates/profile_edit.tpl @@ -65,7 +65,7 @@ {{* Some hints to characteristics of the current profile (if available) *}} {{if $is_default}} -
{{$default}}
+
{{$default nofilter}}
{{/if}} {{* friendica differs in $detailled_profile (all fields available and a short Version if this is variable false *}} @@ -91,16 +91,15 @@ {{include file="field_input.tpl" field=$pdesc}} -
- {{$gender}} + {{$gender nofilter}}
- {{$dob}} + {{$dob nofilter}} - {{$hide_friends}} + {{$hide_friends nofilter}}
@@ -168,8 +167,8 @@
- - {{$marital.selector}} + + {{$marital.selector nofilter}}
@@ -179,7 +178,7 @@
- {{$sexual.selector}} + {{$sexual.selector nofilter}}
@@ -261,11 +260,11 @@ {{if $personal_account}}
- {{$gender}} + {{$gender nofilter}}
- {{$dob}} + {{$dob nofilter}} {{/if}} @@ -273,7 +272,7 @@ {{include file="field_input.tpl" field=$xmpp}} - {{$hide_friends}} + {{$hide_friends nofilter}} {{include file="field_input.tpl" field=$address}} diff --git a/view/theme/frio/templates/profile_vcard.tpl b/view/theme/frio/templates/profile_vcard.tpl index 1c01be398f..0649f8a551 100644 --- a/view/theme/frio/templates/profile_vcard.tpl +++ b/view/theme/frio/templates/profile_vcard.tpl @@ -129,6 +129,6 @@ {{if $contact_block}}
- {{$contact_block}} + {{$contact_block nofilter}}
{{/if}} diff --git a/view/theme/frio/templates/prv_message.tpl b/view/theme/frio/templates/prv_message.tpl index c6bc59d3a3..f59b9e33fa 100644 --- a/view/theme/frio/templates/prv_message.tpl +++ b/view/theme/frio/templates/prv_message.tpl @@ -6,7 +6,7 @@

{{$header}}

*}} - {{$parent}} + {{$parent nofilter}} {{* The To: form-group which contains the message recipient *}}
diff --git a/view/theme/frio/templates/removeme.tpl b/view/theme/frio/templates/removeme.tpl index 52d76acdcf..2410363d5e 100644 --- a/view/theme/frio/templates/removeme.tpl +++ b/view/theme/frio/templates/removeme.tpl @@ -3,7 +3,7 @@ {{include file="section_title.tpl" title=$title }}
-
{{$desc}}
+
{{$desc nofilter}}
diff --git a/view/theme/frio/templates/search_item.tpl b/view/theme/frio/templates/search_item.tpl index c6aa9536e6..842698e16e 100644 --- a/view/theme/frio/templates/search_item.tpl +++ b/view/theme/frio/templates/search_item.tpl @@ -132,7 +132,7 @@

{{$item.title}}


{{/if}} -
{{$item.body}}
+
{{$item.body nofilter}}
@@ -231,7 +231,7 @@ {{if $item.responses}}
{{foreach $item.responses as $verb=>$response}} -
{{$response.output}}
+
{{$response.output nofilter}}
{{/foreach}}
{{/if}} diff --git a/view/theme/frio/templates/settings/addons.tpl b/view/theme/frio/templates/settings/addons.tpl index e8824b91a4..b14552381d 100644 --- a/view/theme/frio/templates/settings/addons.tpl +++ b/view/theme/frio/templates/settings/addons.tpl @@ -3,9 +3,9 @@ {{include file="section_title.tpl" title=$title}} - + - {{$settings_addons}} + {{$settings_addons nofilter}} diff --git a/view/theme/frio/templates/settings/connectors.tpl b/view/theme/frio/templates/settings/connectors.tpl index c234132f9a..bf8de450c4 100644 --- a/view/theme/frio/templates/settings/connectors.tpl +++ b/view/theme/frio/templates/settings/connectors.tpl @@ -21,9 +21,13 @@
{{include file="field_checkbox.tpl" field=$disable_cw}} + {{include file="field_checkbox.tpl" field=$no_intelligent_shortening}} + {{include file="field_checkbox.tpl" field=$ostatus_autofriend}} - {{$default_group}} + + {{$default_group nofilter}} + {{include file="field_input.tpl" field=$legacy_contact}}

{{$repair_ostatus_text}}

@@ -37,29 +41,28 @@
- {{$settings_connectors}} + {{$settings_connectors nofilter}} -{{if $mail_disabled}} - -{{else}} +{{if !$mail_disabled}}

{{$h_imap}}

@@ -147,8 +145,7 @@
- {{$group_select}} - + {{$group_select nofilter}}
@@ -262,7 +259,7 @@
{{$h_descadvn}}
- {{$pagetype}} + {{$pagetype nofilter}}
diff --git a/view/theme/frio/templates/threaded_conversation.tpl b/view/theme/frio/templates/threaded_conversation.tpl index fc0e2558d7..f8e2222902 100644 --- a/view/theme/frio/templates/threaded_conversation.tpl +++ b/view/theme/frio/templates/threaded_conversation.tpl @@ -1,7 +1,7 @@ {{if $mode == display}}{{/if}} -{{$live_update}} +{{$live_update nofilter}} {{foreach $threads as $thread}}
diff --git a/view/theme/frio/templates/vcard-widget.tpl b/view/theme/frio/templates/vcard-widget.tpl index 0115abd887..f65db725b2 100644 --- a/view/theme/frio/templates/vcard-widget.tpl +++ b/view/theme/frio/templates/vcard-widget.tpl @@ -32,7 +32,7 @@ {{if $account_type}}{{/if}} - {{if $network_name}}
{{$network}}
{{$network_name}}
{{/if}} + {{if $network_name}}
{{$network}}
{{$network_name nofilter}}
{{/if}}
diff --git a/view/theme/frio/templates/viewcontact_template.tpl b/view/theme/frio/templates/viewcontact_template.tpl index 4af3a9c28a..90f286558d 100644 --- a/view/theme/frio/templates/viewcontact_template.tpl +++ b/view/theme/frio/templates/viewcontact_template.tpl @@ -4,7 +4,7 @@ at the suggest page and also at many other places *}} {{include file="section_title.tpl"}} -{{$tab_str}} +{{$tab_str nofilter}}
    {{foreach $contacts as $contact}} @@ -14,4 +14,4 @@ at the suggest page and also at many other places *}}
    -{{$paginate}} +{{$paginate nofilter}} diff --git a/view/theme/frio/templates/wall_thread.tpl b/view/theme/frio/templates/wall_thread.tpl index c46fc339dd..0ecceab0f1 100644 --- a/view/theme/frio/templates/wall_thread.tpl +++ b/view/theme/frio/templates/wall_thread.tpl @@ -255,7 +255,7 @@ as the value of $top_child_total (this is done at the end of this file)

    {{$item.title}}


    {{/if}} -
    {{$item.body}}
    +
    {{$item.body nofilter}}
@@ -356,7 +356,7 @@ as the value of $top_child_total (this is done at the end of this file) {{if $item.responses}}
{{foreach $item.responses as $verb=>$response}} -
{{$response.output}}
+
{{$response.output nofilter}}
{{/foreach}}
{{/if}} @@ -370,7 +370,7 @@ as the value of $top_child_total (this is done at the end of this file) {{* Insert comment box of threaded children *}} {{if $item.threaded}}{{if $item.comment}}{{if $item.indent==comment}} {{/if}}{{/if}}{{/if}} @@ -391,19 +391,19 @@ as the value of $top_child_total (this is done at the end of this file) case it could be opend with the "comment" button *}} {{if $item.total_comments_num}} {{if $item.threaded}}{{if $item.comment}}{{if $item.thread_level==1}} -
{{$item.comment}}
+
{{$item.comment nofilter}}
{{/if}}{{/if}}{{/if}} {{if $item.flatten}} -
{{$item.comment}}
+
{{$item.comment nofilter}}
{{/if}} {{else}} {{if $item.threaded}}{{if $item.comment}}{{if $item.thread_level==1}} - + {{/if}}{{/if}}{{/if}} {{if $item.flatten}} - + {{/if}} {{/if}}
diff --git a/view/theme/quattro/templates/conversation.tpl b/view/theme/quattro/templates/conversation.tpl index 9e19fdfe13..ce89d579ea 100644 --- a/view/theme/quattro/templates/conversation.tpl +++ b/view/theme/quattro/templates/conversation.tpl @@ -1,4 +1,4 @@ -{{$live_update}} +{{$live_update nofilter}} {{foreach $threads as $thread}}
diff --git a/view/theme/quattro/templates/event_form.tpl b/view/theme/quattro/templates/event_form.tpl index 0b6540ffac..ff36282f2e 100644 --- a/view/theme/quattro/templates/event_form.tpl +++ b/view/theme/quattro/templates/event_form.tpl @@ -1,7 +1,7 @@

{{$title}}

-

{{$desc}}

+

{{$desc nofilter}}

diff --git a/view/theme/quattro/templates/events-js.tpl b/view/theme/quattro/templates/events-js.tpl index ec8aa586cc..bfe446f9fd 100644 --- a/view/theme/quattro/templates/events-js.tpl +++ b/view/theme/quattro/templates/events-js.tpl @@ -1,5 +1,5 @@ -{{$tabs}} +{{$tabs nofilter}}

{{$title}} {{$new_event.1}}

diff --git a/view/theme/quattro/templates/events.tpl b/view/theme/quattro/templates/events.tpl index 0495b983cf..0428ff8d90 100644 --- a/view/theme/quattro/templates/events.tpl +++ b/view/theme/quattro/templates/events.tpl @@ -1,4 +1,4 @@ -{{$tabs}} +{{$tabs nofilter}}

{{$title}} {{$new_event.1}}

diff --git a/view/theme/quattro/templates/fileas_widget.tpl b/view/theme/quattro/templates/fileas_widget.tpl index 23d001d462..7946e8f833 100644 --- a/view/theme/quattro/templates/fileas_widget.tpl +++ b/view/theme/quattro/templates/fileas_widget.tpl @@ -1,6 +1,6 @@

{{$title}}

-
{{$desc}}
+
{{$desc nofilter}}
  • {{$all}}
  • diff --git a/view/theme/quattro/templates/generic_links_widget.tpl b/view/theme/quattro/templates/generic_links_widget.tpl index 1a26c9741d..999f3c29c8 100644 --- a/view/theme/quattro/templates/generic_links_widget.tpl +++ b/view/theme/quattro/templates/generic_links_widget.tpl @@ -1,6 +1,6 @@
    {{if $title}}

    {{$title}}

    {{/if}} - {{if $desc}}
    {{$desc}}
    {{/if}} + {{if $desc}}
    {{$desc nofilter}}
    {{/if}}
      {{foreach $items as $item}} diff --git a/view/theme/quattro/templates/jot.tpl b/view/theme/quattro/templates/jot.tpl index bdf21b8f74..3919b7466b 100644 --- a/view/theme/quattro/templates/jot.tpl +++ b/view/theme/quattro/templates/jot.tpl @@ -19,7 +19,7 @@ {{/if}} - +
    -{{$contact_block}} +{{$contact_block nofilter}} diff --git a/view/theme/quattro/templates/prv_message.tpl b/view/theme/quattro/templates/prv_message.tpl index 45ba137439..c6ca95cbdf 100644 --- a/view/theme/quattro/templates/prv_message.tpl +++ b/view/theme/quattro/templates/prv_message.tpl @@ -3,7 +3,7 @@
    -{{$parent}} +{{$parent nofilter}}
    {{$to}}
    {{if $showinputs}} diff --git a/view/theme/quattro/templates/search_item.tpl b/view/theme/quattro/templates/search_item.tpl index 333924d4ad..316398142d 100644 --- a/view/theme/quattro/templates/search_item.tpl +++ b/view/theme/quattro/templates/search_item.tpl @@ -22,8 +22,8 @@
    {{$item.location}}
    -
    {{$item.body}}
    {{if $item.title}}

    {{$item.title}}

    {{/if}} +
    {{$item.body nofilter}}
@@ -80,8 +80,8 @@
- -
{{$item.dislike}}
+ +
{{$item.dislike nofilter}}
{{if $item.conv}}
{{$item.conv.title}} diff --git a/view/theme/quattro/templates/threaded_conversation.tpl b/view/theme/quattro/templates/threaded_conversation.tpl index a257a29043..0d90db1860 100644 --- a/view/theme/quattro/templates/threaded_conversation.tpl +++ b/view/theme/quattro/templates/threaded_conversation.tpl @@ -1,4 +1,4 @@ -{{$live_update}} +{{$live_update nofilter}} {{foreach $threads as $thread}} diff --git a/view/theme/quattro/templates/wall_item_tag.tpl b/view/theme/quattro/templates/wall_item_tag.tpl index efcb528881..d9dbd1ae2e 100644 --- a/view/theme/quattro/templates/wall_item_tag.tpl +++ b/view/theme/quattro/templates/wall_item_tag.tpl @@ -37,7 +37,7 @@
{{$item.location}}
- {{$item.ago}} {{$item.body}} + {{$item.ago}} {{$item.body nofilter}}
{{if $item.drop.pagedrop}} @@ -59,9 +59,9 @@ {{* top thread comment box *}} {{if $item.threaded}}{{if $item.comment}}{{if $item.thread_level==1}} -
{{$item.comment}}
+
{{$item.comment nofilter}}
{{/if}}{{/if}}{{/if}} {{if $item.flatten}} -
{{$item.comment}}
+
{{$item.comment nofilter}}
{{/if}} diff --git a/view/theme/quattro/templates/wall_thread.tpl b/view/theme/quattro/templates/wall_thread.tpl index ee0499c476..caacac9100 100644 --- a/view/theme/quattro/templates/wall_thread.tpl +++ b/view/theme/quattro/templates/wall_thread.tpl @@ -59,8 +59,8 @@
{{$item.location}}
- {{$item.body}} {{if $item.title}}

{{$item.title}}

{{/if}} + {{$item.body nofilter}}
@@ -162,7 +162,7 @@
- {{$item.comment}} + {{$item.comment nofilter}}
{{/if}}{{/if}}{{/if}} @@ -187,10 +187,10 @@ {{* top thread comment box *}} {{if $item.threaded}}{{if $item.comment}}{{if $item.thread_level==1}} -
{{$item.comment}}
+
{{$item.comment nofilter}}
{{/if}}{{/if}}{{/if}} {{if $item.flatten}} -
{{$item.comment}}
+
{{$item.comment nofilter}}
{{/if}} diff --git a/view/theme/smoothly/templates/follow.tpl b/view/theme/smoothly/templates/follow.tpl index 1d110da8ab..4d5248530e 100644 --- a/view/theme/smoothly/templates/follow.tpl +++ b/view/theme/smoothly/templates/follow.tpl @@ -1,7 +1,7 @@

{{$connect}}

-
{{$desc}}
+
{{$desc nofilter}}
diff --git a/view/theme/smoothly/templates/jot.tpl b/view/theme/smoothly/templates/jot.tpl index 34c0b1a2bb..811818020b 100644 --- a/view/theme/smoothly/templates/jot.tpl +++ b/view/theme/smoothly/templates/jot.tpl @@ -26,7 +26,7 @@

diff --git a/view/theme/smoothly/templates/search_item.tpl b/view/theme/smoothly/templates/search_item.tpl index d441ebe2de..b347ec66a9 100644 --- a/view/theme/smoothly/templates/search_item.tpl +++ b/view/theme/smoothly/templates/search_item.tpl @@ -31,7 +31,7 @@
{{$item.title}}
-
{{$item.body}}
+
{{$item.body nofilter}}
{{$item.name}} diff --git a/view/theme/smoothly/templates/wall_thread.tpl b/view/theme/smoothly/templates/wall_thread.tpl index 5aaa9c4eb1..731dd14315 100644 --- a/view/theme/smoothly/templates/wall_thread.tpl +++ b/view/theme/smoothly/templates/wall_thread.tpl @@ -58,7 +58,7 @@
{{$item.title}}
-
{{$item.body}} +
{{$item.body nofilter}}
{{if !$item.suppress_tags}} {{foreach $item.tags as $tag}} @@ -136,13 +136,13 @@
- -
{{$item.dislike}}
+ +
{{$item.dislike nofilter}}
{{if $item.threaded}} {{if $item.comment}}
- {{$item.comment}} + {{$item.comment nofilter}}
{{/if}} {{/if}} @@ -156,7 +156,7 @@ {{if $item.flatten}}
- {{$item.comment}} + {{$item.comment nofilter}}
{{/if}}
diff --git a/view/theme/vier/templates/contact_edit.tpl b/view/theme/vier/templates/contact_edit.tpl index 1e30bb83b5..7e53caedc6 100644 --- a/view/theme/vier/templates/contact_edit.tpl +++ b/view/theme/vier/templates/contact_edit.tpl @@ -2,7 +2,7 @@
{{* Insert Tab-Nav *}} - {{$tab_str}} + {{$tab_str nofilter}}
@@ -57,7 +57,7 @@ {{if $location}}
{{$location_label}}
{{$location}}
{{/if}} {{if $xmpp}}
{{$xmpp_label}}
{{$xmpp}}
{{/if}} {{if $keywords}}
{{$keywords_label}}
{{$keywords}}
{{/if}} - {{if $about}}
{{$about_label}}
{{$about}}
{{/if}} + {{if $about}}
{{$about_label}}
{{$about nofilter}}
{{/if}}
{{* End of contact-edit-links *}} diff --git a/view/theme/vier/templates/event_form.tpl b/view/theme/vier/templates/event_form.tpl index 1747118aba..2078e99483 100644 --- a/view/theme/vier/templates/event_form.tpl +++ b/view/theme/vier/templates/event_form.tpl @@ -3,7 +3,7 @@

{{$title}}

-{{$desc}} +{{$desc nofilter}}

diff --git a/view/theme/vier/templates/nav.tpl b/view/theme/vier/templates/nav.tpl index 376fcdc312..2038385d4b 100644 --- a/view/theme/vier/templates/nav.tpl +++ b/view/theme/vier/templates/nav.tpl @@ -105,7 +105,7 @@ {{$nav.apps.1}} diff --git a/view/theme/vier/templates/photo_item.tpl b/view/theme/vier/templates/photo_item.tpl index bc77eaa9cd..dbdf4b7d9f 100644 --- a/view/theme/vier/templates/photo_item.tpl +++ b/view/theme/vier/templates/photo_item.tpl @@ -72,7 +72,7 @@
- -
{{$dislike}}
+ +
{{$dislike nofilter}}
diff --git a/view/theme/vier/templates/photo_view.tpl b/view/theme/vier/templates/photo_view.tpl index c252960c08..21eda89b35 100644 --- a/view/theme/vier/templates/photo_view.tpl +++ b/view/theme/vier/templates/photo_view.tpl @@ -15,7 +15,7 @@
{{if $nextlink}}{{/if}}
-
{{$desc}}
+
{{$desc nofilter}}
{{if $tags}}
{{$tags.0}}
{{$tags.1}}
@@ -36,5 +36,5 @@ {{$comments}}
-{{$paginate}} +{{$paginate nofilter}} diff --git a/view/theme/vier/templates/profile_advanced.tpl b/view/theme/vier/templates/profile_advanced.tpl index 702fba8f26..6787ffb406 100644 --- a/view/theme/vier/templates/profile_advanced.tpl +++ b/view/theme/vier/templates/profile_advanced.tpl @@ -63,7 +63,7 @@ {{if $profile.homepage}}
{{$profile.homepage.0}}
-
{{$profile.homepage.1}}
+
{{$profile.homepage.1 nofilter}}
{{/if}} diff --git a/view/theme/vier/templates/profile_edit.tpl b/view/theme/vier/templates/profile_edit.tpl index fbd08e4be0..066b2566f6 100644 --- a/view/theme/vier/templates/profile_edit.tpl +++ b/view/theme/vier/templates/profile_edit.tpl @@ -23,7 +23,7 @@
-{{$default}} +{{$default nofilter}}
@@ -83,7 +83,7 @@
- {{$gender}} + {{$gender nofilter}}
@@ -107,11 +107,11 @@
- {{$dob}} + {{$dob nofilter}}
- {{$hide_friends}} + {{$hide_friends nofilter}}
{{$about.1}}
@@ -200,7 +200,7 @@
- {{$sexual}} + {{$sexual nofilter}}
@@ -242,8 +242,8 @@
-{{$hide_friends}} +{{$hide_friends nofilter}}
diff --git a/view/theme/vier/templates/profile_vcard.tpl b/view/theme/vier/templates/profile_vcard.tpl index dfa341b260..2acca2fd09 100644 --- a/view/theme/vier/templates/profile_vcard.tpl +++ b/view/theme/vier/templates/profile_vcard.tpl @@ -24,7 +24,7 @@ {{/if}} {{if $account_type}}{{/if}} - {{if $profile.network_name}}
{{$network}}
{{$profile.network_name}}
{{/if}} + {{if $profile.network_name}}
{{$network}}
{{$profile.network_name nofilter}}
{{/if}} {{if $location}}
{{$location}}
@@ -58,7 +58,7 @@ {{if $homepage}}
{{$homepage}}
{{$profile.homepage}}
{{/if}} - {{if $about}}
{{$about}}
{{$profile.about}}
{{/if}} + {{if $about}}
{{$about}}
{{$profile.about nofilter}}
{{/if}} {{include file="diaspora_vcard.tpl"}} @@ -81,4 +81,4 @@
-{{$contact_block}} +{{$contact_block nofilter}} diff --git a/view/theme/vier/templates/search_item.tpl b/view/theme/vier/templates/search_item.tpl index c1383ba434..3cc945b3f5 100644 --- a/view/theme/vier/templates/search_item.tpl +++ b/view/theme/vier/templates/search_item.tpl @@ -30,7 +30,7 @@
{{if $item.title}}

{{$item.title}}

{{/if}} -
{{$item.body}}
+
{{$item.body nofilter}}
@@ -87,7 +87,7 @@
- -
{{$item.dislike}}
+ +
{{$item.dislike nofilter}}
diff --git a/view/theme/vier/templates/threaded_conversation.tpl b/view/theme/vier/templates/threaded_conversation.tpl index 3553a5dcbc..885a508fa9 100644 --- a/view/theme/vier/templates/threaded_conversation.tpl +++ b/view/theme/vier/templates/threaded_conversation.tpl @@ -1,4 +1,4 @@ -{{$live_update}} +{{$live_update nofilter}} {{foreach $threads as $thread}}
diff --git a/view/theme/vier/templates/wall_item_tag.tpl b/view/theme/vier/templates/wall_item_tag.tpl index be6b143b9f..463d5e6e9a 100644 --- a/view/theme/vier/templates/wall_item_tag.tpl +++ b/view/theme/vier/templates/wall_item_tag.tpl @@ -37,7 +37,7 @@
{{$item.location}}
- {{$item.ago}} {{$item.body}} + {{$item.ago}} {{$item.body nofilter}}
{{if $item.drop.pagedrop}} @@ -59,9 +59,9 @@ {{* top thread comment box *}} {{if $item.threaded}}{{if $item.comment}}{{if $item.thread_level==1}} -
{{$item.comment}}
+
{{$item.comment nofilter}}
{{/if}}{{/if}}{{/if}} {{if $item.flatten}} -
{{$item.comment}}
+
{{$item.comment nofilter}}
{{/if}} diff --git a/view/theme/vier/templates/wall_thread.tpl b/view/theme/vier/templates/wall_thread.tpl index bcef48c62e..fe95bf9be0 100644 --- a/view/theme/vier/templates/wall_thread.tpl +++ b/view/theme/vier/templates/wall_thread.tpl @@ -65,8 +65,8 @@
- {{$item.body}} {{if $item.title}}

{{$item.title}}

{{/if}} + {{$item.body nofilter}}
@@ -170,7 +170,7 @@
{{/if}}{{/if}} @@ -195,18 +195,18 @@ {{if $item.total_comments_num}} {{if $item.threaded}}{{if $item.comment}}{{if $item.thread_level==1}} -
{{$item.comment}}
+
{{$item.comment nofilter}}
{{/if}}{{/if}}{{/if}} {{if $item.flatten}} -
{{$item.comment}}
+
{{$item.comment nofilter}}
{{/if}} {{else}} {{if $item.threaded}}{{if $item.comment}}{{if $item.thread_level==1}} - + {{/if}}{{/if}}{{/if}} {{if $item.flatten}} - + {{/if}} {{/if}}