Commit graph

2023 commits

Author SHA1 Message Date
Paul Beckingham
887e419ed4 Rules: Corrected errno values 2016-11-05 11:42:40 -04:00
Paul Beckingham
af7f949db7 Tests: Bad test description 2016-11-05 11:41:49 -04:00
Jelle van der Waa
8f74cdeff3 TI-39: Bogs command line option segfaults
num_lines is set to zero when the conversion fails which segfaults later
when num_lines is used to create the Composite vector. Set the default
value for num_lines to 1 to resolve the issue of bad input segfaulting.
2016-11-05 11:36:06 -04:00
Paul Beckingham
2eeb374aba Rules: Added conversion failure detection 2016-11-05 11:35:13 -04:00
Jelle van der Waa
c33a3a9d9a Add defaultValue argument to Rules::getInteger
The defaultValue can be used for callers who do not want 0 to be
returned when conversion fails since strtoimax returns 0 when the
conversion fails.
2016-11-05 11:29:52 -04:00
Paul Beckingham
6557814909 Ext: Taskwarrior project handling
- Taskwarrior projects are now used as-is as tags, and also split on the '.' to
  represent project hierarchy as separate tags.
- Thanks to Josh Proehl.
2016-10-04 00:27:20 -04:00
Paul Beckingham
067643c64a Tests: Fixed quiet tests after TI-47 2016-09-23 19:48:28 -04:00
Paul Beckingham
88960d5bee Tests: Fixed clock tests after TI-47 2016-09-23 19:47:18 -04:00
Paul Beckingham
77ec509cff TI-47: first call successfully creates new database but returns exit status 1
- Thanks to Georg Sauthoff.
2016-09-23 19:37:16 -04:00
Paul Beckingham
28e1dffec5 Build: REmoved compiler warning 2016-09-09 22:33:15 -04:00
Federico Hernandez
5dc3469954 Bumped date in documentation 2016-09-09 23:14:13 +02:00
Paul Beckingham
e61a5d29ff Docs: Added TIMEWARRIORDB mention 2016-09-06 22:38:52 -04:00
Paul Beckingham
d5a47b9ab7 Docs: Added missing man page link
- Thanks to David Patrick.
2016-09-05 21:04:04 -04:00
Paul Beckingham
bb122b5758 Tests: Added TI-39 test 2016-09-05 14:30:08 -04:00
Paul Beckingham
c51735998c Docs: Removed old reference to support forums 2016-09-05 08:52:49 -04:00
Paul Beckingham
42efb0c042 TI-42: refresh holiday script throws an error on nb-NO locale
- Thanks to Jelle van der Waa.
2016-09-03 15:32:54 -04:00
Jelle van der Waa
e4e04c4ba2 TI-42: holiday calendar error when downloading nb-NO
When downloading the holiday calendar for the nb-NO locale with Python 2
the code throws an 'ascii' encode error.
2016-09-03 15:29:05 -04:00
Paul Beckingham
e899586408 Bug: Fixed Python 3 support of the holdiay/refresh script
- Thanks to Jelle van der Waa.
2016-09-03 14:38:00 -04:00
Jelle van der Waa
5ddef40d82 Make holiday refresh script Python 3 compatible
urllib2 is renamed and reworked in Python 3, handle this change by
importing urlopen and HTTPError directly.

Resolve the print issues, by using print() everywhere.

Python3 reads bytes when reading from urlopen() therefore convert it to
a string with .decode('utf-8')
2016-09-03 14:33:26 -04:00
Paul Beckingham
4136ffc245 Docs: Added suggested report
- Thanks to Aaron Evers.
2016-08-25 23:17:26 -04:00
Paul Beckingham
17201dfd58 TD-120: Missing cmakedefine for HAVE_GET_CURRENT_DIR_NAME
TW-1845: Cygwin build fails, missing get_current_dir_name

