Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:91134 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3968 invoked from network); 8 Feb 2016 21:15:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Feb 2016 21:15:44 -0000 Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.215.10 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.215.10 mail.experimentalworks.net Received: from [217.114.215.10] ([217.114.215.10:35407] helo=mail.experimentalworks.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8A/8A-36326-E7509B65 for ; Mon, 08 Feb 2016 16:15:43 -0500 Received: by mail.experimentalworks.net (Postfix, from userid 1003) id 9B0C740881; Mon, 8 Feb 2016 22:15:50 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on km31408.keymachine.de X-Spam-Level: X-Spam-Status: No, score=-1.0 required=4.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.0 X-Spam-HAM-Report: * -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP Received: from [192.168.2.34] (ppp-93-104-13-103.dynamic.mnet-online.de [93.104.13.103]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: johannes@schlueters.de) by mail.experimentalworks.net (Postfix) with ESMTPSA id 9E89B40880; Mon, 8 Feb 2016 22:15:46 +0100 (CET) Message-ID: <1454966134.17597.4.camel@kuechenschabe> To: Stanislav Malyshev Cc: Dan Ackroyd , "internals@lists.php.net" Date: Mon, 08 Feb 2016 22:15:34 +0100 In-Reply-To: <56B8EBB5.4020507@gmail.com> References: <1454944088.9391.19.camel@kuechenschabe> <56B8EBB5.4020507@gmail.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4-0ubuntu2 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Add 'Requires RFC' to bugs.php.net was [PHP-DEV] Close some old issues From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) Hi, On Mon, 2016-02-08 at 11:25 -0800, Stanislav Malyshev wrote: > Hi! > > > From a technical perspective anybody who can push to the web-bugs-repo > > can add a status. The status is just a varchar() field in the database. > > No admin task needed to change it. > > Could you please point out where you add the status? I could not find > any places in the code where the canned bug responses are stored. It > looked to me as they are in the DB only, but maybe I missed something. Status or canned answers? Statuses ain't pretty, but see $state_types and show_state_options() in include/functions.php and then you have to find all other places where this might be relevant. Canned responses however are stored in a database and can only be added by somebody with shell access (not me). Current list is https://bugs.php.net/quick-fix-desc.php johannes