Changes between Version 5 and Version 6 of pluginprofiles


Ignore:
Timestamp:
Oct 11, 2010, 3:05:41 PM (14 years ago)
Author:
simonp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pluginprofiles

    v5 v6  
    5454 * rewrite the Info service so that it no longer requires the namespace URI to be provided by the tooltip requests (will use !SchemaManager to get this info instead)
    5555 * change schema autodetection code to use information from the !SchemaManager (we use some code and ideas from the enhanced schema autodetect approach developed by Dominic Owen of USGIN)
    56  * add a services that accept a zip file (or URL of a zip file) containing a schema, unpacks the schema into the schemaPlugins directory, and adds the schema to the list of schemas that !GeoNetwork knows about (no config changes required)
    57  * Move codelist and label xml file caching for schemas from Jeeves guiservices to !GeoNetwork guiservices - no longer necessary to add these files to the gui section of web/geonetwork/WEB-INF/config.xml
     56 * move codelist and label xml file caching for schemas from Jeeves guiservices to !GeoNetwork guiservices - no longer necessary to add these files to the gui section of web/geonetwork/WEB-INF/config.xml
    5857 * Add localized strings support for strings that may be used in the presentation xslts - no longer necessary to add these to the gui section of .....
    59  * move templates and sample-data into schema directory and change gast and other code to use the !SchemaManager to obtain paths to these directories
     58 * move templates and sample-data into schema directory and change gast and other code to use the !SchemaManager to obtain paths to these directories
     59 * add services that accept a schema zip file directly or URL of a schema zip file or UUID of a metadata record with schema zip archive attached, which retrieve and unpack the schema from the zip file into the schemaPlugins directory, and adds the schema to the list of schemas that !GeoNetwork knows about (no config changes required) - add, delete and update
    6060   
    6161=== Backwards Compatibility Issues ===
    6262
    63 None known?
     63 * Those installations with their own schemas and profiles will need to recast them into the plugin format - this means moving common strings and presentation xslts etc to the schema directory
    6464
    6565=== New libraries added ===