- Thanks to Jörg Krause, Ben Boeckel, hosaka.
2016-08-24 18:21:37 -04:00
Federico Hernandez
45d0da6105 Bumped documentation files to new version 2016-08-21 22:26:19 +02:00
Federico Hernandez
e35299308d Bumped version number to 1.1.0 2016-08-21 22:10:17 +02:00
Federico Hernandez
747bdd3feb Added SHA1 of tagged release commit 2016-08-21 21:58:59 +02:00
Federico Hernandez
6428ce89fc Bumped version number and dates 2016-08-17 23:32:34 +02:00
Paul Beckingham
dcc6fc8810 TI-34: Make timew more user-friendly by adding --help and default output
- Thanks to Felix Wolfsteller.
2016-08-16 16:42:01 -04:00
Paul Beckingham
2180139491 TI-25: Work week not blocked off in charts
- Thanks to Jonathon Bly.
2016-08-16 16:30:20 -04:00
Paul Beckingham
66cdf3c84c Docs: Updated ChangeLog for release 2016-08-12 08:11:07 -04:00
Paul Beckingham
a37e4746ad TI-34: Make timew more user-friendly by adding --help and default output
- Thanks to Felix Wolfsteller.
2016-08-12 08:10:32 -04:00
Paul Beckingham
f743ccc93a Docs: Added Felix to AUTHORS 2016-08-12 07:19:06 -04:00
Felix Wolfsteller
7c2250bdbb Fix minor typo in README. 2016-08-12 07:18:35 -04:00
Paul Beckingham
4c0a212c3c Rules: Added minimal theme colors 2016-08-08 22:56:27 -04:00
Paul Beckingham
ccb42c2aed Extensions: Now installs on-modify.timewarrior 2016-08-07 18:07:51 -04:00
Paul Beckingham
812a5aabc6 Extensions: Sample extension is now installed 2016-08-07 14:00:26 -04:00
Paul Beckingham
a4f61d90f0 Docs: Typo 2016-08-07 10:23:40 -04:00
Paul Beckingham
eb50862c1e WWW-12: yesterday tag not recognised
- Thanks to Michel Crucifix.
2016-08-06 18:09:46 -04:00
Paul Beckingham
935145eb9b Rules: Typo 2016-08-05 17:41:09 -04:00
Paul Beckingham
64cf3fad76 CmdHelp: Added extension list to the 'help' command 2016-08-05 17:40:33 -04:00
Paul Beckingham
140ec98aaa Docs: Typo 2016-08-03 19:41:55 -04:00
Paul Beckingham
d9baff6547 Database: No longer segments open intervals across data files 2016-08-03 19:41:09 -04:00
Paul Beckingham
04fc87aa38 libshared: Upgraded to 577c22e4c78dbcb9b0bc605d54650e791f3ff4ba 2016-08-01 20:49:07 -04:00
Paul Beckingham
b257271fec Ext: Added :color :nocolor support 2016-07-30 15:34:53 -04:00
Federico Hernandez
fd9afb873c Bumped version number to 1.0.0.beta1 2016-07-26 00:40:01 +02:00
Paul Beckingham
0e2b58e9e8 Tests: Disabled fill tests 2016-07-24 17:44:24 -04:00
Paul Beckingham
42ad56fc38 docs: Removed 'fill' command for beta 2016-07-24 17:42:15 -04:00
Paul Beckingham
4c1568533e CmdFill: Disabled for beta. It is not ready. 2016-07-24 17:31:43 -04:00
Paul Beckingham
489626de10 Tests: Added 'fill' command tests 2016-07-24 16:29:28 -04:00
Paul Beckingham
db84abaf73 validate: Made autoFill public
- Made diagnostics controlled by verbose setting.
2016-07-24 16:19:02 -04:00
Paul Beckingham
0fe7be396d CmdHelp: Added 'fill' command help 2016-07-24 16:18:08 -04:00
Paul Beckingham
6c9792461b docs: Added 'fill' command to man page 2016-07-24 16:17:54 -04:00