Mercurial > p > roundup > code
diff CHANGES.txt @ 696:709f8f1d5661
Sorting was applied to all nodes of the MultiLink class...
...instead of the nodes that are actually linked to in the "field"
template function. This adds about 20+ seconds in the display of an
issue if your database has a 1000 or more issue in it.
| author | Roche Compaan <rochecompaan@users.sourceforge.net> |
|---|---|
| date | Wed, 24 Apr 2002 08:34:35 +0000 |
| parents | 34dbcdfb2fe1 |
| children | 210e1ae39ab1 |
line wrap: on
line diff
--- a/CHANGES.txt Tue Apr 23 16:18:18 2002 +0000 +++ b/CHANGES.txt Wed Apr 24 08:34:35 2002 +0000 @@ -26,6 +26,10 @@ . stop sending blank (whitespace-only) notes . cleanup of serialisation for database storage . node ids are now generated from a lockable store - no more race conditions + . sorting was applied to all nodes of the MultiLink class instead of + to the nodes that are actually linked to in the "field" template + function. This adds about 20+ seconds in the display of an issue if + your database has a 1000 or more issues in it. 2002-03-25 - 0.4.1
