-
-
Notifications
You must be signed in to change notification settings - Fork 492
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
36 changed files
with
71 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
================================================================================ | ||
=== | ||
=== GeoNetwork 3.10.5: List of changes | ||
=== | ||
================================================================================ | ||
- Configuration option to retrict the map services supported in map extent API's (region.getmap and {metadatauuid}/extents.png) the usage of non-predefined map services (#5166) | ||
- Encode username value in http error responses for password recovery to prevent potential XSS (#5164) | ||
- [BP] Fix typo, related to #5111 (#5163) | ||
- [BP] Update sitemap.xsl (#5148) | ||
- [BP] Move value to config.properties file | ||
- [BP] Fix region map url for WMS service to use https, fixes #2951 | ||
- prevent display of html or {...} in filtertags (#5104) | ||
- [BP] Small fix and style improvements for the PDF output: (#5139) | ||
- [BP] Harvester / OGC WxS / Fix nested CharacterString. | ||
- [BP] Global exception controller should not return body content if requested text/html. Fixes #5042 | ||
- [BP] Xslt formatter - resolve section names with metadata element names using labels.xml | ||
- [BP] Formatter / JSON-LD / Avoid error on multiple hierarchyLevel (#5109) | ||
- [BP] ISO19139 / Codelist / Hierarchy level / Don't use radio mode | ||
- [BP] API / Language / Delete / Add missing source translation table (#5111) | ||
- add some common languages to prevent 404's (#5093) | ||
- missing comma in array in json-ld (#5088) | ||
- Allow the use of ThesaurusService in search page (#5086) | ||
- Don't cleanup versions map in EditLib constructor as it's a static resource shared between all the EditLib instances (#5070) | ||
- Test using UTC-04:00 rather than location for ZoneId | ||
- ISODate Z indicate UTC timezone and document ISODate constructor use of milliseconds | ||
- Update version to 3.10.5-SNAPSHOT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
commit cf6027ba57d14cfb14c0670ddabc77b568d5b6b7 | ||
Author: François Prunayre <fx.prunayre@gmail.com> | ||
Date: Thu Oct 1 10:25:27 2020 +0200 | ||
commit 4c99832f89d1936ac753f6df3ad3ca3e81588d10 | ||
Author: josegar74 <josegar74@gmail.com> | ||
Date: Fri Nov 6 12:43:13 2020 +0100 | ||
|
||
[BP] ISO19115-3 / Fix multilingual editing. (#5029) | ||
Configuration option to retrict the map services supported in map extent API's (region.getmap and {metadatauuid}/extents.png) the usage of non-predefined map services (#5166) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
web/src/main/webapp/WEB-INF/classes/setup/sql/migrate/v3105/migrate-default.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
UPDATE Settings SET value='3.10.5' WHERE name='system/platform/version'; | ||
UPDATE Settings SET value='SNAPSHOT' WHERE name='system/platform/subVersion'; | ||
UPDATE Settings SET value='0' WHERE name='system/platform/subVersion'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
#GeoNetwork opensource properties. These are also used by geonetwork at runtime | ||
#Thu, 01 Oct 2020 10:53:17 +0200 | ||
#Fri, 06 Nov 2020 14:15:06 +0100 | ||
|
||
version=3.10.4 | ||
version=3.10.5 | ||
subVersion=0 | ||
release=3.10.4 | ||
release=3.10.5 | ||
javaVersion=1.8.0 | ||
jre_url=http\://openjdk.java.net/ | ||
ant.build.javac.target=1.8 | ||
buildDate=2020-10-01T10\:53\:17+0200 | ||
date=2053011053 | ||
day=01-10-2020 | ||
buildDate=2020-11-06T14\:15\:05+0100 | ||
date=2015061415 | ||
day=06-11-2020 | ||
OS=Compiled on Mac OS X (macosx) | ||
debugOn=on | ||
git_revision=cf6027ba57d14cfb14c0670ddabc77b568d5b6b7 | ||
git_revision=4c99832f89d1936ac753f6df3ad3ca3e81588d10 | ||
git_url=https\://github.com/geonetwork/core-geonetwork.git (push) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters