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 |