Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 93573110AC for ; Wed, 6 Aug 2014 19:31:09 +0000 (UTC) Received: (qmail 58658 invoked by uid 500); 6 Aug 2014 19:31:09 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 58395 invoked by uid 500); 6 Aug 2014 19:31:09 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 58184 invoked by uid 99); 6 Aug 2014 19:31:09 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Aug 2014 19:31:09 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id F11C6924DD1; Wed, 6 Aug 2014 19:31:08 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: deathbear@apache.org To: commits@couchdb.apache.org Date: Wed, 06 Aug 2014 19:31:16 -0000 Message-Id: <648e23f5242f4925b9f2711f7c116fb2@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [09/26] fauxton commit: updated refs/heads/secondary-indexes to 7a446d8 Adding Views, testing header stuff, fixing layout issues Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/1a0d7ef2 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/1a0d7ef2 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/1a0d7ef2 Branch: refs/heads/secondary-indexes Commit: 1a0d7ef2c38618a2e5f9816e243bfd57e4b37269 Parents: b2d6d7c Author: deathbearbrown Authored: Tue Jul 29 09:12:34 2014 -0400 Committer: deathbearbrown Committed: Wed Aug 6 12:24:46 2014 -0400 ---------------------------------------------------------------------- .../documents/templates/header_alldocs.html | 1 - app/addons/indexes/templates/index_editor.html | 18 ------------- app/addons/indexes/templates/index_header.html | 28 ++++++++++++++++++++ app/addons/indexes/templates/list_editor.html | 27 +++---------------- .../indexes/templates/new_placeholder.html | 16 ----------- .../indexes/templates/preview_screen.html | 2 +- 6 files changed, 32 insertions(+), 60 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/1a0d7ef2/app/addons/documents/templates/header_alldocs.html ---------------------------------------------------------------------- diff --git a/app/addons/documents/templates/header_alldocs.html b/app/addons/documents/templates/header_alldocs.html index e37a2ae..61eb2d8 100644 --- a/app/addons/documents/templates/header_alldocs.html +++ b/app/addons/documents/templates/header_alldocs.html @@ -13,7 +13,6 @@ the License. -->
- BLOOP http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/1a0d7ef2/app/addons/indexes/templates/index_editor.html ---------------------------------------------------------------------- diff --git a/app/addons/indexes/templates/index_editor.html b/app/addons/indexes/templates/index_editor.html deleted file mode 100644 index 8644909..0000000 --- a/app/addons/indexes/templates/index_editor.html +++ /dev/null @@ -1,18 +0,0 @@ - - -
- - -
http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/1a0d7ef2/app/addons/indexes/templates/index_header.html ---------------------------------------------------------------------- diff --git a/app/addons/indexes/templates/index_header.html b/app/addons/indexes/templates/index_header.html new file mode 100644 index 0000000..ac8ac56 --- /dev/null +++ b/app/addons/indexes/templates/index_header.html @@ -0,0 +1,28 @@ + + +
+ + + + + + +
+ + +
+ + +
http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/1a0d7ef2/app/addons/indexes/templates/list_editor.html ---------------------------------------------------------------------- diff --git a/app/addons/indexes/templates/list_editor.html b/app/addons/indexes/templates/list_editor.html index 9eaa420..8644909 100644 --- a/app/addons/indexes/templates/list_editor.html +++ b/app/addons/indexes/templates/list_editor.html @@ -11,29 +11,8 @@ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -
-
-
-
-
-

Views are the primary tool used for querying and reporting on CouchDB databases.

-
-
-
+ + - -
- - -
- -
- - <% if (!newView) { %> - - <% } %> -
-
-
-
+ http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/1a0d7ef2/app/addons/indexes/templates/new_placeholder.html ---------------------------------------------------------------------- diff --git a/app/addons/indexes/templates/new_placeholder.html b/app/addons/indexes/templates/new_placeholder.html deleted file mode 100644 index 1fcf6d9..0000000 --- a/app/addons/indexes/templates/new_placeholder.html +++ /dev/null @@ -1,16 +0,0 @@ - - -

No Index Created Yet!

-

Run Preview To query result

http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/1a0d7ef2/app/addons/indexes/templates/preview_screen.html ---------------------------------------------------------------------- diff --git a/app/addons/indexes/templates/preview_screen.html b/app/addons/indexes/templates/preview_screen.html index 654e557..1fcf6d9 100644 --- a/app/addons/indexes/templates/preview_screen.html +++ b/app/addons/indexes/templates/preview_screen.html @@ -13,4 +13,4 @@ the License. -->

No Index Created Yet!

-

Run Preview to query result

+

Run Preview To query result