From commits-return-1515-apmail-couchdb-commits-archive=couchdb.apache.org@couchdb.apache.org Wed Dec 17 06:55:05 2008 Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 19894 invoked from network); 17 Dec 2008 06:55:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Dec 2008 06:55:04 -0000 Received: (qmail 96016 invoked by uid 500); 17 Dec 2008 06:55:17 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 95936 invoked by uid 500); 17 Dec 2008 06:55:17 -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 95927 invoked by uid 500); 17 Dec 2008 06:55:17 -0000 Delivered-To: apmail-incubator-couchdb-commits@incubator.apache.org Received: (qmail 95915 invoked by uid 99); 17 Dec 2008 06:55:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Dec 2008 22:55:17 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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:55:04 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id EA34411150 for ; Wed, 17 Dec 2008 06:54:43 +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:54:43 -0000 Message-ID: <20081217065443.15003.35240@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. Action functions are specified in JavaScript and have access to a CouchDB object that can make requests to the database.