Comment 1 for bug 605924

Revision history for this message
Henning Eggers (henninge) wrote :

My plan for fixing this:
Return values: Return templates as result sets. This only affects getTranslationTemplateFormats and getObsoleteTranslationTemplates where each one only has one call site. These could easily be listified there but getObsoleteTranslationTemplates is only used to check its length for >0 ... So I will convert that to has_obsolete_translation_templates.

Obsolete templates: My plan now is to remove that and see which tests fail. The solution is pretty clear, finding all the right places is the work here.