[GeoNetwork-users] Bugfix release GeoNetwork opensource v2.4.1 released

Dear all,

I woudl like to announce the release of GeoNetwork opensource 2.4.1. This is a minor release for the project and includes a number of critical fixes to the 2.4 version. The changes are:

- Corrected Dutch translation
- Fixed force rebuild index on startup.
- Fixed hardcoded english strings in javascript. Use the translate(tagName) function and the js attribute in loc file now.
- Added login support for CSW operations from CSW test page to easily test transactions.
- Translation fix. Thanks Jean Pommier.
- Added doc to disabled caching and use Saxon.
- #141 Fixed XSL compilation error for RSS services (due to additional bracket). Thanks to Roger and Jean.
- Fixed typo in codelists (#140).
- Fixed category search menu. See #139
- Fixed keyword autocompletion. Thanks Richard Walker. #134

GeoNetwork opensource ( http://geonetwork-opensource.org ) is a standards based geospatial catalog application that helps people and organizations to organize and publish their geospatial data through the web. It is currently used in numerous Spatial Data Infrastructure initiatives across the world.

Thanks and congratulations to the all community members!
Jeroen Ticheler

____________________________________________________
Jeroen Ticheler
GeoCat bv
Grotenhuisweg 61
7384 CT Wilp
Tel: +31 (0)6 81286572

  Please consider the environment before printing this email.

Jeroen Ticheler - GeoCat wrote:

Dear all,
...
- Added doc to disabled caching and use Saxon.
...

Hi Jeroen Ticheler,

I found a description about caching the XSLs in
'geonetwork/WEB-INF/classes/META-INF/services':
############
By default XSL caching is active.

The javax.xml.transform.TransformerFactory file is used to define
the XSL processor to use.
* de.fzi.dbs.xml.transform.CachingTransformerFactory for XSL caching
(recommended value for production use).
* org.apache.xalan.processor.TransformerFactoryImpl for no XSL caching
(recommended for dev). When caching is on, only the main XSL stylesheet
last update date is checked and not all included XSL. If you update
an included stylesheet, cache is still used.
############

Question:
How can I completely block the caching? When I e.g. want to include in a xsl
stylesheet a simple alert('something'); javascript function to check the
functionality I have to recompile the whole stuff or is there another way
doing this?

Cheers
Hans

--
View this message in context: http://n2.nabble.com/Bugfix-release-GeoNetwork-opensource-v2-4-1-released-tp3479826p3501951.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.