i did! so, here's a little patch to DT_In.py, which allows the use of a reverse arg to the <!--#in--> tag, so that <!--#in sequence reverse--> ... <!--#/in--> prints out a reversed version of <!--#in sequence--> ... <!--#/in--> the patch is against Zope 1.10.2 but should also work with 2.0.0a1, since not much has changed w/ DT_In since then. i don't know if anyone else needs this, but it's useful for me (my motivation - wanting to print out an unthreaded Confera topic in newest-oldest order!) --brian
At 12:52 10/06/99 , Brian Hooper wrote:
i did!
So did I.. =) And I also supplied a patch, it's even in the Collector. Archive: http://www.zope.org/pipermail/zope/1999-May/004394.html Why does your patch set self.sort to ''? -- Martijn Pieters, Web Developer | Antraciet http://www.antraciet.nl | Tel: +31-35-7502100 Fax: +31-35-7502111 | mailto:mj@antraciet.nl http://www.antraciet.nl/~mj | PGP: http://wwwkeys.nl.pgp.net:11371/pks/lookup?op=get&search=0xA8A32149 ------------------------------------------
hi ! whoops, foolish duplication of effort on my part (gotta pay better attention to the list - but there's a lot to read!) Martijn Pieters <mj@antraciet.nl> wrote:
So did I.. =) And I also supplied a patch, it's even in the Collector.
Archive: http://www.zope.org/pipermail/zope/1999-May/004394.html Why does your patch set self.sort to ''?
oh - this was so that it's possible to do 'reverse' without specifying a 'sort' this was necessary because of where i chose to do the sort... (but, looking at your patch, i think you picked a much better place to do the reverse than i did!) --brian p.s. actually, i reversed <!--#tree-->, too, just now, to be able to reverse the order of Confera topics and other things... hope that you didn't already do this one too! =)
participants (2)
-
Brian Hooper -
Martijn Pieters