Paul Beckingham
56d8734e1a
Documentation
...
- Added the taskd.key configuration setting to the task-sync man page.
- Added discussion of taskd.ca and taskd.trust options.
2013-11-03 11:46:07 -05:00
Paul Beckingham
6e0603234e
Documentation
...
- Added references to new configuration settings.
2013-10-29 22:44:59 -04:00
Paul Beckingham
626f89c263
Deprecated Feature Removal
...
- Removed deprecated 'edit.verbose' setting, in favor of the 'edit' verbosity
token..
2013-10-20 14:54:03 -04:00
Paul Beckingham
2cbae3fb9c
Deprecated Feature Removal
...
- Removed deprecated 'echo.command' setting, in favor of the 'header' and
'affected' verbosity tokens.
2013-10-20 14:40:57 -04:00
Paul Beckingham
bc3bae9fd2
Bug #1410
...
- #1410 Incomplete Date Synonym List in man task (thanks to Benjamin Weber).
2013-10-06 16:46:41 -04:00
Paul Beckingham
316faaa411
Bug #1388
...
- #1388 Updated task(1) man pages with import/export script examples (thanks to
Benjamin Weber).
2013-10-06 14:47:08 -04:00
Paul Beckingham
0f416a9f01
Documentation
...
- Cleaned up obsolete references.
2013-09-11 00:35:25 -04:00
Paul Beckingham
af38b3bb7b
Documentation
...
- Updated docs for beta.
2013-09-07 14:42:59 -04:00
Paul Beckingham
4cc9e90362
Date Formats
...
- Fixed broken documentation for custom report definitions regarding column
formats.
- Modified date access to use the more efficient Date::get_date method, which
also shrinks the code.
- Added the 'remaining' format for all date columns.
2013-09-07 11:43:57 -04:00
Paul Beckingham
bc41e7378a
Feature
...
- New virtual tags (WEEK, MONTH, YEAR, PARENT).
2013-08-26 09:25:29 -07:00
Paul Beckingham
166723e632
Feature
...
- New '_get' is a DOM accessor helper command.
2013-08-25 23:35:32 -07:00
Paul Beckingham
b09d928da9
Documentation
...
- Fixed mis-formatted text.
2013-08-19 07:37:00 -04:00
Paul Beckingham
74bbd6cefe
Unicode
...
- The configuration file now supports JSON encoding of Unicode characters, by
specifying \uNNNN.
2013-08-18 00:00:46 -04:00
Scott Kostyshak
38bba72001
Documentation
...
- Fix typos (thanks to Ben Armstrong).
2013-08-01 20:29:13 -04:00
Paul Beckingham
14d3fd00e3
Sync
...
- Adds a new 'initialize' synchronize command argument that uploads all pending
tasks for first-time initialization.
2013-06-08 18:00:50 -04:00
Paul Beckingham
51c339e49f
Documentation
...
- Documented the new configuration settings for task server communication.
2013-05-12 01:21:24 -04:00
Paul Beckingham
f15c9a1b7e
Documentation
...
- Added missing dateformat components 'j' and 'J' to the man page.
2013-05-11 18:05:28 -04:00
Paul Beckingham
157699cbde
Feature #1256 Follow-up
...
- Extended unit tests to cover 'add' failures.
- Removed whitespace at EOL.
- Updated ChangeLog, AUTHORS, NEWS.
- Updated taskrc.5.in.
- Updated CmdShow to allow new config settings.
2013-05-07 16:26:58 -04:00
Paul Beckingham
8af0a7f3ba
Merge branch 'master' into 2.3.0
...
Conflicts:
AUTHORS
CMakeLists.txt
INSTALL
NEWS
cmake.h.in
doc/man/task-faq.5.in
package-config/osx/README
scripts/utils/verify_l10n
src/API.h
src/Config.cpp
src/Context.cpp
src/DOM.cpp
src/Hooks.cpp
src/TransportShell.h
src/commands/CmdDiagnostics.cpp
src/commands/CmdShell.cpp
src/commands/CmdVersion.cpp
src/en-US.h
src/shell/Readline.h
src/wcwidth6.cpp
test/CMakeLists.txt
test/color.uda.t
test/duration.t.cpp
test/hook.on-launch.t
test/template.t
test/uuid.t
2013-04-07 17:56:59 -04:00
Federico Hernandez
05f7948f7e
Version number and release date for 2.2.0
2013-04-07 22:11:26 +02:00
Federico Hernandez
7db5377d3b
Removed the incomplete support for the Lua extensions.
2013-04-02 21:52:13 +02:00
Federico Hernandez
c7df1f7acc
Bumping to 2.2.0.beta3
2013-04-02 17:51:06 +02:00
Paul Beckingham
1de2f9e6f1
Virtual Tag
...
- Added 'ANNOTATED' virtual tag. This fell out of a change mandated by #1218 .
2013-04-01 15:47:51 -04:00
Federico Hernandez
baeee7566d
Bumping to 2.2.0.beta2
2013-03-31 14:51:08 +02:00
Paul Beckingham
03cb5af7be
Defaults
...
- The 'dateformat' settings now default to the ISO-8601 standard of 'Y-M-D'.
2013-03-30 17:42:45 -04:00
Paul Beckingham
983e07ab01
Feature
...
- Added some more low-effort, low-risk virutal tags. Why not.
- Updated man page.
2013-03-30 13:06:06 -04:00
Paul Beckingham
0fd3ddbe57
Bug #1197
...
- Fixed bug #1197 so that 'tasksh' now recognized Ctrl-D to exit (thanks to
Haitham Gad).
2013-03-26 23:25:18 -04:00
Paul Beckingham
2a7c8c2aad
Feature #328
...
- #328 Replaced the 'shell' command with a standalone 'tasksh' binary, which
includes GNU readline support (thanks to Haitham Gad).
2013-03-10 15:23:06 -04:00
Haitham Gad
1ebc802a89
Adding a man page and refering to it from other man pages
2013-03-10 12:38:14 -04:00
Haitham Gad
f5d6da2a7b
Separating the 'task shell' command in a separate executable 'tasksh' and enabling command history traversal using GNU Readline
2013-03-10 12:38:14 -04:00
Paul Beckingham
a40f424dad
Documentation
...
- Documented virtual tags.
2013-03-09 16:53:43 -05:00
Rainer Müller
631d03ce38
[PATCH] Documentation
...
- Update the default value of rule.precedence.color in task-color.5 and taskrc.5
manual pages.
Signed-off-by: Paul Beckingham <paul@beckingham.net>
2013-03-05 20:58:11 -05:00
Federico Hernandez
c2c4152669
Bumped 2012 to 2013 in doc/man
2013-03-04 23:54:23 +01:00
Paul Beckingham
7327b0d537
Bug #1184
...
- Fixed bug #1184 , correcting man page formatting (thanks to Jakub Wilk).
2013-02-26 16:37:57 -05:00
Scott Kostyshak
089b3e7d66
Enhancement
...
- 'print.empty.columns' now defaults to 'no'.
- Unit tests are updated accordingly.
2013-02-21 17:53:56 -05:00
Paul Beckingham
19cdf25a8f
Extension Mechanism Cleanup
...
- Cleaned up existing extension debris, in anticipation of the new mechanisms to
be included in future releases. This includes install/uninstall and a full
set of triggers.
2013-01-12 14:47:14 -05:00
Scott Kostyshak
d7c225c87b
Feature
...
- Add the configuration variable 'print.empty.columns'.
- If this variable is set to 'no', columns with all empty values are not
printed. This variable defaults to 'yes' (thus nothing is changed
by default).
- Updated taskrc.5.in to mention the new variable.
- Added unit tests.
2013-01-01 10:08:44 -05:00
Paul Beckingham
5d0e4249e3
Bug #1150
...
- Fixed bug #1150 , which referenced deprecated features in the tutorial man
page (thanks to Benjamin Weber).
2012-12-22 10:46:13 -05:00
Paul Beckingham
12b12c3a62
Feature #1061
...
- Added Feature #1061 , which allows the 'columns' command to use a search
string for the column name (thanks to Uli Martens).
2012-12-01 14:07:58 -05:00
Paul Beckingham
d8579730f5
Feature #1099
...
- Added Feature #1099 , which supports the 'color.uda.<uda-name>' color rule
(thanks to Florian Hollerweger).
2012-12-01 13:29:23 -05:00
Paul Beckingham
92c3f0862d
Feature #1124
...
- Added '_show' command to generate a machine-readable configuration settings
list for use by third-party software (thanks to Jake Bell).
2012-11-17 12:48:30 -05:00
Paul Beckingham
c5ff24358c
Feature #934
...
- Feature #934 , supports 'reserved.lines' to indicate a multi-line prompt for
use in conjunction with 'limit:page' (thanks to Robert Gill).
- Removed 'locale' from the taskrc.5 man page.
- Added verbosity token 'sync'.
- Fixed bug in size calculation for 'limit:page', but there is still one more.
- Corrected unit test limit.t given the above fix.
2012-10-06 15:29:00 -04:00
Paul Beckingham
bb167b2275
Feature
...
- New 'modified' attribute, which contains the most recent modification date,
if a modification has occurred.
2012-09-27 00:56:41 -04:00
Federico Hernandez
a3242f7b5b
Merge branch 'master' into 2.2.0
...
- merge of 2.1.2 release being now the current released version in
master.
Conflicts:
CMakeLists.txt
NEWS
test/bug.1104.t
test/run_all
2012-09-18 22:58:59 +02:00
Federico Hernandez
1e3176ed70
Version number and release date for 2.1.2
2012-09-18 21:07:43 +02:00
Federico Hernandez
da37c08dbd
Documentation
...
- bumped information in related files to 2.1.2
2012-09-10 21:45:49 +02: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
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
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
Louis-Claude Canon
0a00f3cde4
Documentation
...
- Clearer documentation on relative dates.
2012-07-26 08:09:46 -04:00