new object pluginset
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 7 Mar 2013 17:00:50 +0000 (18:00 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 7 Mar 2013 17:00:50 +0000 (18:00 +0100)
commitfcebef2a30c4061ef8b7e302ad9e88554ed6803a
treee88cc4ad2779c9de6b721e13c5626f8b155f5e69
parentb6440c94e0213514fee41d0906645f7657ba881f
new object pluginset
a bit like Plugins in php
acts as a context for a given page
has the Prelude object for the side effects
must be passed to Plugin creation
12 files changed:
Makefile
auth/backend.py
auth/manifoldbackend.py
engine/manifoldapi.py
engine/plugin.py
engine/pluginset.py [new file with mode: 0644]
engine/prelude.py
engine/static/js/onavail.js [new file with mode: 0644]
engine/static/js/plugin.js
myslice/dashboard.py
plugins/simplelist.py
templates/layout-myslice.html