You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Alex Karasulu (JIRA)" <ji...@apache.org> on 2007/08/24 21:07:30 UTC

[jira] Created: (DIRSTUDIO-167) Show custom icons for various kinds of schema elements while browsing schema data

Show custom icons for various kinds of schema elements while browsing schema data
---------------------------------------------------------------------------------

                 Key: DIRSTUDIO-167
                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-167
             Project: Directory Studio
          Issue Type: Wish
          Components: studio-browser
            Reporter: Alex Karasulu


It would be pretty cool to map various objectClasses to special icons in Studio so when you browse 
any directory really you can see special icons for those entries of that objectClass like people etc. It
would be nice to have some configuration capability for this.

However I would really love it if we had this capability to be able to browse the schema partition and
recognize metaSchema, metaObjectClass and other meta objectClasses for schema entities.  However
a generalized approach would probably be best.



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


[jira] Commented: (DIRSTUDIO-167) Show custom icons for various kinds of schema elements while browsing schema data

Posted by "Alex Karasulu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSTUDIO-167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522619 ] 

Alex Karasulu commented on DIRSTUDIO-167:
-----------------------------------------

Use the STRUCTURAL OC to decide and use decorators for AUXILLIARY OC.  For example you have files in eclipse but if they are in svn the are decorated with a drive overlay on top of the gif.  I think this would be slick
to do.  So basically you would have icons for STRUCTURAL OC and overlays for AUXILLIARY OC. 

> Show custom icons for various kinds of schema elements while browsing schema data
> ---------------------------------------------------------------------------------
>
>                 Key: DIRSTUDIO-167
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-167
>             Project: Directory Studio
>          Issue Type: Wish
>          Components: studio-browser
>            Reporter: Alex Karasulu
>
> It would be pretty cool to map various objectClasses to special icons in Studio so when you browse 
> any directory really you can see special icons for those entries of that objectClass like people etc. It
> would be nice to have some configuration capability for this.
> However I would really love it if we had this capability to be able to browse the schema partition and
> recognize metaSchema, metaObjectClass and other meta objectClasses for schema entities.  However
> a generalized approach would probably be best.

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


[jira] Closed: (DIRSTUDIO-167) Show custom icons for various kinds of schema elements while browsing schema data

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSTUDIO-167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pierre-Arnaud Marcelot closed DIRSTUDIO-167.
--------------------------------------------


Apache Directory Studio version 1.5.0 has been released.

> Show custom icons for various kinds of schema elements while browsing schema data
> ---------------------------------------------------------------------------------
>
>                 Key: DIRSTUDIO-167
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-167
>             Project: Directory Studio
>          Issue Type: Wish
>          Components: studio-ldapbrowser
>            Reporter: Alex Karasulu
>            Assignee: Stefan Seelmann
>             Fix For: 1.5.0
>
>
> It would be pretty cool to map various objectClasses to special icons in Studio so when you browse 
> any directory really you can see special icons for those entries of that objectClass like people etc. It
> would be nice to have some configuration capability for this.
> However I would really love it if we had this capability to be able to browse the schema partition and
> recognize metaSchema, metaObjectClass and other meta objectClasses for schema entities.  However
> a generalized approach would probably be best.

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


[jira] Resolved: (DIRSTUDIO-167) Show custom icons for various kinds of schema elements while browsing schema data

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSTUDIO-167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pierre-Arnaud Marcelot resolved DIRSTUDIO-167.
----------------------------------------------

    Resolution: Fixed

Fixed

> Show custom icons for various kinds of schema elements while browsing schema data
> ---------------------------------------------------------------------------------
>
>                 Key: DIRSTUDIO-167
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-167
>             Project: Directory Studio
>          Issue Type: Wish
>          Components: studio-ldapbrowser
>            Reporter: Alex Karasulu
>            Assignee: Stefan Seelmann
>             Fix For: 1.5.0
>
>
> It would be pretty cool to map various objectClasses to special icons in Studio so when you browse 
> any directory really you can see special icons for those entries of that objectClass like people etc. It
> would be nice to have some configuration capability for this.
> However I would really love it if we had this capability to be able to browse the schema partition and
> recognize metaSchema, metaObjectClass and other meta objectClasses for schema entities.  However
> a generalized approach would probably be best.

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


