Paul Beckingham
55cd425ff4
Deprecation
...
- Properly marked more deprecated items.
2013-09-11 00:58:47 -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
8429df3b5c
Command Location
...
- Locateѕ, cnaonicalized and categorizes first command.
2013-08-30 13:42:43 -07:00
Paul Beckingham
60336d6f6a
Documentation
...
- Added (preliminary) example of the resultant parse tree.
2013-08-30 11:57:13 -07: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
235fb9f054
Command Line Grammar
...
- Updated documentation.
2013-07-22 20:31:09 -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
2232ff7a21
Documentation
...
- Started the new parser documentation.
2013-04-16 01:23:32 -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
Paul Beckingham
9e9f90343b
Tutorial
...
- NN_configuration describes rc settings, overrides and the show and config
commands.
2013-03-31 21:43:48 -04:00
Paul Beckingham
b9a21f1092
Tutorial
...
- Broke out 02_help section from the 01_intro section.
2013-03-31 19:54:24 -04:00
Paul Beckingham
dea3fd1551
Tutorial
...
- 01_intro written. The first of many mini tutorials.
- README added.
2013-03-31 18:49:02 -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
Federico Hernandez
9fea189d25
Bug #1209
...
- fixed bug #1209 , spelling mistake in reference page.
2013-03-19 20:47:19 +01: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
60a7d2128e
Fixing tests and updating documentation.
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
Paul Beckingham
08b959aafc
Merge branch '2.2.0' of tasktools.org:task into 2.2.0
2013-03-06 20:53:34 -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
Paul Beckingham
f3967e7d97
Revert "Fix: manpages were not installed when running an out-of-source build"
...
This reverts commit 9395a4d112
.
2013-03-04 20:20:18 -05:00
Federico Hernandez
a409923916
Further date changes to 2013
2013-03-05 00:02:48 +01:00
Federico Hernandez
c2c4152669
Bumped 2012 to 2013 in doc/man
2013-03-04 23:54:23 +01:00
Paul Beckingham
1dccd29643
Copyright 2013
...
- Updated copyright notices.
2013-03-04 17:47:12 -05:00
Paul Beckingham
1b3165a18f
Bug #1185
...
- Fixed bug #1185 , correcting man page install location for out-of-tree
builds (thanks to Jakub Wilk).
2013-03-02 18:39:53 -05: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
Vincent Petithory
9395a4d112
Fix: manpages were not installed when running an out-of-source build
2013-02-18 09:19:43 -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