[GitHub] couchdb-fauxton pull request: Recognize manual URL changes on doc ...

2014-12-05 Thread benkeen
Github user benkeen closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/185 --- 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 featu

[GitHub] couchdb-fauxton pull request: Recognize manual URL changes on doc ...

2014-12-05 Thread benkeen
Github user benkeen commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/185#issuecomment-65844122 Thanks Robert. Merged as c2e8dbd --- 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

[GitHub] couchdb-fauxton pull request: Recognize manual URL changes on doc ...

2014-12-05 Thread robertkowalski
Github user robertkowalski commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/185#issuecomment-65842684 +1 --- 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 feat

[GitHub] couchdb-fauxton pull request: Recognize manual URL changes on doc ...

2014-12-05 Thread benkeen
Github user benkeen commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/185#issuecomment-65818496 Well spotted, @robertkowalski! Now `!=` has been replaced with `!==` --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] couchdb-fauxton pull request: Recognize manual URL changes on doc ...

2014-12-05 Thread robertkowalski
Github user robertkowalski commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/185#discussion_r21381432 --- Diff: app/addons/documents/routes-doc-editor.js --- @@ -59,6 +55,17 @@ function(app, FauxtonAPI, Documents, DocEditor, Databases) {

[GitHub] couchdb-fauxton pull request: Recognize manual URL changes on doc ...

2014-12-04 Thread michellephung
Github user michellephung commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/185#issuecomment-65729332 +1 verified, works! --- 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 no

[GitHub] couchdb-fauxton pull request: Recognize manual URL changes on doc ...

2014-12-04 Thread benkeen
GitHub user benkeen opened a pull request: https://github.com/apache/couchdb-fauxton/pull/185 Recognize manual URL changes on doc editor page This ticket lets users manually change the URL on the doc editor page and have the page automatically load the new doc. Closes CO