Re: [Zope] dtml-in patch
Oleg Broytmann writes:
Can anyone (especially from DC) explain the lates patch to DT_In.py?
< if index==first and index > 0: ---
if index==first or index==last:
The original patch came from me. And indeed, it was supposed to provide uniform navigation both at the start and end of the sequence. It worked nice for us.
I posted the original patch to the Collector (ages ago). You may find it also under: URL:http://www.dieter.handshake.de/pyprojects/zope/dt_in.pat I did not yet check the changes as applied in Zope 2.3.1. This will happen mid April. Dieter
On Tue, 27 Mar 2001, Dieter Maurer wrote:
Oleg Broytmann writes:
Can anyone (especially from DC) explain the lates patch to DT_In.py?
< if index==first and index > 0: ---
if index==first or index==last:
The original patch came from me. And indeed, it was supposed to provide uniform navigation both at the start and end of the sequence. It worked nice for us.
It doesn't work for me. I could send you small test... Oleg. ---- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
participants (2)
-
Dieter Maurer -
Oleg Broytmann