[GitHub] couchdb-fauxton pull request #808: Handle trailing params when building URLs...

2016-11-21 Thread millayr
Github user millayr commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/808#discussion_r88917701 --- Diff: app/addons/documents/tests/resourcesSpec.js --- @@ -460,5 +461,33 @@ describe('Bulk Delete', function () { }); +});

[GitHub] couchdb-fauxton pull request #808: Handle trailing params when building URLs...

2016-11-21 Thread millayr
Github user millayr commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/808#discussion_r88917670 --- Diff: app/addons/documents/resources.js --- @@ -506,7 +506,7 @@ Documents.IndexCollection = PagingCollection.extend({ view =

[GitHub] couchdb-fauxton pull request #808: Handle trailing params when building URLs...

2016-11-21 Thread garrensmith
Github user garrensmith commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/808#discussion_r88844649 --- Diff: app/addons/documents/resources.js --- @@ -506,7 +506,7 @@ Documents.IndexCollection = PagingCollection.extend({ view =

[GitHub] couchdb-fauxton pull request #808: Handle trailing params when building URLs...

2016-11-21 Thread garrensmith
Github user garrensmith commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/808#discussion_r88845328 --- Diff: app/addons/documents/tests/resourcesSpec.js --- @@ -460,5 +461,33 @@ describe('Bulk Delete', function () { });

[GitHub] couchdb-fauxton pull request #808: Handle trailing params when building URLs...

2016-11-17 Thread millayr
GitHub user millayr reopened a pull request: https://github.com/apache/couchdb-fauxton/pull/808 Handle trailing params when building URLs for views In some circumstances, FauxtonAPI.urls() returns paths with a query parameter already appended to the end. This results in URLs that

[GitHub] couchdb-fauxton pull request #808: Handle trailing params when building URLs...

2016-11-17 Thread millayr
Github user millayr closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/808 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] couchdb-fauxton pull request #808: Handle trailing params when building URLs...

2016-11-16 Thread millayr
GitHub user millayr opened a pull request: https://github.com/apache/couchdb-fauxton/pull/808 Handle trailing params when building URLs for views In some circumstances, FauxtonAPI.urls() returns paths with a query parameter already appended to the end. This results in URLs that