From commits-return-55465-apmail-harmony-commits-archive=harmony.apache.org@harmony.apache.org Wed Jul 16 00:24:23 2008 Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 81581 invoked from network); 16 Jul 2008 00:24:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Jul 2008 00:24:23 -0000 Received: (qmail 71313 invoked by uid 500); 16 Jul 2008 00:24:23 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 71287 invoked by uid 500); 16 Jul 2008 00:24:22 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 71159 invoked by uid 99); 16 Jul 2008 00:24:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jul 2008 17:24:22 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jul 2008 00:23:37 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CD182234C16B for ; Tue, 15 Jul 2008 17:23:31 -0700 (PDT) Message-ID: <1558393932.1216167811838.JavaMail.jira@brutus> Date: Tue, 15 Jul 2008 17:23:31 -0700 (PDT) From: =?utf-8?Q?Andr=C3=A1s_Belicza_=28JIRA=29?= To: commits@harmony.apache.org Subject: [jira] Created: (HARMONY-5912) Progress on policytool MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Progress on policytool ---------------------- Key: HARMONY-5912 URL: https://issues.apache.org/jira/browse/HARMONY-5912 Project: Harmony Issue Type: Improvement Components: JDK Environment: Should work in all environments Reporter: Andr=C3=A1s Belicza Priority: Minor Attachments: policytool 2008.07.16.patch Changes since: https://issues.apache.org/jira/browse/HARMONY-5898 -GrantEntryEditFormDialog to view/edit grant entries. -LAEFormDialog: ListAndEditPanels can now obtain a LAEFormDialog to create = forms if its edit action was "fired". The created form is LAE aware, knows about the visualization list, and = will update it in case of changes. -Some more common operations from concrete form dialog classes have been re= located to the BaseFormDialog. (For example: prepareForDisplay() along with declaring buildGUI(), and = finishSuccessfulEdit()) -Changed mnemonics in case of multiple ListAndEdit components in same dialo= g -GrantEntries now can be added, edited, removed from the the GUI. -new feature: multiple selected entires can be removed (the original policy= tool can only have 1 selected item) -PrincipalEditFormDialog to view/edit the principles of grant entries -Principals now can be added, edited, removed from the the GUI. Known issues/bugs: -attempting to add Permission to a policy entry will result in NullPointerE= xception. Reason: simply not yet implemented. -If we edit a policy entry, edit one of its principals, we click ok, then w= e click cancel on the policy entry dialog, then the changes made on the pri= ncipal dialog will be permanent. Solution: we need a working copy of principals until we click ok on the= policy entry dialog.=20 --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.