[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX] Search box sends to pages with %20 instead of -

Benoit Grégoire (@benoitg) via TikiWiki-cvs <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <68c1d52fb07b1_2c2203ae423573@gitlab-sidekiq-low-urgency-cpu-bound-v2-6c997fd787-txp7h.mail>

Benoit Grégoire pushed to branch master at Tiki Wiki CMS Groupware / Tiki


Commits:
feeb012d by ushindi bienvenu at 2025-09-10T19:37:00+00:00
[FIX] Search box sends to pages with %20 instead of -
---
* [FIX] Search box sends to pages with %20 instead of -

See merge request tikiwiki/tiki!8527

- - - - -


1 changed file:

- lib/setup/javascript.php


Changes:

=====================================
lib/setup/javascript.php
=====================================
@@ -235,6 +235,7 @@ $jqueryTiki['cookie_consent_name'] = CookieConsentLib::COOKIE_CONSENT_NAME;
 $jqueryTiki['cookie_consent_categories'] = json_encode(array_keys(CookieConsentLib::getCookieCategories()));
 $jqueryTiki['cookie_consent_value'] = json_encode(CookieConsentLib::getConsentPreferences(), JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE);
 $jqueryTiki['BUILTIN_COOKIE_CATEGORY_ESSENTIAL'] = json_encode(CookieConsentLib::BUILTIN_COOKIE_CATEGORY_ESSENTIAL);
+$jqueryTiki['wiki_url_scheme'] = $prefs['wiki_url_scheme'];
 
 //set at 4 hours if empty
 $jqueryTiki['securityTimeout'] = ! empty($prefs['site_security_timeout']) ? $prefs['site_security_timeout']



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

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