[Zope-PTK] upgrading PTK
Bill Anderson
bill@libc.org
Fri, 05 May 2000 04:58:33 -0600
Timothy Wilson wrote:
>
> Hi everyone,
>
> Please forgive a rather simple question.
>
> Let's say I begin modifying the DemoPortal. How should I preserve those
> "look and feel" changes when a major PTK update takes place that requires
> re-importing DemoPortal? Is it possible to keep them?
My Process:
o Copy the methods I changed into a folder called 'Backups'
o Refresh portal Interfaces
o Note any additions
o Merge new additions with my changes
Re-importing DemoPortal doesn't change the interface methods in your
portal instance. If you are changing DemoPortal itsself (I don't
recommend it) ... well ... I am sure you can arrive at a modified
version of the above. :)
Bill Anderson