Federico Hernandez
b630138e8b
Bumping version to 1.9.3.beta1
2010-10-06 00:29:13 +02:00
Federico Hernandez
9e9807a52a
Merge branch '1.9.3' of tasktools.org:task into 1.9.3
2010-10-06 00:25:12 +02:00
Paul Beckingham
0aa87d04da
Themes
...
- Changed the default color.blocked color for high-color systems.
2010-10-05 18:24:48 -04:00
Paul Beckingham
cb14ed128e
Bug
...
- Fixed bug whereby after a merge, the undo.data file had all lines
concatenated without \n characters.
2010-10-05 18:24:01 -04:00
Paul Beckingham
6fd876b8dd
Themes
...
- Updated themes to include new color.blocked.
2010-10-05 18:23:07 -04:00
Paul Beckingham
616e230920
Holidays
...
- Added missing files to makefile.
2010-10-05 18:22:21 -04:00
Federico Hernandez
a043b42373
import.yaml.t was broken for European TZs
2010-10-06 00:16:36 +02:00
Federico Hernandez
952845b1b0
Naming new holiday file in NEWS and ChangeLog
2010-10-05 22:29:45 +02:00
Federico Hernandez
0e355b45e1
Holiday file for Spain
2010-10-05 22:26:07 +02:00
Federico Hernandez
fc26eebea6
Minor corrections for German holidays 2011
2010-10-05 22:02:41 +02:00
Federico Hernandez
0c0cb7b0f5
Minor corrections for Swedish holidays 2011
2010-10-05 21:40:44 +02:00
Paul Beckingham
84b609f518
Dependencies
...
- Implemented dependencies in "task edit".
2010-10-05 01:34:59 -04:00
Paul Beckingham
dece0a8dca
Bug #494
...
- Imported text was not assigned a uuid.
- Although bug #494 was fixed a month ago, it was never acknowledged in
the issue list. This commit corrects that, and thanks Elizabeth for
reporting this serious issue (thanks to Elizabeth Maxson).
2010-10-05 01:12:49 -04:00
Paul Beckingham
5d4cafb7a6
Bug #493
...
- Not a fix for the bug, but improved task consistency checking. The
real fix can only be made when the Task::waiting status is abolished.
2010-10-05 00:39:22 -04:00
Paul Beckingham
9e4786e4fe
Documentation
...
- Added explanation of the new settings.
2010-10-04 22:14:44 -04:00
Paul Beckingham
fa46fcf8ca
i18n
...
- Added localized holiday file for NL (thanks to T. Charles Yun).
2010-10-04 18:13:25 -04:00
Paul Beckingham
59fa056c4b
Merge branch '1.9.3' of tasktools.org:task into 1.9.3
2010-10-04 17:46:46 -04:00
Paul Beckingham
9f567aa3c6
Holidays
...
- New Netherlands holiday file from T. Charles Yun.
- Modified French file.
2010-10-04 17:45:19 -04:00
Johannes Schlatow
70360cadec
Bash completion
...
- Added filename/path completion for import
2010-10-04 02:26:53 +02:00
Johannes Schlatow
89f82847fb
Merge branch '1.9.3' of tasktools.org:task into 1.9.3
2010-10-04 02:20:52 +02:00
Johannes Schlatow
bf316974d9
Url support #462
...
- Added TransportCurl for http, https and ftp
- Added url support for import command
2010-10-04 02:20:41 +02:00
Paul Beckingham
7fdfcbacc6
Dependencies - #410
...
- Completed support for 'task 1 depends:2,-3' to manipulate the
dependencies.
- Now supports rc.dependency.reminder to indicate when to nag about
dependency chain violations, defaulting to on.
- Now supports rc.dependency.confirm to require confirmation before
fixing dependency chains, defaulting to on.
- New source file dependency.cpp which implements a low-level API for
determining dependency status, and assorted handlers for task state
changes.
- Adds blocking tasks to the 'next' report.
- Added more dependency unit tests, changed the wording in a couple of
them and numbered them for easy reference.
2010-10-03 18:52:59 -04:00
Paul Beckingham
dea7b72b70
Merge branch '1.9.3' of tasktools.org:task into 1.9.3
2010-10-03 18:49:52 -04:00
Paul Beckingham
d73601c0b2
Dependencies
...
- Modified rules.cpp for color.blocked so that it correctly determines
the need for coloration.
2010-10-03 18:48:42 -04:00
Johannes Schlatow
adc7992608
Bash completion
...
- Added hostname completion for merge, push and pull
2010-10-03 02:23:41 +02:00
Johannes Schlatow
68d5e3f296
Pull command
...
- Added pull command for cloning databases
2010-10-03 02:22:36 +02:00
Johannes Schlatow
0d364746c7
Merge/push command
...
- Added TransportRSYNC
2010-10-03 02:15:07 +02:00
Paul Beckingham
eb2cb99532
Performance
...
- Removed "std::endl" in cases where the autoflush is only going to
slow things down.
2010-10-02 12:02:06 -04:00
Paul Beckingham
1d3aa891d6
Performance
...
- Removed "std::endl" in cases where the autoflush is only going to
slow things down.
2010-09-30 23:44:38 -04:00
Paul Beckingham
dd86c2c875
Dependencies
...
- Code now in final form, but still incomplete.
2010-09-29 01:06:39 -04:00
Paul Beckingham
0388bcf259
Documentation
...
- Corrected the sample script that failed to wait for at least a second
between annotations.
2010-09-28 01:02:02 -04:00
Paul Beckingham
f351bf6dec
Minor Edits
...
- Corrected typo in tips file.
- Added explanatory comment regarding dependency chains.
2010-09-22 22:23:24 -04:00
Paul Beckingham
1e7bebb3b2
Bug - timesheet report
...
- The headers for the second table ('Started') were not underlined like
those of the first table ('Completed').
2010-09-18 23:13:00 -04:00
Cory Donnelly
77815c080f
Holidays
...
- Fixed inconsistent punctuation and used official names for a few US Federal holidays
2010-09-17 22:30:24 -04:00
Paul Beckingham
8a2e979726
Holidays
...
- Added UK file.
- Updated NEWS and ChangeLog.
2010-09-17 20:23:24 -04:00
Cory Donnelly
895a86903e
i18n
...
- Missed Victoria Day
2010-09-17 12:42:10 -04:00
Cory Donnelly
3be6ef4bfd
Documentation
...
- Added CA to list of included holiday files
2010-09-17 11:36:43 -04:00
Cory Donnelly
1639d5952a
i18n
...
- Added Canadian holiday file
- Added Canadian holiday file to Makefile
- Fixed errors in 2011 US calendar
2010-09-17 11:31:47 -04:00
Paul Beckingham
f9f3ae720d
Documentation
...
- Added mention of the new holiday files.
2010-09-17 00:31:07 -04:00
Paul Beckingham
34c21f5d43
Documentation
...
- Cleaned up ugly message.
2010-09-17 00:28:38 -04:00
Paul Beckingham
7752b37139
i18n
...
- Added French holiday file.
- Added new holiday files to the makefile.
2010-09-17 00:26:37 -04:00
Paul Beckingham
22bd31059d
Holidays
...
- Added 2010/2011 US holidays.
- Added 2010/2011 German holidays, to welcome our German users.
- Added 2010/2011 Swedish holidays, but butchered it. Fredde?
2010-09-16 22:43:34 -04:00
Paul Beckingham
ec3c1c4def
Dependencies
...
- Added support for rc.dependency.reminder.
- Modified man page.
2010-09-16 22:09:03 -04:00
Paul Beckingham
975c2bbcb9
Dependencies
...
- Added dependencyGetBlocking and dependencyGetBlocked API calls, in
the ongoing effort to find a workable API for dependencies. The
goal is to make the calling code as small as possible when dealing
with dependencies.
- Corrected the algorithm for determining whether a task is blocked or
blocking to also check that the other task is pending or waiting.
For example:
task add one
task add two depends:1
task do 1
As the first task is completed, task 2 still depends on 1, but is
no longer blocked due to the completed status.
- Modified the "info" report to use the modified API.
2010-09-16 21:54:18 -04:00
Paul Beckingham
8904daf9e5
Debug message
...
- Added debug message when a task is woken from the waiting state.
2010-09-16 21:18:42 -04:00
Paul Beckingham
afbbc87ec4
Samples
...
- Added more banner samples for taskwarrior.org.
2010-09-13 23:06:56 -04:00
Paul Beckingham
347dda7fa7
Documentation Update
...
- Corrected typo in man page.
2010-09-13 22:48:02 -04:00
Paul Beckingham
084d104c2f
Samples
...
- Added more sample banners for taskwarrior.org.
2010-09-12 15:12:05 -04:00
Paul Beckingham
9aedaba7f2
Unit Tests
...
- Cleaned up message that is generated when a recurring task is past
its until: date and all child tasks have been dismissed, as the
parent task is deleted.
- Added unit tests recur.until.t to prove that the above is working.
2010-09-12 11:43:46 -04:00
Paul Beckingham
b1933c5d25
Themes
...
- Added Kathryn's new themes into the default .taskrc file template.
2010-09-10 00:51:11 -04:00