Small ZSyncer patch: added 'manage_sync' to URLs in 'Sync.dtml'
Hi Andy I've checked out ZSyncer from SourceForge CVS, and will be tinkering with it a bit. Currently, it isn't possible to browse back up the tree of directories in the 'manage_sync' view. The included patch fixes that. Specifically, the first thing I'm trying to do is to get a view presenting only the out-of-date objects recursively, so that I can see the changed objects in a whole tree in one go. Regards, & thanks for a very useful tool, Jean Index: dtml/Sync.dtml =================================================================== RCS file: /usr/local/upfront/repository/zope/ZSyncer/dtml/Sync.dtml,v retrieving revision 1.1 retrieving revision 1.2 diff -r1.1 -r1.2 29c29 < <a href="?">Root</a><br> ---
<a href="manage_sync?">Root</a><br>
34c34 < <a href="?folders=&dtml-old_folders;"><dtml-var sequence-item></a><br> ---
<a href="manage_sync?folders=&dtml-old_folders;"><dtml-var
sequence-item></a><br> 117c117 < </HTML> \ No newline at end of file ---
</HTML>
participants (1)
-
Jean Jordaan