[TikiWiki-commits] [Git][tikiwiki/tiki][27.x] [FIX] Enhance message handling in wikiplugin_tracker

"Espoir Baraka \(@esbarakabigega\) via TikiWiki-cvs" <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <6a37bdee5cfb1_381254bd444037@gitlab-sidekiq-low-urgency-cpu-bound-v2-8cc648f49-fxm9s.mail>

Espoir Baraka pushed to branch 27.x at Tiki Wiki CMS Groupware / Tiki


Commits:
350429cf by Espoir Baraka at 2026-06-21T12:27:31+02:00
[FIX] Enhance message handling in wikiplugin_tracker
---
* [FIX] Enhance message handling in wikiplugin_tracker
---
* [FIX] Enhance message handling in wikiplugin_tracker
---
* [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

(cherry picked from commit 47b244be8317b8e75a4face3e6ca56602788a3e3)

See merge request tikiwiki/tiki!10371

(cherry picked from commit a43aad2ff5b2fdd988faf21dcb2a3849590d470e)

See merge request tikiwiki/tiki!10372

(cherry picked from commit 268b77cba8af5de5be3dded5997248bf852b71cf)

See merge request tikiwiki/tiki!10565

- - - - -


1 changed file:

- lib/wiki-plugins/wikiplugin_tracker.php


Changes:

=====================================
lib/wiki-plugins/wikiplugin_tracker.php
=====================================
@@ -1700,6 +1700,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/350429cfdaadf1d1d5a73104ed437cd85feeda5d

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