[TikiWiki-commits] [Git][tikiwiki/tiki][master] [REM] Remove obsolete showTikiOrg controller and tracker field

"luci \(@luciash\) via TikiWiki-cvs" <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <68bef5233e2b5_2cdd89c87827@gitlab-sidekiq-low-urgency-cpu-bound-v2-8599f4c745-276nl.mail>

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


Commits:
e5ac242a by Landry Bitege at 2025-09-08T15:16:13+00:00
[REM] Remove obsolete showTikiOrg controller and tracker field
---
* [REM] Remove obsolete SSH2 extension check from tiki-check.php

See merge request tikiwiki/tiki!8536

- - - - -


1 changed file:

- tiki-check.php


Changes:

=====================================
tiki-check.php
=====================================
@@ -1973,23 +1973,6 @@ if ($s) {
     );
 }
 
-$s = extension_loaded('ssh2');
-if ($s) {
-    $php_properties['SSH2'] = array(
-        'fitness' => tra('good'),
-        'fitness_status' => FITNESS_STATUS_GOOD,
-        'setting' => 'Loaded',
-        'message' => tra('This extension is needed for the show.tiki.org tracker field type, up to Tiki 17.')
-    );
-} else {
-    $php_properties['SSH2'] = array(
-        'fitness' => tra('info'),
-        'fitness_status' => FITNESS_STATUS_INFO,
-        'setting' => 'Not available',
-        'message' => tra('This extension is needed for the show.tiki.org tracker field type, up to Tiki 17.')
-    );
-}
-
 $s = extension_loaded('soap');
 if ($s) {
     $php_properties['soap'] = array(



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

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