summaryrefslogtreecommitdiffstats
path: root/pyfirstaidkit
Commit message (Expand)AuthorAgeFilesLines
* Improve the user experienceMartin Sivak2010-08-242-3/+7
* Fix flow initialization, use deepcopy to create copied flow structuresMartin Sivak2010-08-231-2/+2
* Add List/Config question (something similar to about:config) and Gtk GUI for itMartin Sivak2010-08-231-0/+23
* Add support for flow title in plugin.Tomas Mlcoch2010-08-161-2/+36
* Refactor the gtk question code and add preliminary support for failed (except...Martin Sivak2010-06-231-0/+1
* Add a finer grained possibility to interrupt execution and do some tweaks in ...Martin Sivak2010-06-212-8/+24
* Update paths in default configurationMartin Sivak2010-03-021-2/+3
* Add question support.Miloslav Trmač2009-07-172-3/+110
* * Replace Reports(round) by Reports(silent) to avoid a lock around allMiloslav Trmač2009-07-171-28/+11
* Fix Reports.notifyAllMiloslav Trmač2009-07-171-1/+1
* Fix the reporting some more (inreplyto fixes)Martin Sivak2009-07-171-2/+2
* Make END message more generic, so the plugins can use it to signal the end of...Martin Sivak2009-07-142-28/+28
* Make the answer mailboxes a proper Reporting objects so we can use all the st...Martin Sivak2009-07-141-14/+64
* Reset the flags before the root checkMartin Sivak2008-11-201-1/+3
* Various small fixes.Joel Andres Granados2008-11-195-25/+45
* backup.pyJoel Andres Granados2008-10-241-12/+3
* GrubPlugin:Joel Andres Granados2008-10-241-2/+2
* Create a new argument (reverting) for the BackupPersistent constructor.Joel Andres Granados2008-10-241-0/+10
* Add the revert functionality to firstaidkit.Joel Andres Granados2008-10-241-0/+2
* Error during deleting the metadata file is not fatalMartin Sivak2008-09-081-1/+4
* Enable prer flow argumentsMartin Sivak2008-09-081-5/+8
* Delete the metadata file when using the "normal" Backup class.Joel Andres Granados2008-08-081-0/+1
* Make the argument passing more general.Joel Andres Granados2008-08-081-2/+8
* A time stamp in the backup directory name will help to differentiate them.Joel Andres Granados2008-08-081-1/+4
* We don't need the cleanup_persistent function any more.Joel Andres Granados2008-08-081-5/+3
* Print the persistent backup space path at the endMartin Sivak2008-08-081-1/+1
* Save metadata in Persistent cleanupMartin Sivak2008-08-081-0/+1
* Save metadata in backups, so we can write a restore toolMartin Sivak2008-08-081-0/+27
* Manage the persistent backup with a class of its own.Joel Andres Granados2008-08-081-5/+7
* Fix typo.Joel Andres Granados2008-08-081-1/+1
* Make backup.rootpath = "" when user defines fullpath.Joel Andres Granados2008-08-081-0/+4
* Add the possibility to pass arguments to plugins.Joel Andres Granados2008-08-081-2/+7
* Create a new backup directory every time, unless the user tells us otherwise.Joel Andres Granados2008-08-073-9/+21
* Do the persistent backup space in better wayMartin Sivak2008-08-071-10/+13
* Add PersistentBackup spaceMartin Sivak2008-08-071-4/+18
* Initial commit for the Grub plugin.Joel Andres Granados2008-08-071-0/+11
* Direct the failure in prepare to the clean step.Joel Andres Granados2008-08-071-2/+4
* Add PLUGIN as the default value for level in the reporting functions.Joel Andres Granados2008-08-071-23/+26
* Be more expressive in the error messages.Joel Andres Granados2008-07-151-14/+12
* Catch the exception where the user configures a plugin that is not found.Joel Andres Granados2008-07-152-3/+5
* Name the path var by ignoring the first 4 chars.Joel Andres Granados2008-07-151-1/+1
* Separate the paths that hold the place where frontend lives.Joel Andres Granados2008-07-151-1/+1
* Be sure to use the "\" character when coding a string in multiple lines.Joel Andres Granados2008-07-142-2/+2
* Avoid the situation in which we use the erased dictionary to iterate on.Joel Andres Granados2008-07-141-1/+2
* These file was missed in the previous format checks.Joel Andres Granados2008-07-142-17/+27
* Fix typo.Joel Andres Granados2008-07-141-1/+1
* Avoid the ugly space left by adding "\" to a string separation.Joel Andres Granados2008-07-145-35/+35
* Put the header and footer for the print information function in the FAKInfo c...Joel Andres Granados2008-07-142-3/+7
* Fix the format of the firstaidkit file.Joel Andres Granados2008-07-1412-210/+358
* Handle the situation where /var/log/ directory is not present.Joel Andres Granados2008-07-111-0/+1