You are not logged in Log in Join
You are here: Home » Members » ensane » CMFDynamicDocument » CHANGES » View Document

Log in
Name

Password

 

CHANGES

CMFDynamicDocument 1.1

-Fixed the context, reimplemented pt_getContext

-Removed psuedoDict class and added Macros class to return the ddPagetemplate.macros.

CMFDynamicDocument 1.1.1

-Fixed a problem by not passing format to handleText for fileUploads.

CMFDynamicDocument 1.1.1.1

-Fixed CMF1.2 compatability issues.

-Refactored _edit, edit, and PUT to use webdav interface changes from CMF1.2

CMFDynamicDocument 1.1.1.2

  • Added Plone patch (see CMFDynamicDocument.diff) - Added ddocument_view template (part of Plone patch)

CMFDynamicDocument 1.1.2

  • Added document to the namespace. So within a document you can use Document Title This makes things a little more intuitive (at least from my perspective), while retaining the same behavior as PageTemplates (i.e. here is not the Template).
  • Added title and description editing and handling to the edit form and edit script.
  • Removed a couple template oddities which were introduced in patches from 1.1.1.2 release.