Commit graph

2284 commits

Author SHA1 Message Date
Paul Beckingham
e295d328bc libshared: Updated to 24290115e46dbcaab00da156aa1fd8188925ff8f 2017-03-14 20:22:00 -04:00
Paul Beckingham
dfb0e87d9e Tests: Added TI-68 test
- Thanks to A M.
2017-03-10 08:35:17 -05:00
Thomas Lauf
61bf993381 docs: update ChangeLog, AUTHORS 2017-03-09 21:33:01 +01:00
Thomas Lauf
cef51697ee TI-29: Fix issue "timew config can't add new value"
- Add code to enter a new value for a config which is defined by Rules.cpp
  but not found in the configuration file.
2017-03-09 20:41:20 +01:00
Thomas Lauf
c1b0998887 TI-29: Add test for changing config
- add tests for known simple values, e.g. debug
- add tests for known hierarchical values, e.g. reports.day.month
- add tests for new hierarchical values, e.g. foo.bar.baz
2017-03-09 20:41:06 +01:00
Paul Beckingham
f654753772 Docs: Updated with new date name details 2017-03-08 08:21:48 -05:00
Paul Beckingham
2d2ebd2ec8 Docs: Updated named date list 2017-03-08 08:17:23 -05:00
Paul Beckingham
f01cdbcf7f CmdHelp: Updated named date list 2017-03-08 08:16:43 -05:00
Paul Beckingham
63da0dee1f helper: Corrected use of obsolete date names 2017-03-08 08:10:08 -05:00
Paul Beckingham
3000dceca5 CmdChart: Corrected use of obsolete date names 2017-03-08 08:08:43 -05:00
Paul Beckingham
b012bf6fec libshared: Updated to cbe3fd84a8950a42ed271a0dd8e7c4e1564b1333
- This update has many Datetime impovements, and may cause some regressions.
  Updates include:
    * All date names are now standardized with Taskwarrior
    * There is sopd, sod and sond (previous, current and next) start of day
    * There is s and e representing start and end
    * There is d, w, ww, m, q and y, which is unchanged
