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 64FA5DAB9 for ; Sun, 2 Dec 2012 22:04:05 +0000 (UTC) Received: (qmail 63892 invoked by uid 500); 2 Dec 2012 22:04:04 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 63852 invoked by uid 500); 2 Dec 2012 22:04:04 -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 63844 invoked by uid 99); 2 Dec 2012 22:04:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Dec 2012 22:04:04 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [80.244.253.218] (HELO mail.traeumt.net) (80.244.253.218) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Dec 2012 22:03:55 +0000 Received: from [10.0.1.6] (i59F4C458.versanet.de [89.244.196.88]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.traeumt.net (Postfix) with ESMTPSA id DF01E1409C for ; Sun, 2 Dec 2012 22:58:08 +0100 (CET) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Subject: Re: [4/6] git commit: Fix copy-paste typo, remove changes history for request object. From: Jan Lehnardt In-Reply-To: Date: Sun, 2 Dec 2012 23:03:33 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <74105DAF-DB73-4D1A-A4AF-66E10F75FD4C@apache.org> References: <20121118191939.99FDB31473D@tyr.zones.apache.org> To: dev@couchdb.apache.org X-Mailer: Apple Mail (2.1499) X-Virus-Checked: Checked by ClamAV on apache.org On Dec 2, 2012, at 22:56 , Noah Slater wrote: > Why did you remove the change history? It seems useful. Mini-derail, as I can=92t speak for Dave: regardless of the reason for this one, we should try to keep version info in a VCS. Hand rolling changes prone to errors and not-doing-it. I do agree that being able to see historical information for docs is useful. Cheers Jan --=20 > On 18 November 2012 19:19, wrote: >=20 >> Fix copy-paste typo, remove changes history for request object. >>=20 >>=20 >> 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 >>=20 >> 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 >>=20 >> = ---------------------------------------------------------------------- >> share/doc/src/json-structure.rst | 11 ----------- >> 1 files changed, 0 insertions(+), 11 deletions(-) >> = ---------------------------------------------------------------------- >>=20 >>=20 >>=20 >> = 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) >> | >>=20 >> = +--------------------------------+----------------------------------------= -----+ >> | cookie | Cookies `object`. >> | >> -| | If request method is `GET` method >> contains | >> -| | this field contains = ``"undefined"`` >> value, | >> -| | while if `DELETE` or `HEAD` value = is >> ``""`` | >> -| | (empty string). >> | >>=20 >> = +--------------------------------+----------------------------------------= -----+ >> | form | Form data `object`. >> | >> | | Contains decoded body as key-value >> pairs if | >> @@ -392,13 +388,6 @@ Request object >> | | config file. >> | >>=20 >> = +--------------------------------+----------------------------------------= -----+ >>=20 >> -.. 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 >>=20 >> { >>=20 >>=20 >=20 >=20 > --=20 > NS