Code

Fix the cycles (a clear method, called after render, that removes
authorgmcm <gmcm@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 27 Jun 2002 15:38:53 +0000 (15:38 +0000)
committergmcm <gmcm@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 27 Jun 2002 15:38:53 +0000 (15:38 +0000)
commita241367dc6deb8217014eb196f462171b75de8fe
tree5d6fd1857bcfcca1ac0e16c6e6c951f4e37375fe
parent93bc945bb815d998b62081a9bd7a2ea5aecd4d56
Fix the cycles (a clear method, called after render, that removes
the bound methods from the globals dict).
Use cl.filter instead of cl.list followed by sortfunc. For some
backends (Metakit), filter can sort at C speeds, cutting >10 secs
off of filling in the <select...> box for assigned_to when you
have 600+ users.

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@822 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/htmltemplate.py