This patch set removes the Context TT plugin which only contained the Scalar method. This was only used a few times in the codebase. (We do not expect them to be used in notices on larger scale.)
The db revision will warn users for (adjusted) notices that contain this construct if any. Occurrences like [% Context.Scalar(x,y) %] can be replaced by [% x.y %]. If x.y returns a list, change to x.y.size.
|