PHP MIRRORS 34 CVS PHP BUGS WEB BUGTYPES INC LSTATS PHP INCLUDE FUNCTIONS INC
Date: Tue, 01 Jul 2003 15:19:01 -0000

Subject: cvs: php-bugs-web / bugtypes.inc lstats.php /include functions.inc
From: sniper@no-spam (Jani Taskinen)

sniper Tue Jul 1 11:19:01 2003 EDT
Modified files: /php-bugs-web lstats.php bugtypes.inc /php-bugs-web/include functions.inc Log:
Added "PHP-GTK related" category Index: php-bugs-web/lstats.php diff -u php-bugs-web/lstats.php:1.9 php-bugs-web/lstats.php:1.10
--- php-bugs-web/lstats.php:1.9 Sun Jun 29 22:44:16 2003
+++ php-bugs-web/lstats.php Tue Jul 1 11:19:01 2003
@@no-spam -18,7 +18,7 @@no-spam }
/* Categories which are excluded from bug count */
- $excluded = "'Feature/Change Request', 'Website Problem', 'PEAR related', 'Documentation problem'";

+ $excluded = "'Feature/Change Request', 'Website Problem', 'PEAR related', 'Documentation problem', 'PHP-GTK related'";

if ($category != '') {
$query.= " $status AND bug_type='$category' ";
Index: php-bugs-web/bugtypes.inc diff -u php-bugs-web/bugtypes.inc:1.15 php-bugs-web/bugtypes.inc:1.16
--- php-bugs-web/bugtypes.inc:1.15 Sat Jun 28 09:00:32 2003
+++ php-bugs-web/bugtypes.inc Tue Jul 1 11:19:01 2003
@@no-spam -12,6 +12,7 @@no-spam "Zend Engine 2 problem" => "    Zend Engine 2 problem",

"Session related" => "    Session related",
"PEAR related" => "    PEAR related",
+ "PHP-GTK related" => "    PHP-GTK related",
"Website problem" => "    PHP.net Website problem",

"*Compile Issues" => "    Compile Issues",
Index: php-bugs-web/include/functions.inc diff -u php-bugs-web/include/functions.inc:1.85 php-bugs-web/include/functions.inc:1.86

--- php-bugs-web/include/functions.inc:1.85 Tue Jul 1 09:44:39 2003
+++ php-bugs-web/include/functions.inc Tue Jul 1 11:19:01 2003
@@no-spam -488,6 +488,9 @@no-spam elseif (eregi("pear", $bug_type)) {
return array("pear-dev@no-spam","pear-dev@no-spam");
}
+ elseif (eregi("gtk", $bug_type)) {
+ return array("php-gtk-dev@no-spam","php-gtk-dev@no-spam");
+ }
else {
return array($mail_bugs_to,$mail_bugs_to);
}