various changes around settings management
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 28 Feb 2013 15:41:50 +0000 (16:41 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Thu, 28 Feb 2013 15:41:50 +0000 (16:41 +0100)
commitb490e035bac3b74b66130548f5a4bf4a30ad8375
tree8ffdf6b8ae94ab8726bbd575c436f8e946b60f2e
parente5c7d07dbd241c1bf8ffe87ae7e1ccb64f113f32
various changes around settings management
turns out I had totally misunderstaood what the scope of the json initialization should be
so instead of trying to expose everything to json we require each
plugin class to define json_settings_list() so as to decide what
really gets exposed
---
this version is currently very rough/broken but I feel like I need to
commit this before it causes too much harm
auth/views.py
engine/composite.py
engine/plugin.py
engine/views.py
myslice/urls.py
myslice/viewutils.py
plugins/quickfilter.py
plugins/simplelist.py
plugins/slicelist.py