Commit graph

157 commits

Author SHA1 Message Date
Paul Beckingham
f2fbbf81bf init: Propagated rules and database to CmdDefault 2016-03-22 00:36:38 -04:00
Paul Beckingham
a95ee17a3c init: Propagated database and log to CmdStop 2016-03-20 15:29:02 -04:00
Paul Beckingham
fbe6584447 init: Propagated args, rules, database and log to CmdStart 2016-03-20 11:27:47 -04:00
Paul Beckingham
2906408a8d init: Removed unnecessary diagnostics 2016-03-20 10:56:27 -04:00
Paul Beckingham
c62a0240c0 init: Propagated extensions to CmdDiagnostics 2016-03-20 10:08:40 -04:00
Paul Beckingham
08f0bde258 init: Propagated rules to CmdDiagnostics 2016-03-20 09:51:46 -04:00
Paul Beckingham
86b7642156 CmdExtensions: Renamed 'extension' command to 'extensions', for consistency 2016-03-20 09:47:46 -04:00
Paul Beckingham
83245c03e2 init: Propagated rules to CmdExtension 2016-03-20 09:19:56 -04:00
Paul Beckingham
b3f40b700b init: Propagated extensions to CmdExtension
- Also added missing dispatch.
2016-03-19 18:04:18 -04:00
Paul Beckingham
fbfa1f4398 init: Startup messages are now category 'debug', not 'info'. 2016-03-19 13:36:15 -04:00
Paul Beckingham
6851607fa8 init: Propagates log to CmdHelp 2016-03-19 12:24:24 -04:00
Paul Beckingham
2dcd2470c7 init: Propagated args to CmdHelp 2016-03-19 12:09:36 -04:00
Paul Beckingham
649f42aabb init: Propagated args to CmdLog 2016-03-19 10:14:35 -04:00
Paul Beckingham
854213c8b5 init: Propagated datatabase to CmdDiagnostics 2016-03-19 09:16:34 -04:00
Paul Beckingham
d4ac218729 Extensions: Now initialized 2016-03-17 23:03:59 -04:00
Paul Beckingham
78ff8b2919 init: Combined initializeData and initializeRules 2016-03-17 22:57:24 -04:00
Paul Beckingham
0403c21002 init: Settings stored in rules 2016-03-17 22:47:11 -04:00
Paul Beckingham
f3aa253b07 Rules: Replacing Configuration 2016-03-17 22:23:07 -04:00
Paul Beckingham
16cd5a6501 init: Eliminating configuration 2016-03-17 22:04:55 -04:00
Paul Beckingham
7434ad59c2 Timew: Added rules object to assorted calls 2016-03-17 18:02:58 -04:00
Paul Beckingham
7ac5da025f init: Fixed args in signature 2016-03-17 17:56:24 -04:00
Paul Beckingham
06dfce2040 CmdDiagnostics: Implemented diagnostics command 2016-03-17 17:54:12 -04:00
Paul Beckingham
249881347a init: Moved from argc/argv to args 2016-03-17 17:50:35 -04:00
Paul Beckingham
ee351d33e3 Timew: Combined argc/argv into args
- Modified lightweightVersionCheck.
2016-03-17 16:40:27 -04:00
Paul Beckingham
3a751e628a Log: Added logging support 2016-03-15 23:03:52 -04:00
Paul Beckingham
96059d32bd Build: Updated common to shared 2016-03-15 22:45:53 -04:00
Paul Beckingham
369e0336dd CmdDiagnostics: Added stubbed implementation 2016-03-13 21:45:22 -04:00
Paul Beckingham
92e61efff3 CmdUndo: Added stubbed implementation 2016-03-13 21:42:42 -04:00
Paul Beckingham
9a8b038018 CmdLog: Added stubbed implementation 2016-03-13 21:41:27 -04:00
Paul Beckingham
7afa105e63 CmdContinue: Added stubbed implementation 2016-03-13 21:37:33 -04:00
Paul Beckingham
4ebb59a3db CmdGaps: Added stubbed implementation 2016-03-13 21:34:49 -04:00
Paul Beckingham
8ee40cea70 CmdConfig: Added stubbed implementation 2016-03-13 21:31:28 -04:00
Paul Beckingham
221550f8cc CmdTags: Stubbed implementation 2016-03-13 21:28:48 -04:00
Paul Beckingham
b99d2b6331 init: Formatting fix 2016-03-04 23:57:35 -05:00
Paul Beckingham
aa9fdee45d init: Delegates to CmdHelpUsage 2016-03-04 23:56:01 -05:00
Paul Beckingham
1244a8c2c2 init: Initializes extensions 2016-03-04 23:47:18 -05:00
Paul Beckingham
bdc2a8d974 init: Creates a 'data' directory within .timewarrior 2016-03-04 23:25:36 -05:00
Paul Beckingham
529b36a391 init: Confirms database creation 2016-03-04 17:48:44 -05:00
Paul Beckingham
362379ffd7 init: Createѕ ~/.timewarrior/extensions 2016-03-04 16:51:40 -05:00
Paul Beckingham
d8befa209e init: Database is initialized 2016-03-04 16:48:45 -05:00
Paul Beckingham
8de3e6d91c init: Creates database
- Creates ~/.timewarrior if necessary.
- Creates ~/.timewarrior/timewarrior.cfg if necessary.
- Loads ~/.timewarrior/timewarrior.cfg.
2016-03-03 15:07:46 -05:00
Paul Beckingham
be893f0551 init: Added determination of database location 2016-03-03 08:45:34 -05:00
Paul Beckingham
343426d70e init: Database is propagated to command dispatch 2016-03-02 11:06:08 -05:00
Paul Beckingham
47208f27b1 Diagnostics: Implemented ::dump stubs in all objects 2016-03-02 10:24:48 -05:00
Paul Beckingham
2d5e3af4ee init: Improved error for ambiguous command 2016-03-02 09:31:21 -05:00
Paul Beckingham
5eb3b77914 Timew: Extensions are propagated to command dispatch 2016-03-02 09:22:25 -05:00
Paul Beckingham
4591a4d7a4 init: Added initializeExtensions stub 2016-03-02 09:20:56 -05:00
Paul Beckingham
547370b707 init: Added rrror for ambiguous commands 2016-03-02 08:57:43 -05:00
Paul Beckingham
0a29c9d321 init: Implemented lightweightVersionCheck 2016-03-02 08:50:12 -05:00
Paul Beckingham
792c0a7b5c init: Rules loading migrated from timew 2016-03-02 08:43:45 -05:00