Paul Beckingham
|
4c65bc049b
|
TW-44
- TW-44 Space handling in dateformat (thanks to Louis-Claude Canon).
|
2014-07-01 20:17:07 -04:00 |
|
Paul Beckingham
|
82e14c30bc
|
TW-1341
- TW-1341 confirmation config setting should apply to config command as well
(thanks to Charles Ulrich).
|
2014-07-01 20:10:45 -04:00 |
|
Paul Beckingham
|
f2a545bc25
|
Hooks
- First pass at a portable 'popen' implementation. Thanks to Wim.
|
2014-07-01 20:02:27 -04:00 |
|
Paul Beckingham
|
b989da7259
|
TW-1361
- TW-1361 Strange results with complex filter (thanks to Jim B).
|
2014-07-01 18:02:31 -04:00 |
|
Paul Beckingham
|
e9e93bd92b
|
Unit Tests
- Corrected tests to differentiate between standalone durations and numeric
leader durations.
|
2014-07-01 17:23:07 -04:00 |
|
Paul Beckingham
|
5170a842d6
|
Duration
- Distinguishes between a 'standalone' duration like 'year', and one that
requires a numeric leader, '2 weeks'.
|
2014-07-01 17:22:20 -04:00 |
|
Leo
|
9095f47ff3
|
L10N
- The latest translation update from leowzukw.
Signed-off-by: Paul Beckingham <paul@beckingham.net>
|
2014-07-01 07:12:28 -04:00 |
|
Paul Beckingham
|
91670e9cb5
|
Dates
- Named dates now store the raw form as the source, to assist parsing.
|
2014-06-29 22:18:43 -04:00 |
|
Paul Beckingham
|
c5bde168c4
|
Unit Tests
- Fixed typo in test.
|
2014-06-29 22:18:23 -04:00 |
|
Paul Beckingham
|
e17dd13afd
|
Unit Tests
- Added tests for date parsing with and without depletion.
|
2014-06-29 22:17:52 -04:00 |
|
Paul Beckingham
|
0c0e36993d
|
Date
- Added a new date parse method that indicates the length of the parsed item,
and does not require Nibbler::depletion.
|
2014-06-29 22:16:44 -04:00 |
|
Paul Beckingham
|
17ffe3d222
|
L10N
- French localization (thanks to leowzukw).
|
2014-06-29 12:35:39 -04:00 |
|
Leo
|
fe02466100
|
French (fra-FRA) Localization
- The latest translation update from leowzukw.
|
2014-06-29 12:32:30 -04:00 |
|
Paul Beckingham
|
be6ec99fcb
|
Lexer
- Shut off the depletion requiremeent for lexed dates.
|
2014-06-29 11:36:51 -04:00 |
|
Paul Beckingham
|
3639226233
|
Unit Tests
- Added tests for date parsing without the depletion requirement.
|
2014-06-29 11:12:35 -04:00 |
|
Paul Beckingham
|
3d10dee67d
|
Date
- Formatting for readability.
|
2014-06-29 11:12:08 -04:00 |
|
Paul Beckingham
|
ecb6adbbeb
|
Date
- Made the buffer depletion requirement optional for dateformat and ISO date
parsing.
|
2014-06-29 10:31:52 -04:00 |
|
Paul Beckingham
|
5150e49f67
|
Lexer
- Legacy date parsing should not permis ISO and epoch inputs.
|
2014-06-29 09:55:31 -04:00 |
|
Paul Beckingham
|
9b03e8f9f7
|
Date
- Correctly performs Nibbler save/restore for parse attempts.
|
2014-06-29 09:54:43 -04:00 |
|
Paul Beckingham
|
92b91a3141
|
Unit Tests
- Corrected calc output expectations.
|
2014-06-29 09:37:19 -04:00 |
|
Paul Beckingham
|
65f979cb4f
|
Lexer
- Refactored (step 1) the ISO and Legacy date/duration parsing for lexer state
machine breakout.
|
2014-06-29 09:36:27 -04:00 |
|
Paul Beckingham
|
d54afc844c
|
Eval
- Improved formatting for diagnostics.
|
2014-06-28 12:40:27 -04:00 |
|
Paul Beckingham
|
0c4c665653
|
Eval
- Diagnostics now represent correct stack size.
|
2014-06-28 12:35:43 -04:00 |
|
Paul Beckingham
|
80c8daff08
|
Eval
- Removed Eval diagnostics that dispalyed the wrong type.
|
2014-06-28 12:33:22 -04:00 |
|
Paul Beckingham
|
d787e1b969
|
Unit Test
- Removed character (!) from task project name that was causing a _neg_ operator
to be invoked.
|
2014-06-27 19:11:02 -04:00 |
|
Paul Beckingham
|
28ed6ae74d
|
Task
- Now recognizeѕ '', "" and <blank> as examples of an attribute values that
should be cleared.
|
2014-06-27 19:09:26 -04:00 |
|
Paul Beckingham
|
74b4684d40
|
Duration
- Now distinguishes between duration that require prefix quantities ('days') and
those that do not ('annual').
|
2014-06-27 19:08:29 -04:00 |
|
Paul Beckingham
|
92f74fc664
|
Task
- Quotes arguments for readability.
|
2014-06-27 19:07:39 -04:00 |
|
Paul Beckingham
|
46c9ddc91f
|
Parser
- Now tags ORIGINAL arguments that were quoted or escaped with QUOTED.
|
2014-06-27 19:06:35 -04:00 |
|
Paul Beckingham
|
9dd7acac0b
|
Task
- Simplified dependency modification hnadling.
|
2014-06-26 23:55:50 -04:00 |
|
Paul Beckingham
|
e688176310
|
Parser
- Plain arguments may only be upgraded to search patterns if they cannot be
split into multiple lexemes, and do not canonicalize to an attribute name.
|
2014-06-25 22:04:56 -04:00 |
|
Paul Beckingham
|
8bad1591dc
|
Parser
- Rewrote ::findIdSequence to be more exacting in the definition of an ID.
The previous implementation considered '1.2' to be an ID.
|
2014-06-25 21:42:00 -04:00 |
|
Paul Beckingham
|
d4a003f121
|
TW-1324
- TW-1324 Numeric UDAs are compared as strings (thanks to Ben Boeckel).
|
2014-06-24 23:26:41 -04:00 |
|
Paul Beckingham
|
525f3cda75
|
TW-266
- TW-266 Allow project auto-completion to search completed tasks (thanks to
Kosta Harlan).
|
2014-06-24 23:19:50 -04:00 |
|
Paul Beckingham
|
d29b6d5631
|
TW-1316
- TW-1316 Some filter expressions require space before closing paren (thanks to
Will Dietz).
|
2014-06-24 22:32:56 -04:00 |
|
Paul Beckingham
|
7cae96a87c
|
TW-168
- TW-168 modification of due date relative to current due date (thanks to Dirk
Sarpe).
|
2014-06-24 22:30:44 -04:00 |
|
Paul Beckingham
|
45e4eaa780
|
TW-249
- TW-249 Report filters don't allow parantheses (thanks to Philipp Woelfel).
|
2014-06-24 22:27:55 -04:00 |
|
Paul Beckingham
|
c0069c8341
|
TW-186
- TW-186 Increase for numerical UDAs (thanks to Steffen Uhlig).
|
2014-06-24 22:21:36 -04:00 |
|
Paul Beckingham
|
db6cecd2f3
|
DOM
- When attributes are accessed via DOM references, the value extracted is now
imbued with the attribute type.
|
2014-06-24 22:16:57 -04:00 |
|
Paul Beckingham
|
f72aa7b02c
|
Eval
- Updated Eval runtime diagnostics, so that all stack I/O is shown during
evaluation.
|
2014-06-24 22:15:59 -04:00 |
|
Paul Beckingham
|
1ccbb3b43a
|
Task
- Added ::get_float method for accessing numeric attributes.
|
2014-06-24 22:14:46 -04:00 |
|
Paul Beckingham
|
f3bdac085b
|
TW-1345
- TW-1345 taskrc.5 manpage errors.
|
2014-06-21 07:36:30 -04:00 |
|
Paul Beckingham
|
db0a56e4f5
|
Variant
- Improved copy ctor.
|
2014-06-18 23:50:24 -04:00 |
|
Paul Beckingham
|
e14c867a9b
|
Unit Tests
- Added tests for Lexer::boundary.
|
2014-06-18 17:46:05 -04:00 |
|
Paul Beckingham
|
008ba6ecab
|
Lexer
- Implmented boundary detection hints.
|
2014-06-18 17:45:25 -04:00 |
|
Paul Beckingham
|
cbb6decf93
|
Unit Tests
- Added Lexer test to split 'ordinary' into 'ordinary', not 'or' and 'dinary'.
|
2014-06-18 00:18:18 -04:00 |
|
Paul Beckingham
|
1ca58fad52
|
Unit Tests
- Corrected verbosity settings to keep filter terms out of results, and
affecting tests.
|
2014-06-17 23:20:36 -04:00 |
|
Paul Beckingham
|
43c097e10e
|
Unit Tests
- Updated to conform to template.
|
2014-06-17 01:18:34 -04:00 |
|
Paul Beckingham
|
45d41bbe75
|
Unit Tests
- Compares to the correct error message.
- Updated to conform to template.
|
2014-06-17 01:14:21 -04:00 |
|
Paul Beckingham
|
27801c3666
|
Unit Tests
- Updated to conform to template.
|
2014-06-17 01:10:59 -04:00 |
|