[jira] Commented: (DIRSTUDIO-167) Show custom icons for various kinds of schema elements while browsing schema data

Posted by "Stefan Seelmann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSTUDIO-167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522732 ] 

Stefan Seelmann commented on DIRSTUDIO-167:
-------------------------------------------

Currently the icons are choosen depending on the RDN attribute type (cn, ou, ...). This was done because when expanding the tree we only fetch the DNs of the child entries, but not its attributes and even not the objectClass attribute. The reason were performance issues and less network traffic.

But I think in the meantime this has changed. The objectClass attribute is always returned because we need it to see whether an entry is a subentry, alias or referral. So it should be possible to determine the icon by objectClass. And of course a configurable and extendible mapping between objectClasses and icons would be cool.


> Show custom icons for various kinds of schema elements while browsing schema data
> ---------------------------------------------------------------------------------
>
>                 Key: DIRSTUDIO-167
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-167
>             Project: Directory Studio
>          Issue Type: Wish
>          Components: studio-browser
>            Reporter: Alex Karasulu
>
> It would be pretty cool to map various objectClasses to special icons in Studio so when you browse 
> any directory really you can see special icons for those entries of that objectClass like people etc. It
> would be nice to have some configuration capability for this.
> However I would really love it if we had this capability to be able to browse the schema partition and
> recognize metaSchema, metaObjectClass and other meta objectClasses for schema entities.  However
> a generalized approach would probably be best.

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


[jira] Updated: (DIRSTUDIO-167) Show custom icons for various kinds of schema elements while browsing schema data

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

Stefan Seelmann updated DIRSTUDIO-167:
--------------------------------------

    Fix Version/s: 1.5.0
         Assignee: Stefan Seelmann

> Show custom icons for various kinds of schema elements while browsing schema data
> ---------------------------------------------------------------------------------
>
>                 Key: DIRSTUDIO-167
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-167
>             Project: Directory Studio
>          Issue Type: Wish
>          Components: studio-ldapbrowser
>            Reporter: Alex Karasulu
>            Assignee: Stefan Seelmann
>             Fix For: 1.5.0
>
>
> It would be pretty cool to map various objectClasses to special icons in Studio so when you browse 
> any directory really you can see special icons for those entries of that objectClass like people etc. It
> would be nice to have some configuration capability for this.
> However I would really love it if we had this capability to be able to browse the schema partition and
> recognize metaSchema, metaObjectClass and other meta objectClasses for schema entities.  However
> a generalized approach would probably be best.

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


[jira] Commented: (DIRSTUDIO-167) Show custom icons for various kinds of schema elements while browsing schema data

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSTUDIO-167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522613 ] 

Emmanuel Lecharny commented on DIRSTUDIO-167:
---------------------------------------------

We should implement this as an option, for sure. We can even think about specific presentation, with filtering : expose all the users, their groups, etc, with specific icons.

On the other side, it's important to keep a kind of unicity, and not have a kind of mess with one icon for each OC, as we use 16x16 icons... We should also consider that an entry can have more than one OC. 

Anyways, this is the kind of thing which can be usefull to have.

> Show custom icons for various kinds of schema elements while browsing schema data
> ---------------------------------------------------------------------------------
>
>                 Key: DIRSTUDIO-167
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-167
>             Project: Directory Studio
>          Issue Type: Wish
>          Components: studio-browser
>            Reporter: Alex Karasulu
>
> It would be pretty cool to map various objectClasses to special icons in Studio so when you browse 
> any directory really you can see special icons for those entries of that objectClass like people etc. It
> would be nice to have some configuration capability for this.
> However I would really love it if we had this capability to be able to browse the schema partition and
> recognize metaSchema, metaObjectClass and other meta objectClasses for schema entities.  However
> a generalized approach would probably be best.

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