You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "András Belicza (JIRA)" <ji...@apache.org> on 2008/07/16 02:23:31 UTC

[jira] Created: (HARMONY-5912) Progress on policytool

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ás 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 relocated to the BaseFormDialog.
    (For example: prepareForDisplay() along with declaring buildGUI(), and finishSuccessfulEdit())
-Changed mnemonics in case of multiple ListAndEdit components in same dialog
-GrantEntries now can be added, edited, removed from the the GUI.
-new feature: multiple selected entires can be removed (the original policytool 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 NullPointerException.
    Reason: simply not yet implemented.
-If we edit a policy entry, edit one of its principals, we click ok, then we click cancel on the policy entry dialog, then the changes made on the principal dialog will be permanent.
    Solution: we need a working copy of principals until we click ok on the policy entry dialog. 


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HARMONY-5912) Progress on policytool

Posted by "András Belicza (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-5912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

András Belicza updated HARMONY-5912:
------------------------------------

    Attachment: policytool 2008.07.16.patch

The patch file containing the changes.

> 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ás 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 relocated to the BaseFormDialog.
>     (For example: prepareForDisplay() along with declaring buildGUI(), and finishSuccessfulEdit())
> -Changed mnemonics in case of multiple ListAndEdit components in same dialog
> -GrantEntries now can be added, edited, removed from the the GUI.
> -new feature: multiple selected entires can be removed (the original policytool 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 NullPointerException.
>     Reason: simply not yet implemented.
> -If we edit a policy entry, edit one of its principals, we click ok, then we click cancel on the policy entry dialog, then the changes made on the principal dialog will be permanent.
>     Solution: we need a working copy of principals until we click ok on the policy entry dialog. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HARMONY-5912) Progress on policytool

Posted by "Sian January (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-5912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sian January resolved HARMONY-5912.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0M7

Patch applied at r677567.  Please check that it was applied as you expected.

> 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ás Belicza
>            Priority: Minor
>             Fix For: 5.0M7
>
>         Attachments: policytool 2008.07.16.patch, screenshot-1.jpg, screenshot-2.jpg
>
>
> 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 relocated to the BaseFormDialog.
>     (For example: prepareForDisplay() along with declaring buildGUI(), and finishSuccessfulEdit())
> -Changed mnemonics in case of multiple ListAndEdit components in same dialog
> -GrantEntries now can be added, edited, removed from the the GUI.
> -new feature: multiple selected entires can be removed (the original policytool 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 NullPointerException.
>     Reason: simply not yet implemented.
> -If we edit a policy entry, edit one of its principals, we click ok, then we click cancel on the policy entry dialog, then the changes made on the principal dialog will be permanent.
>     Solution: we need a working copy of principals until we click ok on the policy entry dialog. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HARMONY-5912) Progress on policytool

Posted by "András Belicza (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-5912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

András Belicza updated HARMONY-5912:
------------------------------------

    Attachment: screenshot-1.jpg

This is how policytool looked like on July 16, 2008

> 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ás Belicza
>            Priority: Minor
>         Attachments: policytool 2008.07.16.patch, screenshot-1.jpg, screenshot-2.jpg
>
>
> 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 relocated to the BaseFormDialog.
>     (For example: prepareForDisplay() along with declaring buildGUI(), and finishSuccessfulEdit())
> -Changed mnemonics in case of multiple ListAndEdit components in same dialog
> -GrantEntries now can be added, edited, removed from the the GUI.
> -new feature: multiple selected entires can be removed (the original policytool 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 NullPointerException.
>     Reason: simply not yet implemented.
> -If we edit a policy entry, edit one of its principals, we click ok, then we click cancel on the policy entry dialog, then the changes made on the principal dialog will be permanent.
>     Solution: we need a working copy of principals until we click ok on the policy entry dialog. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HARMONY-5912) Progress on policytool

Posted by "András Belicza (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-5912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

András Belicza updated HARMONY-5912:
------------------------------------

    Attachment: screenshot-2.jpg

This is how policytool looked like on July 16, 2008

> 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ás Belicza
>            Priority: Minor
>         Attachments: policytool 2008.07.16.patch, screenshot-1.jpg, screenshot-2.jpg
>
>
> 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 relocated to the BaseFormDialog.
>     (For example: prepareForDisplay() along with declaring buildGUI(), and finishSuccessfulEdit())
> -Changed mnemonics in case of multiple ListAndEdit components in same dialog
> -GrantEntries now can be added, edited, removed from the the GUI.
> -new feature: multiple selected entires can be removed (the original policytool 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 NullPointerException.
>     Reason: simply not yet implemented.
> -If we edit a policy entry, edit one of its principals, we click ok, then we click cancel on the policy entry dialog, then the changes made on the principal dialog will be permanent.
>     Solution: we need a working copy of principals until we click ok on the policy entry dialog. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (HARMONY-5912) Progress on policytool

Posted by "Sian January (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-5912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sian January reassigned HARMONY-5912:
-------------------------------------

    Assignee: Sian January

> 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ás Belicza
>            Assignee: Sian January
>            Priority: Minor
>             Fix For: 5.0M7
>
>         Attachments: policytool 2008.07.16.patch, screenshot-1.jpg, screenshot-2.jpg
>
>
> 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 relocated to the BaseFormDialog.
>     (For example: prepareForDisplay() along with declaring buildGUI(), and finishSuccessfulEdit())
> -Changed mnemonics in case of multiple ListAndEdit components in same dialog
> -GrantEntries now can be added, edited, removed from the the GUI.
> -new feature: multiple selected entires can be removed (the original policytool 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 NullPointerException.
>     Reason: simply not yet implemented.
> -If we edit a policy entry, edit one of its principals, we click ok, then we click cancel on the policy entry dialog, then the changes made on the principal dialog will be permanent.
>     Solution: we need a working copy of principals until we click ok on the policy entry dialog. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.