GTG

Activity log for bug #993931

Date Who What changed Old value New value Message
2012-05-03 12:02:56 psychoslave bug added bug
2012-05-03 13:25:38 Izidor Matušov gtg: status New Confirmed
2012-05-03 13:25:45 Izidor Matušov gtg: importance Undecided Low
2012-05-03 15:09:26 Izidor Matušov branch linked lp:~izidor/gtg/bug-993931
2012-05-03 15:09:32 Izidor Matušov gtg: assignee Izidor Matušov (izidor)
2012-05-03 15:09:44 Izidor Matušov gtg: status Confirmed In Progress
2012-05-03 15:10:24 Izidor Matušov description I wanted to add a task for the end of the month, so I tried to type "due:31". The application crashed : Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/GTG/gtk/browser/browser.py", line 899, in on_quickadd_activate task.set_complex_title(text,tags=tags) File "/usr/lib/python2.7/site-packages/GTG/core/task.py", line 181, in set_complex_title due_date = get_canonical_date(args) File "/usr/lib/python2.7/site-packages/GTG/tools/dates.py", line 207, in get_canonical_date assert(len(arg) == 8) AssertionError % gtg --version gtg (Getting Things Gnome!) 0.2.9 % uname -a Linux tarasque 3.3.3-1-ARCH #1 SMP PREEMPT Mon Apr 23 09:41:07 CEST 2012 x86_64 Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz GenuineIntel GNU/Linux By the way, it would be nice to add such a support, when typing due:dd with 0<dd<32 gtg would add the task taking (due:31 means due next 31, so if today is 3 feb. the task is due 31 march). Alternatively, a keyword like endofmonth (eom), would means due for the last day of the current month. When typing due:dd with 0<dd<32 gtg would add the task taking (due:31 means due next 31, so if today is 3 feb. the task is due 31 march). ------------------------------ I wanted to add a task for the end of the month, so I tried to type "due:31". The application crashed : Traceback (most recent call last):   File "/usr/lib/python2.7/site-packages/GTG/gtk/browser/browser.py", line 899, in on_quickadd_activate     task.set_complex_title(text,tags=tags)   File "/usr/lib/python2.7/site-packages/GTG/core/task.py", line 181, in set_complex_title     due_date = get_canonical_date(args)   File "/usr/lib/python2.7/site-packages/GTG/tools/dates.py", line 207, in get_canonical_date     assert(len(arg) == 8) AssertionError % gtg --version gtg (Getting Things Gnome!) 0.2.9 % uname -a Linux tarasque 3.3.3-1-ARCH #1 SMP PREEMPT Mon Apr 23 09:41:07 CEST 2012 x86_64 Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz GenuineIntel GNU/Linux By the way, it would be nice to add such a support, when typing due:dd with 0<dd<32 gtg would add the task taking (due:31 means due next 31, so if today is 3 feb. the task is due 31 march). Alternatively, a keyword like endofmonth (eom), would means due for the last day of the current month.
2012-05-03 15:13:27 Izidor Matušov gtg: milestone 0.3
2012-05-05 10:36:47 Izidor Matušov gtg: status In Progress Fix Committed
2012-11-06 21:10:50 Bertrand Rousseau gtg: status Fix Committed Fix Released