Changes

Release History

Version Date Description
1.0.1 2010-08-25 Bugfix Release for OpenCms 7.5.3
1.0 2010-08-24 First Final release for OpenCms 7.5.2
1.0-B5 2010-07-21 fifth Beta-RELEASE
1.0-B4 2010-07-06 Fourth Beta-RELEASE
1.0-B3 2010-07-05 Third Beta-RELEASE
1.0-B2 2010-07-05 Second Beta-RELEASE
1.0-B1 2010-06-06 First Beta-RELEASE
1.0-SNAPSHOT-20100605 2010-06-05 Public SNAPSHOT-RELEASE for opencms-testing

Release 1.0.1 - 2010-08-25

Type Changes By Date
fix OpenCms 7.5.3 introduced a new abstract method which must be implemented now :(. org.opencms.configuration.A_CmsXmlConfiguration.initMembers() brabenetz 2010-08-25

Release 1.0 - 2010-08-24

No changes in this release.

Release 1.0-B5 - 2010-07-21

Type Changes By Date
add Velocity Engine: Improve Exceptionhandling and Log-Messages. brabenetz 2010-07-19

Release 1.0-B4 - 2010-07-06

Type Changes By Date
add Velocity Engine: make method getProject(CmsResource) to prevent errors like: Fehler beim Lesen des Projekts mit der ID 00000000-0000-0000-0000-000000000000. brabenetz 2010-07-06

Release 1.0-B3 - 2010-07-05

Type Changes By Date
add Velocity Engine: refactor the ProcessStringMethodObject class (remove superfluous synchronize). brabenetz 2010-07-05

Release 1.0-B2 - 2010-07-05

Type Changes By Date
add Velocity Engine: enable Velocity-Cache for Templates (VM-Files). brabenetz 2010-06-29
add Velocity Engine: Add Property "directive.if.tostring.nullcheck=false". Prevent calling the toString() Method. brabenetz 2010-06-21
add FunctionsContextObject: add isEmpty() Returns true if a collection, or a string is Empty. Prevent calling the toString() Method. Handle Issue https://issues.apache.org/jira/browse/VELOCITY-692 brabenetz 2010-06-21
add FunctionsContextObject: prevent NullPointerException in ${fn.toUpperCase($notPresent)} and ${fn.toLowerCase($notPresent)}. brabenetz 2010-06-14
add FunctionsContextObject: add escapeHtml() and escapeJavaScript(): ${fn.escapeHtml( java.lang.String input), ${fn.escapeJavaScript( java.lang.String input) brabenetz 2010-06-12

Release 1.0-B1 - 2010-06-06

No changes in this release.

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

Type Changes By Date
add Add ServletContextObject provide access to the same Objects as the implicit Objects from JSP. see: http://java.boot.by/wcd-guide/ch07.html brabenetz 2010-04-20
add Add protected getSiteRelativPath(...) and 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
fix Fix special chars in CmsVelocity.processString(...). brabenetz 2010-03-24
add add DirectEditContextObject. E.g.: ${directEdit.editable}, ${directEdit.start} (XML-Content), ${directEdit.start('body')} (XML-Page), ${directEdit.end}. brabenetz 2010-03-01
update update Build configs to JDK 5. brabenetz 2010-02-26
add add VelocityContextObject. E.g.: "${velocity.helpAll}" or "${velocity.include('../xyz.vm')}" (The included path is an OpenCms VFS ResourcePath) brabenetz 2010-02-15
add add FunctionsContextObject (the same as JSTL Functions Tag-Lib in JSP) brabenetz 2010-02-12
add add Velocity-Module-Configuration to add custom ContextObjects to VelocityContext. brabenetz 2010-02-12
add Implement build with Maven. Fixes 2932986. brabenetz 2010-02-10