Commit by winterstream :: r9562 /src/trunk/Pootle/ (3 files in 3 dirs): (link)
The middleware should rather not be inside an app directory. App modules tend to be refreshed and this messes with middleware which needs to keep around module data.
Commit by walter_l :: r9556 /src/trunk/virtaal/virtaal/ (15 files in 5 dirs): (link)
Plug-in names redone. Plug-ins are now provided with an internal name that should be used to all operations that are hidden from the user: loading/saving configuration, etc. All plug-ins should also have a "display_name" attribute that is the translatable name of the plug-in.
Commit by walter_l :: r9559 /src/trunk/virtaal/virtaal/plugins/tm/tmcontroller.py: (link)
If a TM match has no "quality" attribute, assign it the minimum acceptable value. This means that the match will be displayed at the bottom of the list of matches.