Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43527 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68319 invoked from network); 27 Mar 2009 22:36:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Mar 2009 22:36:04 -0000 Authentication-Results: pb1.pair.com header.from=retricek@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=retricek@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.179 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: retricek@gmail.com X-Host-Fingerprint: 209.85.219.179 mail-ew0-f179.google.com Received: from [209.85.219.179] ([209.85.219.179:48306] helo=mail-ew0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 39/7D-30978-3D45DC94 for ; Fri, 27 Mar 2009 17:36:04 -0500 Received: by ewy27 with SMTP id 27so1471578ewy.23 for ; Fri, 27 Mar 2009 15:36:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=yJ9+EoxGAGF5N8mouENIlZNwxa6nMcbFQZmM+1NK/D8=; b=hhe4odcvb4jqu/S8IrOfAgWNCkrKNt84ZDISyIwPH2QL2NAl5cHASFr0LuLuOZeQOe M64M5v8BGe7GD8Rv0oz1F9H1TQoYIpZEN4FAnQTq2EqrPd+2IQ0QpXlGctlwYInmKK6b CCGfDf9PQBeiqxDvREr4mi4/+i6IzZDUelGAg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=TNfCPFzN3+PyFtYplhKYKb5exvsz2Yu0GYcmPmS4BiASXFFZP9QztrEakrLc3YvflH Le4gPT/hhI+sVoIrC3yapUzq5VzfX/hrVZO36RqDFcR8hzBzVG5e8RApXFM1DG5AKdXk tPwGGBgJB8tpOiNB7q6nmAcv9FM2hecR33Tso= MIME-Version: 1.0 Received: by 10.216.53.195 with SMTP id g45mr1008762wec.112.1238193360668; Fri, 27 Mar 2009 15:36:00 -0700 (PDT) In-Reply-To: <2dedb8a0903271522g3614c215k696b4b31ead9d625@mail.gmail.com> References: <744ffb620903271040t6f260e6bp893b6219f095e9fa@mail.gmail.com> <744ffb620903271121g51290b9amdc26116280aec055@mail.gmail.com> <49CD2334.4070207@sektioneins.de> <744ffb620903271214w7a62f2d8wac87922702503fd2@mail.gmail.com> <2dedb8a0903271522g3614c215k696b4b31ead9d625@mail.gmail.com> Date: Fri, 27 Mar 2009 23:36:00 +0100 Message-ID: <744ffb620903271536s4a5fdc99lec47f2dc2261d1d1@mail.gmail.com> To: Kalle Sommer Nielsen Cc: Stefan Esser , m.bretz@metropolis-ag.de, internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Re: Bug #40698 Re-use search term in the quicksearch input field From: retricek@gmail.com (=?ISO-8859-2?Q?Josef_=A9im=E1nek?=) OK, nice idea about that search in comments bug. I try to code it tonight. Next, I found some illogical code in bug tracker source code. For example, there is a file (include/config.php) with mysql access but it is not using, but there are some pages using mysql_connect function followed by mysql_select_db without constants defined in that file. I think there is no reason for this, is there ? 2009/3/27 Kalle Sommer Nielsen : > Hi Josef > > 2009/3/27 Josef =A9im=E1nek : >> ok, but Mike Bretz wrote that it will be better to mark this bug as >> "Bogus" according to all browsers auto-form completion function. >> This patch was written very fast, without thinking. Next time I spend >> more time to focus on security. >> >> ok, what about these bugs : >> http://bugs.php.net/bug.php?id=3D46663 >> http://bugs.php.net/bug.php?id=3D40696 >> >> Will be any improvement to focus on these bugs ? >> Thank you for fast response. > > If you can come up with a good enough patch and idea to resolve the > issue I don't see any reason for why they wouldn't be accepted. Both > of them seems pretty straight forward, for example for #46663, a > checkbox that can be checked to "search comments only" could be added > and then modify the results page to snow a snippet of the comment that > matches. > >> >> >> -- >> PHP Internals - PHP Runtime Development Mailing List >> To unsubscribe, visit: http://www.php.net/unsub.php >> >> > > > > -- > Kalle Sommer Nielsen > kalle@php.net >