Wilhelm Schuermann
d2e6c90446
TW-1581: Wrong urgency after done/delete command
...
- TDB2::dependency_scan() is run before GC, so we need to check both
tasks in a dependency chain for their status before setting the
blocking/blocked flag to true.
2015-03-26 18:43:58 +01:00
Wilhelm Schuermann
4f75652ccb
TW-1580: "modified" attribute not updated
...
- Make all local modifications update the "modified" attribute.
- As per design, the user cannot overwrite this attribute; neither
can hooks.
2015-03-23 15:55:47 +01:00
Paul Beckingham
052a5c607a
Documentation: 'rc.bulk=0' notes.
...
- Added ChangeLog and NEWS entries for the rc.bulk=0 change, where zero is
considered infinity.
2015-03-22 11:43:00 -04:00
Tomas Babej
f5af3368a9
Changelog: Record TW-1578 in the changelog
2015-03-19 21:51:09 -04:00
Federico Hernandez
8386b702dd
Bumped version number to 2.4.3
2015-03-16 00:25:55 +01:00
Federico Hernandez
48e9c0518e
Added SHA1 of tagged release commit
2015-03-16 00:19:25 +01:00
Federico Hernandez
b9dc0813d9
Version number and release date for 2.4.2
2015-03-16 00:01:52 +01:00
Paul Beckingham
4eb70e68b7
TW-63
...
- TW-63 indicators for UDAs (thanks to Datvid Patrick).
- Note that this was implemented in 2.4.0 and tracked via the duplicate
issue TW-161.
2015-03-14 11:57:22 -04:00
Renato Alves
dda190703e
Tests - merge basic.t with version.t and convert to python
...
* _version now outputs "2.4.2 (git-ref)" instead of only "git-ref" when building from git.
* Changelog updated accordingly.
2015-03-09 16:02:26 +00:00
Wilhelm Schuermann
138360b7bc
Hooks
...
- Fixed on-modify hook regression which stopped hooks from modifying
tasks. On a related note, more hooks tests are definitely needed.
2015-03-05 07:21:30 -05:00
Tomas Babej
48be6986c2
Make tasks affect statistics of super-projects
2015-02-28 09:34:10 -05:00
Tomas Babej
ffd6465661
CmdProjects: Enforce garbage collector
2015-02-28 09:33:36 -05:00
Paul Beckingham
58e62711f3
Virtual Tags
...
- The 'info' command now shows virtual tags.
2015-02-26 21:09:50 -05:00
Paul Beckingham
aa8cd54142
TW-1535
...
- TW-1535 move default listing-break from list to ls (thanks to David Patrick).
2015-02-24 22:57:56 -05:00
Paul Beckingham
651ac3f174
Tw-1551
...
- TW-1551 Unable to get a UDA value from DOM (thanks to Tomas Babej).
2015-02-24 22:35:18 -05:00
Paul Beckingham
ea78200ae3
TW-1549
...
- TW-1549 task annotate hangs with specific text pattern (thanks to Alexandre
de Verteuil).
2015-02-24 22:04:05 -05:00
Paul Beckingham
ad89a90d12
TW-1550
...
- TW-1550 _contexts helper-command (thanks to David Patrick).
2015-02-24 20:43:28 -05:00
Wilhelm Schuermann
e2f35a1a06
Hooks
...
- onAdd, onExit, onLaunch and onModify hooks now output feedback messages
as footnotes when hooks exit with status 0, as per hooks documentation.
2015-02-24 16:45:23 -05:00
Tomas Babej
e8d385119a
Update NEWS and ChangeLog files with the info about the context
2015-02-23 19:25:40 -05:00
Wilhelm Schuermann
0891ed4b57
Util
...
- Closed dangling pipes in execute (), resolving problems when a hook script
forks (thanks to Jens Erat).
2015-02-22 14:43:16 -05:00
Paul Beckingham
88d65b23c1
CMake Feedback Messages
...
- Reworded the '-std=c++11' feedback messages to user fewer '!' characters,
and be more emphatic about upgrading the compiler.
2015-02-18 21:15:58 -08:00
Paul Beckingham
f2998aba74
TW-1547
...
- TW-1547 Recur column is always shown even if no recurring task is displayed
(thanks to Renato Alves).
2015-02-18 20:53:56 -08:00
Paul Beckingham
d2b2631db7
TW-1546
...
- TW-1546 column type due.remaining breaks colors on due tasks (thanks to Renato
Alves).
2015-02-18 20:18:31 -08:00
Paul Beckingham
dd31a15001
Portability
...
- Removed pthreads linkage.
2015-02-17 12:49:58 -05:00
Paul Beckingham
520067f522
Cleanup
...
- Eliminated text.cpp upperCase(), as it was not UTF8-safe, and is no longer
used.
2015-02-17 10:44:31 -05:00
Federico Hernandez
a36eb974ee
Bumped version number to 2.4.2
2015-02-17 00:04:04 +01:00
Federico Hernandez
a55a7bf1a2
Added SHA1 of tagged release commit
2015-02-17 00:00:20 +01:00
Federico Hernandez
82e019a4a8
Version number and release date for 2.4.1
2015-02-16 23:38:16 +01:00
Paul Beckingham
2ef0214248
TW-1542
...
- TW-1542 Large numeric UDA values get rendered in scientific notation on export
(thanks to Ralph Bean).
2015-02-15 11:24:24 -05:00
Paul Beckingham
eb3afa1fdc
Documentation
...
- Updated ChangeLog.
2015-02-14 20:44:56 -05:00
Paul Beckingham
f887173bf7
TW-1510
...
- TW-1510 Task can save empty value in the data backlog (thanks to Tomas Babej).
2015-02-14 16:33:45 -05:00
Paul Beckingham
3cce6c23f5
Hooks
...
- Hooks now verify the expected number of JSON lines emitted by hook scripts.
2015-02-14 15:50:51 -05:00
Paul Beckingham
ec919a8677
TW-1534
...
- TW-1534 Urgency coefficient for user project disables 'info' output(thanks to
Martin).
- Reimplemented 'information' command urgency details as a ViewText.
- Fixed math bug in rightJustify.
2015-02-14 12:50:10 -05:00
Paul Beckingham
9e49325d6e
TW-1531
...
- TW-1531 'task export' should handle recurrence (thanks to Tomas Babej).
2015-02-13 20:35:04 -05:00
Paul Beckingham
b79453afa7
TW-1532
...
- TW-1532 Hooks does not execute any script on Cygwin (thanks to Taisuke
Hachimura).
2015-02-07 14:45:06 -05:00
Paul Beckingham
60dddffda3
TW-1524
...
- TW-1524 Build Broken (thanks to Jack).
2015-02-07 14:39:25 -05:00
Paul Beckingham
1cfdfbae52
Hooks
...
- Removed the ability for hooks to add tasks, or modify tasks that are outside
the context of the current event. This makes hooks a local mechanism that
operates only on local changes. Modifications/additions coming in via sync
command are not processed by hooks.
2015-01-31 17:47:58 -05:00
Paul Beckingham
4bdee56fa7
Configuration
...
- New 'recurrence' configuration setting can disable recurring task generation.
2015-01-25 15:41:31 -05:00
Paul Beckingham
8323407242
TW-1504
...
- TW-1504 On-modify hook does not accept correct JSON format (thanks to Tomas
Babej).
2015-01-25 14:51:07 -05:00
Paul Beckingham
6626207ad1
TW-1522
...
- TW-1522 Date format doesn't like hyphens (thanks to Scott Carter).
2015-01-25 14:49:02 -05:00
Paul Beckingham
855537b975
TW-1517
...
- TW-1517 Hook performance should be measured individually for each hook (thanks
to Tomas Babej).
2015-01-20 20:33:31 -05:00
Paul Beckingham
473019c1f0
TW-1519
...
- TW-1519 Testing suite forces taskd.trust="ignore hostname" (thanks to Renato
Alves).
2015-01-20 20:18:13 -05:00
Paul Beckingham
0b0ddbfbc4
TW-1491
...
- TW-1491 Regression in deleting due dates (thanks to Jens Erat).
2015-01-12 15:52:15 -05:00
Paul Beckingham
a22d173b9b
TW-1487
...
- TW-1487 Task export exports some numeric attributes as strings (thanks to
Tomas Babej).
2015-01-11 09:07:04 -05:00
Paul Beckingham
134d201cb0
TW-1457
...
- TW-1457 Non-existant attributes are not properly handled (thanks to Tomas
Babej).
2015-01-10 15:53:55 -05:00
Paul Beckingham
547d9edb55
TW-1484
...
- TW-1484 The 'history' and 'ghistory' reports do not obey rc.color.label.
2015-01-10 15:49:42 -05:00
Paul Beckingham
cdde747733
TW-1498
...
- TW-1498 Filtering for presence of UDA matches all tasks (thanks to Ralph Bean).
2015-01-10 14:36:21 -05:00
Paul Beckingham
588009d679
TW-1501
...
- TW-1501 Calc can't handle multi-digit numbers in some expressions (thanks to
Jeremy John Reeder).
2015-01-08 20:40:29 -05:00
Paul Beckingham
ea0397f542
TW-1495
...
- TW-1495 German translation for taskwarrior (thanks to Jens Erat).
2015-01-07 23:23:25 -05:00
Paul Beckingham
da6a57b203
Hooks
...
- The 'diag' command should indicate misnamed hook scripts (thanks to Tomas
Babej).
2015-01-07 18:43:14 -05:00