[GeoNetwork-devel] [GeoNetwork opensource Developer website] #681: Add basic support for gmx:Anchor

#681: Add basic support for gmx:Anchor
-------------------------+--------------------------------------------------
Reporter: fxp | Owner: geonetwork-devel@…
     Type: enhancement | Status: new
Priority: major | Milestone: v2.7.0
Component: General | Version:
Keywords: |
-------------------------+--------------------------------------------------
The following changes are required to add gmx:Anchor support in view mode
and edit (existing Anchor).

  * To use the gmx:Anchor (substitute of gco:CharacterString) for an
element use the schema-suggestion configuration file:

{{{
         <field name="gmd:keyword">
                 <suggest name="gco:CharacterString"/>
                 <suggest name="gmx:Anchor"/>
         </field>

         <field name="gmx:Anchor">
                 <suggest name="xlink:href"/>
         </field>
}}}
Restart the application.

  * update-fixd-info : remove template which replace gmx:Anchor by
gco:CharacterString.
  * Add labels and description in loc files
  * Avoid xlink resolution for gmx:Anchor
  * Add hyperlink in view mode and open in new window
   * for keywords and other type of element

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/681&gt;
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/&gt;
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.

#681: Add basic support for gmx:Anchor
-------------------------+--------------------------------------------------
Reporter: fxp | Owner: geonetwork-devel@…
     Type: enhancement | Status: new
Priority: major | Milestone: Future release
Component: General | Version:
Keywords: |
-------------------------+--------------------------------------------------
Changes (by fxp):

  * milestone: v2.7.0 => Future release

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/681#comment:1&gt;
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/&gt;
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.

#681: Add basic support for gmx:Anchor
--------------------------+-------------------------------------------------
  Reporter: fxp | Owner: geonetwork-devel@…
      Type: enhancement | Status: closed
  Priority: major | Milestone: v2.9.0
Component: General | Version:
Resolution: fixed | Keywords:
--------------------------+-------------------------------------------------
Changes (by fxp):

  * status: new => closed
  * resolution: => fixed
  * milestone: Future release => v2.9.0

Comment:

Committed revision 9238.

--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/681#comment:2&gt;
GeoNetwork opensource Developer website <http://sourceforge.net/projects/geonetwork/&gt;
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.