Changes

Release History

Version Date Description
1.0.2 2011-04-?? Update release
1.0.1 2011-02-03 Update release for OpenCms 7.5.3.1
1.0 2010-08-24 First Final release for OpenCms 7.5.2
1.0-B1 2010-06-06 First Beta-RELEASE
1.0-SNAPSHOT-20100605 2010-06-05 Public SNAPSHOT-RELEASE for opencms-testing
1.0-M2 2010-02-02 Refactored OpenCms-Module build with Maven

Release 1.0.2 - 2011-04-??

Type Changes By Date
update Add Support to reading the content of "Plain"-Resources with $cms.fileContent(....). brabenetz 2011-04-02
update Add additional methods in CmsVelocityTemplateHelper and CmsJspTemplateHelper:
- ${cms.version} => Returns a version Object which supports the following Methods: ${cms.version.forOpenCms}, ${cms.version.forJava}, ${cms.version.forOS}, ${cms.version.forClass[String classname]}.
Example: ${cms.version.forClass['org.apache.commons.lang.SystemUtils']}.
brabenetz 2011-04-02

Release 1.0.1 - 2011-02-03

Type Changes By Date
update Add CmsResource to NestedContentMap. Now the Syntax ${content.cmsResource.structureId} work. brabenetz 2011-01-27
update Add additional methods in CmsVelocityTemplateHelper:
- ${cms.onlineLink(java.lang.String)} => Returns the online link for the given resource, with full server prefix.
- ${cms.fileContents(java.util.List<java.lang.String>)} => The list of Xml Content of the given Resources as POJO. See also ${cms.fileContent(java.lang.String)}.
brabenetz 2011-01-18
update Add XmlFileContentWrapper which simplify programmatically read of structured content in OpenCms (XmlContent). brabenetz 2011-01-17

Release 1.0 - 2010-08-24

No changes in this release.

Release 1.0-B1 - 2010-06-06

No changes in this release.

Release 1.0-SNAPSHOT-20100605 - 2010-06-05

Type Changes By Date
update Move Logginghelper to templatehelper module and make original implementation deprecated.. brabenetz 2010-04-05
update Replace call of patched OpenCms Method "isChoiceType()" with reflactions. Now it should work also with an unpatched Version of OpenCms. brabenetz 2010-04-05
update Moved getAbsoluteUri(...) to AbstractContextObject. brabenetz 2010-03-26
update remove version Number in Archiv File names. The Filenames should be simply "/system/modules/${artifactId}/lib/${artifactId}.jar". brabenetz 2010-03-25
add Add method ${cms.filePathLevel[java.lang.String]} to CmsJspTemplatehelper and CmsVelocityTemplateHelper. brabenetz 2010-03-23
update refactored version: move velocity implementation to seperate Module "at.infonova.modules.velocity". brabenetz 2010-02-10
fix Fix for "Maven Migration": "xml-apis-2.9.1.jar" in OpenCms is version "1.3.04" brabenetz 2010-02-04

Release 1.0-M2 - 2010-02-02

Type Changes By Date
add Implement build with Maven. Fixes 2932986. brabenetz
update changed package from 'com.bearingpoint.opencms' to 'at.infonova.opencms.modules'. brabenetz