[TikiWiki-commits] [Git][tikiwiki/tiki][29.x] [FIX] Ensure HTML entities are properly unescaped in tracker item title

Benoit Grégoire (@benoitg) via TikiWiki-cvs <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <69fb8e737d4fe_381902d0384e0@gitlab-sidekiq-low-urgency-cpu-bound-v2-69779547b7-6kgrn.mail>

Benoit Grégoire pushed to branch 29.x at Tiki Wiki CMS Groupware / Tiki


Commits:
8d5cf73e by Espoir Baraka at 2026-05-06T18:47:40+00:00
[FIX] Ensure HTML entities are properly unescaped in tracker item title
---
* [FIX] Ensure HTML entities are properly unescaped in tracker item title

See merge request tikiwiki/tiki!9997

- - - - -


1 changed file:

- lib/core/Tracker/Field/Text.php


Changes:

=====================================
lib/core/Tracker/Field/Text.php
=====================================
@@ -135,7 +135,11 @@ class Tracker_Field_Text extends \Tracker\Field\AbstractItemField implements \Tr
             }
         }
         $value = parent::renderInnerOutput($context);
-        if ($this->getConfiguration('type') === 't' && $context['list_mode'] !== 'csv') {   // not TextAreas or csv output
+        if (
+            $this->getConfiguration('type') === 't'
+            && $context['list_mode'] !== 'csv'
+            && empty($context['isMain_context'])
+        ) {
             $value = smarty_modifier_escape($value);
         }
         if (



View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/8d5cf73e4d9a4bf8049920ca82edd282c749c957

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/8d5cf73e4d9a4bf8049920ca82edd282c749c957
You're receiving this email because of your account on gitlab.com. Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help

_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.