Owen Clarke
c5de9df963
Portability
...
- Changed bash-style syntax to sh syntax
- Reverted date printing to using perl as per 0cb71a8
for support on
Solaris
2012-08-22 20:34:01 +10:00
Pietro Cerutti
98a5788a40
Use sh instead of bash in test/run_all
2012-08-21 16:23:09 +01:00
Paul Beckingham
968d1c32e8
Portability
...
- Removed unnecessary dependence on Bash: sh is POSIX, bash is not.
2012-08-21 16:13:45 +01:00
Paul Beckingham
23cd59a9a1
Chase warning due to the opaque type time_t in printf
...
Signed-off-by: Paul Beckingham <paul@beckingham.net>
2012-08-21 15:41:30 +01:00
Paul Beckingham
945127ad05
Portability
...
- Fixed warning that only appears on FreeBSD.
2012-08-21 11:11:55 +01:00
Scott Kostyshak
8850bc849f
Documentation
...
- Updated the ChangeLog.
2012-08-15 22:46:43 -04:00
Scott Kostyshak
e89aa6cdbc
Feature #1069
...
- Throw a custom error if uda.<uda-name>.type is not set
but, for example, uda.<uda-name>.label is set.
2012-08-15 21:37:01 -04:00
Federico Hernandez
f1c156be39
Merge branch '2.2.0' of tasktools.org:task into 2.2.0
2012-08-14 00:59:11 +02:00
Federico Hernandez
b02bbb3c2c
Unit tests
...
- run_all should also look for *.t.exe files on cygwin
2012-08-14 00:50:22 +02:00
Scott Kostyshak
60c1017e68
Code Cleanup
...
- Show no longer indents the warning.
2012-08-13 17:31:42 -04:00
Scott Kostyshak
109c6434f5
Code Cleanup
...
- Recycle an object.
- A second argument to task show now gives an error.
2012-08-13 08:10:22 -04:00
Scott Kostyshak
7b0b3210a5
Bug #1065
...
- Fixed bug #1065 , where CmdShow issued messages in incorrect situations.
- Added unit tests.
2012-08-12 17:49:27 -04:00
Paul Beckingham
8d66d801c0
Enhancement
...
- Added virtual tag support for the first batch. There will be follow-up
work, tests and so on.
2012-08-12 13:46:23 -04:00
Scott Kostyshak
d73766484d
Bug
...
- Fixed Bug #1060 where an error that was thrown by undo was not
correctly caught and reported.
- Added a couple of tests to ensure that the correct error was
caught and reported.
2012-08-11 07:03:56 -04:00
Scott Kostyshak
bd085a820d
Code Cleanup
...
- Improved style and efficiency of Perl test code.
- Added alias expansion to feature log of bash completion script.
- Added comments to bash completion script.
2012-08-05 16:41:09 -04:00
Scott Kostyshak
54b2e10da4
Unit Tests
...
- Create a framework for testing bash completion.
- Test that aliases are expanded.
- Test that task commands are expanded.
2012-08-05 08:43:24 -04:00
Paul Beckingham
fd731dfd6e
Bug
...
- Fixed ambiguous operator precedence in unit test.
2012-08-02 00:27:18 -04:00
Louis-Claude Canon
61b128ca88
Code Cleanup
...
- Failing test on last quarters.
2012-08-02 00:22:19 -04:00
Louis-Claude Canon
e9abac1d0f
Code Cleanup
...
- Keep date formatting intact in arguments (necessary if the initial string
contains optional information, as start or end of day).
2012-08-02 00:19:41 -04:00
Louis-Claude Canon
ec330921de
Code Cleanup
...
- Factorize code for parsing date elements.
- Better order of blocks for parsing date elements.
- Add corresponding minimal-digit date parsing method for reading seconds,
minutes and week.
- Update documentation and test.
2012-08-02 00:11:12 -04:00
Louis-Claude Canon
384be4b249
Code Cleanup
...
- Remove the code related to the format "day of year" (number of day starting
from the January 1) as mktime does not allow to specify it with the field
tm_yday.
- Cleaner check of the date (everything is done by Date::valid).
- Correct hour, minute and second is also checked.
2012-08-02 00:04:07 -04:00
Louis-Claude Canon
b5cd5ea188
Enhancement
...
- Allows relative dates such as "1st" to be entered with capital ("1ST").
2012-08-01 23:59:55 -04:00
Louis-Claude Canon
ee0a16f663
Enhancement
...
- Undefined variables are put to today in dates (if year and month is not
specified, the current ones are considered). But if a global ones is
specified, lower one are put to their default values (0 or 1).
2012-08-01 23:41:28 -04:00
Paul Beckingham
d623a6f9af
Bug #1048
...
- Fixed bug #1048 , which segfaulted rather than complain about syntax (thanks
to Bryce Harrington, Štěpán Henek).
2012-08-01 23:37:25 -04:00
Federico Hernandez
90108e5394
README file
...
- added disclaimer about the risk with using a dev branch.
2012-07-30 23:34:38 +02:00
Johannes Schlatow
affda052c8
Zsh tab completion
...
Added missing attributes and operators.
2012-07-30 11:55:42 +02:00
Owen Clarke
31769a1fa4
Portability
...
- Changed the interpreter of the test files to use /usr/bin/env to find
perl in the user's path instead of hard-coding /usr/bin/perl
2012-07-30 18:49:50 +10:00
Johannes Schlatow
5db7b6c290
Bug #1045
...
- Fixed bug where zsh completion did not work for aliases (see #1043 ).
2012-07-29 14:09:56 +02:00
Paul Beckingham
ff1cc85d38
Unit Tests
...
- Fixed a regex length in a test.
2012-07-28 20:45:49 -04:00
Scott Kostyshak
7b04ae43a0
Unit tests
...
- Added bug.1043.t which makes sure that aliases are listed by '_aliases'
and not by '_commands' or '_zshcommands'.
2012-07-28 20:32:58 -04:00
Federico Hernandez
58a87b5ed0
Unit tests
...
- basic.t now looking correctly for version number in cmake file.
(thanks to Owen Clarke)
2012-07-29 00:06:01 +02:00
Scott Kostyshak
4f76e0ed7c
Bug #1043
...
- Fixed bug where bash autocompletion did not work for aliases.
- Added new '_aliases' helper command.
2012-07-28 15:36:17 -04:00
Paul Beckingham
275132c1fa
Enhancement
...
- The 'diagnostics' command now reports libuuid details.
2012-07-28 09:19:05 -04:00
Louis-Claude Canon
0ac6578899
Enhancement
...
- When formating real numbers that are between 0 and 1, the width controls the
number of characters that are shown (with width "4", "0.01234" is shown as
"0.01").
2012-07-27 08:19:21 -04:00
Louis-Claude Canon
afcbaa20a9
Code Cleanup
...
- The symbols '@' is part of the tag and not a special delimiter (adding a new
item makes it more explicit).
2012-07-27 08:18:01 -04:00
Louis-Claude Canon
0a3de2b867
Unit test
...
- Check that quitting when doing bulk changes ignores subsequent tasks.
2012-07-27 08:17:12 -04:00
Louis-Claude Canon
0857b451d6
Bug #1044
...
- 'task projects' discard now newly deleted tasks and it includes only filtered
tasks for its summary.
2012-07-27 08:13:37 -04:00
Louis-Claude Canon
154d99385a
Code Cleanup
...
- Indentation.
2012-07-27 08:09:26 -04:00
Federico Hernandez
fc45484069
Authors file
2012-07-27 00:14:52 +02:00
taskwarrior
1e938593d4
Documentation
...
- typos in INSTALL file (thanks to Erik Wenzel)
2012-07-26 23:59:36 +02:00
Owen Clarke
c20ce334f9
Merge branch '2.2.0' of tasktools.org:task into 2.2.0
2012-07-26 22:11:05 +10:00
Louis-Claude Canon
0a00f3cde4
Documentation
...
- Clearer documentation on relative dates.
2012-07-26 08:09:46 -04:00
Owen Clarke
276971675a
Bug #1042
...
- Fixed a bug where the diagnostics command failed to detect missing
external utilities on Solaris and NetBSD.
2012-07-26 22:08:34 +10:00
Louis-Claude Canon
160260ff48
Code Cleanup
...
- Remove duplicate modify call to TDB2.
- Check if quitting in bulk change only if permission fails.
- Correct test logic (the unit for each operation is the second, not the day).
- Consistency in test for feature.1013.t
- Correctly color deleted tasks.
test
2012-07-26 08:06:15 -04:00
Paul Beckingham
39456a3243
Performance
...
- Moved an expensive operation inside an if statement.
2012-07-25 23:14:15 -04:00
Paul Beckingham
d89d51e7e1
Deprecation
...
- Removed deprecated 'fg:' and 'bg:' attributes, which involves code,
documentation and tests.
- Cleaned out NEWS file.
- Cleaned out config import synonyms, which should have been deleted a while
ago.
- Removed unused localized strings, but left the 'deprecated' one behind,
because it will be needed.
2012-07-25 22:44:25 -04:00
Louis-Claude Canon
1d99260cb9
Enhancement
...
- Stop consider new tasks after quitting a bulk change.
2012-07-25 08:06:18 -04:00
Louis-Claude Canon
e5d142a468
Bug #1038
...
- Cleaner solution (less code duplication and blank space only when a
confirmation is needed) for bug #1038 .
2012-07-25 08:06:15 -04:00
Paul Beckingham
3bf9ebad62
Documentation
...
- Manually added ChangeLog delta that wouldn't apply as a patch.
2012-07-24 20:52:48 -04:00
Louis-Claude Canon
60e7260920
Code Cleanup
...
- Print a message in bulk change when the user choose not to denotate a
specific task (more consistent behaviour with other bulk changes).
2012-07-24 20:51:15 -04:00