Changes between Version 5 and Version 6 of pluginprofiles
- Timestamp:
- 10/11/10 15:05:41 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pluginprofiles
v5 v6 54 54 * 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) 55 55 * 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 58 57 * 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 60 60 61 61 === Backwards Compatibility Issues === 62 62 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 64 64 65 65 === New libraries added ===