Paul Beckingham
71a15f9d44
Documentation
...
- Corrected some example command lines (thanks to Eric Fluger).
2012-01-10 23:21:21 -05:00
Paul Beckingham
6580095002
Copyright
...
- Year change.
2012-01-02 23:32:10 -05:00
Martin Klepsch
782e3936b8
- Adds "monthly" as frequency to manpage
...
Signed-off-by: Paul Beckingham <paul@beckingham.net>
2011-12-10 10:20:01 -05:00
Paul Beckingham
e13ad1bbaf
Feature
...
- Added a 'uuids' command that parallels the 'ids' command. This allows
task UUIDs to be selected if the task is not pending.
- Updated documentation.
2011-10-29 23:53:36 -04:00
Federico Hernandez
9df72bb5a2
License
...
- manpages
- reference page (wrong color format for link to licemse)
2011-10-08 10:56:45 +02:00
Paul Beckingham
af10306b33
Documentation
...
- Major update of the task.1.in man page.
2011-10-02 15:09:05 -04:00
Federico Hernandez
ee0ef16487
task export. Clarified the export to other formats
2011-09-14 20:00:29 +02:00
Paul Beckingham
6e52194ab0
Documentation
...
- While the man pages were not exactly updated for 2.0, the harmful and
obsolete stuff was removed.
2011-09-13 18:33:14 -04:00
Federico Hernandez
6e1ba161b1
Relative dates
...
- eoq and soq to refer to the end and start of the quarter
(thanks to David French)
2011-08-04 01:40:31 +02:00
Bryce Harrington
5e693b2530
Bug #799
...
- Applied documentation patch for #799 , fixing a broken link in the man page.
Signed-off-by: Paul Beckingham <paul@beckingham.net>
2011-07-06 18:39:44 -04:00
Paul Beckingham
17f3717871
Bug
...
- Fixed typo in CMakeLists.txt file that worked on the OSX case-insensitive
file system.
- Man page correction.
2011-05-28 17:46:45 -04:00
Paul Beckingham
bc756637da
Commands
...
- Implemented CmdHelp object that replaces the report.cpp longUsage
function, and builds the output dynamically from other Command
objects. This is also why the help text right now is very short,
as only a few commands are migrated.
- Obsoleted longUsage function.
- Updated task.1 man page with 'execute' command details.
- Modified command.lua sample to include command usage.
- Removed "help" from old Context::dispatch, which means "help" is
the first migrated command.
- Added usage and description to all Cmd* objects.
- Implemented Command::usage and Command::description as base class
methods that simply return data that is specified by the derived
classes.
2011-05-15 01:14:13 -04:00
Duane Waddle
a675c35876
Doucmentation
...
- Man page patch from Duane Waddle applied. This documents the
reportable 'entry' field.
Signed-off-by: Paul Beckingham <paul@beckingham.net>
2011-04-19 19:01:29 -04:00
Johannes Schlatow
4c7c8cf195
Bug #732
...
* fixed misleading documentation and messages on
merge/pull/push URIs (thanks to Thomas Cech).
2011-04-11 14:31:31 +02:00
Paul Beckingham
bd0dbe3af6
Unit Tests, Documentation
...
- Added 'ids' command to task.1.in.
- Added unit test for 'ids' command.
- Reformatted 'help' output for the ~ modifier.
2011-03-19 01:18:56 -04:00
Dan White
4b71fa73f8
Feature #710
...
- Added feature #710 , which adds an attribute modifier prefix to return the
complement of a filtered set (thanks to Dan White).
- Added missing description to the 'help' command.
Signed-off-by: Paul Beckingham <paul@beckingham.net>
2011-03-19 00:56:45 -04:00
Federico Hernandez
df1fc5a6da
Release
...
- bumped version number to 1.9.4
2011-03-03 23:09:48 +01:00
Paul Beckingham
a65fe591b8
Bug #634
...
- Fixed bug #634 , so that 'undo' obeys the 'confirmation' setting (thanks to
Steve Rader).
2011-02-12 15:08:57 -05:00
Paul Beckingham
589c918f79
Documentation
...
- Clarified the need for quoting substitutions containing spaces (thanks
to Eric Fluger).
2011-02-08 23:55:07 -05:00
Paul Beckingham
074ae41ee6
Documentation
...
- Clarified that the 'all' report does not have a filter, and can
therefore show all tasks, including recurring parent tasks.
2011-01-29 12:01:32 -05:00
Federico Hernandez
0cac03ad4a
Feature #638
...
- added worded dates "later" and "someday" to enable the hiding of
a task until doomsday.
2011-01-18 02:21:00 +01:00
Paul Beckingham
10a69c4d3d
Import
...
- Modified man page to acknowledge import from file or URL.
- Changed FEATURE_URL from #if to #ifdef, for consistency.
- Modified import.url.t to accomodate a new URL for the test.
2011-01-09 23:05:01 -05:00
Federico Hernandez
70a83dad4d
CMake
...
- the version number in the man pages is now set automatically via
the ${PACKAGE_STRING} cmake variable
2011-01-05 22:46:25 +01:00