GitHub user robertkowalski opened a pull request:
https://github.com/apache/couchdb/pull/174
Some work on Config
I did some work on the Config Section:
* use a class instead of inline styles to decouple the markup from the style
* added tests for config
* save the value also if I press enter in that small area, where you edit
the value of a config
* Bonus commit: fix a small typo I spotted while I was running the tests
The Behaviour-change is only the enabling of the enter-keypress for saving
values.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/robertkowalski/couchdb config-rebased
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb/pull/174.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #174
----
commit 1e277cf3f1ab1379765b25e7af0600ed534b1621
Author: Robert Kowalski <[email protected]>
Date: 2014-03-11T18:24:10Z
Fauxton: use class instead of inline-style
commit c28999652ae4eee6ebe5fde4e2a7a06d5676006c
Author: Robert Kowalski <[email protected]>
Date: 2014-03-11T18:48:57Z
Fauxton: add tests for config
commit 4fa3fd7b6b3c196ee3307151e3d8fc7937f94164
Author: Robert Kowalski <[email protected]>
Date: 2014-03-11T18:54:36Z
Fauxton: save value, when I press Enter
commit cea63ababe886cd26e044f6a6df5748bb707f2f9
Author: Robert Kowalski <[email protected]>
Date: 2014-03-11T18:55:40Z
Fauxton: fix small typo
----
---
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 feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---