PloneLocalFolderNG 0.7.0 (Jul 21, 2005)
This release includes many improvements with respect to documentation (now in reStructuredText format), Unicode support, file packing and unpacking, unit testing, search results output, and modularization of various logging and counting mechanisms. ***NOTE*** this release will not work with Plone 2.1+ (please use the v0.8 baseline)
For additional information about this project, please visit the overview page .
Available downloads
Change log
- re-ordered methods in alphabetical order
- converted doc strings to rST format
- lots of forward progress made on unit testing code
- updated to work with TextIndexNG2 v2.2
- improved unicode support
- added getFileSearchResultText() method + plfng_search.pt to display relevent snippits of converted text for each PLFNG file in search results
- added language extended metadata support in getMetadataElement() (thx Radim!)
- added method 'catalogFiles'
- added TitleLinks_Relative as a new folder_address_display_style' type (thx Radim!)
- generalized showFile() to now only call one generic _onFileAccess() method instead of making multiple calls to specific logging and counting mechanisms (eg _increment_mxmcount(), _logFileAccessEvent() )
- improved several key methods to work without http REQUEST data
- util.upzipFile() now expands contents to desired PLFNG relative path
- util.upzipFile() now preserves the modification time for files (but not directories since on Windows directories aren't files and trying to call os.utime() on them gives 'permission denied' error)
- added very primative packFile() capability - added initial implementation of moveFile()


