File contents
FSDumpX Change Log
FSDumpX 0.1.5 (2006/12/06)
- support [security] metadata dump/load for containers
- add container sort options to dumper
FSDumpX 0.1.4 (2006/10/09)
- add support for loading proxy (Python Script, DTML Method/Document)
- add support for loading [security] tab settings (aquire/roles for perms)
- fix bug dumping DTML with empty content
- fix DTML Document dumper so it minimizes metadata properly
FSDumpX 0.1.3 (2006/08/07)
- redo DumperX to use properties for all dump option settings
[todo: fix changing minimize_metadata prop edit from main page;
workaround: change on the Properties tab if you want to turn off]
FSDumpX 0.1.2 (2006/07/24)
- fix image and file loading to open file in 'rb' mode
FSDumpX 0.1.0 (2006/07/22)
- add Loader (OFSLoader, MetatypeLoader interface, object loaders)
FSDumpX 0.1.0 (2006/07/19)
- forked from Tres Seaver's FSDump 0.9.2 (2005/08/09)
- changed product name to FSDumpX, metatype to DumperX (eXtensible FS Dumper)
- complete internal rewrite to rearchitect to enable dumper registration
- add config option for minimizing redundant/unneeded metadata
- add config option to specify excluded metatypes intended to be ignored
- add custom-options capability to enable opening option mechanism
#==============================================================================
FSDump Change Log
FSDump 0.9.2 (2005/08/09)
- CVS tag: 'FSDump-0_9_2'
- Reverted 'handler_overrides' brownbag
FSDump 0.9.1 (2005/08/09)
- CVS tag: 'FSDump-0_9_1'
- Added argument to Dumper factory to allow caller to supply handler
overrides.
- Applied patch from Sam Brauer, addressing the following issues:
o Proxy roles and security settings weren't being written to
the '.metadata' file.
o The '[Default]' section should be named '[default]'.
o The property-type extensions confuse CMF's FilesystemDirectoryView
(the patch removes the ':string' for string properties; others
are likely still broken).
FSDump 0.9 (2005/04/29)
- CVS tag: 'FSDump-0_9'
- Merged Andy Fundinger's work, adding handlers for the following
CMFFormController meta_types:
o ControllerPythonScript
o ControllerValidator
o ControllerPageTemplates
- Fix missing import of ConflictError (thanks to Willi Langenburger
for the patch).
- Applied a patch from Willi Langenburger to permit use of a dumper
in the root of the Zope instance.
FSDump 0.8.1 (2004/12/09)
- CVS tag: 'FSDump-0_8_1'
- Repackaged to nest the actual products directory inside a version-
qualified wrapper directory; added an INSTALL.txt in the wrapper.
FSDump 0.8 (2004/10/13)
- CVS tag: 'FSDump-0_8'
- Applied patch from Zope collector #1463 to make dumped SQL methods
fit better with CMF's FSSQLMethod representation.
FSDump 0.7 (2004/05/17)
- CVS tag: 'FSDump-0_7'
- Added knob to force use of single '.metadata' file, rather than
multiples (CMF 1.4 compatibility).
- Migrated ZMI to use PageTemplates.
- Bug: when synthesizing a file extension, Dumper didn't include the
synthesized extension in the name of the "companion" properties file.
FSDump 0.6 (2001/08/09)
- CVS tag: 'FSDump-0_6'
- Add handlers for:
- PageTemplate
FSDump 0.5 (2001/08/03)
- CVS tag: 'FSDump-0_5'
- Add handlers for:
- PythonScript
FSDump 0.4 (2001/06/18)
- CVS tag: 'FSDump-0_4'
- Conform to the "Finished Project Guidelines",
http://dev.zope.org/Wikis/DevSite/Proposals/FinishedProductGuidelines
- Added HelpSystem stuff.
- Moved to use declarative security.
FSDump 0.3 (2001/01/06)
- No CVS tag?
- Dump ZClass icon.
- Add handlers for:
o Wizards
o Wizard Pages
FSDump 0.2 (2000/11/19)
- CVS tag: 'FSDump-0_2'
- Add handlers for:
o ZClasses
o ZClass property sheets
o TTW Permissions
o TTW Factories
- Fix unixism in 'Dumper._setFSPath()' -- thanks
Craig! ([email protected])
FSDump 0.1 (2000/11/16)
- CVS tag: 'FSDump-0_1'
- Initial release