[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX] Enhance message handling in wikiplugin_tracker

"luci \(@luciash\) via TikiWiki-cvs" <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <6a14ab984ce03_38192c4c90867@gitlab-sidekiq-low-urgency-cpu-bound-v2-5bd7895658-vkcxh.mail>

luci pushed to branch master at Tiki Wiki CMS Groupware / Tiki


Commits:
47b244be by Espoir Baraka at 2026-05-25T19:48:22+00:00
[FIX] Enhance message handling in wikiplugin_tracker
---
* [FIX] Enhance message handling in wikiplugin_tracker
---
* Added parsing for custom messages in the wikiplugin_tracker function to improve user feedback.

See merge request tikiwiki/tiki!10363

- - - - -


1 changed file:

- lib/wiki-plugins/wikiplugin_tracker.php


Changes:

=====================================
lib/wiki-plugins/wikiplugin_tracker.php
=====================================
@@ -1604,6 +1604,8 @@ function wikiplugin_tracker($data, $params)
                     $msg = trim($data);
                     if (empty($msg)) {
                         $msg = tr('Form saved successfully.');
+                    } else {
+                        $msg = $parserlib->parse_data($msg);
                     }
                     Feedback::success($msg);
                     TikiLib::lib('access')->redirect($url[$key]);



View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/47b244be8317b8e75a4face3e6ca56602788a3e3

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/47b244be8317b8e75a4face3e6ca56602788a3e3
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.