new object pluginset
[myslice.git] / engine / plugin.py
2013-03-07 Thierry Parmentelatnew object pluginset
2013-03-07 Thierry Parmentelatdead code
2013-03-04 Thierry Parmentelatexpose javascript data for a plugin only when it has...
2013-03-04 Thierry Parmentelatremove duplicate
2013-02-28 Thierry Parmentelatvarious changes around settings management
2013-02-13 Thierry Parmentelatfilenames without _ (spare my pinkie)
2012-12-21 Thierry Parmentelatmostly all the resources (templates/static) should...
2012-12-21 Mohamed LarabiMerge branch 'master' of ssh://git.onelab.eu/git/myslic...
2012-12-21 Thierry Parmentelatadd the exclude_from_json() mechanism to keep control...
2012-12-21 Thierry Parmentelatcleanup between plugin.name and plugin.uuid
2012-12-21 Thierry Parmentelatrenaming plugin attributes - now uses - visible - toggl...
2012-12-21 Thierry Parmentelatrename js template
2012-12-21 Thierry Parmentelatexport plugin attributes/settings to js now should...
2012-12-21 Thierry Parmentelatadd a notion of 'active' in Composite, used in renderin...
2012-12-20 Thierry Parmentelatcleanup rendered html with new field names
2012-12-20 Thierry Parmentelatadd mandatory title and name args to plugin creation...
2012-12-20 Thierry Parmentelatrenamed template() into template_file()
2012-12-20 Thierry Parmentelatrename render_env -> template_env
2012-12-20 Thierry Parmentelatrenamed template/static files where they belong
2012-12-20 Thierry Parmentelatshow the various pieces as a use case for css on tabs...
2012-12-19 Thierry Parmentelatyet another round, with 2 new Plugins Tabs and Raw...
2012-12-19 Thierry Parmentelatfix prelude/requirements system
2012-12-19 Thierry Parmentelatcosmetic
2012-12-19 Thierry Parmentelata first working mechanism based on Prelude class and...
2012-12-18 Thierry Parmentelatverticallayout as an elementary building plugin
2012-12-18 Thierry Parmentelatfix plugin class name
2012-12-18 Thierry Parmentelatpass python settings to the js layer - from plugin.php
2012-12-10 Thierry Parmentelatlogin/logout stuff working
2012-12-10 Thierry Parmentelatfix various names and add various missing stuff for...
2012-12-10 Thierry Parmentelattry to define a decent naming scheme for templates,
2012-12-10 Thierry Parmentelatnew engine/ app, the location to where to implement...