<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title>INSPIRE Geoportal Revisions: Metadata Editor</title>
	<link href="http://inspire-geoportal.ec.europa.eu/editor/changes.xml" rel="self"/>
	<link href="http://inspire-geoportal.ec.europa.eu/changes.xml" rel="related"/>
	<link href="http://inspire-geoportal.ec.europa.eu/discovery/changes.xml" rel="related"/>
	<link href="http://inspire-geoportal.ec.europa.eu/validator2/changes.xml" rel="related"/>
	<link href="http://inspire-geoportal.ec.europa.eu/roadmap/changes.xml" rel="related"/>
	<logo>http://inspire-geoportal.ec.europa.eu/images/logo-ec.jpg</logo>
	<id>http://inspire-geoportal.ec.europa.eu/editor/changes.xml</id>
	<updated>2012-12-04T00:00:00+02:00</updated>
	<author>
		<name>European Commission, Joint Research Centre</name>
		<email>inspire-geoportal@jrc.ec.europa.eu</email>
		<uri>http://ec.europa.eu/dgs/jrc/</uri>
	</author>
	<generator uri="http://www.redmine.org/">Redmine</generator>
	<entry>
		<title>Bug #1952: EUOSME: Error for specific URLs added as Coupled Resource</title>
		<id>http://vap-sdisvn.jrc.it/redmine/issues/show/1952</id>
		<updated>2013-05-16T18:18:46+02:00</updated>
		<content type="html">
&lt;p&gt;Adding, as a coupled resource, a URL like:&lt;br /&gt;
&lt;a class=&quot;external&quot; href=&quot;http://www.somediscovery.eu/geonetwork/srv/csw?Service=CSW&amp;#38;Request=GetRecordById&amp;#38;Version=2.0.2&amp;#38;id=e4a6ef11-5703-4d42-b888-913ba0630f10&amp;#38;outputSchema=http://www.isotc211.org/2005/gmd&amp;#38;elementSetName=full&quot;&gt;http://www.somediscovery.eu/geonetwork/srv/csw?Service=CSW&amp;#38;Request=GetRecordById&amp;#38;Version=2.0.2&amp;#38;id=e4a6ef11-5703-4d42-b888-913ba0630f10&amp;#38;outputSchema=http://www.isotc211.org/2005/gmd&amp;#38;elementSetName=full&lt;/a&gt;&lt;br /&gt;
would result in an error because the URL was not getting XML encoded.&lt;/p&gt;    </content>
	</entry>
	<entry>
		<title>Bug #1951: EUOSME: Adding more than one Conformity statement causes schema validation issues</title>
		<id>http://vap-sdisvn.jrc.it/redmine/issues/show/1951</id>
		<updated>2013-05-16T12:03:47+02:00</updated>
		<content type="html">
