)]}'
{
  "log": [
    {
      "commit": "9806ac965cb03fce90423bad3d5f771a40ac9fc1",
      "tree": "5b3cf9e27b0a5dafc28ee2fd75dc97087135d6d1",
      "parents": [
        "102e663aab0a7fe4305dee866c55afcb22df6348"
      ],
      "author": {
        "name": "Iblis Lin",
        "email": "iblis@hs.ntnu.edu.tw",
        "time": "Thu May 12 20:31:10 2016 +0800"
      },
      "committer": {
        "name": "Iblis Lin",
        "email": "iblis@hs.ntnu.edu.tw",
        "time": "Thu May 12 20:31:10 2016 +0800"
      },
      "message": "Fix HTTP Accept header for list query\n\nGiven following list function\n```\nfunction(head, req) {\n  provides(\u0027text\u0027, function(){\n    start({\n      \u0027headers\u0027: {\n        \u0027Content-Type\u0027: \u0027text/plain\u0027\n      }\n    });\n    send(\u0027Hello list!\u0027);\n  });\n}\n```\n\nIt will get HTTP 406 error, because the default\nAccept header is set to `application/json`.\n\nSee Also: couchapp/couchapp#234\n"
    },
    {
      "commit": "102e663aab0a7fe4305dee866c55afcb22df6348",
      "tree": "7b8dcf55a0a84ac59ad3828f9ab7e9646fe378bc",
      "parents": [
        "747ec0f8dcd685d6b4fa7ef1687b7f571a5a0284"
      ],
      "author": {
        "name": "Robert Kowalski",
        "email": "rok@kowalski.gd",
        "time": "Sun Nov 09 16:06:51 2014 +0100"
      },
      "committer": {
        "name": "Robert Kowalski",
        "email": "rok@kowalski.gd",
        "time": "Sun Nov 09 16:41:06 2014 +0100"
      },
      "message": "Fix broken key options\n\nnoticed while porting the tests\n"
    },
    {
      "commit": "747ec0f8dcd685d6b4fa7ef1687b7f571a5a0284",
      "tree": "1d19d8dbf9fe6e42319ce4bda5eb8c8978894751",
      "parents": [
        "dac654b0e526db5d27d57115859447b31cefbcb0"
      ],
      "author": {
        "name": "Robert Kowalski",
        "email": "rok@kowalski.gd",
        "time": "Sun Nov 09 16:05:44 2014 +0100"
      },
      "committer": {
        "name": "Robert Kowalski",
        "email": "rok@kowalski.gd",
        "time": "Sun Nov 09 16:41:00 2014 +0100"
      },
      "message": "Port old JS Spec tests to Mocha\n\nChanges that happened to jquery.couch.js which were not\nreflected by the current failing JSpec Testsuite and\nrequired changes to the testuite:\n\n - jquery.couch returns the time for the request and not an\n   object with an url property\n - jquery.couch does not show alerts any more\n - success callbacks don\u0027t return a status any more\n - db.copyDoc expects an docid as target in the first option object,\n   not a third parameter with an `Destination` property\n\nCOUCHDB-1566\n"
    },
    {
      "commit": "dac654b0e526db5d27d57115859447b31cefbcb0",
      "tree": "9e3c46d545b612d00a0c8742945e90fc4c2f605f",
      "parents": [
        "ec5fa139462be3160f8f181215cfeb73591c30fa"
      ],
      "author": {
        "name": "Alexander Shorin",
        "email": "kxepal@apache.org",
        "time": "Wed Oct 29 19:01:17 2014 +0300"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@apache.org",
        "time": "Fri Oct 31 06:01:50 2014 +0300"
      },
      "message": "Fix document copying\n\nTo COPY a doc the client must specify the target doc id in Destination\nheader. Additionally, it may add the revision parameter if document\nalready exists and we want to copy over it.\n"
    },
    {
      "commit": "ec5fa139462be3160f8f181215cfeb73591c30fa",
      "tree": "3ac8fc8b12c4b0e8dd26ab2600c1d80fde37d110",
      "parents": [
        "dff79df382b2445ac58699d04f30e02e59af9808"
      ],
      "author": {
        "name": "Robert Kowalski",
        "email": "rok@kowalski.gd",
        "time": "Mon Jun 16 22:08:38 2014 +0200"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@apache.org",
        "time": "Thu Jul 31 19:19:24 2014 +0400"
      },
      "message": "Add complete for login, and use code style of the lib\n\nSigned-off-by: Alexander Shorin \u003ckxepal@apache.org\u003e\n"
    },
    {
      "commit": "dff79df382b2445ac58699d04f30e02e59af9808",
      "tree": "af6882de02a81b6cc78f6b85932553b41e8c3b98",
      "parents": [
        "138f44a4eab3c92edaf6df28bd49ce12dded6c3c"
      ],
      "author": {
        "name": "Mike McKay",
        "email": "mikeymckay@gmail.com",
        "time": "Tue Aug 07 18:10:06 2012 -0400"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@apache.org",
        "time": "Thu Jul 31 19:19:24 2014 +0400"
      },
      "message": "Fixed broken complete callback for login\n\nSigned-off-by: Alexander Shorin \u003ckxepal@apache.org\u003e\n"
    },
    {
      "commit": "138f44a4eab3c92edaf6df28bd49ce12dded6c3c",
      "tree": "20dcbdf3a8f4232f1b77225c5444641e41aa9a9c",
      "parents": [
        "b67fc91b3fada65c68a0f42d0983d648f0e82e88"
      ],
      "author": {
        "name": "Robert Kowalski",
        "email": "rok@kowalski.gd",
        "time": "Mon Jun 16 21:55:53 2014 +0200"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@apache.org",
        "time": "Thu Jul 31 19:19:22 2014 +0400"
      },
      "message": "Add first set of red tests\n\nSigned-off-by: Alexander Shorin \u003ckxepal@apache.org\u003e\n"
    },
    {
      "commit": "b67fc91b3fada65c68a0f42d0983d648f0e82e88",
      "tree": "034eda14049774edbe462f2122a23826cbdbaf7f",
      "parents": [
        "b93776b7ea6eca80e6792ee98ff7a6ce95dcb93f"
      ],
      "author": {
        "name": "Robert Kowalski",
        "email": "rok@kowalski.gd",
        "time": "Mon Jun 16 22:14:00 2014 +0200"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@apache.org",
        "time": "Thu Jul 31 19:19:20 2014 +0400"
      },
      "message": "Add sinon@1.10.2\n\nSigned-off-by: Alexander Shorin \u003ckxepal@apache.org\u003e\n"
    },
    {
      "commit": "b93776b7ea6eca80e6792ee98ff7a6ce95dcb93f",
      "tree": "ae3b568aaf9ce1a646214352c584622f573a1c7b",
      "parents": [
        "c7d975a06676361889017836360cb38c899d0a4f"
      ],
      "author": {
        "name": "Robert Kowalski",
        "email": "rok@kowalski.gd",
        "time": "Mon Jun 16 22:49:36 2014 +0200"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@apache.org",
        "time": "Thu Jul 31 19:19:18 2014 +0400"
      },
      "message": "Add dependencies\n\nthey are managed with bower, except sinon. there is no browser\nbuild on bower for sinon and also no one on npm so far. in the\nfuture they want to use browserify\n\nSigned-off-by: Alexander Shorin \u003ckxepal@apache.org\u003e\n"
    },
    {
      "commit": "c7d975a06676361889017836360cb38c899d0a4f",
      "tree": "faf9482ecc74fc34e20da74090ad0f52c366d47a",
      "parents": [
        "2dd8ab0584ab213e5c14dd6678b95ca88bbfa0ec"
      ],
      "author": {
        "name": "Robert Kowalski",
        "email": "rok@kowalski.gd",
        "time": "Mon Jun 16 22:13:14 2014 +0200"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@apache.org",
        "time": "Thu Jul 31 19:19:15 2014 +0400"
      },
      "message": "Add bower.json\n\nSigned-off-by: Alexander Shorin \u003ckxepal@apache.org\u003e\n"
    },
    {
      "commit": "2dd8ab0584ab213e5c14dd6678b95ca88bbfa0ec",
      "tree": "a972d18bcd503adf9ee50ad6af0d38e006c7835a",
      "parents": [
        "b8833142b0dbe76a033c5a808c1e3aaf2bac07e5"
      ],
      "author": {
        "name": "Robert Kowalski",
        "email": "rok@kowalski.gd",
        "time": "Mon Jun 16 20:56:32 2014 +0200"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@apache.org",
        "time": "Thu Jul 31 19:19:15 2014 +0400"
      },
      "message": "Add LICENSE file\n\nSigned-off-by: Alexander Shorin \u003ckxepal@apache.org\u003e\n"
    },
    {
      "commit": "b8833142b0dbe76a033c5a808c1e3aaf2bac07e5",
      "tree": "032681bfa7352d0b1e9a4c2fff0fdbf9f21de879",
      "parents": [
        "66dbcbfc1def14b77fc24e9c79c875fe57d9bdb6"
      ],
      "author": {
        "name": "Robert Kowalski",
        "email": "rok@kowalski.gd",
        "time": "Mon Jun 16 22:54:46 2014 +0200"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@apache.org",
        "time": "Thu Jul 31 19:19:12 2014 +0400"
      },
      "message": "Add README.md\n\nSigned-off-by: Alexander Shorin \u003ckxepal@apache.org\u003e\n"
    },
    {
      "commit": "66dbcbfc1def14b77fc24e9c79c875fe57d9bdb6",
      "tree": "22fbbaed1947b4508e5dd5bf7816e35a00b604eb",
      "parents": [
        "d0e44d2b02bc51a1076fc1473836637955a6f78c"
      ],
      "author": {
        "name": "Dale Harvey",
        "email": "dale@arandomurl.com",
        "time": "Tue Mar 11 15:16:13 2014 +0400"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Tue Mar 11 15:16:13 2014 +0400"
      },
      "message": "More deferred support to jquery.couch.js\n\nCOUCHDB-1180\n\nSigned-off-by: Alexander Shorin \u003ckxepal@apache.org\u003e\n"
    },
    {
      "commit": "d0e44d2b02bc51a1076fc1473836637955a6f78c",
      "tree": "00fa1e507709eb13db44d54624b209ca63d8e4a2",
      "parents": [
        "0ff661b5df8b28dfdcfd577f89b210885e81b20b"
      ],
      "author": {
        "name": "telis94",
        "email": "dossas07@hotmail.com",
        "time": "Tue Mar 11 15:15:48 2014 +0400"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Tue Mar 11 15:15:48 2014 +0400"
      },
      "message": "Add deferred support to jquery.couch.js\n\nCOUCHDB-1036 COUCHDB-1180\n\nThis closes #169\n\nSigned-off-by: Alexander Shorin \u003ckxepal@apache.org\u003e\n"
    },
    {
      "commit": "0ff661b5df8b28dfdcfd577f89b210885e81b20b",
      "tree": "89a35e030098bc4a92d4341f9777614fe1f84ad4",
      "parents": [
        "620562c9865c52b45ada5de864583e1010b99534"
      ],
      "author": {
        "name": "Robert Kowalski",
        "email": "rok@kowalski.gd",
        "time": "Sun Feb 16 21:37:44 2014 +0100"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Sun Feb 16 21:37:44 2014 +0100"
      },
      "message": "remove superfluous \u0027user_doc.type\u0027\n\nFixes COUCHDB-1474\n"
    },
    {
      "commit": "620562c9865c52b45ada5de864583e1010b99534",
      "tree": "7c8914d1c2be2abebc157d9bd3050b17db8bbcb5",
      "parents": [
        "b99d71eed2542e8839655cda831168d383fd4f90"
      ],
      "author": {
        "name": "Fedor Indutny",
        "email": "fedor.indutny@gmail.com",
        "time": "Tue Dec 10 17:29:16 2013 +0400"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Tue Dec 10 17:29:16 2013 +0400"
      },
      "message": "jquery.couch.js: db.changes().stop() should abort XMLHTTPRequest\n"
    },
    {
      "commit": "b99d71eed2542e8839655cda831168d383fd4f90",
      "tree": "7fc1a5075148aca70bf8bb0f8b06c504d27c8a0c",
      "parents": [
        "1dbeb760626b022b46217ba009d437f61dd111b7"
      ],
      "author": {
        "name": "Alexander Shorin",
        "email": "kxepal@apache.org",
        "time": "Sun Dec 08 20:32:53 2013 +0400"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Sun Dec 08 20:32:53 2013 +0400"
      },
      "message": "Fix compatibility with jQuery 1.9+\n\n$.browser is gone there, but still we have to disable cache for MSIE.\n\nCOUCHDB-1668\n"
    },
    {
      "commit": "1dbeb760626b022b46217ba009d437f61dd111b7",
      "tree": "a49eb4d7d9da761374066ed8c2ba0b916f02a76b",
      "parents": [
        "5948033f16e9f99df998d729bbdbabba4f67341a"
      ],
      "author": {
        "name": "Alexander Shorin",
        "email": "kxepal@apache.org",
        "time": "Sun Dec 08 18:36:59 2013 +0400"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Sun Dec 08 18:36:59 2013 +0400"
      },
      "message": "Update jquery.couch docstrings. Fix few typos.\n\nReferences to CouchBase docs were broken anyway.\n"
    },
    {
      "commit": "5948033f16e9f99df998d729bbdbabba4f67341a",
      "tree": "3eda0e61e2752455d33ed5b95c73bd603ee88dcd",
      "parents": [
        "a76875ddc841705e121b5a5832ef1c8ee8a68cee"
      ],
      "author": {
        "name": "Mike McKay",
        "email": "mike@vdomck.org",
        "time": "Thu Nov 01 01:46:24 2012 +0100"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Thu Nov 01 01:46:24 2012 +0100"
      },
      "message": "Merged pull request #7 from @mikeymckay, with thanks\n"
    },
    {
      "commit": "a76875ddc841705e121b5a5832ef1c8ee8a68cee",
      "tree": "ba58e5893d4eb0a674e5a3fb969d965cb088d0b7",
      "parents": [
        "ce9e39cb01488150c694f6fe6f5e554c3748c08d"
      ],
      "author": {
        "name": "Ewan McDougall",
        "email": "mrloop@mrloop.com",
        "time": "Thu Jun 07 13:34:54 2012 +0200"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Thu Jun 07 13:34:54 2012 +0200"
      },
      "message": "Use ajax helper function for _session GET request to stop request cache in IE7\n"
    },
    {
      "commit": "ce9e39cb01488150c694f6fe6f5e554c3748c08d",
      "tree": "c99a9815f2c8c1ecc27bcb53becbbee4a4fa4c39",
      "parents": [
        "428e874206c90db67f297fb66d6ed38e06c54fc9"
      ],
      "author": {
        "name": "Sam Bisbee",
        "email": "sam@sbisbee.com",
        "time": "Sat Feb 18 15:20:36 2012 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Sat Feb 18 15:20:36 2012 +0000"
      },
      "message": "COUCHDB-1381 - Don\u0027t call alert() from jquery.couch.js\n\njquery.couch.js is a javascript library and should not assume it\u0027s\nrunning inside a browser. Particularly, it should not call\nalert(). Instead it should throw an exception.\n"
    },
    {
      "commit": "428e874206c90db67f297fb66d6ed38e06c54fc9",
      "tree": "1fd9b91ada81fa52afb559a196e49c6ca0c5a30a",
      "parents": [
        "2b95f339955ff649dcaee92060b5ee87d490639b"
      ],
      "author": {
        "name": "benoitc",
        "email": "bchesneau@gmail.com",
        "time": "Sat Dec 03 06:13:34 2011 +0100"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Sat Dec 03 06:13:34 2011 +0100"
      },
      "message": "Fix admin users creation and user password change in futon.\n\nmain patch from jan, reviewed \u0026 updated by me.\n"
    },
    {
      "commit": "2b95f339955ff649dcaee92060b5ee87d490639b",
      "tree": "ebd0c1ea59f4dd4556914188bccd2db4697942f1",
      "parents": [
        "394922e683d9560dd62203b86294e9778c290384"
      ],
      "author": {
        "name": "Filipe David Borba Manana",
        "email": "fdmanana@apache.org",
        "time": "Sat Nov 05 14:55:55 2011 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Sat Nov 05 14:55:55 2011 +0000"
      },
      "message": "Add view request duration to Futon\n\nCloses COUCHDB-509\n"
    },
    {
      "commit": "394922e683d9560dd62203b86294e9778c290384",
      "tree": "d11449fea0370bb2a5b08b29741feeb3a2ea0427",
      "parents": [
        "c959bfe63fb958e3b3c114723971c8a78156a66e"
      ],
      "author": {
        "name": "Robert Newson",
        "email": "rnewson@apache.org",
        "time": "Wed May 11 08:45:54 2011 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Wed May 11 08:45:54 2011 +0000"
      },
      "message": "COUCHDB-1156 - send Accept header so Futon doesn\u0027t display HTML where it expects JSON (Thanks Dale Harvey for patch)\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1101786 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "c959bfe63fb958e3b3c114723971c8a78156a66e",
      "tree": "8e378b01f114e07d7c3bdb2ff1053f80dbdf96f7",
      "parents": [
        "4f6e3433c22ab5340cd066d278bb1a2489957c42"
      ],
      "author": {
        "name": "Jason David Davies",
        "email": "jasondavies@apache.org",
        "time": "Sun Apr 17 18:22:42 2011 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Sun Apr 17 18:22:42 2011 +0000"
      },
      "message": "Simplify JSON parsing calls.\n\nThanks to @brainsatwork for the suggestion.  Instead of carrying around a lump\nof legacy jQuery 1.4.x $.httpData code, I\u0027ve simply called $.parseJSON directly.\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1094181 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "4f6e3433c22ab5340cd066d278bb1a2489957c42",
      "tree": "b967c175cfc43d87ff8244cfb86e346c554c44a5",
      "parents": [
        "501853fd8714f9595cc6e576cfcdb932fffeacee"
      ],
      "author": {
        "name": "Jan Lehnardt",
        "email": "jan@apache.org",
        "time": "Sat Apr 16 22:47:15 2011 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Sat Apr 16 22:47:15 2011 +0000"
      },
      "message": "fix reference\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1094080 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "501853fd8714f9595cc6e576cfcdb932fffeacee",
      "tree": "3f105b6a477e52f757e870e4ef24be41555f5ba6",
      "parents": [
        "b4f2197fc4e5126d5b72a1847ab80d508d0f999c"
      ],
      "author": {
        "name": "Jan Lehnardt",
        "email": "jan@apache.org",
        "time": "Sat Apr 16 22:42:19 2011 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Sat Apr 16 22:42:19 2011 +0000"
      },
      "message": "Note to self: Test before commit.\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1094078 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "b4f2197fc4e5126d5b72a1847ab80d508d0f999c",
      "tree": "2ccd73571c251eb8e5d641ae7f15a2861cf1bba1",
      "parents": [
        "3b01c58e48fe7a83d0436229a4baeab5bc31e0ff"
      ],
      "author": {
        "name": "Jan Lehnardt",
        "email": "jan@apache.org",
        "time": "Sat Apr 16 22:36:36 2011 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Sat Apr 16 22:36:36 2011 +0000"
      },
      "message": "Make prepareUserDoc a public method.\n\nCloses COUCHDB-1014\n\nPatch by Benjamin Young.\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1094076 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "3b01c58e48fe7a83d0436229a4baeab5bc31e0ff",
      "tree": "d1acad70f18375cb76f4a8bae726fd5d3fab3433",
      "parents": [
        "93d7e843e58569b28fd8452c9dd1aaa03ef237b1"
      ],
      "author": {
        "name": "Jan Lehnardt",
        "email": "jan@apache.org",
        "time": "Sat Apr 16 20:40:12 2011 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Sat Apr 16 20:40:12 2011 +0000"
      },
      "message": "allow passing of ajax options to $.couch.list()\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1094049 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "93d7e843e58569b28fd8452c9dd1aaa03ef237b1",
      "tree": "fc374760d2c35078c5b56e4177ed53a95b8b3963",
      "parents": [
        "eeac4c31593f88f0596ae91fcb3fb999975cda54"
      ],
      "author": {
        "name": "Jan Lehnardt",
        "email": "jan@apache.org",
        "time": "Sat Apr 16 19:32:26 2011 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Sat Apr 16 19:32:26 2011 +0000"
      },
      "message": "Add inline documentation for jquery.couch.js\n\nCloses COUCHDB-1116\n\nPatch by Dale Harvey.\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1094035 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "eeac4c31593f88f0596ae91fcb3fb999975cda54",
      "tree": "e73eb96db53fd7a778ffb575396d53bc1abe4eff",
      "parents": [
        "e0f9e045ac4134791c8f3cba4dacb5e54c51de2e"
      ],
      "author": {
        "name": "Jan Lehnardt",
        "email": "jan@apache.org",
        "time": "Sat Apr 16 18:29:03 2011 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Sat Apr 16 18:29:03 2011 +0000"
      },
      "message": "Don\u0027t expect a 202 repsponse code when cancelling a replication.\n\nCloses COUCHDB-1016\n\nPatch by Felix Hummel.\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1094024 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "e0f9e045ac4134791c8f3cba4dacb5e54c51de2e",
      "tree": "078368ebd5f55ef3343faa5e1ab8bba639287b48",
      "parents": [
        "06980a26a7da2b22bd04373f1e12d7742d952259"
      ],
      "author": {
        "name": "Robert Newson",
        "email": "rnewson@apache.org",
        "time": "Sun Feb 13 19:17:22 2011 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Sun Feb 13 19:17:22 2011 +0000"
      },
      "message": "Only accept application/json from jquery.couch.js\n\nSince Filipe\u0027s fix for parsing the accepted content types at r1041103, returns from\n$.ajax could return a 302 that redirects to an HTML page. Functions like activeTasks()\nexpect JSON and barf when fed HTML.\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1070279 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "06980a26a7da2b22bd04373f1e12d7742d952259",
      "tree": "a634250029a222128daa91fb800dd5a731633ad6",
      "parents": [
        "cd2b4bb9659edc6949fc2c0ef0298280a1a970f7"
      ],
      "author": {
        "name": "Jason David Davies",
        "email": "jasondavies@apache.org",
        "time": "Sat Feb 05 10:37:31 2011 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Sat Feb 05 10:37:31 2011 +0000"
      },
      "message": "Make compatible with jQuery 1.5.x\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1067420 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "cd2b4bb9659edc6949fc2c0ef0298280a1a970f7",
      "tree": "e7f5da14c92503ab142a2798b07e60153d7051c0",
      "parents": [
        "fc742d92b424df0c71d4d82378290c8ae813ab3f"
      ],
      "author": {
        "name": "Filipe David Borba Manana",
        "email": "fdmanana@apache.org",
        "time": "Fri Sep 17 12:07:04 2010 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Fri Sep 17 12:07:04 2010 +0000"
      },
      "message": "JavaScript test suite: adding more semi-collons where necessary to assure compatibility with Chrome and Safari.\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@998090 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "fc742d92b424df0c71d4d82378290c8ae813ab3f",
      "tree": "00bb80ed72c8d7ec616a3c382c0c8ac522db7347",
      "parents": [
        "e5ca5fb458b9198f08d07ff94f3562cc52315cf1"
      ],
      "author": {
        "name": "John Christopher Anderson",
        "email": "jchris@apache.org",
        "time": "Fri Jul 23 04:17:38 2010 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Fri Jul 23 04:17:38 2010 +0000"
      },
      "message": "Make the simple document versioning actually work. I have no idea how it passed my earlier tests, maybe there was a regression.\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@966957 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "e5ca5fb458b9198f08d07ff94f3562cc52315cf1",
      "tree": "92f0e833a59156a168f8983f7f4ba79cdf701131",
      "parents": [
        "43fe30ec37836d1e7dba7c482279dedcbbc779a4"
      ],
      "author": {
        "name": "John Christopher Anderson",
        "email": "jchris@apache.org",
        "time": "Thu Jul 08 18:09:20 2010 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Thu Jul 08 18:09:20 2010 +0000"
      },
      "message": "use json as the default content-type for requests from jquery.couch.js\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@961854 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "43fe30ec37836d1e7dba7c482279dedcbbc779a4",
      "tree": "b9ad37eff83df5e053e59b96662fae61614ffb91",
      "parents": [
        "b629414755b13b435701256b0d14c9b091ad8cfc"
      ],
      "author": {
        "name": "John Christopher Anderson",
        "email": "jchris@apache.org",
        "time": "Sat Jul 03 01:24:12 2010 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Sat Jul 03 01:24:12 2010 +0000"
      },
      "message": "fix jquery.couch.js replicate options\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@960148 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "b629414755b13b435701256b0d14c9b091ad8cfc",
      "tree": "08057b4c3d3074b08a408e1097a8f8abeb023d2a",
      "parents": [
        "deaacf0953007811015144a44ce0870288918225"
      ],
      "author": {
        "name": "John Christopher Anderson",
        "email": "jchris@apache.org",
        "time": "Wed Jun 23 22:26:21 2010 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Wed Jun 23 22:26:21 2010 +0000"
      },
      "message": "make jquery.couch.js changes handling more robust\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@957380 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "deaacf0953007811015144a44ce0870288918225",
      "tree": "906b4f9155c89d296339c1bee9b5c74bb61c7a02",
      "parents": [
        "5a4d48afd4014d29890b071f6944743c55e95d4c"
      ],
      "author": {
        "name": "John Christopher Anderson",
        "email": "jchris@apache.org",
        "time": "Sat Jun 19 20:01:47 2010 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Sat Jun 19 20:01:47 2010 +0000"
      },
      "message": "jquery.couch.js changes options handling\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@956282 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "5a4d48afd4014d29890b071f6944743c55e95d4c",
      "tree": "115f63713b6289c03dddc90fd1e5a357098459da",
      "parents": [
        "b0beb2d586931680821c4609a28d228f015360d9"
      ],
      "author": {
        "name": "John Christopher Anderson",
        "email": "jchris@apache.org",
        "time": "Thu Jun 17 23:17:15 2010 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Thu Jun 17 23:17:15 2010 +0000"
      },
      "message": "jquery.couch.js works with PUT to delete.\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@955782 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "b0beb2d586931680821c4609a28d228f015360d9",
      "tree": "4dd09810b44105ef92906a7986b7c16eb2896bc1",
      "parents": [
        "3f5e55a3f24f8d0fc5cf855e1eeebd5638abf64f"
      ],
      "author": {
        "name": "John Christopher Anderson",
        "email": "jchris@apache.org",
        "time": "Wed Jun 16 16:36:04 2010 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Wed Jun 16 16:36:04 2010 +0000"
      },
      "message": "add continuous replication support to Futon\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@955290 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "3f5e55a3f24f8d0fc5cf855e1eeebd5638abf64f",
      "tree": "45ddd81429a0663a67409d2621dfe84120ce02a5",
      "parents": [
        "3955038067f89391590a3750d4260e9dda42b1d7"
      ],
      "author": {
        "name": "John Christopher Anderson",
        "email": "jchris@apache.org",
        "time": "Tue Jun 15 00:07:14 2010 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Tue Jun 15 00:07:14 2010 +0000"
      },
      "message": "jquery.couch.js uses a cache-buster when the browser is msie\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@954677 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "3955038067f89391590a3750d4260e9dda42b1d7",
      "tree": "30f1edb041bb8fe0bbe8739b350e63106d4b37a7",
      "parents": [
        "22aa6b216ab949d98d7cefec33a59b2be27e71c6"
      ],
      "author": {
        "name": "John Christopher Anderson",
        "email": "jchris@apache.org",
        "time": "Mon Jun 14 17:13:19 2010 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Mon Jun 14 17:13:19 2010 +0000"
      },
      "message": "add changes handler to jquery.couch.js\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@954560 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "22aa6b216ab949d98d7cefec33a59b2be27e71c6",
      "tree": "0ad9cf1bd460e3584ab5de85ba44c2d777f66021",
      "parents": [
        "8d667da91e24dad32b08ff44f864af5ca8938e49"
      ],
      "author": {
        "name": "Jan Lehnardt",
        "email": "jan@apache.org",
        "time": "Wed Jun 02 18:09:25 2010 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Wed Jun 02 18:09:25 2010 +0000"
      },
      "message": "typo\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@950695 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "8d667da91e24dad32b08ff44f864af5ca8938e49",
      "tree": "7fa0ab26baebca35fb858391165cf94bf8b12ce9",
      "parents": [
        "92a9595cd3461456758bf3c6bb74ef826a1eb64f"
      ],
      "author": {
        "name": "Jan Lehnardt",
        "email": "jan@apache.org",
        "time": "Wed Jun 02 17:45:56 2010 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Wed Jun 02 17:45:56 2010 +0000"
      },
      "message": "Add tests for couch.js and jquery.couch.js\n\nPatch by Lena Herrmann.\n\nCloses COUCHDB-783.\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@950689 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "92a9595cd3461456758bf3c6bb74ef826a1eb64f",
      "tree": "75daad6321a17c45b970d3d2d8fdd4cbb7661b22",
      "parents": [
        "694e7332e95dc2056691e19a4b538b0b8e5a4aff"
      ],
      "author": {
        "name": "Jason David Davies",
        "email": "jasondavies@apache.org",
        "time": "Thu May 27 23:00:09 2010 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Thu May 27 23:00:09 2010 +0000"
      },
      "message": "Add support for multi-document-fetch (via _all_docs) to jquery.couch.js.\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@949037 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "694e7332e95dc2056691e19a4b538b0b8e5a4aff",
      "tree": "bb76d4762ef3e7135cf841dbecfb407bcb7babb4",
      "parents": [
        "7bffaf2b4dfe1b1283e172ddcfea035e8c6a393d"
      ],
      "author": {
        "name": "Jason David Davies",
        "email": "jasondavies@apache.org",
        "time": "Thu May 27 22:37:58 2010 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Thu May 27 22:37:58 2010 +0000"
      },
      "message": "Fix some bugs in jquery.couch.js.\n\nNamely:\n\n * openDoc() was inadvertently adding a ?beforeSuccess\u003d... parameter to\n   the URL.\n * bulkSave() wasn\u0027t sending a POST body.\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@949028 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "7bffaf2b4dfe1b1283e172ddcfea035e8c6a393d",
      "tree": "0640a7f74f2d12fe72f07c4d11f1d2e741eeb5e2",
      "parents": [
        "3438f3140b9b1bba0b6ac41fa08a3069d43c702e"
      ],
      "author": {
        "name": "John Christopher Anderson",
        "email": "jchris@apache.org",
        "time": "Wed May 26 00:53:43 2010 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Wed May 26 00:53:43 2010 +0000"
      },
      "message": "use a smaller rev token for attachment versions, thanks for the suggestion Damien\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@948282 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "3438f3140b9b1bba0b6ac41fa08a3069d43c702e",
      "tree": "9962b1ed590d31e12720816e5d1938ff3faf2f11",
      "parents": [
        "eb5971e705aa80db65de7898a6a3a2313e0321bb"
      ],
      "author": {
        "name": "John Christopher Anderson",
        "email": "jchris@apache.org",
        "time": "Wed May 26 00:08:42 2010 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Wed May 26 00:08:42 2010 +0000"
      },
      "message": "add attachment versioning support to jquery.couch.js\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@948262 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "eb5971e705aa80db65de7898a6a3a2313e0321bb",
      "tree": "fb08368f6ca2b60f73823da6443e1e1e30c2889e",
      "parents": [
        "2a2abed9668a6ff7602cd2855d8a26eb79270d9e"
      ],
      "author": {
        "name": "Jan Lehnardt",
        "email": "jan@apache.org",
        "time": "Sat May 22 21:28:54 2010 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Sat May 22 21:28:54 2010 +0000"
      },
      "message": "Check for undefined options. Patch by Filipe Manana. Closes COUCHDB-774.\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@947336 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "2a2abed9668a6ff7602cd2855d8a26eb79270d9e",
      "tree": "199a15f5b77792235f5bcad8728f6289cd34b2c9",
      "parents": [
        "283b18407010dc5d2b4f764c0487166b040b4f86"
      ],
      "author": {
        "name": "John Christopher Anderson",
        "email": "jchris@apache.org",
        "time": "Sat May 15 05:08:25 2010 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Sat May 15 05:08:25 2010 +0000"
      },
      "message": "jquery.couch.js option to force ensure_full_commit to true or false\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@944570 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "283b18407010dc5d2b4f764c0487166b040b4f86",
      "tree": "c3740af7d9f1ed62950cc0db1247dae4b9b3ca32",
      "parents": [
        "f3b1d06dad4f84cbf87b23af3a49018d541732c0"
      ],
      "author": {
        "name": "John Christopher Anderson",
        "email": "jchris@apache.org",
        "time": "Thu Apr 29 18:33:37 2010 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Thu Apr 29 18:33:37 2010 +0000"
      },
      "message": "list functionality for jquery.couch.js\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@939443 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "f3b1d06dad4f84cbf87b23af3a49018d541732c0",
      "tree": "7df47181135f2d0a9c159ea8d519820077b0e15f",
      "parents": [
        "fc22cb2ce765277e000af24c8f86cbed9ac063f3"
      ],
      "author": {
        "name": "Jan Lehnardt",
        "email": "jan@apache.org",
        "time": "Tue Feb 02 00:53:54 2010 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Tue Feb 02 00:53:54 2010 +0000"
      },
      "message": "make uuuidCache a local variable. Patch by Jan Kassens. Closes COUCHDB-560.\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@905483 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "fc22cb2ce765277e000af24c8f86cbed9ac063f3",
      "tree": "120c2a8db2201f05f9e7477d90055bb7222ee1dd",
      "parents": [
        "53401dbe136407b7b4d54eb8a5edeb90f6b8941c"
      ],
      "author": {
        "name": "John Christopher Anderson",
        "email": "jchris@apache.org",
        "time": "Mon Feb 01 22:51:15 2010 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Mon Feb 01 22:51:15 2010 +0000"
      },
      "message": "Database-level security.\n\nThis patch builds on the DB-admins feature to store lists of database admin and reader names and roles, as well as a security object which can be used for configuration in validation functions.\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@905436 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "53401dbe136407b7b4d54eb8a5edeb90f6b8941c",
      "tree": "46b03249c34cb33efce884523ce3e86aa02ee658",
      "parents": [
        "41d19501e339cfceb16e3e58eb67970caeb526c9"
      ],
      "author": {
        "name": "Jan Lehnardt",
        "email": "jan@apache.org",
        "time": "Sun Jan 31 21:16:19 2010 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Sun Jan 31 21:16:19 2010 +0000"
      },
      "message": "fix bulkSave(). Patch insipred by Lena Herrmann. Closes COUCHDB-634\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@905121 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "41d19501e339cfceb16e3e58eb67970caeb526c9",
      "tree": "787b6ad46ed0fd616c4dd2b26beeec63013f7a39",
      "parents": [
        "dd34212a64b420fa95033bb1cf1078d342cfdd9b"
      ],
      "author": {
        "name": "Jan Lehnardt",
        "email": "jan@apache.org",
        "time": "Sat Jan 30 01:22:36 2010 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Sat Jan 30 01:22:36 2010 +0000"
      },
      "message": "Allow Futon to run behind a HTTP proxy.\n\nDepending no the Proxy\u0027s RFC 2616 compliance,\nsome tests might fail (looking at you, nginx).\n\nPatch by Jack Moffit and Damjan Georgievski.\n\nCloses COUCHDB-321.\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@904705 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "dd34212a64b420fa95033bb1cf1078d342cfdd9b",
      "tree": "0bdb017dfb2b9e0f16189c8f207652f3f793d222",
      "parents": [
        "59738f63dbe8aee0e1899245b585c314570245b2"
      ],
      "author": {
        "name": "John Christopher Anderson",
        "email": "jchris@apache.org",
        "time": "Mon Jan 18 03:45:54 2010 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Mon Jan 18 03:45:54 2010 +0000"
      },
      "message": "normalize userCtx name and roles, also, no log in via a conflict doc\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@900275 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "59738f63dbe8aee0e1899245b585c314570245b2",
      "tree": "1e8cc159400e206c4526ad7b14d15c87001eaaaa",
      "parents": [
        "946cc88c4f54079f2a45ca2f3fcb672b4dd454c4"
      ],
      "author": {
        "name": "John Christopher Anderson",
        "email": "jchris@apache.org",
        "time": "Thu Jan 07 20:02:46 2010 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Thu Jan 07 20:02:46 2010 +0000"
      },
      "message": "merge account branch to trunk\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@896989 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "946cc88c4f54079f2a45ca2f3fcb672b4dd454c4",
      "tree": "cdb068cf9c4a1a8364a321569304df6783dde75a",
      "parents": [
        "589d1539a6082d7d25514cdaa9290f4b7ac08c0c"
      ],
      "author": {
        "name": "John Christopher Anderson",
        "email": "jchris@apache.org",
        "time": "Sat Jan 02 19:01:25 2010 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Sat Jan 02 19:01:25 2010 +0000"
      },
      "message": "add button to cleanup old view files. closes COUCHDB-610. thanks Ilia Cheishvili\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@895262 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "589d1539a6082d7d25514cdaa9290f4b7ac08c0c",
      "tree": "4a0fddf91725d4d429b1466a0b4b308dbd0164b0",
      "parents": [
        "4902e38b9c54ea3ebf5e594ea667b16778a997a0"
      ],
      "author": {
        "name": "Paul Joseph Davis",
        "email": "davisp@apache.org",
        "time": "Fri Oct 30 23:08:42 2009 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Fri Oct 30 23:08:42 2009 +0000"
      },
      "message": "Closes COUCHDB-547 - Adding a View Compaction Button\n\nThanks to Joshua Bronson for the patch.\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@831485 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "4902e38b9c54ea3ebf5e594ea667b16778a997a0",
      "tree": "169f346ebcf1da710527e151a36a86e9bcdae2ca",
      "parents": [
        "ec1fff9e1d034111f95dfd528cd36e6b3d05401d"
      ],
      "author": {
        "name": "Jason David Davies",
        "email": "jasondavies@apache.org",
        "time": "Thu Oct 01 10:56:15 2009 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Thu Oct 01 10:56:15 2009 +0000"
      },
      "message": "Add support for COPY (copyDoc) to jquery.couch.js.\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@820603 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "ec1fff9e1d034111f95dfd528cd36e6b3d05401d",
      "tree": "3638b16df60da7dfdd92579b4f9a9d0cb3874106",
      "parents": [
        "fd400b22f88de64f194b96d3ab550cb2355a41d6"
      ],
      "author": {
        "name": "Jan Lehnardt",
        "email": "jan@apache.org",
        "time": "Sun Sep 13 17:53:57 2009 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Sun Sep 13 17:53:57 2009 +0000"
      },
      "message": "enable multi-key-get in jquery.couch.js, patch by Benoit Chesneau, closes COUHCDB-376\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@814364 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "fd400b22f88de64f194b96d3ab550cb2355a41d6",
      "tree": "a43f1ef3b5531f0c642bde7eee7772cc52293fde",
      "parents": [
        "209a4293f2ccf3d9b6a508269c6c45d02a24f298"
      ],
      "author": {
        "name": "Jan Lehnardt",
        "email": "jan@apache.org",
        "time": "Tue Aug 18 13:22:17 2009 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Tue Aug 18 13:22:17 2009 +0000"
      },
      "message": "fix persisting config changes from Futon, reported by Robert Newson, we need a test suite for Futon, anyone?\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@805407 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "209a4293f2ccf3d9b6a508269c6c45d02a24f298",
      "tree": "38456744ea91eca0b1f3e878d3c5276e653f324b",
      "parents": [
        "cb64f3ba43ae9d17164ce7292fd4702b46fd7615"
      ],
      "author": {
        "name": "Damien F. Katz",
        "email": "damien@apache.org",
        "time": "Tue Aug 04 19:50:46 2009 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Tue Aug 04 19:50:46 2009 +0000"
      },
      "message": "Initial check-in of OAuth and cookie authentication.\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@800938 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "cb64f3ba43ae9d17164ce7292fd4702b46fd7615",
      "tree": "a259fca779e83ea828432f66934a666e56bfa35d",
      "parents": [
        "241206cd4991a0766308afb8a2883f53bc1cf0a8"
      ],
      "author": {
        "name": "Christopher Lenz",
        "email": "cmlenz@apache.org",
        "time": "Wed Jul 22 10:11:42 2009 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Wed Jul 22 10:11:42 2009 +0000"
      },
      "message": "Avoid usage of `Array.indexOf` function, which is not available on IE (and not yet part of any final ECMAScript standard).\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@796658 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "241206cd4991a0766308afb8a2883f53bc1cf0a8",
      "tree": "de12b24c7fff6e3b66273e61495a357db256066d",
      "parents": [
        "ca89df20e9788387accb6aa308079d948fced14f"
      ],
      "author": {
        "name": "Christopher Lenz",
        "email": "cmlenz@apache.org",
        "time": "Wed Jul 22 09:03:40 2009 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Wed Jul 22 09:03:40 2009 +0000"
      },
      "message": "Change document creation in Futon so that it no longer prompts for a document ID, but simply opens the document page for an empty (and unsaved) document, and allows you to modify the ID.\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@796635 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "ca89df20e9788387accb6aa308079d948fced14f",
      "tree": "ad8e5d757998dd4a8e5042fd31a731f10e8ac137",
      "parents": [
        "193b7135d3036e24980e094f7d4cd6dc46148fd7"
      ],
      "author": {
        "name": "Christopher Lenz",
        "email": "cmlenz@apache.org",
        "time": "Tue Jul 21 21:16:56 2009 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Tue Jul 21 21:16:56 2009 +0000"
      },
      "message": "Fix for compatibility of Futon with design documents that have slashes in the document ID or a view name. Closes COUCHDB-408 (again).\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@796541 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "193b7135d3036e24980e094f7d4cd6dc46148fd7",
      "tree": "8c11481e279554b3cd192e51ad7087eeaad736b0",
      "parents": [
        "178700d2f76507669942ab9c79c241e00d449bdf"
      ],
      "author": {
        "name": "Jan Lehnardt",
        "email": "jan@apache.org",
        "time": "Tue Jul 21 10:02:45 2009 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Tue Jul 21 10:02:45 2009 +0000"
      },
      "message": "refactor jquery.couch.js, gets rid of a lot of duplicate code, patch by Yoan Blanc, closes COUCHDB-368\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@796228 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "178700d2f76507669942ab9c79c241e00d449bdf",
      "tree": "d9c7da0b845938cc06fe08d386dddbb55dca559f",
      "parents": [
        "7e4c8f7915bf2fef8e4c3eaed5d1cb7203f7a0d4"
      ],
      "author": {
        "name": "Noah Slater",
        "email": "nslater@apache.org",
        "time": "Tue Jul 14 20:21:39 2009 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Tue Jul 14 20:21:39 2009 +0000"
      },
      "message": "wheeeeeeee\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@794057 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "7e4c8f7915bf2fef8e4c3eaed5d1cb7203f7a0d4",
      "tree": "b3a823d1c53e33b3a42b1b238a5ddfd7e97f7ac0",
      "parents": [
        "6b340eb873237c16de978822df4c3cc46eee2e04"
      ],
      "author": {
        "name": "Paul Joseph Davis",
        "email": "davisp@apache.org",
        "time": "Sat Jul 11 21:00:38 2009 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Sat Jul 11 21:00:38 2009 +0000"
      },
      "message": "Only update a document\u0027s _id and _rev if the save was successful.\n\nThanks Jason Davies.\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@793218 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "6b340eb873237c16de978822df4c3cc46eee2e04",
      "tree": "514665ce2d027758ea5f67a58ee0dcf304024455",
      "parents": [
        "eea0de89435d6a47a3b7633a0aff45252d3d7aa7"
      ],
      "author": {
        "name": "Noah Slater",
        "email": "nslater@apache.org",
        "time": "Mon Jul 06 00:33:50 2009 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Mon Jul 06 00:33:50 2009 +0000"
      },
      "message": "trimmed trailing whitespace\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@791350 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "eea0de89435d6a47a3b7633a0aff45252d3d7aa7",
      "tree": "514665ce2d027758ea5f67a58ee0dcf304024455",
      "parents": [
        "455924a3e7be8dce2ddbde1db7ab4b54b27e56c8"
      ],
      "author": {
        "name": "John Christopher Anderson",
        "email": "jchris@apache.org",
        "time": "Wed Apr 15 23:20:16 2009 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Wed Apr 15 23:20:16 2009 +0000"
      },
      "message": "add bulkSave method to jquery.couch.js\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@765419 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "455924a3e7be8dce2ddbde1db7ab4b54b27e56c8",
      "tree": "5376a1a1d87bbbf1d4c4d4d1bafa06f56b347935",
      "parents": [
        "c0e70596edb1fa2f163820cc5a9e5501e6666289"
      ],
      "author": {
        "name": "John Christopher Anderson",
        "email": "jchris@apache.org",
        "time": "Fri Mar 20 10:58:52 2009 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Fri Mar 20 10:58:52 2009 +0000"
      },
      "message": "map queries with group\u003dtrue query option will return an error. closes COUCHDB-185. changes to jquery.couch.js to support ajaxOptions may be useful for more than just openDoc, will need to be spread to the rest of the API.\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@756413 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "c0e70596edb1fa2f163820cc5a9e5501e6666289",
      "tree": "9d1f3ba45b37fc02277612e63cdc81a33866e584",
      "parents": [
        "150b21615a0c54bce1ca21c82262df70b2575f57"
      ],
      "author": {
        "name": "John Christopher Anderson",
        "email": "jchris@apache.org",
        "time": "Mon Mar 09 19:52:54 2009 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Mon Mar 09 19:52:54 2009 +0000"
      },
      "message": "merge design doc resource branch. breaking changes to _view query paths. closes COUCHDB-280\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@751813 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "150b21615a0c54bce1ca21c82262df70b2575f57",
      "tree": "700177e5098eedaaef8291a94b091bc43e962af5",
      "parents": [
        "334dbf115e3eaf363a32408973258534c21ab439"
      ],
      "author": {
        "name": "John Christopher Anderson",
        "email": "jchris@apache.org",
        "time": "Sun Feb 22 18:44:26 2009 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Sun Feb 22 18:44:26 2009 +0000"
      },
      "message": "undefined protection for design doc attachments in futon\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@746798 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "334dbf115e3eaf363a32408973258534c21ab439",
      "tree": "84525dedba38c629598a0dde5a2798c5963ad432",
      "parents": [
        "8b2d113302aa3b1f4cab39b4ea71349527f40cdb"
      ],
      "author": {
        "name": "John Christopher Anderson",
        "email": "jchris@apache.org",
        "time": "Sun Feb 22 07:31:26 2009 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Sun Feb 22 07:31:26 2009 +0000"
      },
      "message": "Link to design docs that have ddoc.couchapp.index or index.html, from Futon database index.\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@746644 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "8b2d113302aa3b1f4cab39b4ea71349527f40cdb",
      "tree": "9aa66e801397096e0239576751367fb1b2a27243",
      "parents": [
        "544d544ef1e2211f7843d1e3990c967f600aaecd"
      ],
      "author": {
        "name": "Christopher Lenz",
        "email": "cmlenz@apache.org",
        "time": "Mon Jan 26 21:22:18 2009 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Mon Jan 26 21:22:18 2009 +0000"
      },
      "message": "Change _slow_view back to _temp_view, as discussed on the mailing list (see http://markmail.org/message/o44cafucgwlpudov).\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@737859 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "544d544ef1e2211f7843d1e3990c967f600aaecd",
      "tree": "b9997a91c0bbdabc4e42c642af19c26f4a540457",
      "parents": [
        "d821d499b960f65435932e5fca55f1331c61f163"
      ],
      "author": {
        "name": "Christopher Lenz",
        "email": "cmlenz@apache.org",
        "time": "Mon Jan 26 20:38:52 2009 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Mon Jan 26 20:38:52 2009 +0000"
      },
      "message": "Add a page to Futon that shows the currently active tasks (compaction, view indexing, etc).\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@737829 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "d821d499b960f65435932e5fca55f1331c61f163",
      "tree": "7e55d70630820a02db64ef590714c5e9c9012751",
      "parents": [
        "e9a3958b2a589c3f3867df9b3bc1e8347fcb6e87"
      ],
      "author": {
        "name": "Christopher Lenz",
        "email": "cmlenz@apache.org",
        "time": "Wed Jan 14 16:48:07 2009 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Wed Jan 14 16:48:07 2009 +0000"
      },
      "message": "Allow modification of existing config option values from Futon.\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@734443 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "e9a3958b2a589c3f3867df9b3bc1e8347fcb6e87",
      "tree": "1e7fafc23b4b6e4cc9bab16959ac8ef1e14e7440",
      "parents": [
        "0a8ff2a20f63c89eead7e2b46b0e397467dfa2fa"
      ],
      "author": {
        "name": "Christopher Lenz",
        "email": "cmlenz@apache.org",
        "time": "Mon Jan 12 21:06:35 2009 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Mon Jan 12 21:06:35 2009 +0000"
      },
      "message": "Add syntax highlighting of JSON code in Futon.\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@733897 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "0a8ff2a20f63c89eead7e2b46b0e397467dfa2fa",
      "tree": "405ed0e3da80ed2d826dea047d50d270a252d4d1",
      "parents": [
        "d4a3e199bdc5b1e7e8420097158a42b97ca8a4bf"
      ],
      "author": {
        "name": "John Christopher Anderson",
        "email": "jchris@apache.org",
        "time": "Sun Jan 04 01:01:33 2009 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Sun Jan 04 01:01:33 2009 +0000"
      },
      "message": "Rename _temp_views to _slow_views. Any clients who were using temp views are encouraged not to use slow views, and instead transition to design documents (or running the views on the client).\n\ngit-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@731144 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "d4a3e199bdc5b1e7e8420097158a42b97ca8a4bf",
      "tree": "a073fafd93695a931da3219a6ea1acd3225f943e",
      "parents": [
        "951888d724779ff5fa8bcd5a3e0aaf3fc501c55b"
      ],
      "author": {
        "name": "Christopher Lenz",
        "email": "cmlenz@apache.org",
        "time": "Tue Sep 16 20:24:48 2008 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Tue Sep 16 20:24:48 2008 +0000"
      },
      "message": "Add HTTP API for getting the complete config, and add a page to Futon that displays the configuration.\n\ngit-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@696041 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "951888d724779ff5fa8bcd5a3e0aaf3fc501c55b",
      "tree": "c9d462d01bad9d2107b25e8a49e865b0d922c343",
      "parents": [
        "d228d85e5cd327b1b0c990e423bd9077d8bbf7c9"
      ],
      "author": {
        "name": "Christopher Lenz",
        "email": "cmlenz@apache.org",
        "time": "Tue Jun 03 15:16:29 2008 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Tue Jun 03 15:16:29 2008 +0000"
      },
      "message": "Futon: fixes for IE6/7 compatibility, some minor polish for the map/reduce code editor, updated logo to match the version used elsewhere.\n\ngit-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@662823 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "d228d85e5cd327b1b0c990e423bd9077d8bbf7c9",
      "tree": "ba1dd74ddb06cef078bef206314ba8f335fa8013",
      "parents": [
        "7c8a770f1c48d4f326e73a070017c0b41a6e6820"
      ],
      "author": {
        "name": "Christopher Lenz",
        "email": "cmlenz@apache.org",
        "time": "Mon May 26 12:47:00 2008 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Mon May 26 12:47:00 2008 +0000"
      },
      "message": "* Respond to DELETE requests with a \"200 OK\" status code instead of \"202 Accepted\", as the deletion is performed immediately. * The \"content-type\" member in attachment structures is now named \"content_type\" (underscore) for consistency and to be more accessible from Javascript (and presumably other languages, too)\n\ngit-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@660176 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "7c8a770f1c48d4f326e73a070017c0b41a6e6820",
      "tree": "c13037e5cfcf447a748a4d7115e039c2d59848ee",
      "parents": [
        "a53dcf85fb0af09e3c6f788f5f12987106e1a778"
      ],
      "author": {
        "name": "Christopher Lenz",
        "email": "cmlenz@apache.org",
        "time": "Mon May 26 11:51:44 2008 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Mon May 26 11:51:44 2008 +0000"
      },
      "message": "Fixes to the XHR/Javascript code to be compatible with HTTP/1.0 proxies. Closes COUCHDB-40.\n\ngit-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@660170 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "a53dcf85fb0af09e3c6f788f5f12987106e1a778",
      "tree": "d10a71de8fb2548e8c0dbbbcd479aea8d1e37549",
      "parents": [
        "cea6330a6f90b0feee09074439c97db8acf6b7b6"
      ],
      "author": {
        "name": "Christopher Lenz",
        "email": "cmlenz@apache.org",
        "time": "Sun May 25 14:15:53 2008 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Sun May 25 14:15:53 2008 +0000"
      },
      "message": "Improve jQuuery-based CouchDB interface so that it doesn\u0027t report an error when no \u0027success\u0027 callback was provided.\n\ngit-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@659989 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "cea6330a6f90b0feee09074439c97db8acf6b7b6",
      "tree": "0d9f26d39c68757056a00ef9998b29c0d15676ec",
      "parents": [
        "881b01dbfa34515eecd49603b5dd4a9b38f5cfe4"
      ],
      "author": {
        "name": "Christopher Lenz",
        "email": "cmlenz@apache.org",
        "time": "Fri May 23 11:09:17 2008 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Fri May 23 11:09:17 2008 +0000"
      },
      "message": "Initial set of changes to Futon to support the recent introduction map/reduce.\n\ngit-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@659501 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "881b01dbfa34515eecd49603b5dd4a9b38f5cfe4",
      "tree": "534ed1fa5cf3d0b9bfc6c94fbc138893c588d8e4",
      "parents": [
        "8caf9b1241b6e3e06aede51e5accd327d5e32506"
      ],
      "author": {
        "name": "Damien F. Katz",
        "email": "damien@apache.org",
        "time": "Mon May 19 19:28:19 2008 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Mon May 19 19:28:19 2008 +0000"
      },
      "message": "fix to submit temp view src as json\n\ngit-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@657930 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "8caf9b1241b6e3e06aede51e5accd327d5e32506",
      "tree": "fdad66040d5427bfe480e95961149298a45945cf",
      "parents": [
        "81b434f23fa0bba5cb6f297b830e12dfc063c4af"
      ],
      "author": {
        "name": "Damien F. Katz",
        "email": "damien@apache.org",
        "time": "Mon May 19 19:20:19 2008 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Mon May 19 19:20:19 2008 +0000"
      },
      "message": "Changed temp view definition to always be jsonobjects with map/reduce source as members of the object. Everywhere we used \u0027text/javascript\u0027 or \u0027application/javascript\u0027, we now just use \u0027javascript\u0027\n\ngit-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@657926 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "81b434f23fa0bba5cb6f297b830e12dfc063c4af",
      "tree": "808d1b680d703a225d5351527ea0629030f76f64",
      "parents": [],
      "author": {
        "name": "Christopher Lenz",
        "email": "cmlenz@apache.org",
        "time": "Tue Apr 15 00:07:08 2008 +0000"
      },
      "committer": {
        "name": "Alexander Shorin",
        "email": "kxepal@gmail.com",
        "time": "Tue Apr 15 00:07:08 2008 +0000"
      },
      "message": "Merged futon-async branch back into trunk.\n\ngit-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@648074 13f79535-47bb-0310-9956-ffa450edef68\n"
    }
  ]
}
