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 |
Type | Changes | By | Date |
---|---|---|---|
Add Support to reading the content of "Plain"-Resources with $cms.fileContent(....). | brabenetz | 2011-04-02 | |
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 |
Type | Changes | By | Date |
---|---|---|---|
Add CmsResource to NestedContentMap. Now the Syntax ${content.cmsResource.structureId} work. | brabenetz | 2011-01-27 | |
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 | |
Add XmlFileContentWrapper which simplify programmatically read of structured content in OpenCms (XmlContent). | brabenetz | 2011-01-17 |
Type | Changes | By | Date |
---|---|---|---|
Move Logginghelper to templatehelper module and make original implementation deprecated.. | brabenetz | 2010-04-05 | |
Replace call of patched OpenCms Method "isChoiceType()" with reflactions. Now it should work also with an unpatched Version of OpenCms. | brabenetz | 2010-04-05 | |
Moved getAbsoluteUri(...) to AbstractContextObject. | brabenetz | 2010-03-26 | |
remove version Number in Archiv File names. The Filenames should be simply "/system/modules/${artifactId}/lib/${artifactId}.jar". | brabenetz | 2010-03-25 | |
Add method ${cms.filePathLevel[java.lang.String]} to CmsJspTemplatehelper and CmsVelocityTemplateHelper. | brabenetz | 2010-03-23 | |
refactored version: move velocity implementation to seperate Module "at.infonova.modules.velocity". | brabenetz | 2010-02-10 | |
Fix for "Maven Migration": "xml-apis-2.9.1.jar" in OpenCms is version "1.3.04" | brabenetz | 2010-02-04 |