Paul Beckingham
89d1bfefe3
L10N
...
- Removed unused strings.
2013-09-10 23:06:48 -04:00
Paul Beckingham
bcc9eb3d7a
Bug
...
- Fixed bug where specifying an ID of 0 yielded all completed/deleted tasks
(thanks to greenskeleton).
2013-09-10 22:00:44 -04:00
Paul Beckingham
8252095174
L10N
...
- Localized the new _get command.
2013-09-02 15:33:52 -04:00
Paul Beckingham
166723e632
Feature
...
- New '_get' is a DOM accessor helper command.
2013-08-25 23:35:32 -07:00
Paul Beckingham
dd14388b1b
Sync
...
- Implemented (weak) handling for a 310 "Redirect" server response.
2013-07-14 12:25:31 -04:00
Paul Beckingham
6aa5e0824d
L10N
...
- Removed '?' from STRING_CMD_SYNC_INIT. Thanks to Fidel Mato.
2013-07-04 23:09:40 -04:00
Fidel Mato
132d6d0c74
L10N
...
- Newly translated strings.
2013-07-04 23:08:45 -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
6a97017c79
File Format
...
- File format 2 (used in version 0.9.3 - 1.5.0) is no longer supported.
- Task::parseJSON implemented.
- PRODUCT_TASKWARRIOR defined, to facilitate code sharing.
- Strings renamed for sharing purposes.
2013-05-20 16:14:34 -04:00
Paul Beckingham
dcc9554da8
Build Errors
...
- Added missing includes.
2013-05-12 12:15:15 -04:00
Paul Beckingham
1e9fb8eebc
Sync
...
- Implemented sync over TLS.
- Obsoleted the Socket code, replacing it with TLSClient, TLSServer.
- Added task server details to the 'diagnostics' command output.
- 'rc.debug.tls' controls the GnuTLS log level.
- Removed redundant cmake diagnostics.
2013-05-12 01:05:58 -04:00
Paul Beckingham
a973ccf8f2
Sync
...
- When taskwarrior is built without GnuTLS, there will be a message to that
effect.
- Stubbed the TLSClient calling code. The current Socket code will become
obsolete soon.
2013-05-11 13:07:14 -04:00
Thomas
56eab7da0d
Added ability for UDAs to have a default value.
2013-05-07 16:07:20 -04:00
Fidel Mato
f6ef9249b8
L10N translated new (in 2.3.0) es-ES.h STRING_s
...
- Translated 17 strings, mostly STRING_CMD_SYNC_*
- Also new strings from tasksh, usage message included.
2013-04-28 14:56:18 -04:00
Paul Beckingham
773b55d374
Code Cleanup
...
- Removed L10N define. It served its purpose.
2013-04-07 23:50:51 -04:00
Paul Beckingham
af079bb5b0
Feature
...
- Began fr-FR localization.
2013-04-07 23:19:30 -04:00
Paul Beckingham
daae1749bc
L10N
...
- Removed unnecessary es-ES.h entries for STRING_COLUMN_LABEL_FG and
STRING_COLUMN_LABEL_BG that have been deprecated (thank to Wim Schuermann).
2013-04-07 13:56:07 -04:00
Fidel Mato
d1cac8c958
L10N
...
- Translated STRING_LABEL_COLUMN_MOD .
2013-04-07 09:52:18 -04:00
Paul Beckingham
f420fb434e
Code Cleanup
...
- Removed unused L10N string.
2013-04-02 16:35:18 -04:00
Federico Hernandez
7db5377d3b
Removed the incomplete support for the Lua extensions.
2013-04-02 21:52:13 +02:00
Fidel Mato
3cfd57b46f
L10N
...
- Translated STRING_VIEW_TOO_SMALL .
2013-04-02 06:43:11 -04:00
Paul Beckingham
d895c4a249
Bug #1218
...
- Fixed bug #1218 so that description columns minimum width is calculated
correctly.
2013-04-01 18:07:25 -04:00
Fidel Mato
16635a4262
L10N
...
- Translated STRING_TRANSPORT_SHELL_NOPATH .
- Translated STRING_SHELL_FAIL .
- Changed (to plural) STRING_CMD_HISTORY_ADDED, _COMP, _DEL, and _NET .
2013-03-30 16:19:23 -04:00
Russell Steicke
0cc7bc337d
Test for bug 1192 - brace expansion.
...
Commit 968d1c3
(Portability) introduced a bug with some very POSIX
compliant shells (eg dash), which don't do brace expansion. So add a
test for that.
The test runs by adding a new protocol in Uri, sh+cp://path/. This
protocol is not intended to be used normally, but is only for testing
the push and pull code.
Signed-off-by: Russell Steicke <russells@adelie.cx>
2013-03-30 14:08:50 -04:00
Fidel Mato
14b7e9ff6e
L10N
...
- Translated new error.
Signed-off-by: Paul Beckingham <paul@beckingham.net>
2013-03-11 22:40:02 -04:00
Paul Beckingham
1dccd29643
Copyright 2013
...
- Updated copyright notices.
2013-03-04 17:47:12 -05:00
Paul Beckingham
c978b2b65a
Transport Errors
...
- The 'push' and 'pull' commands now properly distinguish between a missing
transport utility and other errors (thanks to Russell Steicke).
2013-03-03 09:34:54 -05:00
Russell Steicke
1428a4135b
Clean up Transport::execute() and callers.
...
- Ensure that the real exit code of the child program is retrieved
using WEXITSTATUS().
- Centralise the handling of code 127, which means that the child
shell process could not execute its child (ssh, rsync, or curl.)
Signed-off-by: Russell Steicke <russells@adelie.cx>
2013-03-03 09:00:48 -05:00
Fidel Mato
ae58b85339
L10N - Error message
...
- Corrected error message in es-ES.h.
Signed-off-by: Paul Beckingham <paul@beckingham.net>
2013-01-16 16:06:06 -05:00
Fidel Mato
d60af770a3
es-ES L10N
...
- Changed every occurrence of 'límite' to 'vencimiento'
2013-01-08 07:08:51 -05:00
Fidel Mato
5ec68d3e0c
L10N
...
- Newly translated string.
2012-12-27 12:01:53 -05:00
Paul Beckingham
b515111f2b
Code Cleanup
...
- Style: cuddled braces
- Style: one declaration per line
- Omission: ChangeLog not updated
- Omission: AUTHORS not updated
- Omission: en-US.h change not propagated to es-ES.h
2012-12-22 10:06:26 -05:00
Paul Beckingham
144ca70a36
Typo
...
- Fixed configuration setting typo (thanks to trHD).
2012-12-06 08:25:29 -05:00
Scott Kostyshak
14c17d5c4d
Code Cleanup
...
- Move a newline out of localization and into source code.
2012-12-03 17:02:09 -05:00
Paul Beckingham
3a2a500eb1
L10N
...
- Placeholder for date range checking.
2012-12-01 15:55:07 -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
Fidel Mato
69b63189f6
L10N
...
- Corrections, new strings.
Signed-off-by: Paul Beckingham <paul@beckingham.net>
2012-11-18 09:14:26 -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
Scott Kostyshak
973e0ed56b
Spanish (es-ES) Localization
...
- The latest translation update from Fidel Mato.
2012-11-11 13:08:35 -05:00
Paul Beckingham
9929dbb543
Spanish (es-ES) Localization
...
- The latest translation update from Fidel Mato.
2012-10-29 16:11:00 -04:00