Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sanitize the origin/level/importance system | Martin Sivak | 2008-03-05 | 1 | -8/+19 |
| | | | | | Use reporting when possible (some messages automatically use Logger to avoid duplication) Improve the Output thread to use the new level/importance system | ||||
* | When instantiating plugin, pass the path to the plugin, so it knows where to ↵ | Martin Sivak | 2008-03-05 | 1 | -2/+6 |
| | | | | find it's parts | ||||
* | Modify the plugins, tasker and cli launcher to provide means to split the ↵ | Martin Sivak | 2008-02-28 | 1 | -17/+27 |
| | | | | | | flows into diagnostics and fixes. So when the user launches ./firstaidkit -a it runs only diagnostics. For fixing use ./firstaidkit -a fix | ||||
* | Rename the Return* classes to more sane names and update everything to use them | Martin Sivak | 2008-02-26 | 1 | -16/+16 |
| | | | | | Fix the NoOptionError exception throwing in configuration Add the -a|--auto parameter to launch the automatic mode of operation | ||||
* | Appeninding Return to the class names help to identify them in the plugin code. | Joel Andres Granados | 2008-02-26 | 1 | -6/+6 |
| | |||||
* | Use a more intuitive return class names for the default flows. | Joel Andres Granados | 2008-02-26 | 1 | -11/+11 |
| | | | | | True and false are not very generic for the flows. Favorable and Unfavorable are not completely generic but are better. | ||||
* | Move the check for root environment into the interpret and utilize flag ↵ | Martin Sivak | 2008-02-26 | 1 | -2/+4 |
| | | | | | | system for it. Add --info and --list commands for getting the information about plugins. | ||||
* | Its better to have a section of paths. This will allow to add and erase paths | Joel Andres Granados | 2008-02-20 | 1 | -1/+1 |
| | | | | as the user sees necessary. | ||||
* | Allow to look for plugins in multiple places. | Joel Andres Granados | 2008-02-20 | 1 | -31/+32 |
| | |||||
* | Add FlagTrackerPlugin base class | Martin Sivak | 2008-02-13 | 1 | -0/+56 |
| | |||||
* | Add conflict flags to plugin definition | Martin Sivak | 2008-02-11 | 1 | -5/+19 |
| | | | | Add "activity" flags, so our "Tracker plugins logic" can work | ||||
* | Make logging work | Joel Andres Granados | 2008-02-01 | 1 | -1/+3 |
| | |||||
* | The log in __builtins__ might have some strange sideeffects. | Joel Andres Granados | 2008-02-01 | 1 | -1/+1 |
| | |||||
* | Log the pluginsystem stuff ot a file. | Joel Andres Granados | 2008-01-16 | 1 | -1/+1 |
| | | | | | Put the Logger in the __builtin__. Use Config object to initialize the default values. | ||||
* | Change the flows magic a little (unify the defflows and flows variable) | Martin Sivak | 2008-01-02 | 1 | -11/+13 |
| | |||||
* | Move from tasker to pyfirstaidkit to try to follow the standard in ↵ | Joel Andres Granados | 2008-01-02 | 1 | -0/+352 |
site-packages. |