2017-03-08 08:05:09 -05:00
Paul Beckingham
a63dd9eb6e libshared: Updated to 5bd493494fe2b1f0ab208e1edb4854316eeb5423 2017-03-06 23:55:12 -05:00
Paul Beckingham
9051e41af5 libshared: Updated to 0dbe6c2818d4dc99f5d0089d6afb1559ed05ebf7 2017-03-04 19:18:31 -05:00
Paul Beckingham
d1a7c313c7 Tests: Added TI-66 test
- Thanks to A M.
2017-03-02 18:04:44 -05:00
Paul Beckingham
168cc5b207 Tests: Corrected test with immediate capture of errno 2017-03-02 09:05:27 -05:00
Paul Beckingham
26f2cc8ac4 Test: Added platform verification tests 2017-03-02 08:41:30 -05:00
Thomas Lauf
310f48973e extensions: Make extensions conform with PEP8 2017-03-01 21:20:35 +01:00
Thomas Lauf
97ab53afeb test: Fix expectations for chart 2017-03-01 21:20:35 +01:00
Paul Beckingham
308417bf24 Cleanup: Greater use of const 2017-02-25 15:24:40 -05:00
Paul Beckingham
2dd14c0b4c Cleanup: Greater use of const 2017-02-25 15:20:18 -05:00
Paul Beckingham
addb89e13d CmdChart: Config defaults make the rules defaults redundant
- Do not need both
2017-02-25 15:15:51 -05:00
Paul Beckingham
42ba7ac92c helper: Parentheses added for readabiliy 2017-02-25 15:13:52 -05:00
Paul Beckingham
6d0e8ecbea Tests: Added test for TI-65 2017-02-25 15:07:48 -05:00
Paul Beckingham
57bc4d71c8 TI-65: The 'tags' command should support a filter 2017-02-25 15:07:18 -05:00
Paul Beckingham
d60af9bab2 Extensions: Typo 2017-02-25 14:36:49 -05:00
Paul Beckingham
e51292e1ec Ext: Added totals.py to README 2017-02-25 14:31:57 -05:00
Paul Beckingham
c3e2759028 TI-48: Timewarrior hook is not Python3 compatible
- Thanks to Josh Proehl, Armado Martinez.
2017-02-25 14:17:25 -05:00
Paul Beckingham
c557174172 Tests: Adjusted tests based on error message change 2017-02-25 13:17:15 -05:00
Paul Beckingham
848c6e33fc CmdChart: Default value handling
- Added default value ('15') for 'rules.<type>.cell'.
- Corrected EINVAL and ERANGE handling inside Rule::getInteger.
- Made the error message for the above more specific.
- Added the '> 0' constraint to the man page.
2017-02-25 13:00:20 -05:00
Paul Beckingham
1ed8d8e07c Tests: Added test for TI-58 2017-02-23 16:25:35 -05:00
Thomas Lauf
58f07d0266 TI-46: Display error in visual reports (day,week,month)
- Fix calculation of end_mins
- Add tests
2017-02-18 23:04:44 +01:00
Paul Beckingham
c7cf7d7b46 Docs: Updated compiler version, docs 2017-02-15 07:53:16 -05:00
Thomas Lauf
8ad54f9bfd TI-40: totals.py extension script fails with an error
- Improve totals.py extension script:
- Fix display issue if tags are shorter than string 'Totals'
- Fix issue when totals.py is called on empty database
- Add tests: test_totals.t
2017-02-14 23:33:02 +01:00
Paul Beckingham
3fe704ce80 TI-39: Bogus command line option causes segfault
- Thanks to Jan Stolarek, Thomas Lauf.
2017-02-14 08:00:06 -05:00
Thomas Lauf
c944aebacc TI-39: Bogus command line option causes segfault
- Return error message for invalid values in CmdChart
- Add tests (partially moved from cli.t)
2017-02-13 20:58:37 +01:00
Thomas Lauf
90c3620dc9 tests: Remove superfluous spaces at the end of python docstring 2017-02-11 21:48:23 +01:00
Federico Hernandez
d15e99fe35 Added weekday hints 2017-02-10 00:17:51 +01:00
Paul Beckingham
f6ef46d822 Docs: Updated ChangeLog 2017-02-09 09:00:10 -05:00
Thomas Lauf
e505129d5c TI-64: Command 'stop' with date before current interval's start date causes segfault
- Show error message if stop date is before current interval's start date
- Add test for this use case
2017-02-09 08:58:22 -05:00
Thomas Lauf
403b1c6f5e TI-27: Add tests for continue with ids
- verify "continue @1 @2" returns error
- verify "continue @N" returns error if @N does not exist
- verify "continue @N" copies specified interval
- verify "continue @N" stops active time tracking
2017-02-05 23:28:30 +01:00
Paul Beckingham
2e10962d4e CmdHelp: Typos 2017-02-01 07:54:01 -05:00
Thomas Lauf
f49e15e1a9 TI-62: TimeWarrior should not ignore invalid command
- Add test "call 'timew' without active time tracking"
- Add test "call 'timew' with active time tracking"
- Add test "call a non-existing TimeWarrior command"
2017-01-28 21:51:17 -05:00
Paul Beckingham
ac4ecbecad TI-61: Typo in exclusion.t.cpp
- Thanks to Thomas Lauf.
2017-01-25 21:35:38 -05:00
Paul Beckingham
538fc6c6ea TI-49: new theme files aren't installed
- Thanks to Richard Brown.
2017-01-16 21:35:08 -05:00
Tomas Babej
d830d8fcff docs: Document the 'resize' command in the man page 2017-01-09 18:34:06 -05:00
Tomas Babej
50f42a84df tests: Add basic tests for the 'resize' command 2017-01-09 18:33:22 -05:00
Tomas Babej
fac6b03df2 commands: Add preliminary version of 'resize' command 2017-01-09 18:33:14 -05:00
Paul Beckingham
2f0b00b721 CmdDiagnostics: Updated to libshared cppCompliance call 2017-01-08 14:12:37 -05:00
Paul Beckingham
6b2b3aa328 libshared: Updated to bfb0e90e0c94918b86dd16d8b0e05a74bab8fb75 2017-01-08 14:12:13 -05:00
Paul Beckingham
1d88ec386f util: Migrated osName to libshared 2017-01-08 11:43:16 -05:00