&lt;p&gt;Adding more than one Conformity element was causing the following Schema validation error in the validation report:&lt;br /&gt;
&quot;The content of element &amp;lt;DQ_ConformanceResult&amp;gt; is incomplete. Expected: {&lt;a class=&quot;external&quot; href=&quot;http://www.isotc211.org/2005/gmd}explanation&quot;&gt;http://www.isotc211.org/2005/gmd}explanation&lt;/a&gt; at column 28, line 247 (see documentation)&quot;&lt;/p&gt;    </content>
	</entry>
	<entry>
		<title>Bug #1950: EUOSME: Leaving one of the Constraints fields does not add the value</title>
		<id>http://vap-sdisvn.jrc.it/redmine/issues/show/1950</id>
		<updated>2013-05-16T11:35:19+02:00</updated>
		<content type="html">
&lt;p&gt;In the Constraints tab, when the user entered some text for either Conditions or Limitations, moving out of the field did not trigger the field validation nor was the value added to the metadata. The user had to press the Add button but this was not consistent with the behaviour of the other interface elements.&lt;/p&gt;    </content>
	</entry>
	<entry>
		<title>Bug #1948: EUOSME: Better integration of validator results</title>
		<id>http://vap-sdisvn.jrc.it/redmine/issues/show/1948</id>
		<updated>2013-05-15T17:08:22+02:00</updated>
		<content type="html">
&lt;p&gt;The right panel now displays the original html pages generated by the INSPIRE Geoportal Validator, with no manipulation of the html response, which was causing layout issues.&lt;br /&gt;
In addition, the UI follows the Validator behaviour, that is, until issues are found what gets displayed is the resource report. Once all issues have been fixed, the html representation of the metadata is displayed.&lt;/p&gt;    </content>
	</entry>
	<entry>
		<title>Bug #1947: EUOSME: Wrong encoding of srv:operatesOn (Coupled resources)</title>
		<link href="http://vap-sdisvn.jrc.it/redmine/issues/show/1947" rel="alternate"/>
		<id>http://vap-sdisvn.jrc.it/redmine/issues/show/1947</id>
		<updated>2013-05-15T16:55:40+02:00</updated>
		<author>
			<name>Angelo  Quaglia</name>
			<email>angelo.quaglia@ext.jrc.ec.europa.eu</email>
		</author>
		<content type="html">
The editor was emitting the following wrong encoding for the srv:operatesOn element:&lt;br /&gt;
&lt;pre&gt;
&amp;lt;srv:operatesOn href=&quot;&quot;&amp;gt;http://www.somediscovery.eu/geonetwork/srv/csw?Service=CSW&amp;amp;amp;Request=GetRecordById&amp;amp;amp;Version=2.0.2&amp;amp;amp;id=e4a6ef11-5703-4d42-b888-913ba0630f10&amp;amp;amp;outputSchema=http://www.isotc211.org/2005/gmd&amp;amp;amp;elementSetName=full&quot;&amp;lt;/srv:operatesOn&amp;gt;
&lt;/pre&gt;

	&lt;p&gt;This was wrong.&lt;/p&gt;


	&lt;p&gt;The current and correct encoding is:&lt;/p&gt;


&lt;pre&gt;
&amp;lt;srv:operatesOn xlink:href=&quot;http://www.somediscovery.eu/geonetwork/srv/csw?Service=CSW&amp;amp;amp;Request=GetRecordById&amp;amp;amp;Version=2.0.2&amp;amp;amp;id=e4a6ef11-5703-4d42-b888-913ba0630f10&amp;amp;amp;outputSchema=http://www.isotc211.org/2005/gmd&amp;amp;amp;elementSetName=full&quot;/&amp;gt;
&lt;/pre&gt;    </content>
	</entry>
	<entry>
		<title>New INSPIRE Geoportal Metadata Validator</title>
		<id>http://inspire-geoportal.ec.europa.eu/editor/changes.xml#1735</id>
		<updated>2012-12-04T17:43:30+01:00</updated>
		<content type="html">
&lt;p&gt;Metadata editor now uses new INSPIRE Geoportal Metadata Validator instead of Schematron Validator for metadata validation.&lt;/p&gt;    </content>
		<author>
			<name>European Commission, Joint Research Centre</name>
			<email>inspire-geoportal@jrc.ec.europa.eu</email>
			<uri>http://ec.europa.eu/dgs/jrc/</uri>
		</author>
	</entry>
	<entry>
		<id>http://inspire-geoportal.ec.europa.eu/editor/changes.xml#1365</id>
		<title>Version V 1.0.3</title>
		<updated>2012-01-04T11:11:30+01:00</updated>
		<content type="html">&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Translated specification list in conformity tab.&lt;/li&gt;&lt;li&gt;Updated the schema for these elements: language, distributionFormat, measureIdentification.&lt;/li&gt;&lt;li&gt;Updated the cache for keyword repositories.&lt;/li&gt;&lt;li&gt;Added thesaurus title and publication date for keywords from 'ISO - 19119 geographic services taxonomy'.&lt;/li&gt;&lt;li&gt;Ask for confirmation before update metadata date.&lt;/li&gt;&lt;li&gt;Automatically set metadata language and resource language when user changes language in UI (only with new metadata).&lt;/li&gt;&lt;li&gt;The box &quot;keyword from repositories&quot; now can be closed.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;Bugs fixed:&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Map does not show in IE8.&lt;/li&gt;&lt;li&gt;Free keywords overwrite other keywords.&lt;/li&gt;&lt;li&gt;Bounding box drawing does not populate coordinate boxes after create a new metadata.&lt;/li&gt;&lt;/ul&gt;</content>
		<author>
			<name>European Commission, Joint Research Centre</name>
			<email>inspire-geoportal@jrc.ec.europa.eu</email>
			<uri>http://ec.europa.eu/dgs/jrc/</uri>
		</author>
	</entry>
	<entry>
		<id>http://inspire-geoportal.ec.europa.eu/editor/changes.xml#1367</id>
		<title>Version V 1.0.2</title>
		<updated>2011-05-27T11:40:53+01:00</updated>
		<content type="html">&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Keyword suggestion box is larger than before.&lt;/li&gt;&lt;li&gt;Force IE8 and later to use IE8 standard mode.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;Bugs fixed:&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;'Open' tab doesn't work in IE8.&lt;/li&gt;&lt;li&gt;Loading file resets Organisation Name to default value (RDSI Mode).&lt;/li&gt;&lt;li&gt;International characters are encoded incorrectly while saving.&lt;/li&gt;&lt;li&gt;Some language code values are wrong.&lt;/li&gt;&lt;li&gt;Incorrect values of Geographic bounding box after drawing on the map.&lt;/li&gt;&lt;li&gt;Cursor on map is shifted up.&lt;/li&gt;&lt;/ul&gt;</content>
		<author>
			<name>European Commission, Joint Research Centre</name>
			<email>inspire-geoportal@jrc.ec.europa.eu</email>
			<uri>http://ec.europa.eu/dgs/jrc/</uri>
		</author>
	</entry>
	<entry>
		<id>http://inspire-geoportal.ec.europa.eu/editor/changes.xml#1368</id>
		<title>Version V 1.0.1</title>
		<updated>2011-03-25T11:42:48+01:00</updated>
		<content type="html">&lt;p&gt;&lt;strong&gt;Changes:&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Change map source from openstreetmap to plurel&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;Bugs fixed:&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Calendar box still remains after move mouse to other box (in IE and Google Chrome)&lt;/li&gt;&lt;li&gt;User gets stuck at &quot;saving file&quot; dialog (in Google Chrome and IE)&lt;/li&gt;&lt;li&gt;Suggestion list of &quot;Limitation on public access&quot; appears in very short time frame&lt;/li&gt;&lt;li&gt;Can't save file (in IE)&lt;/li&gt;&lt;/ul&gt;</content>
		<author>
			<name>European Commission, Joint Research Centre</name>
			<email>inspire-geoportal@jrc.ec.europa.eu</email>
			<uri>http://ec.europa.eu/dgs/jrc/</uri>
		</author>
	</entry>
	<entry>
		<id>http://inspire-geoportal.ec.europa.eu/editor/changes.xml#1369</id>
		<title>Version V 1.0.0</title>
		<updated>2011-01-05T10:45:47+01:00</updated>
		<content type="html">&lt;ul&gt;&lt;li&gt;First published&lt;/li&gt;&lt;/ul&gt;</content>
		<author>
			<name>European Commission, Joint Research Centre</name>
			<email>inspire-geoportal@jrc.ec.europa.eu</email>
			<uri>http://ec.europa.eu/dgs/jrc/</uri>
		</author>
	</entry>
</feed>
