Paul Beckingham
e73c255612
Confirmation
...
- Implemented consistent confirmation.
2011-10-14 02:35:24 -04:00
Paul Beckingham
887439b914
Logic Bug
...
- Fixed large logic bug in start command for bulk operations and
changes to recurring tasks.
2011-10-11 23:56:25 -04:00
Federico Hernandez
961a1a9366
License
...
- moving from GPL to MIT license
src/commands
2011-10-08 01:13:30 +02:00
Paul Beckingham
562dfe7b81
Documentation
...
- Shrank the width of the 'help' command output somewhat. It was a
width hog.
2011-10-02 10:05:58 -04:00
Paul Beckingham
78f91ffa91
Verbosity
...
- Added 'affected' verbosity token.
- Deprecated 'rc.echo.command'.
- Updated config defaults.
- Labelled all deprecated 'echo.command' references with '// Deprecated 2.0'
- Added unit tests to start the verbosity testing. Not complete.
- Updated taskrc.5 man page.
2011-10-01 11:16:12 -04:00
Paul Beckingham
66f8591fcd
Task Validation
...
- Cleaned up the 'start' and 'stop' commands due to the new validation.
2011-08-31 01:43:08 -04:00
Paul Beckingham
c72a556492
TDB2
...
- Converted 'start' command to TDB2.
2011-08-29 23:51:22 -04:00
Paul Beckingham
0c08b29e48
Code Cleanup
...
- Eliminated obsolete Arguments.h, Arguments.cpp.
2011-07-26 00:25:57 -04:00
Paul Beckingham
8e0296468e
Unit Tests
...
- Improved args.5.t, which was attempting to stop tasks that were
not started.
2011-07-10 18:04:49 -04:00
Paul Beckingham
e5139780ea
I18N
...
- Localized more commands.
2011-07-10 11:08:40 -04:00
Paul Beckingham
d087bdfd38
Enhancement
...
- Various commands now allow modification and annotation.
2011-07-09 23:45:31 -04:00
Paul Beckingham
58a677ffb5
Argument Parsing
...
- Eliminated stored arg_overrides and file_override in Context.
- Removed Filter, Subst, Task, Sequence from Context.
- Remove shadow file support. Hallelujah.
- Disabled/commented out most commands, ready for the big transition
to the new parsing style.
- Obsoleted Subst.{h,cpp}.
2011-06-04 15:11:34 -04:00
Paul Beckingham
644d027a87
Argument Parsing
...
- Obsoleted Command::exectute 'commandLine' argument. It is worse
than unnecessary, it is an uncategorized raw argument string, which
is only really useful for the 'execute' command, which itself now
calls Arguments::combine to reconstruct the command line string.
2011-06-04 12:33:58 -04:00
Paul Beckingham
86ab605bd4
Commands - start
...
- Migrated handleStart to CmdStart.
2011-05-30 01:11:34 -04:00