Paul Beckingham
7ff41a222a
Enhancement - Removed obsolete file format 1
...
- Removed support for (but not recognition of) file format 1, which
was never released.
2009-05-26 20:51:09 -04:00
Paul Beckingham
3b4390a446
Documentation Update - slackware version
...
- Corrected Slackware version.
2009-05-25 20:06:55 -04:00
Paul Beckingham
5ff44e2f33
Patch - Display week number in calendar report
...
From 9eec77085dd07940c02d9071bf2a374c9a9b54c8 Mon Sep 17 00:00:00 2001
From: Federico Hernandez <ultrafredde@gmail.com>
Date: Mon, 25 May 2009 09:28:38 +0200
Subject: [PATCH 2/3] Display dummy week of year number
From e2fc5d537863672c53ede96607508270f02aabaf Mon Sep 17 00:00:00 2001
From: Federico Hernandez <ultrafredde@gmail.com>
Date: Mon, 25 May 2009 13:43:14 +0200
Subject: [PATCH 3/3] Display weeknumbers in 'task cal' output
2009-05-25 10:56:24 -04:00
Paul Beckingham
c223d38872
Enhancement - Supports '--' on the command line
...
- Using '--' on the command line separates the left hand side, where
task is free to interpret arguments in the usual way, and the right
hand side, which is then assumed to be part of the task description,
and is not interpreted by task.
2009-05-24 22:32:36 -04:00
Paul Beckingham
020604334e
Patch - Configurable week start day.
...
- Added ChangeLog entry.
- Modified timesheet report error message on incorrect weekstart
value to match that of calendar.
2009-05-24 20:28:07 -04:00
Paul Beckingham
627d0a7ae9
Documentation Update - downloads
...
- Cleaned up task.html regarding pre-built packages.
- Commented download.html.
2009-05-23 09:50:33 -04:00
Paul Beckingham
886f8e252e
Patch - Added link download page in "Latest stable release" section
...
From 489260e8c83c2255a8b92e89ffbe8e8c26ef721b Mon Sep 17 00:00:00 2001
From: Federico Hernandez <ultrafredde@gmail.com>
Date: Fri, 22 May 2009 13:54:41 +0200
Subject: [PATCH] * Added link download page in "Latest stable release" section
* On download page: corrected names for distributions and packages
2009-05-22 21:16:33 -04:00
Paul Beckingham
cce755e5da
Documentation Update - clarification
...
- Added note about the lack of a need to escape shell metacharacters
when they are used in a custom report filter (thanks to Bruce
Dillahunty).
- Corrected wrong header tag.
2009-05-20 20:46:45 -04:00
Paul Beckingham
b194f37f11
Documentation Update - online docs
...
- Added new download.html page to list current and prior binary
packages only.
- Removed old binary packages.
- Reduced versions.html to a concatenation of ChangeLog entries.
2009-05-20 20:30:08 -04:00
Paul Beckingham
8b17bdc037
Bug Fix - documentation
...
- Typo in documentation fixed (thanks to Thomas@BIC).
- Added zsh tab completion script to ChangeLog (thanks to P.C. Shyamshankar).
2009-05-19 22:04:58 -04:00
Paul Beckingham
b9448c3a2c
Documentation Update - snapshot
2009-05-19 20:32:52 -04:00
Paul Beckingham
5d275188e9
Portability - Added Slackware
...
- Added Slackware 12-12.2 as a supported platform (thanks to
Mateusz Almannai).
2009-05-17 19:44:33 -04:00
Paul Beckingham
13aeff1389
New Version - 1.8.0 begins...
2009-05-14 23:22:31 -04:00
Paul Beckingham
f6b8b39d8b
Task 1.7.0
2009-05-14 22:38:16 -04:00
Paul Beckingham
2fd7f6d681
Documentation Update - Referenced edit command
...
- Added new edit command references to docs.
- Added "#editor=vi" default .taskrc entry.
2009-05-14 00:54:02 -04:00
Paul Beckingham
362b4a5bc9
Bug Fix - .taskrc/.task
...
- Fixed bug whereby task created the default ~/.task directory,
even if an extant .taskrc:data.location specified otherwise
(thanks to Federico Hernandez).
2009-05-13 00:43:00 -04:00
Paul Beckingham
ff14f0a28a
Documentation Update - install docs
...
- Makefile.am now installs various docs to <prefix>/share/doc/task-1.7.0
(thanks to Federico Hernandez).
2009-05-13 00:26:54 -04:00
Paul Beckingham
95f07cf363
Bug Fix - UUID corruption on Solaris 8
...
- Fixed a bug with an unterminated buffer in uuid() (thanks to
Steven de Brouwer).
- Added Solaris 8 as another supported platform (thanks to Steven
de Brouwer).
2009-05-12 23:19:26 -04:00
Paul Beckingham
cc5d44ee9d
Documentation Update - git usage doc
...
- Added a page that describes how to use git to contribute to task.
2009-05-12 22:28:42 -04:00
Paul Beckingham
de7f70ad3e
Documentation Update - tab completion
...
- Added a first cut at the tab completion web page. It needs to
be tightened up.
2009-05-11 23:55:49 -04:00
Paul Beckingham
046f511d66
Bug fix - task now builds on Arch Linux
...
- Applied patch to allow task to build on Arch Linux (thanks to
Johan Friis).
2009-05-11 23:44:17 -04:00
Paul Beckingham
e2e5b4884c
Enhancement - tab completion script
...
- Added a new tab completion script (thanks to Federico Hernandez).
2009-05-11 23:36:57 -04:00
Paul Beckingham
fd823871f0
Enhancement - timesheet report
...
- Version 1 of the timesheet report. Displays a specified number
of weeks tasks, both started and completed.
2009-05-11 23:07:50 -04:00
Paul Beckingham
08188fb811
Enhancement - stats report
...
- Reimplemented the stats report so that it uses the Table object,
and therefore has the same aesthetics as the other reports.
2009-05-10 00:40:56 -04:00
Paul Beckingham
1c736a319d
Enhancement - Custom report limit override
...
- If a custom report has a specified limit to the number of tasks
it shows, then that limit may be overridden by specifying a new
quantity on the command line.
- Added unit tests to verify expected behavior.
- Updated documentation to reflect new functionality.
- Removed obsolete documentation references to an "oldest" and
"newest" configuration variable.
2009-05-09 22:32:40 -04:00
Paul Beckingham
e8443889bb
Documentation Update - subscribe form on site
...
- Added a simple subscribe button and form to the web site. Several
people have stated that subscribing to the group is confusing, and
maybe this will help.
2009-05-09 16:09:31 -04:00
Paul Beckingham
f7fc455b62
Bug Fix - extra line in ghistory report
...
- Fixed bug that added an extra line between header and graph in the
ghistory report.
2009-05-08 01:09:55 -04:00
Paul Beckingham
5814432366
Enhancement - TDB API cleanup
...
- Removed obsolete TDB::deleteT method.
- Removed obsolete TDB::completeT method.
- Updated documentation.
2009-05-08 00:37:24 -04:00
Paul Beckingham
90c721295a
Documentation Update
...
- Added docs reflecting the en passant feature for "done" and "append".
2009-05-08 00:29:14 -04:00
Paul Beckingham
b23bad9a5b
Enhancement - duplicate command
...
- Added duplicate command that duplicates a task, and en passant
applies and specified changes (thanks to David J Patrick).
2009-05-07 23:08:53 -04:00
Paul Beckingham
708995093b
Documentation Update
...
- Removed unnecessary usage.html links from other pages.
- Added new sequence.html page to describe how to use ID sequences.
2009-05-06 23:58:21 -04:00
Paul Beckingham
07819a1885
Documentation Update - defaultwidth
...
- Defaultwidth is now included in the default .taskrc file.
2009-05-05 02:03:25 -04:00
Paul Beckingham
410a63fe14
Enhancement - info on recurring tasks
...
- Added recurrence information (parent, mask, imask, recur, until)
to the info report when the task is either a recurring task or a
synthetic task.
2009-05-05 01:03:07 -04:00
Paul Beckingham
51a78ab996
Documentation Update - Mention new mailing list
...
- Added mention of new mailing list, as a place to discuss task
features.
2009-05-04 23:22:34 -04:00
Paul Beckingham
f73281ee30
Documentation Update
...
- Left an extraneous link behind.
2009-05-03 01:26:46 -04:00
Paul Beckingham
262e42d42b
Documentation Update
...
- Merged the (now obsolete) troubleshooting page into the FAQ page.
2009-05-03 01:06:38 -04:00
Paul Beckingham
99174d66b6
Documentation Update
...
- Added David J Patrick as contributing author for the massive list
of feature ideas he has provided, and the accompanying dialogue.
- Added mention of the Github issue tracker.
2009-05-03 00:27:11 -04:00
Paul Beckingham
e84c5c4a3c
Merge branch 'master' into 1.7.0
...
Conflicts:
ChangeLog
NEWS
configure.ac
2009-04-24 01:10:06 -04:00
Paul Beckingham
c4ec5989fe
Documentation Update - wrong download file name
...
- Corrected the source file name.
2009-04-24 00:31:40 -04:00
Paul Beckingham
f2b7780d6b
Documentation Update
...
- Added 1.6.1 details.
2009-04-24 00:20:42 -04:00
Paul Beckingham
76c66b8ab1
Documentation Update
...
- Added Ubuntu 9.04 (Jaunty Jackalope) to the docs.
2009-04-23 23:59:59 -04:00
Paul Beckingham
fe84ddcc98
Bug Fix - missing report labels in default .taskrc
...
- Added report labels to the .taskrc file that is created by default,
when no .taskrc is found. Thanks to P. C. Shyamshankar.
2009-04-23 23:54:21 -04:00
Paul Beckingham
a77d4662f8
New Version - 1.6.1
2009-04-22 19:50:06 -04:00
Paul Beckingham
60915cefd4
Documentation Update
...
- Added 1.6.0 rpm download link.
2009-04-22 19:39:56 -04:00
Paul Beckingham
e0fd39db7b
Enhancement - substitutions /from/to/g
...
- Added support for the "g" modifier to the substitution command,
that replace every occurrence of "from" with "to", in the task
description and any annotations.
2009-04-12 02:01:08 -04:00
Paul Beckingham
a6b45af0a2
Enhancement - annotation substitution
...
- Annotations are now modifiable using the /from/to/ modification
command.
2009-04-12 00:56:58 -04:00
Paul Beckingham
daea320564
Bug Fix - annual recurrence due-date creep
...
- Fixed bug where annual recurring tasks exhibit due-date creep
(thanks to T. Charles Yun).
2009-04-12 00:05:21 -04:00
Paul Beckingham
1cbec205f1
Bug Fix - concatenation of colons in description
...
- When a task description contained a colon, the two words preceding
the colon were concatenated. For example, "aa bb:cc dd" gets
concatenated to "aabb:cc dd".
- Added unit to test to prevent regression.
- Updated documentation.
2009-04-11 23:02:48 -04:00
Paul Beckingham
cee8fda236
Documentation Update
...
- added Federico Hernandez to the AUTHORS file for his contribution of
Red Hat RPM packages.
- Added RPM download links.
2009-04-11 22:18:12 -04:00
Paul Beckingham
b4f031e4a7
New report columns
...
- Added support for tag_indicator column.
- Added support for recurrence_indicator column.
2009-03-30 00:29:28 -04:00