summaryrefslogtreecommitdiffstats
path: root/plugins/plugin_examples/sample2Plugin.py
Commit message (Collapse)AuthorAgeFilesLines
* Change the detected name to checked.Joel Andres Granados2008-05-121-1/+1
| | | | | The new variable name better expresses the objective of the issue state. This will help avoid confusion for the plugin developer.
* Use Issue reporting in pluginsMartin Sivak2008-05-051-0/+6
|
* Modify the plugins, tasker and cli launcher to provide means to split the ↵Martin Sivak2008-02-281-3/+2
| | | | | | 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 themMartin Sivak2008-02-261-15/+15
| | | | | 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 Granados2008-02-261-14/+14
|
* Use a more intuitive return class names for the default flows.Joel Andres Granados2008-02-261-14/+14
| | | | | True and false are not very generic for the flows. Favorable and Unfavorable are not completely generic but are better.
* Make room in the plugins directory for real plugins.Joel Andres Granados2008-02-261-0/+68
Move the examples to their own directory.