Cory Donnelly
d80e9aa7c5
Bug #674
...
- Unit test created based on Peter Lewis's bug report
2011-02-11 09:12:46 -05:00
Paul Beckingham
1e2b551795
AUTHORS
...
- Added Pete Lewis for finding a big nasty bug.
2011-02-10 08:25:47 -05:00
Paul Beckingham
ea374c05df
Bug
...
- Edit wasn't properly parsing annotation entry dates since a recent
commit changed the length of the pattern used to find annotations.
2011-02-09 00:17:27 -05:00
Paul Beckingham
3a7e620ce6
Unit Tests
...
- Inherited improved text.cpp unit tests from taskd.
2011-02-08 23:55:57 -05:00
Paul Beckingham
589c918f79
Documentation
...
- Clarified the need for quoting substitutions containing spaces (thanks
to Eric Fluger).
2011-02-08 23:55:07 -05:00
Federico Hernandez
1ea513ad75
AUTHORS file
...
- Patrick R McDonald submitted a detailed bug report and backtrace
through Fedora's bugzilla. Worth a mention in the AUTHORS file,
although the bug is already fixed.
2011-02-05 17:48:10 +01:00
Paul Beckingham
036d77e08f
Bug
...
- Disallowed @ and / from an attribute name or modifier. This causes
input like 'user@host:path' to now be parsed as description, and not
as an unrecognized attribute.
2011-02-04 12:14:52 -05:00
Paul Beckingham
783a326b11
Bug #641
...
- Fixed bug #641 , where certain reports broke when 'dateformat' differed from
'dateformat.report'.
2011-02-04 11:16:14 -05:00
Paul Beckingham
a650847201
Bug #671
...
- Fixed bug #671 , removing the claim in the 'edit' command claims that
description text can wrap over multiple lines, because it cannot.
2011-02-04 10:44:40 -05:00
Paul Beckingham
7e1e187d6c
Export
...
- Added the alias 'export.json' that maps to the _query command.
2011-02-04 10:25:43 -05:00
Cory Donnelly
3a623af363
Bug #668
...
- Inconsequential typo in bug.668.t
2011-01-31 18:37:52 -05:00
Cory Donnelly
6b5253e6a0
Bug #669
...
- A test for due date < wait date in command.cpp only sometimes added
an extra context.footnote complaining about the condition and was removed.
2011-01-31 18:31:57 -05:00
Johannes Schlatow
feb19cafdd
Unit tests
...
* Bug #668
2011-01-31 22:09:42 +01:00
Paul Beckingham
c963fd30ba
Code Review
...
- Incorporated (most of the) feedback from John's review of the code.
Got stuck on replacing 'import commands' with 'import subprocess',
and all that entails.
2011-01-30 16:16:35 -05:00
Paul Beckingham
eee4d05b77
Feature #41
...
- Feature #41 (export.xml) is now satisfied by the new export-xml.{pl,py,rb}
add-ons.
2011-01-29 17:37:56 -05:00
Paul Beckingham
5f8858856b
Merge branch '1.9.4' of tasktools.org:task into 1.9.4
2011-01-29 17:20:34 -05:00
Paul Beckingham
8b28b013c4
Export commands deprecated
...
- Provided examplars of export commands re-implemented using the new
_query command.
- Implemented export-xml.pl, export-xml.py, export-xml.rb.
- Implemented export-csv.pl.
- Implemented export-yaml.pl.
- Implemented export-ical.pl.
2011-01-29 17:11:06 -05:00
Paul Beckingham
074ae41ee6
Documentation
...
- Clarified that the 'all' report does not have a filter, and can
therefore show all tasks, including recurring parent tasks.
2011-01-29 12:01:32 -05:00
Paul Beckingham
06e15b6e25
Regex
...
- Removed regex support (controlled in main.h by #ifdef FEATURE_REGEX),
because it has proven buggy.
2011-01-25 23:54:44 -05:00
Paul Beckingham
14f06e98b7
Merge branch '1.9.4' of tasktools.org:task into 1.9.4
2011-01-25 23:18:03 -05:00
Paul Beckingham
18aa5c5b69
JSON
...
- Tags are now a JSON array: "tags":["one","two"]
2011-01-25 23:17:28 -05:00
Federico Hernandez
6e872c69dd
feature #46
...
- proper sortable age column
2011-01-25 23:55:03 +01:00
Federico Hernandez
3ba877b078
Added a few example of using H:N:S in dateformats to taskrc.5
2011-01-24 23:47:18 +01:00
Cory Donnelly
4d95dcf1da
Bug c001
...
- Added unit test bug.c001.t to test for an unreported issue in 1.9.4
commit 2d50d1c
that involves the creation of a recurring task not
incrementing the displayed Task ID.
2011-01-23 17:47:52 -05:00
Cory Donnelly
03d8cf1114
Bug #656
...
- Unit test bug.656.t added (thanks Bryce Harrington)
2011-01-23 17:34:05 -05:00
Paul Beckingham
2d50d1cbf5
Bug
...
- The .not modifier was accidentally inverted when rc.regex=on.
2011-01-23 01:31:04 -05:00
Paul Beckingham
ad2614c452
Bug #651
...
- Fixed bug #651 , which broke the edit command when a task description
contained certain tokens (like 'Due:').
2011-01-23 00:54:54 -05:00
Paul Beckingham
eaf184c833
Bug
...
- The _query command now generates JSON with the string entities
properly encoded.
2011-01-23 00:08:47 -05:00
Paul Beckingham
57c1983e07
Code Migration
...
- Migrated taskd JSON parser into task, to provide encode/decode
capability to Task::composeJSON.
- Migrated taskd utf8 code, replacing old unused code.
- Added unit tests or JSON.
- Migrated Tree updates from taskd.
2011-01-22 23:33:47 -05:00
Paul Beckingham
2f4e0d9e17
Bug #654
...
- By misplacing a } I broke the info command for tasks without undo
history, which subsequently broke 28 unit tests.
2011-01-22 23:20:26 -05:00
Cory Donnelly
43e68f73d3
Documentation
...
- Made changes to INSTALL reflecting cmake build process
- Added cygwin and Darwin troubleshooting tips
2011-01-22 21:12:24 -05:00
Cory Donnelly
6fd2fb08bb
Bug #652
...
- Removed extra line in edit.cpp introduced by the patch discussed in Bug #618
2011-01-22 19:44:44 -05:00
Cory Donnelly
c5b61a3125
Bugs #628 , #634 , #635
...
- Unit tests added for a few issues.
2011-01-22 14:29:58 -05:00
Cory Donnelly
5317703dcc
Merge branch '1.9.4' of tasktools.org:task into 1.9.4
2011-01-21 15:16:46 -05:00
Cory Donnelly
f820e7a8be
Bug #649
...
- Unit test bug.649.t added to demonstrate issue with 1.9.4 commit ae4e286
2011-01-21 15:15:32 -05:00
Paul Beckingham
cc0b0b00af
Merge branch '1.9.4' of tasktools.org:task into 1.9.4
2011-01-21 12:00:46 -05:00
Paul Beckingham
8ed1cc6006
Bug
...
- The _query command emitted this:
[ {}, {}, {} ]
which is not valid JSON. It should instead be:
{}, {}, {}
2011-01-21 11:59:51 -05:00
Paul Beckingham
103bcef6ab
Bug
...
- The edit command included two entries for the tags, parsing then only
found the first.
2011-01-21 11:59:15 -05:00
Federico Hernandez
0dd969cc24
CMake
...
- missing cmake message
2011-01-20 22:19:34 +01:00
Paul Beckingham
e301cda990
Bug, Reorg
...
- Fixed bug in journal annotations that omitted \n characters for
certain events, creating an unreadable journal entry.
- Relocated the 'Total active time' into the journal table, made
the text bold, and changed from "Xh XXm" format to Duration::format.
2011-01-20 10:42:37 -05:00
Federico Hernandez
200fbe3334
Fixed broken unit tests that use _version
...
- _verstion now outputs the short git sha1 id and not longer the
task version when building from the git repository.
2011-01-18 02:37:06 +01:00
Federico Hernandez
0cac03ad4a
Feature #638
...
- added worded dates "later" and "someday" to enable the hiding of
a task until doomsday.
2011-01-18 02:21:00 +01:00
Federico Hernandez
be0357da4a
CMake
...
- added information to task diag to indicate if task is built with
cmake (to support the upcoming move away from autotools).
2011-01-18 00:00:28 +01:00
Federico Hernandez
32235ca60a
CMake
...
- improve compilation by removing the git sha1 dependency into its
own include file that is just used 2 times instead of auto.h that
is included in more places.
2011-01-17 23:27:38 +01:00
Johannes Schlatow
792eab8621
Info report
...
* added a line to the journal which shows the total time a task was active
2011-01-17 15:21:55 +01:00
Paul Beckingham
8e5ad1288c
Holidays
...
- Added three missing holiday files to Makefile.am.
2011-01-16 20:03:06 -05:00
Paul Beckingham
332dbc4a08
Holidays
...
- Added new holiday configuration file for Austria (thanks to Andreas Poisel).
2011-01-16 17:01:47 -05:00
Paul Beckingham
0fda4b060c
Bug
...
- _query command used {} instead of [] for task collection.
2011-01-16 01:03:28 -05:00
Federico Hernandez
55de71feca
SHA1
...
- removed previously introduced _sha1 helper command
- modified helper command _version to either display the version
or the sha1 depending if build from source tar ball or from git.
2011-01-15 22:18:44 +01:00
Federico Hernandez
c0c58f9aff
Added _sha1 helper command to quickly identify a
...
task dev version.
2011-01-15 21:41:28 +01:00