From 33fddcbfbd70fa0f5f69d1a1784cd6aa845947dd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 11 Mar 2021 07:42:58 +0100 Subject: remove "Packages" and "Fedora Git" links, add "Koschei" link --- all.php | 4 ++-- smarty/templates/rpmphp/zoom.tpl | 2 +- zoom.php | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/all.php b/all.php index 6c408f0..e87c469 100644 --- a/all.php +++ b/all.php @@ -64,8 +64,8 @@ function report ($db) if (substr($what, 0, 1)=='%') { $l = substr($what, 1, 1); - if (!ctype_alpha($l) && !ctype_digit($l)) { - $l = 'a'; + if ((!ctype_alpha($l) && !ctype_digit($l)) || strlen($what)>2) { + die("Hmm..."); } $sql = sprintf( "SELECT DISTINCT name diff --git a/smarty/templates/rpmphp/zoom.tpl b/smarty/templates/rpmphp/zoom.tpl index cfc1cb7..960a908 100644 --- a/smarty/templates/rpmphp/zoom.tpl +++ b/smarty/templates/rpmphp/zoom.tpl @@ -43,7 +43,7 @@ {if $k eq 'Bugzilla'} Active bugs - {elseif $k eq 'URL' or $k eq 'Pagure' or $k eq 'Packages' or $k eq 'Fedora git'} + {elseif $k eq 'URL' or $k eq 'Pagure' or $k eq 'Packages' or $k eq 'Koschei'} {$v} {else} {$v} diff --git a/zoom.php b/zoom.php index d843ea5..14d6c59 100644 --- a/zoom.php +++ b/zoom.php @@ -166,8 +166,8 @@ if ( !isset($name) || !$name ) { '&component=' . $name; } $summary['Pagure'] = "https://src.fedoraproject.org/rpms/$name"; - $summary['Fedora git'] = "https://src.fedoraproject.org/cgit/rpms/$name.git/"; - $summary['Packages'] = "https://apps.fedoraproject.org/packages/$name"; + $summary['Koschei'] = "https://koschei.fedoraproject.org/package/$name"; + //$summary['Packages'] = "https://apps.fedoraproject.org/packages/$name"; //if (isset($_GET['pkgdb'])) { // $fedpkg = $fedcli->getPackageInfo($name); -- cgit