GitHub user robertkowalski opened a pull request:
https://github.com/apache/couchdb-fauxton/pull/18
COUCHDB-2158 Fauxton: Implement a filter for changes
This is https://github.com/apache/couchdb/pull/227 but with all conflicts
fixed. The feedback in the discussion is already included in the code.
Move the filter as a common component to Components.
- Change some <%= to <%- as <%= is not needed
- Filters can have tooltips
- Filtering is case insensitive
Closes COUCHDB-2158
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/robertkowalski/couchdb-fauxton
2158-changes-filter-new
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-fauxton/pull/18.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 #18
----
commit ed234ba672030bcf083d87621586791936379ed4
Author: Robert Kowalski <[email protected]>
Date: 2014-07-27T10:00:41Z
Fauxton: Implement a filter for changes
Move the filter as a common component to Components.
- Change some <%= to <%- as <%= is not needed
- Filters can have tooltips
- Filtering is case insensitive
Closes COUCHDB-2158
----
---
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.
---