Wilhelm Schuermann
1fa4c8ff7b
Util
...
- Reimplemented execute(), this time (hopefully) deadlock-proof.
- Added error handling.
2014-10-02 14:50:47 -04:00
Paul Beckingham
e59a48080c
Variant
...
- ::operator_partial was not treating the status field as a special caseless
compare, like operator== does.
2014-10-01 18:58:28 -04:00
Paul Beckingham
5c485f6c53
Parser
...
- Modified ':' to perform partial matches, which means dates now match
on same day.
2014-10-01 18:31:50 -04:00
Paul Beckingham
fe46dadeee
TLS
...
- When an invalid value for 'taskd.trust' is noticed, the 'sync' command will
error out, and the 'diag' command will refer the user to the man page.
This is because the allowed values were 'yes'/'no', and now are
'strict'/'ignore hostname'/'allow all'.
2014-09-28 17:42:14 -04:00
Paul Beckingham
dcc5dbf16a
Variant
...
- The ::operator_match (and by extension operator_nomatch) now obey the rc.regex
setting.
2014-09-28 13:39:50 -04:00
Paul Beckingham
9e0ea1cb4a
Eval
...
- Better error message for malformed expressions, ie when a binary operator
expects two values, and sees less then two or when a unary operator sees
less than one.
2014-09-27 17:08:26 -04:00
Paul Beckingham
071cf55c00
Unit Tests
...
- Added a default 'hooks=off' to the basetest class, after it was discovered
that the scan for runnable hooks takes non-trivial time.
2014-09-27 16:49:06 -04:00
Paul Beckingham
d44c8c5147
Config
...
- Removed redundant sorting for the 'list' report.
2014-09-27 15:26:07 -04:00
Paul Beckingham
b4eed6333a
Diagnostics
...
- Included C++ compiler compliance level. If 'diag' output is then included in
the test suite, we can monitor compliance across platforms, and decide when
to use new features.
2014-09-27 11:51:17 -04:00
Paul Beckingham
69d4e0392b
CmdCustom
...
- Removed a vector of column labels that is simply not used.
2014-09-20 14:12:39 -04:00
Paul Beckingham
9bb1dbbd4d
ViewTask
...
- Improved locality, for readability, while debugging column TW-1417.
2014-09-20 14:11:59 -04:00
Paul Beckingham
5c15111bb1
L10N
...
- Latest updates (thanks to Jeremy John Reeder).
2014-09-19 15:17:31 -04:00
Paul Beckingham
1a1bda18ce
TLSClient
...
- Rearranged includes, now matches taskd.
2014-09-18 22:28:47 -04:00
Łukasz Panek
0f23bfa31d
Polish localization.
...
Signed-off-by: Paul Beckingham <paul@beckingham.net>
2014-09-17 20:24:28 -04:00
Paul Beckingham
748ca4896f
TLS
...
- Added many more diagnostics for when GnuTLS calls fail.
- Fixed bug whereby hostname verification failed no matter what.
2014-09-16 00:02:18 -04:00
Paul Beckingham
d7c902bacd
Code Cleanup
...
- Removed obsolete 'run' script.
2014-09-15 23:38:55 -04:00
Paul Beckingham
01d96c25c4
TLS Errors
...
- Added TLS error to output during client init.
2014-09-15 17:02:52 -04:00
Paul Beckingham
5987594596
RX
...
- Removed mystery define that has been commented out for three years.
- Added explanatory comments.
2014-09-14 22:15:36 -04:00
Paul Beckingham
5b7e6df00b
Util
...
- The execute() function needed to fill the STDIN pipe before the fork, not
after the fork, so the data is ready before the child process reads.
2014-09-14 17:43:19 -04:00
Paul Beckingham
bfc6e38851
Hooks
...
- ::onExit now provides a set of all changeѕ tasks to the hook script, in
read-only form.
2014-09-14 17:04:12 -04:00
Paul Beckingham
d0fd3bac4a
TDB2
...
- ::update must call validate(false) to ensure metadata exists for the 'modify'
case, then later call validate() to add defaults for the 'add' case.
2014-09-14 16:36:32 -04:00
Paul Beckingham
90edba9113
Context
...
- Both ::initialize and ::run need to catch a 'throw (0)' from the hook system.
2014-09-14 16:33:10 -04:00
Paul Beckingham
8be6c589da
Hooks
...
- Implemented new interface. Testing time.
2014-09-14 15:55:22 -04:00
Paul Beckingham
ab72cdad4d
Hooks
...
- Stubbed new ::onAdd and ::onModify interfaces.
2014-09-14 15:42:47 -04:00
Paul Beckingham
7b617a7b6e
TDB2
...
- Consolidated most of the processing in ::add and ::modify into ::update.
2014-09-14 15:25:37 -04:00
Paul Beckingham
21be0e3e94
TDB2
...
- Combined add and modify operations in ::add, in case the hook processing
generates modifications.
2014-09-14 15:07:40 -04:00
Paul Beckingham
ac833c183a
TDB2
...
- TDB2::add no longer assumes that adding one task results in only one task
begin added, as hook processing may expand the set.
2014-09-14 14:56:54 -04:00
Paul Beckingham
f3c035d2b8
TDB2
...
- Removed hook processing that is now in the wrong place.
2014-09-14 14:20:30 -04:00
Paul Beckingham
a0c488cfcf
Code Cleanup
...
- Removed support for legacy format FF3 (v1.6.0 - v1.7.1).
2014-09-14 12:16:27 -04:00
Paul Beckingham
e93c61ae8d
L10N
...
- Localized two remaining errors in Task.cpp that were missed.
2014-09-14 12:11:45 -04:00
Paul Beckingham
b5f3cfd9a3
Code Cleanup
...
- Replaced multiple Task:setX methods with Task::setAsNow (x).
2014-09-14 11:57:02 -04:00
Fidel Mato
cf5dbbb9ee
eng-USA.h typos
...
- Some minor, perhaps-typos.
2014-09-13 22:47:34 -04:00
Fidel Mato
6aaad3bf27
L10N
...
- Corrections and newly translated strings.
2014-09-13 22:46:57 -04:00
Fidel Mato
75e780330a
L10N
...
- Correction and newly translated strings.
2014-09-13 22:46:40 -04:00
Jeremy John Reeder
d5cfb1d5e5
L10N
...
I have several corrections to epo-RUS. I also have some corrections to esp-ESP,
several new translations, and improvements to the consistency of the text.
Finally, I have a minor correction to the capitalization within fra-FRA. The
files for all of these improved translations are attached to this message.
Signed-off-by: Paul Beckingham <paul@beckingham.net>
2014-09-12 17:18:48 -04:00
Paul Beckingham
1058f045b0
TDB2
...
- Added ::has methods to determine whether a UUID is known.
2014-09-10 22:54:17 -04:00
Jeremy John Reeder
2028c7186c
More epo-RUS translations.
...
Signed-off-by: Paul Beckingham <paul@beckingham.net>
2014-09-10 22:20:06 -04:00
Paul Beckingham
05ba58c56f
TDB2
...
- Disabled hook processing while processing hooks. This is because both ::add
and ::modify can each add or modify tasks, and there is the potential for
infinite recursion.
2014-09-09 23:37:29 -04:00
Paul Beckingham
7e35508bb4
Hooks
...
- Added a run-time enable/disable control, for nested add/modify calls.
2014-09-09 23:36:45 -04:00
Paul Beckingham
8e9e544376
Code Cleanup
...
- Source alignment. Pretty.
2014-09-09 22:23:02 -04:00
Paul Beckingham
a0736706e8
Variant
...
- Implemented same-day comparison for date types using the partial_match
operator (=).
2014-09-09 22:11:40 -04:00
Renato Alves
b52e3fb85c
L10N - Updates to por-PRT localization
2014-09-09 13:22:17 +01:00
Renato Alves
643533205a
L10N - Typos is eng-USA localization
2014-09-09 13:22:17 +01:00
Paul Beckingham
eb92e8c0aa
L10N
...
- Removed (recently) obsoleted strings from translation.
2014-09-09 07:22:58 -04:00
Fidel Mato
57fcba16cb
L10N
...
- esp-ESP newly translated strings.
2014-09-09 07:21:13 -04:00
Paul Beckingham
a905518aea
L10N
...
- Removed residual 'total active time' string that should have been deleted
earlier.
2014-09-08 20:48:36 -04:00
Paul Beckingham
9f00e9279c
L10N
...
- Removed remainin shadow file error strings that were not removed earlier.
2014-09-08 20:46:59 -04:00
Paul Beckingham
504d8c865b
L10N
...
- Removed unused string leftover after removing unused text.cpp functions.
2014-09-08 20:30:55 -04:00
Fidel Mato
421f3c4a2c
eng-USA typos
...
- Two small typos.
2014-09-08 20:24:20 -04:00
Paul Beckingham
a6c4c32ed7
CmdDiagnostics
...
- Represented the hooks master switch, rc.hooks, on the diagnostic output.
2014-09-08 01:27:32 -04:00