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



-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to