[ 
http://jira.dspace.org/jira/browse/DS-288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=10676#action_10676
 ] 

Larry Stone commented on DS-288:
--------------------------------

This feature is now checked-in to the trunk for 1.6.  

Here is documentation, also included as comments in dspace.cfg:

#### Hide Item Metadata Fields  #####
 You can configure certain Item metadata fields so they are not displayed in 
the public Web UIs or in the default OAI-PMH format, *unless* a user in the 
Administrator group is logged in.  This is intended to hide fields used mainly 
for administrative purposes, and which may contain confidentail or sensitive 
information such as email addresses.

 Fields named here are hidden in the following places UNLESS the
 logged-in user is an Administrator:
  1. XMLUI metadata XML view, and Item splash pages (long and short views).
  2. JSPUI Item splash pages
  3. OAI-PMH server, "oai_dc" format.
     (NOTE: Other formats are _not_ affected.)
 To designate a field as hidden, add a property here in the form:
    metadata.hide.SCHEMA.ELEMENT.QUALIFIER = true

 This default configuration hides the dc.description.provenance field,
 since that usually contains email addresses which ought to be kept
 private and is mainly of interest to administrators:

# Example in the config file:
metadata.hide.dc.description.provenance = true




> Hide metadata from full item view
> ---------------------------------
>
>                 Key: DS-288
>                 URL: http://jira.dspace.org/jira/browse/DS-288
>             Project: DSpace 1.x
>          Issue Type: New Feature
>          Components: JSPUI
>    Affects Versions: 1.6.0
>            Reporter: Claudia Jürgen
>            Assignee: Larry Stone
>            Priority: Minor
>         Attachments: md-exposure-diff.txt, MetadataExposure.java, 
> WebuiItemDisplayFullHideJSPv01.patch
>
>
> Interim solution for part of DS-266
> until a more sophisticated management is developed
> This patch adds a configuration option, which fields to hide from full item 
> view, to the dspace.cfg:
>  # webui.itemdisplay.full.hide = schema.element.qualifier, \
>  #                               schema.element.qualifier, \
>  #                               schema.element.* ,\
>  #                               schema.*
>  
> If nothing is configured it defaults back to hide dc.description.provenance.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.dspace.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Dspace-devel mailing list
Dspace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to