Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 577F7DA50 for ; Sun, 2 Dec 2012 21:57:01 +0000 (UTC) Received: (qmail 44934 invoked by uid 500); 2 Dec 2012 21:57:00 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 44904 invoked by uid 500); 2 Dec 2012 21:57:00 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 44895 invoked by uid 99); 2 Dec 2012 21:57:00 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Dec 2012 21:57:00 +0000 Received: from localhost (HELO mail-da0-f52.google.com) (127.0.0.1) (smtp-auth username nslater, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Dec 2012 21:57:00 +0000 Received: by mail-da0-f52.google.com with SMTP id f10so921932dak.11 for ; Sun, 02 Dec 2012 13:56:59 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:content-type:x-gm-message-state; bh=BKgpGmhsAQ6FJ32O28yaLg+9iVMu8LBVVKmmWSAci0I=; b=S4VVHzokU2COmJtRIhw2u1QBi4LYxrpmi02yEFLmlqePpYLiAV9w6Kt8vwrOgMuI0v knhbxsxxSlPzefZAOpMDyL/rW6ldneA3dqAoGr5YtOmGSfG7U5MGkt6tJf2Lexi0c6+e 2bPq1b0VO4hWNl1tL3G8loL8wVDEv1lL9i589ozBzV8LyzvpXpUPtrDXfYoy3xQFelJU a95eW8TxVycQpuO8anOZDTus5btbSNn4VbaF2ZWazUy7MWSEKzNEO76e+t5LUmawU0A1 gdS5H8jq/AOXe3smm7fA/GKB8wKyvj6LWHhElA1KMKBFP2p1T+F91wGwtQOXaNhxSi3K WAzg== MIME-Version: 1.0 Received: by 10.66.72.100 with SMTP id c4mr20778404pav.64.1354485419654; Sun, 02 Dec 2012 13:56:59 -0800 (PST) Received: by 10.66.246.138 with HTTP; Sun, 2 Dec 2012 13:56:59 -0800 (PST) X-Originating-IP: [178.250.115.206] In-Reply-To: <20121118191939.99FDB31473D@tyr.zones.apache.org> References: <20121118191939.99FDB31473D@tyr.zones.apache.org> Date: Sun, 2 Dec 2012 21:56:59 +0000 Message-ID: Subject: Re: [4/6] git commit: Fix copy-paste typo, remove changes history for request object. From: Noah Slater To: dev@couchdb.apache.org Content-Type: multipart/alternative; boundary=f46d042fdb6a4abe7b04cfe5b603 X-Gm-Message-State: ALoCoQnJcI8JuU8pjgQuLcHFLOt32JB/m2rUjBpQ5tToN1+8QVuKXgSv2OsP0pO8J8MgaZqLB3Q2 --f46d042fdb6a4abe7b04cfe5b603 Content-Type: text/plain; charset=ISO-8859-1 Why did you remove the change history? It seems useful. On 18 November 2012 19:19, wrote: > Fix copy-paste typo, remove changes history for request object. > > > Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo > Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/56642eb7 > Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/56642eb7 > Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/56642eb7 > > Branch: refs/heads/docs > Commit: 56642eb7221ecfe1941013e495cf38f3d3504f0b > Parents: 3bba592 > Author: Alexander Shorin > Authored: Tue Nov 6 01:20:39 2012 +0400 > Committer: Dave Cottlehuber > Committed: Sun Nov 18 20:17:55 2012 +0100 > > ---------------------------------------------------------------------- > share/doc/src/json-structure.rst | 11 ----------- > 1 files changed, 0 insertions(+), 11 deletions(-) > ---------------------------------------------------------------------- > > > > http://git-wip-us.apache.org/repos/asf/couchdb/blob/56642eb7/share/doc/src/json-structure.rst > ---------------------------------------------------------------------- > diff --git a/share/doc/src/json-structure.rst > b/share/doc/src/json-structure.rst > index f4fd4cc..7b998f9 100644 > --- a/share/doc/src/json-structure.rst > +++ b/share/doc/src/json-structure.rst > @@ -349,10 +349,6 @@ Request object > | | (empty string) > | > > +--------------------------------+---------------------------------------------+ > | cookie | Cookies `object`. > | > -| | If request method is `GET` method > contains | > -| | this field contains ``"undefined"`` > value, | > -| | while if `DELETE` or `HEAD` value is > ``""`` | > -| | (empty string). > | > > +--------------------------------+---------------------------------------------+ > | form | Form data `object`. > | > | | Contains decoded body as key-value > pairs if | > @@ -392,13 +388,6 @@ Request object > | | config file. > | > > +--------------------------------+---------------------------------------------+ > > -.. versionadded:: 0.9.0 > -.. versionchanged:: 0.10.0 Add ``userCtx`` field. > -.. versionchanged:: 0.11.0 Rename ``verb`` field to ``method``. > -.. versionchanged:: 0.11.0 Add ``id``, ``peer`` and ``uuid`` fields. > -.. versionchanged:: 1.1.0 Add ``requested_path`` and ``secObj`` fields. > -.. versionchanged:: 1.2.0 Add ``raw_path`` field. > - > .. code-block:: javascript > > { > > -- NS --f46d042fdb6a4abe7b04cfe5b603--