Make it possible to use PluginLoader without store
[cascardo/ipsilon.git] / ipsilon / util / plugin.py
2015-09-05 Patrick UiterwijkMake it possible to use PluginLoader without store
2015-09-03 Patrick UiterwijkFix initialization of plugin_data table in AdminStore
2015-08-31 Patrick UiterwijkCreate database upgrade framework
2015-05-08 Rob CrittendenUpdate Copyright header point to COPYING file
2015-05-07 Rob CrittendenUse python logging in install / log cherrypy at right...
2015-04-10 Rob CrittendenRename and move PluginConfig to ConfigHelper
2015-02-24 Simo SorceDo not crash on failure to load config
2014-12-16 Patrick UiterwijkFix file permissions and remove shebang's
2014-11-12 Simo SorceReturn proper errors if config is read-only
2014-11-12 Simo SorceRefactor plugin initialization and enablement
2014-11-12 Simo SorceRefactor plugin configuration
2014-10-24 Simo SorceProperly handle empty values in storage
2014-10-24 Simo SorceHandle lists type options in plugins configuration
2014-10-24 Simo SorceDo not overwrite default plugin options
2014-09-24 Simo SorceRefactor the data store a bit
2014-08-27 Simo SorceUse new Log class everywhere
2014-05-20 Simo SorceFix E256 with stricter pep8 error checker
2014-04-04 Simo SorceAdd infrastructure to delete plugin data by id
2014-04-04 Simo SorceAdd racefree way to add a new unique data point
2014-03-20 Simo SorceAdd way to add data to the global login config
2014-03-20 Simo SorceAdd functions to wipe and save plugin config data
2014-03-20 Simo SorceAdd server-install plugin configuration support
2014-03-13 Simo SorceFix default and example paths
2014-02-27 Simo SorceAdd Service Provider class
2014-02-25 Simo SorceAdd provider plugins loader
2014-01-24 Simo SorceBetter infrastructure to load plugins
2014-01-24 Petr VobornikUse pep8 check
2014-01-24 Petr VobornikUse pylint check
2014-01-24 Simo SorceRename src package to ipsilon