Commit graph

6873 commits

Author SHA1 Message Date
Johannes Wienke
db0cb5a555 fish completion: use literal tabs in sed calls
sed on OS X does not understand \t. Therefore, replace all \t's with
literal tabs.
2015-07-19 16:52:34 -04:00
Paul Beckingham
daf56db8ec Test: Corrected test to match attmod behavior 2015-07-19 16:17:11 -04:00
Paul Beckingham
a268fac484 Test: Added tw-1630.t, which fails 2015-07-19 15:26:02 -04:00
Paul Beckingham
d1d7ef64fa TW-1635: Running "task anystringatall" does not filter anything
- Thanks to Tomas Babej.
2015-07-19 15:16:01 -04:00
Paul Beckingham
9cb6bc1a42 Test: Added search tests 2015-07-19 15:15:03 -04:00
Paul Beckingham
c8d0a22fac Cleanup: Fixed inconsistent comments 2015-07-19 15:06:19 -04:00
Paul Beckingham
7ee8ad4e44 TW-1634: due.not:<date> excludes only tasks scheduled at mitnight
- Thanks to Tomas Babej.
2015-07-19 14:48:35 -04:00
Paul Beckingham
d18a46da01 Test: Added diagnostics command test 2015-07-18 19:34:34 -04:00
Renato Alves
7ab4142c07 Test: Minor style change 2015-07-19 00:18:04 +01:00
Paul Beckingham
575caffe13 Column: Removed unnecessary base class virtuals 2015-07-18 19:04:55 -04:00
Paul Beckingham
079a2dd56d Test: Added append and prepend with propagation 2015-07-18 18:55:17 -04:00
Paul Beckingham
301f897282 Test: Added _projects test 2015-07-18 18:46:48 -04:00
Paul Beckingham
93cba3d880 Test: Added info.t 2015-07-18 18:41:00 -04:00
Paul Beckingham
30f4222b9e Test: Added tests for deleting recurring tasks 2015-07-18 16:19:26 -04:00
Paul Beckingham
43dbab0f23 Merge branch '2.4.5' of ssh://git.tasktools.org/tm/task into 2.4.5 2015-07-18 15:54:45 -04:00
Paul Beckingham
a1b4f338cd Test: Added start tests 2015-07-18 15:54:03 -04:00
Wilhelm Schuermann
3f1b8304b0 l10n: Fix typos 2015-07-18 21:52:18 +02:00
Paul Beckingham
476561fb87 Test: Added _config tests 2015-07-18 15:48:35 -04:00
Paul Beckingham
130f98175a Test: Added _tags tests 2015-07-18 15:21:14 -04:00
Paul Beckingham
05359735ff Test: Added annotation tests 2015-07-18 15:15:36 -04:00
Paul Beckingham
1506ae9ff1 Test: Added edit test of a fully-loaded task 2015-07-18 14:57:26 -04:00
Paul Beckingham
9541a63321 Test: Added UDA format tests 2015-07-18 14:49:10 -04:00
Paul Beckingham
d66d53a013 CmdColumns: Added <uda> to the sample column formats 2015-07-18 14:38:38 -04:00
Paul Beckingham
3619cf219d Test: Added col.t to test Column::measure 2015-07-18 14:11:14 -04:00
Paul Beckingham
428209e128 Test: Extended history tests to cover ghistory 2015-07-18 13:54:14 -04:00
Paul Beckingham
09fb6524cc Test: Added tags format tests 2015-07-18 13:43:42 -04:00
Paul Beckingham
56f806e251 Test: Added unrecognized format tests 2015-07-18 13:32:07 -04:00
Paul Beckingham
45cc7fee95 Test: Added color.cmd.t 2015-07-18 13:15:50 -04:00
Paul Beckingham
b1b1d97866 Bug: ID column width calculations were wrong
- Fixed width calculations, which were wrong for tasks with ID numbers greater
  than 9999.
- Added simple (fast) heuristic for ID widths for ID number up to 100000.  64Kb
  RAM ought to be enough for anybody.
2015-07-18 13:08:37 -04:00
Paul Beckingham
9c9808e141 Test: Added project column formatting tests 2015-07-18 12:02:25 -04:00
Paul Beckingham
a37b5d6213 Test: merged all recurrence scripts into one
- The new recurrence.t includes all previous tests.
- A list of TODO items at the bottom indicates further needs.
2015-07-18 11:25:47 -04:00
Paul Beckingham
d753bb747b Columns: Removed unnecessary virtual overrides 2015-07-18 00:43:51 -04:00
Paul Beckingham
b37caeaa68 Test: Added test for burndown chart 2015-07-18 00:24:37 -04:00
Paul Beckingham
843f78e361 Test: Added tests for 'reports' command 2015-07-18 00:06:06 -04:00
Paul Beckingham
2d5105045d Test: Added test for the 'show' command 2015-07-18 00:00:31 -04:00
Paul Beckingham
afab04b2f7 CmdShow: Fixed text formatting bug
- Two feedback messasges got concatenated, with no spacing in between.
2015-07-17 23:58:18 -04:00
Paul Beckingham
f601ae5d8c UTF8: Latest wcwidth.c from Markus Kuhn.
- http://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c
2015-07-17 23:45:32 -04:00
Paul Beckingham
e39f610a68 ColDate: Removed Col* virtual overrides that delegate back to the base 2015-07-17 23:23:43 -04:00
Paul Beckingham
40c472e3d5 Test: Added 'udas' and '_udas' command tests 2015-07-17 22:58:45 -04:00
Paul Beckingham
7eba74a0bc Test: Added more column format tests 2015-07-17 22:48:44 -04:00
Paul Beckingham
ba4c0ce843 Test: Added more status tests 2015-07-17 22:33:54 -04:00
Paul Beckingham
5b0c3af927 Test: Added export limit test
- Thanks to Daniel Shahaf.
2015-07-17 22:14:18 -04:00
Paul Beckingham
2dbe06aaa1 Test: Added Duration::formatSeconds test 2015-07-17 22:10:14 -04:00
Paul Beckingham
649604e015 Test: Added debug hooks mode tests 2015-07-17 22:09:51 -04:00
Paul Beckingham
5fa62565ea Test: Added debug mode tests 2015-07-17 22:02:54 -04:00
Paul Beckingham
c86b562a4a Test: Added more date tests 2015-07-17 21:51:07 -04:00
Paul Beckingham
0449215bbb Test: Added test for 'stats' command 2015-07-17 21:37:38 -04:00
Paul Beckingham
e68ae3f880 Test: Added DOM test with missing reference 2015-07-17 21:29:04 -04:00
Paul Beckingham
9a390644ef Test: Added export limit test 2015-07-17 21:25:42 -04:00
Paul Beckingham
5da06e3e31 Test: Test that the logo command produces output 2015-07-17 21:12:22 -04:00