Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 13128CF94 for ; Thu, 10 May 2012 14:21:14 +0000 (UTC) Received: (qmail 83124 invoked by uid 500); 10 May 2012 14:21:13 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 83055 invoked by uid 500); 10 May 2012 14:21:13 -0000 Mailing-List: contact dev-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 dev@couchdb.apache.org Received: (qmail 83043 invoked by uid 99); 10 May 2012 14:21:12 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 May 2012 14:21:12 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 846DA1539D; Thu, 10 May 2012 14:21:12 +0000 (UTC) From: Git at Apache To: dev@couchdb.apache.org Subject: couchdb pull request: COUCHDB-1472 and COUCHDB-1473 Content-Type: text/plain Message-Id: <20120510142112.846DA1539D@tyr.zones.apache.org> Date: Thu, 10 May 2012 14:21:12 +0000 (UTC) GitHub user asbaker opened a pull request: https://github.com/apache/couchdb/pull/22 COUCHDB-1472 and COUCHDB-1473 Implemented the hiding of the delete database button for not admin role users. Also implemented the hiding of the security button for users who are not an admin role user or do not have admin privileges for that database. This is for tickets COUCHDB-1472 and COUCHDB-1473. You can merge this pull request into a Git repository by running: $ git pull https://github.com/asbaker/couchdb COUCHDB-1472-1473 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/couchdb/pull/22.patch ---- commit 99e4cc9bbc0dfdf60048195a35e716bd41e4c070 Author: Anthony S Baker Date: 2012-05-09T10:56:25-07:00 COUCHDB-1473 and COUCHDB-1472 removed the delete database button if it is not an adminparty or if the current user is not an admin commit fa6d1526ec28f8bb6b6a2bac3816ed7699856300 Author: Anthony S Baker Date: 2012-05-10T07:16:30-07:00 COUCHDB-1473 and COUCHDB-1472 user admin privileges for security ----