About
A zope product which provides an interface to keep track of product updates which need to be run on zope sites through an interface that keeps track of those that have been run, when, by who, and their outcome.
You can also diff text, uploaded files, in zope files, in zope Filesystem Directory View (optionally by revision), on disk files, and even files by url. This functionality is usable by itself.
Latest Version
1.3.1 as of September 9, 2011.
More Info
Current Development
Making changes to the products tab.
- Make changes to the way you specify which products you want to fetch svn information for. Instead of the current way you will enter authentication information in a single place and select (with checkboxes) the products you want to check.
- Currently when you check a product it always checks against the HEAD. I will be adding a way to check against a specified revision number.
- Currently customized files in the site are checked to see if they have been changed between the current revision and the HEAD. This will become optional and will check against the revision number you specified instead of always the HEAD.
- Lastly this will be integrated with the diff tab so you can easily diff the files that have been found customized between revisions to the current file in the zope. You will also be able to easily diff the file to the revision you have specified you will be updating to.
Future Development
Making the diff tab work in browsers other than Firefox 3.
Design a way to edit the customized object inline while using the differ. They may only work for certain objects (like Python Scripts) to start with but other objects can be added at any time.