summaryrefslogtreecommitdiffstats
path: root/pyfirstaidkit
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add the Info object and make it possible to override lock for single sectionMartin Sivak2008-06-303-4/+28
* Fix typo.Joel Andres Granados2008-06-061-1/+1
* Add an exists function to the backup system.Joel Andres Granados2008-06-061-2/+26
* Always use os.path.join when using the chroon.Joel Andres Granados2008-06-061-1/+1
* Create a general purpose exception for thing that dont have exception yet.Joel Andres Granados2008-06-041-0/+11
* Get the default configuration names right.Joel Andres Granados2008-06-021-1/+1
* Check to see if the backup dir is present when creating it.Joel Andres Granados2008-05-301-1/+4
* Two reasons to change the backup directory from /tmp/backup to /tmp/firstaidk...Joel Andres Granados2008-05-301-1/+1
* When looking in paths given by the user, check to see if the paths is valid.Joel Andres Granados2008-05-301-0/+3
* Backup valuesMartin Sivak2008-05-281-0/+34
* Change one error message, so it makes senseMartin Sivak2008-05-121-1/+1
* Change the detected name to checked.Joel Andres Granados2008-05-122-22/+22
* Some API improvements, so the developer do not have to care about the issue r...Martin Sivak2008-05-051-0/+11
* Add shortcut to getConfBitsMartin Sivak2008-04-251-1/+2
* Fix the gui searching code to support more directories and fix the default pathsMartin Sivak2008-04-241-1/+1
* Look for frontend in multiple directoriesMartin Sivak2008-04-241-2/+2
* Prepare gui for packaging and update the spec fileMartin Sivak2008-04-241-1/+4
* Typo in backup moduleMartin Sivak2008-04-241-3/+3
* Issue reporting and Tasker interruptMartin Sivak2008-04-232-2/+8
* Circular buffer works correctly and the baskup system doesn't stay initialize...Martin Sivak2008-04-221-2/+14
* Move some methods to SimpleIssue classMartin Sivak2008-04-221-25/+25
* Add ISSUE message to reporting and create SimpleIssue as a parent for Issue c...Martin Sivak2008-04-223-32/+49
* Fix the flow modeMartin Sivak2008-04-221-0/+1
* Introduce "interactive" configuration variable and set it to False by defaultMartin Sivak2008-04-221-0/+1
* Add --nodeps commandline parameter and associated operation.dependencies conf...Martin Sivak2008-04-222-23/+24
* known() returns union of detected and provided flagsMartin Sivak2008-04-221-1/+1
* Make the flags and Tasker object reusableMartin Sivak2008-04-212-1/+5
* Improvements targeted at better Gui integrationMartin Sivak2008-04-212-10/+29
* Add --flags commandline option to list all known dependency flagsMartin Sivak2008-04-182-3/+5
* Split the dependency system to its own file, to have better readability when ...Martin Sivak2008-04-182-40/+69
* Flag system is able to list all known flagsMartin Sivak2008-04-182-0/+15
* Introduce the reporting queue support for circular buffer and callback notifi...Martin Sivak2008-04-181-4/+29
* When plugin throws an exception during plugin discovery, ignore it (just prin...Martin Sivak2008-04-102-4/+7
* Rename internal attributec of configuration object to avoid name clashesMartin Sivak2008-04-091-14/+14
* Honor the DEFAULT section in configuration fileMartin Sivak2008-04-091-3/+3
* Enhance the configuration system to allow getting configuration bits helping ...Martin Sivak2008-04-091-1/+13
* Report the task start/stop on correct places and report the exceptions there tooMartin Sivak2008-04-091-4/+7
* When using the iteration mode, catch all plugin exceptions so we can handle t...Martin Sivak2008-04-081-2/+6
* Cleanup the whole backup directory in the end and use weakref for singleton r...Martin Sivak2008-04-081-2/+9
* And use different method for name generation in backupMartin Sivak2008-03-251-1/+2
* Actually import the required shutil module into backupMartin Sivak2008-03-251-0/+1
* Add basic file-based backup methodMartin Sivak2008-03-251-1/+72
* Add the None path (Exception handling) to flowsMartin Sivak2008-03-191-9/+9
* Add fixed() query function into the Issue classMartin Sivak2008-03-191-0/+12
* Fix the return values and flag logic of IssuesPluginMartin Sivak2008-03-191-7/+15
* Add flag handling into the IssuesPluginMartin Sivak2008-03-181-0/+11