Age | Commit message (Collapse) | Author |
|
- Try to reduce the use of the “core” object in the plugins
- New “api” member for each BasePlugin which is a wrapper around
the unique PluginAPI object. (instead of having the methods
directly in BasePlugin and then calling the PluginManager)
- Documented methods with rst (for sphinx)
|
|
(while staying backwards-compatible)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We can use the nice and safe get() method
|
|
|
|
|
|
|
|
|
|
Also add a simple translator module
|
|
|