| Commit message (Expand) | Author | Age | Files | Lines |
* | Changes to FAK Gui and Info object | Martin Sivak | 2010-09-07 | 1 | -1/+1 |
* | When initializin flows, make it possible to initialize empty flow dict | Martin Sivak | 2010-08-30 | 1 | -2/+5 |
* | Improve the user experience | Martin Sivak | 2010-08-24 | 1 | -1/+2 |
* | Fix flow initialization, use deepcopy to create copied flow structures | Martin Sivak | 2010-08-23 | 1 | -2/+2 |
* | Add support for flow title in plugin. | Tomas Mlcoch | 2010-08-16 | 1 | -2/+36 |
* | Add a finer grained possibility to interrupt execution and do some tweaks in ... | Martin Sivak | 2010-06-21 | 1 | -3/+11 |
* | Various small fixes. | Joel Andres Granados | 2008-11-19 | 1 | -14/+24 |
* | GrubPlugin: | Joel Andres Granados | 2008-10-24 | 1 | -2/+2 |
* | Enable prer flow arguments | Martin Sivak | 2008-09-08 | 1 | -5/+8 |
* | Make the argument passing more general. | Joel Andres Granados | 2008-08-08 | 1 | -2/+8 |
* | Add the possibility to pass arguments to plugins. | Joel Andres Granados | 2008-08-08 | 1 | -2/+7 |
* | Direct the failure in prepare to the clean step. | Joel Andres Granados | 2008-08-07 | 1 | -2/+4 |
* | Catch the exception where the user configures a plugin that is not found. | Joel Andres Granados | 2008-07-15 | 1 | -2/+4 |
* | Fix typo. | Joel Andres Granados | 2008-07-14 | 1 | -1/+1 |
* | Avoid the ugly space left by adding "\" to a string separation. | Joel Andres Granados | 2008-07-14 | 1 | -22/+22 |
* | Fix the format of the firstaidkit file. | Joel Andres Granados | 2008-07-14 | 1 | -102/+161 |
* | Add the Info object and make it possible to override lock for single section | Martin Sivak | 2008-06-30 | 1 | -3/+6 |
* | When looking in paths given by the user, check to see if the paths is valid. | Joel Andres Granados | 2008-05-30 | 1 | -0/+3 |
* | Change one error message, so it makes sense | Martin Sivak | 2008-05-12 | 1 | -1/+1 |
* | Change the detected name to checked. | Joel Andres Granados | 2008-05-12 | 1 | -1/+1 |
* | Add ISSUE message to reporting and create SimpleIssue as a parent for Issue c... | Martin Sivak | 2008-04-22 | 1 | -1/+6 |
* | Flag system is able to list all known flags | Martin Sivak | 2008-04-18 | 1 | -0/+2 |
* | When plugin throws an exception during plugin discovery, ignore it (just prin... | Martin Sivak | 2008-04-10 | 1 | -3/+6 |
* | Report the task start/stop on correct places and report the exceptions there too | Martin Sivak | 2008-04-09 | 1 | -4/+7 |
* | When using the iteration mode, catch all plugin exceptions so we can handle t... | Martin Sivak | 2008-04-08 | 1 | -2/+6 |
* | Add the None path (Exception handling) to flows | Martin Sivak | 2008-03-19 | 1 | -9/+9 |
* | Fix the return values and flag logic of IssuesPlugin | Martin Sivak | 2008-03-19 | 1 | -7/+15 |
* | Add flag handling into the IssuesPlugin | Martin Sivak | 2008-03-18 | 1 | -0/+11 |
* | Fix the traceback with unknown keyword argument backups in IssuesPlugin | Martin Sivak | 2008-03-18 | 1 | -2/+2 |
* | Introduce the common Backup interface and move utils package into directory | Martin Sivak | 2008-03-14 | 1 | -3/+5 |
* | Report the issues from IssuesPlugin.diagnose | Martin Sivak | 2008-03-14 | 1 | -0/+2 |
* | Add IssuesPlugin class and basic rpm plugin, which uses the issues approach | Martin Sivak | 2008-03-14 | 1 | -0/+45 |
* | Create an use the invalidpluginname exception. | Joel Andres Granados | 2008-03-14 | 1 | -1/+9 |
* | improve readability of code | Joel Andres Granados | 2008-03-14 | 1 | -11/+17 |
* | Sanitize the origin/level/importance system | Martin Sivak | 2008-03-05 | 1 | -8/+19 |
* | When instantiating plugin, pass the path to the plugin, so it knows where to ... | Martin Sivak | 2008-03-05 | 1 | -2/+6 |
* | Modify the plugins, tasker and cli launcher to provide means to split the flo... | Martin Sivak | 2008-02-28 | 1 | -17/+27 |
* | Rename the Return* classes to more sane names and update everything to use them | Martin Sivak | 2008-02-26 | 1 | -16/+16 |
* | 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 |
* | Move the check for root environment into the interpret and utilize flag syste... | Martin Sivak | 2008-02-26 | 1 | -2/+4 |
* | 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 |
* | 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 |
* | 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 |
* | 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 site-packa... | Joel Andres Granados | 2008-01-02 | 1 | -0/+352 |