]> git.madduck.net Git - etc/taskwarrior.git/history - tasklib

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Update docs with new supported versions
[etc/taskwarrior.git] / tasklib /
2014-11-10 Rob GoldingMerge pull request #8 from tbabej/develop
2014-11-10 Tomas BabejTaskFilter: Use empty string for None searches
2014-09-07 Rob GoldingMerge branch 'release/0.4.1'
2014-09-07 Rob GoldingReinstate __repr__ for Python 2.x
2014-09-07 Rob GoldingMerge branch 'release/0.4.0'
2014-09-07 Rob GoldingAdd a unicode test
2014-02-17 Rob GoldingFix #2 -- correctly deal with unicode data
2013-11-18 Rob GoldingMerge branch 'master' of github.com:robgolding63/tasklib
2013-11-18 Rob GoldingAdd support for adding/removing annotations
2013-11-08 Rob GoldingFix TypeError in Python 3
2013-11-05 Rob GoldingRaise TaskWarriorException on invalid JSON
2013-11-05 Rob GoldingOnly create the data directory if we're asked to
2013-11-05 Rob GoldingBe a bit smarter about error messages
2013-11-03 Rob GoldingUse current directory for temp dir
2013-11-03 Rob GoldingMerge branch 'master' of github.com:robgolding63/tasklib
2013-11-03 Rob GoldingRemove stray print statement
2013-11-03 Rob GoldingTest for task.done()
2013-11-03 Rob GoldingImplement tasks.completed() and add more tests
2013-11-03 Rob GoldingAdd a couple of simple tests and fix typo
2013-11-03 Rob GoldingAdd a couple of simple tests and fix typo
2013-11-02 Rob GoldingUse `task modify` when saving tasks
2013-06-08 Rob GoldingAdd undo command
2013-06-05 Rob GoldingPass config_override through properly
2013-06-04 Rob GoldingAdd merge_with method
2013-05-15 Rob GoldingFix mismatched parentheses bug
2013-04-17 Rob GoldingAdd serialize/deserialize methods for annotations
2013-04-16 Rob GoldingAllow passing custom string filters to TaskQuerySet...
2013-04-15 Rob GoldingAdd serialize/deserialize for fields and implement...
2013-04-14 Rob GoldingEmulate django's QuerySet API for filtering tasks
2013-04-10 Rob GoldingFix bug in get_tasks filtering
2013-04-10 Rob GoldingImprove get_tasks to allow arbitrary filtering
2013-04-01 Rob GoldingInitial commit