You are not logged in Log in Join
You are here: Home » Members » slinkp » ZSyncer 0.6.0 final released

Log in
Name

Password

 

ZSyncer 0.6.0 final released

ZSyncer is a tool that allows you to easily push objects from one live Zope site to one or more other Zopes. It also allows you to see which objects are up-to-date on the remote system.

This is the first stable release since 0.5.1 last spring. It contains several UI enhancements, many bugfixes, and some new features. See the changelog for more details.

Get it from the project page on Sourceforge

Changes since 0.6.0-beta1:


Version 0.6.0:

 - minor fixes in Folder.dtml: slightly too long paths in recursive mode.
 - fix from sbrauer to error previous ordered folder support patch.
 - xml-rpc disabled until we either fix or remove it

Version 0.6.0-beta3:

 - slight improvements to help/ZSyncer.stx.
 - sf bug 1050115: fixed NameError on diff.
 - sf bug 1046494: fixed broken delete links in Folder.dtml.
 - sf bug 1045682: changed IntType to types.IntType.
 - sf bug 1044687: add_syncable was ignored by Edit.dtml.
 - sf bug 1043112: changed constructor name was out of date in add.dtml.
 - sf bug 1044766: syncing an ordered folder preserves order,
   patch contributed by sbrauer.
 - sf bug 1044766: added ability to blacklist meta-types,
   not just whitelist, patch contributed by sbrauer.
 - More whitespace fixes, no more tabs in Zsyncer.py.
 - changed Folder.dtml links to objects' manage_main to
   manage_workspace instead. Should be what the user wants (some
   objects don't have manage_main).

Version 0.6.0-beta2:

 - ZSyncerTool at least installs correctly now, even if it doesn't
   actually work yet ;-)  But a little attention will get it there.
 - fixed bug in beta1: Add.dtml called wrong constructor.
 - changed permission name to "ZSyncer: Use ZSyncer" to be
   consistent with the usual idiom.
 - added _callRemote which allows you to do just about anything
   on the remote server with security checks.
   This is intended to be used for remotely twiddling configuration,
   properties, and the like.
 - some docstring whitespace normalization
 - normalized order of args to _*Remote()
 - removed some arg defaults where it would be an error to not
   provide them:  _exportRemote, _srcRemote
 - getURLpath replaced with the simpler getPath.