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 |
Type | Changes | By | Date |
---|---|---|---|
OpenCms 7.5.3 introduced a new abstract method which must be implemented now :(. org.opencms.configuration.A_CmsXmlConfiguration.initMembers() | brabenetz | 2010-08-25 |
Type | Changes | By | Date |
---|---|---|---|
Velocity Engine: Improve Exceptionhandling and Log-Messages. | brabenetz | 2010-07-19 |
Type | Changes | By | Date |
---|---|---|---|
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 |
Type | Changes | By | Date |
---|---|---|---|
Velocity Engine: refactor the ProcessStringMethodObject class (remove superfluous synchronize). | brabenetz | 2010-07-05 |
Type | Changes | By | Date |
---|---|---|---|
Velocity Engine: enable Velocity-Cache for Templates (VM-Files). | brabenetz | 2010-06-29 | |
Velocity Engine: Add Property "directive.if.tostring.nullcheck=false". Prevent calling the toString() Method. | brabenetz | 2010-06-21 | |
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 | |
FunctionsContextObject: prevent NullPointerException in ${fn.toUpperCase($notPresent)} and ${fn.toLowerCase($notPresent)}. | brabenetz | 2010-06-14 | |
FunctionsContextObject: add escapeHtml() and escapeJavaScript(): ${fn.escapeHtml( java.lang.String input), ${fn.escapeJavaScript( java.lang.String input) | brabenetz | 2010-06-12 |
Type | Changes | By | Date |
---|---|---|---|
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 protected getSiteRelativPath(...) and 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 | |
Fix special chars in CmsVelocity.processString(...). | brabenetz | 2010-03-24 | |
add DirectEditContextObject. E.g.: ${directEdit.editable}, ${directEdit.start} (XML-Content), ${directEdit.start('body')} (XML-Page), ${directEdit.end}. | brabenetz | 2010-03-01 | |
update Build configs to JDK 5. | brabenetz | 2010-02-26 | |
add VelocityContextObject. E.g.: "${velocity.helpAll}" or "${velocity.include('../xyz.vm')}" (The included path is an OpenCms VFS ResourcePath) | brabenetz | 2010-02-15 | |
add FunctionsContextObject (the same as JSTL Functions Tag-Lib in JSP) | brabenetz | 2010-02-12 | |
add Velocity-Module-Configuration to add custom ContextObjects to VelocityContext. | brabenetz | 2010-02-12 | |
Implement build with Maven. Fixes 2932986. | brabenetz | 2010-02-10 |