[Zope] Small ZSyncer patch: added 'manage_sync' to URLs in 'Sync.dtml'
Jean Jordaan
jean@upfrontsystems.co.za
Thu, 4 Oct 2001 11:10:35 +0200
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>