From commits-return-1516-apmail-couchdb-commits-archive=couchdb.apache.org@couchdb.apache.org Wed Dec 17 06:56:24 2008 Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 20248 invoked from network); 17 Dec 2008 06:56:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Dec 2008 06:56:24 -0000 Received: (qmail 96786 invoked by uid 500); 17 Dec 2008 06:56:37 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 96759 invoked by uid 500); 17 Dec 2008 06:56:37 -0000 Mailing-List: contact commits-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 commits@couchdb.apache.org Received: (qmail 96750 invoked by uid 500); 17 Dec 2008 06:56:37 -0000 Delivered-To: apmail-incubator-couchdb-commits@incubator.apache.org Received: (qmail 96746 invoked by uid 99); 17 Dec 2008 06:56:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Dec 2008 22:56:37 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Dec 2008 06:56:22 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id B8B2C11150 for ; Wed, 17 Dec 2008 06:56:01 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: couchdb-commits@incubator.apache.org Date: Wed, 17 Dec 2008 06:56:01 -0000 Message-ID: <20081217065601.15329.48258@eos.apache.org> Subject: [Couchdb Wiki] Update of "Actions" by PaulDavis X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification. The following page has been changed by PaulDavis: http://wiki.apache.org/couchdb/Actions ------------------------------------------------------------------------------ '''See also:''' ExternalProcesses - Actions are a default included functionality that is made available by the new ExternalProcess feature. ''_design/'' docs can now specify an ''actions'' member that is an object of ''key''/''function'' pairs. + Actions are a default included functionality that is made available by the new ExternalProcesses feature. ''_design/'' docs can now specify an ''actions'' member that is an object of ''key''/''function'' pairs. Action functions are specified in JavaScript and have access to a CouchDB object that can make requests to the database.