summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* fix some small errors.Joel Andres Granados2008-03-101-2/+3
* Correct the call to the rescue function.Joel Andres Granados2008-03-101-1/+1
* Make for a better reportJoel Andres Granados2008-03-071-4/+4
* Call a method that actually existsJoel Andres Granados2008-03-071-1/+1
* Include the PLUGIN for reportingJoel Andres Granados2008-03-071-0/+1
* Erase some self objects that were forgottenJoel Andres Granados2008-03-071-7/+7
* Change the way the undel plugin does the reportingJoel Andres Granados2008-03-071-29/+34
* fix some indentation problemsJoel Andres Granados2008-03-071-5/+5
* Fix Freeky merge.Joel Andres Granados2008-03-071-100/+16
* Squashed commit of the following:Joel Andres Granados2008-03-071-1/+1
* some typoJoel Andres Granados2008-03-071-1/+1
* make the python part work with the _undelpart.c code.Joel Andres Granados2008-03-071-19/+42
* Make sure we close everything.Joel Andres Granados2008-03-071-0/+9
* Use the reporting correctly.Joel Andres Granados2008-03-072-26/+24
* take away print messages.Joel Andres Granados2008-03-071-11/+95
* make sure we dont export setPartititonlistJoel Andres Granados2008-03-071-6/+1
* setPartition is useless.Joel Andres Granados2008-03-071-146/+0
* make sure that we commit the changes to the disk.Joel Andres Granados2008-03-071-14/+5
* Simplify the getrescuable function. Put the actual rescue code in add_partit...Joel Andres Granados2008-03-071-149/+77
* do a better job with the rescue method.Joel Andres Granados2008-03-071-15/+36
* Make the rescue and setpartitionlist methods workable.Joel Andres Granados2008-03-071-91/+74
* Make the setpartitionlist method work.Joel Andres Granados2008-03-071-88/+135
* Typo, and temoprary string output for debugging.Joel Andres Granados2008-03-071-1/+3
* take away print messages.Joel Andres Granados2008-03-071-12/+0
* Sanitize the origin/level/importance systemMartin Sivak2008-03-052-7/+9
* When instantiating plugin, pass the path to the plugin, so it knows where to ...Martin Sivak2008-03-051-6/+6
* Fix some semandics in reporting and typo in dependenciesMartin Sivak2008-03-041-2/+2
* Actually print the new root passwordMartin Sivak2008-03-041-0/+3
* First commit of the undelete partition. Not functional but most of the work ...Joel Andres Granados2008-03-014-0/+961
* Plugin for password management, capable of reseting root passwordMartin Sivak2008-02-291-0/+61
* Modify the plugins, tasker and cli launcher to provide means to split the flo...Martin Sivak2008-02-281-3/+2
* Rename the Return* classes to more sane names and update everything to use themMartin Sivak2008-02-266-51/+51
* Appeninding Return to the class names help to identify them in the plugin code.Joel Andres Granados2008-02-266-50/+50
* Use a more intuitive return class names for the default flows.Joel Andres Granados2008-02-266-50/+50
* Make room in the plugins directory for real plugins.Joel Andres Granados2008-02-268-25/+19
* Specify that the firstaidkit plugin man page is for plugin development.Joel Andres Granados2008-01-111-0/+7
* Import the renamed module (change tasker to pyfirstaidkit)Martin Sivak2008-01-026-13/+13
* Change the flows magic a little (unify the defflows and flows variable)Martin Sivak2008-01-021-1/+1
* Still not perfect, but at least do not use completelly hardcoded paths to the...Martin Sivak2008-01-021-6/+7
* Sample plugins with dependencies and some dependency system improvements and ...Martin Sivak2008-01-023-0/+157
* Rename destroy action to clean to honor the current plugin APIMartin Sivak2008-01-021-3/+3
* - Make simple reporting thread in mainMartin Sivak2007-12-193-5/+5
* Add basic reporting class and integrate it into the plugin systemMartin Sivak2007-12-043-6/+8
* Fixed some typos and improved the flow stuff and docs a littleMartin Sivak2007-11-271-0/+1
* Take the plugin info attributes aoutside the __init__. This allows usJoel Andres Granados2007-11-234-30/+37
* Erase the return from the functions.Joel Andres Granados2007-11-223-21/+0
* Change all references from init to prepare.Joel Andres Granados2007-11-225-22/+22
* Get the shell/Binary example working.Joel Andres Granados2007-11-213-0/+141
* Implement the error class.Joel Andres Granados2007-11-212-0/+123
* Erase default so we can create the sample files.Joel Andres Granados2007-11-201-52/+0