- 30 May, 2015 2 commits
-
-
Bram Schoenmakers authored
added os.path.expanduser to filenames
-
Robert van Bregt authored
-
- 27 May, 2015 4 commits
-
-
Bram Schoenmakers authored
-
Jacek Sowiński authored
Currently it contains only `_view` and `_filters` methods, which were previously defined in ListCommand. Now both EditCommand and ListCommand will inherit from it to solve problems inside EditCommand. This fixes #28 Conflicts: topydo/lib/EditCommand.py
-
Jacek Sowiński authored
1. Check output of `topydo edit -e` 2. Test if opening archive works via `topydo edit -d` Conflicts: test/EditCommandTest.py
-
Bram Schoenmakers authored
-
- 22 May, 2015 3 commits
-
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
* Moved one super() call outside the EditCommand class into a lambda function. * Made EditCommand.execute() call its correct parent execute() (was: ListCommand). However, this would go wrong: EditCommand.execute() calls MultiCommand.execute() MultiCommand.execute() calls ListCommand.execute() Because EditCommand has multiple inheritance ListCommand.execute() is successful, but returns None MultiCommand.execute() takes that as failure, returns False EditCommand.execute() returns False This is fixed by adding return True to the execute() method of the parent classes. This fixes all pylint errors.
-
Bram Schoenmakers authored
-
- 16 May, 2015 1 commit
-
-
Bram Schoenmakers authored
-
- 15 May, 2015 2 commits
-
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
$HOME is not set on every operating system (can you guess which one?). This resulted in errors because a configuration file path was constructed using an empty string. So use a different approach that should work for most major OS's.
-
- 14 May, 2015 1 commit
-
-
Bram Schoenmakers authored
Because pypi is being an ass about re-uploading a new (unbroken) archive.
-
- 13 May, 2015 1 commit
-
-
Bram Schoenmakers authored
Conflicts: test/DoCommandTest.py topydo/lib/DoCommand.py
-
- 05 May, 2015 12 commits
-
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
With the invocation `tag 1` it would print invalid todo number while todo 1 does exist. It should print the usage text in that case.
-
Bram Schoenmakers authored
With the invocation `tag 1` it would print invalid todo number while todo 1 does exist. It should print the usage text in that case.
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
Remove priorities from multiple todo items at once
-
Jacek Sowiński authored
-
Jacek Sowiński authored
+ Test new multi-todo functionality. + Change name of tests from set_prio to depri
-
Jacek Sowiński authored
-
Bram Schoenmakers authored
-
- 04 May, 2015 14 commits
-
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
Yes, I'm too tired for this. :/
-
Bram Schoenmakers authored
Guess I'm too tired for this.
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
Add tests for EditCommand
-
Jacek Sowiński authored
-
Jacek Sowiński authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-