[jira] [Commented] (COUCHDB-1875) CoffeeScript CommonJS Functions Don't Work

2013-08-21 Thread Jan Lehnardt (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13745815#comment-13745815 ] Jan Lehnardt commented on COUCHDB-1875: ---

[jira] [Commented] (COUCHDB-1873) Issue w/ navigating to pages where permission is denied

2013-08-21 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13745894#comment-13745894 ] ASF subversion and git services commented on COUCHDB-1873: --

Re: [REVIEW] Docs update

2013-08-21 Thread Jan Lehnardt
Heya Alex, I went through all commits in the branch and cleaned up a few language and grammar nits that I just committed. Overall this is totally awesome, thanks so much for your effort! You imported a few parts from guide.couchdb.org and a blog post by Christopher Lenz. We need to make sure

[jira] [Commented] (COUCHDB-1874) Continuous replication slows down over time

2013-08-21 Thread Paul Hirst (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13745926#comment-13745926 ] Paul Hirst commented on COUCHDB-1874: - +1 I've seen exactly the same problems with

Summary of IRC meeting in #couchdb-meeting, Wed Aug 21 13:05:43 2013

2013-08-21 Thread ASF IRC Services
Members present: jan, Kxepal Meeting summary: 1. Preface 2. 1.4 release 3. docs status IRC log follows: # 1. Preface # 13:06:21 [Kxepal]: topics for today: 1.4, docs status 13:06:52 [Kxepal]: suddenly, not yet finished all things to push, but will say

[jira] [Commented] (COUCHDB-1875) CoffeeScript CommonJS Functions Don't Work

2013-08-21 Thread Anthony Kaufman (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13746511#comment-13746511 ] Anthony Kaufman commented on COUCHDB-1875: -- Yeah, I think you're right. If

[jira] [Created] (COUCHDB-1876) Duplicate application/json in response Content-Type for show/update functions

2013-08-21 Thread Alexander Shorin (JIRA)
Alexander Shorin created COUCHDB-1876: - Summary: Duplicate application/json in response Content-Type for show/update functions Key: COUCHDB-1876 URL: https://issues.apache.org/jira/browse/COUCHDB-1876

[jira] [Updated] (COUCHDB-1876) Duplicate application/json in response Content-Type for show/update functions

2013-08-21 Thread Alexander Shorin (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Shorin updated COUCHDB-1876: -- Priority: Minor (was: Major) Duplicate application/json in response

[jira] [Updated] (COUCHDB-1876) Duplicate application/json in response Content-Type for show/update functions

2013-08-21 Thread Alexander Shorin (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Shorin updated COUCHDB-1876: -- Description: Show function: {code} function(doc,req){ return {json: true} } {code}

[jira] [Updated] (COUCHDB-1876) Duplicate application/json in response Content-Type for show/update functions

2013-08-21 Thread Alexander Shorin (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Shorin updated COUCHDB-1876: -- Description: Show function: {code} function(doc,req){ return {json: true} } {code}

Re: how to get last id changed.

2013-08-21 Thread souza.davirs
ok, guys, I know it's not for me to post here anymore, but as I reached the solution I wanted, I'll post it for future reference. reduce: function(key, values, rereduce){ return values[values.length-1]; } Thanks to all for the help. -- View this message in context:

Re: how to get last id changed.

2013-08-21 Thread Robert Newson
Hi souza, This can't be the correct answer, since you have no control over the order of items in the values array, you're just selecitng a random value. B. On 21 August 2013 17:56, souza.davirs souza.dav...@gmail.com wrote: ok, guys, I know it's not for me to post here anymore, but as I

Re: [REVIEW] Docs update

2013-08-21 Thread Alexander Shorin
On Wed, Aug 21, 2013 at 2:03 PM, Jan Lehnardt j...@apache.org wrote: I went through all commits in the branch and cleaned up a few language and grammar nits that I just committed. Overall this is totally awesome, thanks so much for your effort! You imported a few parts from

Re: [REVIEW] Docs update

2013-08-21 Thread Jan Lehnardt
On Aug 21, 2013, at 19:22 , Alexander Shorin kxe...@gmail.com wrote: On Wed, Aug 21, 2013 at 2:03 PM, Jan Lehnardt j...@apache.org wrote: I went through all commits in the branch and cleaned up a few language and grammar nits that I just committed. Overall this is totally awesome, thanks

Re: [REVIEW] Docs update

2013-08-21 Thread Noah Slater
This reminds me again. Alexander, would you be happy managing the merging in the rest of CouchDB TDG? If so, I should kick off the IP Clearance soon I think. At that point, we'd be free to remove the copyright notice from NOTICE. On 21 August 2013 18:28, Jan Lehnardt j...@apache.org wrote: On

Re: [PLUGINS] Plugin Hooks

2013-08-21 Thread Noah Slater
Nice!! On 19 August 2013 20:37, Jason Smith j...@apache.org wrote: Jan and anyone else, if you want to review my changes (20ish lines of code) to your plugin branch, see https://github.com/jhs/couchdb/compare/1867-feature-plugins...plugins It is also in ASF Git. A plugin can have

Re: [REVIEW] Docs update

2013-08-21 Thread Alexander Shorin
On Wed, Aug 21, 2013 at 10:44 PM, Noah Slater nsla...@apache.org wrote: This reminds me again. Alexander, would you be happy managing the merging in the rest of CouchDB TDG? If so, I should kick off the IP Clearance soon I think. At that point, we'd be free to remove the copyright notice from

Re: CouchDB Conf submissions, speakers

2013-08-21 Thread Noah Slater
Great, thanks! Yuriy, I know you had a list of people you wanted to reach out to. How is that going? Does anyone on this list have any names they want to put forward? People we should invite to speak. On 19 August 2013 14:54, Mike Broberg brob...@cloudant.com wrote: I have been speaking with

Re: [REVIEW] Docs update

2013-08-21 Thread Noah Slater
P.S. Feel free to bug me if you don't see me making progress. On 21 August 2013 20:29, Alexander Shorin kxe...@gmail.com wrote: On Wed, Aug 21, 2013 at 10:44 PM, Noah Slater nsla...@apache.org wrote: This reminds me again. Alexander, would you be happy managing the merging in the rest of

Re: [REVIEW] Docs update

2013-08-21 Thread Noah Slater
Cool, thanks. On 21 August 2013 20:29, Alexander Shorin kxe...@gmail.com wrote: On Wed, Aug 21, 2013 at 10:44 PM, Noah Slater nsla...@apache.org wrote: This reminds me again. Alexander, would you be happy managing the merging in the rest of CouchDB TDG? If so, I should kick off the IP