Roundup Tracker - Issues

Message8491

Author rouilj
Recipients rouilj
Date 2026-08-11.04:01:34
Message-id <1786420894.91.0.488131106029.issue2551421@roundup-tracker.org>
In-reply-to
Done in changeset:   8747:551a9f8dcae1

The util methods are now attributes on the TemplateUtils object (via
setattr(..)).
The __getattr__() method was removed as I set the method/staticmethod
directly
on the object.

So we shouldn't have leakage of methods between trackers when running
under roundup-server.
I don't know of any cases where that happened.
History
Date User Action Args
2026-08-11 04:01:34rouiljsetmessageid: <1786420894.91.0.488131106029.issue2551421@roundup-tracker.org>
2026-08-11 04:01:34rouiljsetrecipients: + rouilj
2026-08-11 04:01:34rouiljlinkissue2551421 messages
2026-08-11 04:01:34rouiljcreate