Opened 13 years ago
Closed 12 years ago
#681 closed enhancement (fixed)
Add basic support for gmx:Anchor
Reported by: | fxp | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | v2.10.0 RC0 |
Component: | General | Version: | |
Keywords: | Cc: |
Description
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
Attachments (1)
Change History (3)
by , 13 years ago
Attachment: | gmx_anchor_basic_support.patch added |
---|
comment:1 by , 13 years ago
Milestone: | v2.7.0 → Future release |
---|
comment:2 by , 12 years ago
Milestone: | Future release → v2.9.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Committed revision 9238.