Paul Beckingham
11c11de46d
l10n: Eliminated STRING_CMD_ANNO_*
2018-01-20 21:12:12 -05:00
Paul Beckingham
ce6f4963e7
l10n: Eliminated STRING_CMD_COUNT_*
2018-01-20 21:07:37 -05:00
Paul Beckingham
57ba9edf4f
l10n: Eliminated STRING_CMD_STATS_*
2018-01-20 21:04:56 -05:00
Paul Beckingham
0d2cf73d90
l10n: Eliminated STRING_CMD_SUMMARY_*
2018-01-20 20:56:54 -05:00
Paul Beckingham
47d17b67e0
l10n: Eliminated STRING_CMD_BURN_*
2018-01-20 20:51:31 -05:00
Paul Beckingham
07989d62b9
l10n: Eliminated STRING_CMD_GET_*
2018-01-20 20:38:33 -05:00
Paul Beckingham
2f6819744f
l10n: Eliminated STRING_CMD_SHOW*
2018-01-20 20:33:39 -05:00
Paul Beckingham
09e7569cf3
l10n: Eliminated STRING_CMD_DELETE_*
2018-01-20 20:09:25 -05:00
Paul Beckingham
f09b65c980
l10n: Eliminated STRING_CMD_UDAS_*
2018-01-20 20:02:08 -05:00
Paul Beckingham
2b35eef864
l10n: Eliminated STRING_CMD_DUPLICATE_*
2018-01-20 15:44:24 -05:00
Paul Beckingham
641b2dd412
l10n: Eliminated STRING_CMD_MODIFY_*
2018-01-20 15:40:22 -05:00
Paul Beckingham
9613350bb3
l10n: Eliminated STRING_CMD_SYNC_*
2018-01-20 15:34:00 -05:00
Paul Beckingham
abf529eba8
l10n: Eliminated STRING_CMD_DIAG_*
2018-01-20 15:22:25 -05:00
Paul Beckingham
9b9735836a
l10n: Eliminated STRING_CMD_DONE_*
2018-01-20 15:04:10 -05:00
Paul Beckingham
28c6363f09
l10n: Eliminated STRING_CMD_STOP_*
2018-01-20 14:59:56 -05:00
Paul Beckingham
58523c3d78
l10n: Eliminated STRING_CMD_LOGO_*
2018-01-20 14:54:27 -05:00
Paul Beckingham
5a3d5f536d
l10n: Eliminated STRING_CMD_START_*
2018-01-20 14:52:26 -05:00
Paul Beckingham
cf56983b58
l10n: Eliminated STRING_COLUMN_LABEL_ID
2018-01-20 14:44:01 -05:00
Paul Beckingham
e46ca4dcab
l10n: Eliminated STRING_COLUMN_LABEL_TASKS
2018-01-20 14:41:34 -05:00
Paul Beckingham
190d57ac70
l10n: Eliminated STRING_ERROR_NO_FILTER
2018-01-20 14:34:26 -05:00
Paul Beckingham
e686d198e6
l10n: Eliminated STRING_ERROR_DETAILS
2018-01-20 14:32:00 -05:00
Paul Beckingham
bf63dde8ca
l10n: Eliminated STRING_LOCALIZATION_*
2018-01-20 14:19:24 -05:00
Paul Beckingham
aad6a6d078
l10n: Eliminated STRING_CMD_COLUMNS_*
2018-01-20 14:10:45 -05:00
Paul Beckingham
d012e5f188
l10n: Eliminated STRING_EDIT_*
2018-01-20 13:42:04 -05:00
Paul Beckingham
6da0d8af95
l10n: Eliminated STRING_EDIT_TABLE_HEADER
2018-01-20 12:59:45 -05:00
Paul Beckingham
8ff2b9b77b
l10n: Eliminated STRING_CMD_CONFIG_NO_CHANGE
2018-01-20 12:21:34 -05:00
Paul Beckingham
def3fd35ae
l10n: Eliminated STRING_CMD_EXPORT_USAGE
2018-01-17 21:12:10 -05:00
Paul Beckingham
2605cfa227
l10n: Eliminated STRING_COLUMN_LABEL_TEMPLATE
2018-01-15 13:35:38 -05:00
Paul Beckingham
d2f3648242
l10n: Eliminated STRING_CMD_VERSION_*
2018-01-15 13:10:52 -05:00
Paul Beckingham
367f3a5e32
l10n: Eliminated STRING_COLUMN_LABEL_PARENT
2018-01-15 12:24:57 -05:00
Paul Beckingham
ce4b92e5fc
l10n: Eliminated STRING_CMD_HELP_USAGE_LABEL
2018-01-15 12:16:24 -05:00
Paul Beckingham
27c7d76884
l10n: Eliminated STRING_CMD_HELP_USAGE_DESC
2018-01-15 12:14:36 -05:00
Paul Beckingham
7a14df80a8
l10n: Eliminated STRING_CMD_HELP_ALIASED
2018-01-15 12:12:53 -05:00
Paul Beckingham
ad24179ba3
l10n: Eliminated STRING_CMD_HELP_TEXT
2018-01-15 12:11:06 -05:00
Paul Beckingham
b970d7e5c9
l10n: Eliminated STRING_CMD_HELP_TEXT
2018-01-15 11:55:02 -05:00
Paul Beckingham
193eebd852
l10n removal of STRING_COLUMN_LABEL_MASK, STRING_COLUMN_LABEL_MASK_IDX
2018-01-07 13:37:47 -05:00
Paul Beckingham
aac883241f
l10n removal of STRING_UDA_NUMERIC
2018-01-07 13:10:52 -05:00
Paul Beckingham
0de169bb10
Copyright 2018
2017-12-31 19:22:07 -05:00
Paul Fenwick
cc9e2a5076
[TW-1938] Resolve conflicts between new-id and new-uuid
...
- new-uuid is *not* set by default
- new-uuid overrides new-id when set
The reasoning is that new-uuid is mostly used by code (eg: Python's
taskw module), whereas new-id is mostly used by humans.
By making new-uuid not set by default, calling code can set it to
receive UUIDs (preserving 2.5.x behaviour), but humans can continue to
use integer task IDs.
2017-12-04 11:36:45 -08:00
Tomas Babej
255e02b7da
context: Do not allow show, list or none as new context names
...
- Thanks to silviof.
2017-07-27 19:00:43 +02:00
Paul Beckingham
97b038ce29
Recurrence: Broke out handleUntil as a separate function
...
- This means until porocesing is no longer controlled by rc.recurrence, which
was never intended.
2017-04-06 00:29:20 -04:00
Paul Beckingham
1858de5f51
CmdHistory: Corrected date label justification
2017-03-23 22:49:50 -04:00
Paul Beckingham
4c2fa33a08
CmdHistory: Formatting
2017-03-23 01:51:41 -04:00
Paul Beckingham
7c2c9fc5d0
CmdHistory: Fixed bug where all strategies were rendered in the wrong width
2017-03-23 01:51:22 -04:00
Paul Beckingham
2a12aabcf1
CmdHistory: Set no-wrap for ghistory output
2017-03-23 01:06:29 -04:00
Paul Beckingham
66c11f635e
CmdHistory: Removed table header coloring which is handled elsewhere
2017-03-23 01:05:56 -04:00
Paul Beckingham
22da6c2e42
CmdHistory: Formatting
2017-03-23 01:05:14 -04:00
Paul Beckingham
7dc51a266f
CmdHistory: Formatting
2017-03-23 01:04:23 -04:00
Paul Beckingham
d08f62a7d9
CmdSummary: Set no-wrap for progress bar column
2017-03-23 01:03:38 -04:00
Paul Beckingham
97612b892a
CmdUDAs: Table headers consistent
2017-03-20 09:12:49 -04:00