Adding PouchDB file blurbs
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/29f9122c Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/29f9122c Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/29f9122c Branch: refs/heads/fauxton-rebase Commit: 29f9122c6042b2583e24c6bfc01aea198b35f9ff Parents: 6f3daf6 Author: Russell Branca <[email protected]> Authored: Fri Feb 8 13:29:02 2013 -0800 Committer: Russell Branca <[email protected]> Committed: Fri Mar 15 14:35:39 2013 -0700 ---------------------------------------------------------------------- src/fauxton/app/modules/pouchdb/base.js | 8 ++++++++ src/fauxton/app/modules/pouchdb/pouch.collate.js | 9 +++++++++ .../app/modules/pouchdb/pouchdb.mapreduce.js | 9 +++++++++ 3 files changed, 26 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/29f9122c/src/fauxton/app/modules/pouchdb/base.js ---------------------------------------------------------------------- diff --git a/src/fauxton/app/modules/pouchdb/base.js b/src/fauxton/app/modules/pouchdb/base.js index abc3793..2b7cfc9 100644 --- a/src/fauxton/app/modules/pouchdb/base.js +++ b/src/fauxton/app/modules/pouchdb/base.js @@ -10,6 +10,14 @@ // License for the specific language governing permissions and limitations under // the License. + +/* + * NOTE: + * This temporarily uses the PouchDB map reduce implementation + * These files are modified locally until we make a more general version and + * push it back upstream. + */ + define([ "app", http://git-wip-us.apache.org/repos/asf/couchdb/blob/29f9122c/src/fauxton/app/modules/pouchdb/pouch.collate.js ---------------------------------------------------------------------- diff --git a/src/fauxton/app/modules/pouchdb/pouch.collate.js b/src/fauxton/app/modules/pouchdb/pouch.collate.js index f930b27..7cc5f9c 100644 --- a/src/fauxton/app/modules/pouchdb/pouch.collate.js +++ b/src/fauxton/app/modules/pouchdb/pouch.collate.js @@ -1,4 +1,13 @@ /* + * NOTE: + * This temporarily uses the PouchDB map reduce implementation + * These files are modified locally until we make a more general version and + * push it back upstream. + * Original file: + * https://github.com/daleharvey/pouchdb/blob/master/src/pouch.collate.js + */ + +/* (function() { // a few hacks to get things in the right place for node.js if (typeof module !== 'undefined' && module.exports) { http://git-wip-us.apache.org/repos/asf/couchdb/blob/29f9122c/src/fauxton/app/modules/pouchdb/pouchdb.mapreduce.js ---------------------------------------------------------------------- diff --git a/src/fauxton/app/modules/pouchdb/pouchdb.mapreduce.js b/src/fauxton/app/modules/pouchdb/pouchdb.mapreduce.js index a1a47b4..b97eb7f 100644 --- a/src/fauxton/app/modules/pouchdb/pouchdb.mapreduce.js +++ b/src/fauxton/app/modules/pouchdb/pouchdb.mapreduce.js @@ -1,3 +1,12 @@ +/* + * NOTE: + * This temporarily uses the PouchDB map reduce implementation + * These files are modified locally until we make a more general version and + * push it back upstream. + * Original file: + * https://github.com/daleharvey/pouchdb/blob/master/src/plugins/pouchdb.mapreduce.js + */ + /*global Pouch: true */ //"use strict";
