[TikiWiki-commits] [Git][tikiwiki/tiki][tiki-fix-tracker-url-wikisyntax] [FIX] Url.php: include resolved href in invalid wiki-link URL error

"Sammy Ndabo \(@ndabosam084\) via TikiWiki-cvs" <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <69958ca5103af_3b186a8c88866@gitlab-sidekiq-low-urgency-cpu-bound-v2-766868d66-ls2m8.mail>

Sammy Ndabo pushed to branch tiki-fix-tracker-url-wikisyntax at Tiki Wiki CMS Groupware / Tiki


Commits:
6c6bde4d by Sammy Ndabo at 2026-02-18T11:55:24+02:00
[FIX] Url.php: include resolved href in invalid wiki-link URL error

- - - - -


1 changed file:

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


Changes:

=====================================
lib/core/Tracker/Field/Url.php
=====================================
@@ -167,7 +167,7 @@ class Tracker_Field_Url extends \Tracker\Field\AbstractItemField implements \Tra
                 return tr('Invalid wiki link syntax. The link target could not be resolved.');
             }
             if (! self::isSyntacticallyValidUrl($resolvedHref)) {
-                return tr('Invalid wiki link syntax. The resolved link target is not a valid URL.');
+                return tr('Invalid wiki link syntax. The resolved link target "%0" is not a valid URL.', $resolvedHref);
             }
             return true;
         }



View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/6c6bde4d6c81d902779e32b5dcd3a65a47f39d08

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/6c6bde4d6c81d902779e32b5dcd3a65a47f39d08
You're receiving this email because of your account on gitlab.com.

_______________________________________________
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.