summaryrefslogtreecommitdiffstats
path: root/pyfirstaidkit/interpret.py
Commit message (Expand)AuthorAgeFilesLines
* Add a finer grained possibility to interrupt execution and do some tweaks in ...Martin Sivak2010-06-211-5/+13
* Make END message more generic, so the plugins can use it to signal the end of...Martin Sivak2009-07-141-2/+2
* Reset the flags before the root checkMartin Sivak2008-11-201-1/+3
* Various small fixes.Joel Andres Granados2008-11-191-5/+5
* Fix typo.Joel Andres Granados2008-08-081-1/+1
* Make backup.rootpath = "" when user defines fullpath.Joel Andres Granados2008-08-081-0/+4
* Create a new backup directory every time, unless the user tells us otherwise.Joel Andres Granados2008-08-071-1/+3
* Avoid the ugly space left by adding "\" to a string separation.Joel Andres Granados2008-07-141-7/+7
* Put the header and footer for the print information function in the FAKInfo c...Joel Andres Granados2008-07-141-3/+1
* Fix the format of the firstaidkit file.Joel Andres Granados2008-07-141-32/+65
* Add the Info object and make it possible to override lock for single sectionMartin Sivak2008-06-301-0/+7
* Issue reporting and Tasker interruptMartin Sivak2008-04-231-1/+7
* Fix the flow modeMartin Sivak2008-04-221-0/+1
* Add --nodeps commandline parameter and associated operation.dependencies conf...Martin Sivak2008-04-221-23/+23
* Make the flags and Tasker object reusableMartin Sivak2008-04-211-0/+1
* Improvements targeted at better Gui integrationMartin Sivak2008-04-211-5/+24
* Add --flags commandline option to list all known dependency flagsMartin Sivak2008-04-181-2/+4
* Split the dependency system to its own file, to have better readability when ...Martin Sivak2008-04-181-40/+1
* Flag system is able to list all known flagsMartin Sivak2008-04-181-0/+13
* Introduce the common Backup interface and move utils package into directoryMartin Sivak2008-03-141-1/+3
* There can be a flow name exception when the user defins the plugin/flowJoel Andres Granados2008-03-141-1/+1
* Create an use the invalidpluginname exception.Joel Andres Granados2008-03-141-1/+4
* Make the interpret.py file readable in limited screan environments :)Joel Andres Granados2008-03-071-8/+19
* Sanitize the origin/level/importance systemMartin Sivak2008-03-051-7/+12
* Fix behaviour when default flow does not exist and the auto mode is running w...Martin Sivak2008-02-291-2/+2
* One little mistake.. fix the condition in interpreterMartin Sivak2008-02-281-1/+1
* Modify the plugins, tasker and cli launcher to provide means to split the flo...Martin Sivak2008-02-281-2/+9
* Move the check for root environment into the interpret and utilize flag syste...Martin Sivak2008-02-261-0/+27
* Stupid typo...Martin Sivak2008-02-111-1/+1
* Add a possibility to set list of flags, which are true from the beginningMartin Sivak2008-02-111-0/+4
* Add conflict flags to plugin definitionMartin Sivak2008-02-111-1/+14
* Fix two errors reported by pylintMartin Sivak2008-02-041-0/+1
* Make logging workJoel Andres Granados2008-02-011-1/+2
* The log in __builtins__ might have some strange sideeffects.Joel Andres Granados2008-02-011-1/+1
* Log the pluginsystem stuff ot a file.Joel Andres Granados2008-01-161-1/+1
* Move from tasker to pyfirstaidkit to try to follow the standard in site-packa...Joel Andres Granados2008-01-021-0/+84