Antonio Huete Jimenez
bdd5bc90c4
task: Fix build in SunOS-like environments.
...
Tested in:
- OpenIndiana 2816291
- OmniOS bed3013
- SmartOS 20161129T003638Z
2018-05-13 22:21:16 -04:00
Paul Beckingham
e096462005
Docs: Added Antonion to AUTHORS
2018-05-13 22:21:16 -04:00
Antonio Huete Jimenez
24ae19b8e5
Add missing cast to double
2018-05-13 22:21:16 -04:00
Paul Beckingham
61685714c6
TLS: Aligned source with Taskserver
2018-05-13 22:21:16 -04:00
Paul Beckingham
53310d1ea0
CmdDiagnostics: Uses libshared cppCompliance call
2018-05-13 22:21:16 -04:00
Paul Beckingham
12e30bf969
libshared: Updated to bfb0e90e0c94918b86dd16d8b0e05a74bab8fb75
2018-05-13 22:21:16 -04:00
Paul Beckingham
264cc7e2fe
Tests: Combined two almost identical tests into one
2018-05-13 22:21:16 -04:00
Paul Beckingham
14e047e7c4
util: Migrated osName to libshared
2018-05-13 22:21:16 -04:00
Paul Beckingham
f5bcec66e5
libshared: Updated to aff911bd080a05e5e12a240e13adb27f435b5bb2
2018-05-13 22:21:16 -04:00
Paul Beckingham
9dd2365485
docs: Add missing submodule init step to the DEVELOPER file
2018-05-13 22:21:16 -04:00
Paul Beckingham
bb45ed3fce
Columns: Removed redundant format checking
2018-05-13 22:20:50 -04:00
Paul Beckingham
a951332367
Columns: Attribute objects properly delegate to Column::setStyle to validate formats
2018-05-13 22:20:50 -04:00
Paul Beckingham
f8578ecc28
Columns: Consistency
2018-05-13 22:20:50 -04:00
Paul Beckingham
8c0bfb030a
Task: Improved method signature
2018-05-13 22:20:50 -04:00
Paul Beckingham
04043d267f
Task: Improved method signature
2018-05-13 22:20:50 -04:00
Paul Beckingham
7e629ef30a
Task: Improved method signature
2018-05-13 22:20:50 -04:00
Paul Beckingham
fab2979b87
Task: Improved method signature
2018-05-13 22:20:50 -04:00
Paul Beckingham
6c9660aee8
Task: Renamed ::getUDAOrphans to ::getUDAOrphanUUIDs
2018-05-13 22:20:50 -04:00
Paul Beckingham
fdcb084df6
ColString: Removed obsolete column for ViewText
2018-05-13 22:20:50 -04:00
Paul Beckingham
5fb7b24011
CmdCommands: Removed obsolete include
2018-05-13 22:20:50 -04:00
Paul Beckingham
1fa467aa9f
ColUDA: Removed redundant code
2018-05-13 22:20:50 -04:00
Paul Beckingham
0fc6b46c4c
ColTags: Removed redundant code
2018-05-13 22:20:50 -04:00
Paul Beckingham
e18b4b2063
ColRecur: Removed redundant code
2018-05-13 22:20:50 -04:00
Paul Beckingham
f4b2589149
ColID: Documented ID 0 case
2018-05-13 22:20:50 -04:00
Paul Beckingham
d99eb3c970
ColDepends: Removed redundant code
2018-05-13 22:20:50 -04:00
Paul Beckingham
3fa0e7c1ad
ColTags: Corrected use of _name
2018-05-13 22:20:50 -04:00
Paul Beckingham
92e289cb3d
ColStart: Removed redundant code
2018-05-13 22:20:50 -04:00
Paul Beckingham
0e4f11afc5
ColRecur: Corrected use of _name
2018-05-13 22:20:50 -04:00
Paul Beckingham
49d5a16db3
ColRecur: Added _modifiable
2018-05-13 22:20:50 -04:00
Paul Beckingham
33d7ea6569
ColMask: Corrected use of _name
2018-05-13 22:20:50 -04:00
Paul Beckingham
b55ef724f6
ColIMask: Corrected use of _name
2018-05-13 22:20:50 -04:00
Paul Beckingham
6057ecc83a
ColEntry: Added _modifiable
2018-05-13 22:20:50 -04:00
Paul Beckingham
0150df0b05
ColDue: Added _modifiable
2018-05-13 22:20:50 -04:00
Paul Beckingham
df8e951324
ColDescription: Added _modifiable
2018-05-13 22:20:50 -04:00
Paul Beckingham
e2d9ae379b
ColUDA: Removed redundant code
2018-05-13 22:20:50 -04:00
Paul Beckingham
a2684a6a12
ColUDA: Added _modifiable
2018-05-13 22:20:50 -04:00
Paul Beckingham
b8641d7d5e
ColUUID: Removed unnecessary header
2018-05-13 22:20:50 -04:00
Paul Beckingham
14b632f1a5
ColUrgency: Marked column as unmodifiable
2018-05-13 22:20:50 -04:00
Paul Beckingham
7470af24a9
ColWait: Formatting cleanup
2018-05-13 22:20:50 -04:00
Paul Beckingham
b45e226db9
ColDepends: Corrected use of _name
2018-05-13 22:20:50 -04:00
Paul Beckingham
e1e21f30fe
ColUntil: Formatting cleanup
2018-05-13 22:20:50 -04:00
Paul Beckingham
29e4b21a8b
ColScheduled: Fixed bug where the wrong column label was used
2018-05-13 22:20:50 -04:00
Paul Beckingham
19e5ed6313
ColScheduled: Formatting cleanup
2018-05-13 22:20:50 -04:00
Paul Beckingham
a91cd72829
ColType*: Push the ::validate and ::modify methods down from Column
2018-05-13 22:20:50 -04:00
Paul Beckingham
56530a1f24
Improved certificate validation diagnostics
...
- Thanks to Jelle van der Waa.
2018-05-13 22:20:50 -04:00
Paul Beckingham
daabfcaf91
Tests: Fixed test harness for Python 3.x.
...
- Thanks to jrabbit.
2018-05-13 22:19:56 -04:00
Paul Beckingham
97400df68d
Config: Changed to 0/1 boolean values for the defaults.
...
- Deprecated use of alternate Boolean configuration settings. Use values "0" for
off, and "1" for on. Avoid used of "on", "off", "true", "t", "false", "f",
"yes", "y", "no", "n".
2018-05-13 22:19:33 -04:00
Paul Beckingham
79ffa53ace
Docs: Added Ran Benita
2018-05-13 22:18:18 -04:00
Paul Beckingham
25e326c55c
Docs: Added QUARTER virtual tag
2018-05-13 22:18:03 -04:00
Paul Beckingham
5dfc367420
Task: Corrected false-positive warning about relative dates
2018-05-13 22:17:46 -04:00