You are not logged in Log in Join
You are here: Home » Members » andym » ZSyncer » ZSyncer

Log in
Name

Password

 
Version 0.4.6:
- Made the filter optional, helps for things like CMF
- xmlrpclib fix for 2.6

Version 0.4.5:
-  Removed title_or_id from the properties of the objects synced so that objects with non ASCII characters in the title dont fail...
-  Change all dates to GMT
-  Uploaded to Sourceforge

Version 0.4.4:
-  Correctly set manage_sync form to view management screens permission
-  Fix HTTPS host header for multiple hosts...

Version 0.4.3:
-   Patch from John Zinti, so https urls arent munged by
    the products.

Version 0.4.2:
-   Bugger, didnt get all the references to folder
-   Manage/View dont show up on extra objects
-   Approval didnt pass through REQUEST correctly

Version 0.4.1:
-   Fixed DTML bugs, esp. in SyncFolder.dtml
-   Add Image and File to default syncable objects

Version 0.4:
-   HTTPS support thanks to [email protected], thanks Peter
-   Moved some things into the config
-   Won't crash on broken objects
-   HTML fixes
-   Folder patch to add in "Sync" tab
-   Won't sync reserved objects (eg standard_html_header)
-   New icon
-   Syncable types *** warning *** please read the help on this, it
means you can sort of limits the types sycned.
-   Help updated

Version 0.3:

-	Added icons into ZMI
-	You can now rummage through all objects with isPrincipiaFolderish = 1,
-	You can sync multiple objects at once. Changed sync link to checkbox.
-	Fixed bug in deleting object
-	After syncing ZMI returns you to the folder you left from
-	You can override the user you sync with, select override and add a 
username and password. This means the user accounts can be different
between source and destination boxes.
-	You can specify your own log file
-	Changed the icon
-	Changed all references of production to destination
-	Changed all references of development to source
-	Changed all instances of unrestrictedTraverse to restrictedTraverse, 
will make security a little better.