Commit graph

725 commits

Author SHA1 Message Date
Paul Beckingham
1eb93056f1 Rules: Removed obsolete ::parseRuleTag 2016-03-26 19:11:10 -04:00
Paul Beckingham
6abd6be7ab Rules: Switched from ::parseRuleTag to ::parseRuleSettings 2016-03-26 19:09:27 -04:00
Paul Beckingham
0fd109924f Rules: ::parseRulesSettings now accepts a namespace prefix 2016-03-26 19:07:46 -04:00
Paul Beckingham
d4fc846cfc CmdDiagnostics: Added theme.description to diagnostics output 2016-03-26 18:14:07 -04:00
Paul Beckingham
601050a06b Theme: Improved the description 2016-03-26 18:09:05 -04:00
Paul Beckingham
60e390f52b Tests: Added Rules::all tests 2016-03-26 17:53:39 -04:00
Paul Beckingham
c7c7d7b4c0 Theme: Extended color pallette, marked colors as maybe not needed 2016-03-26 17:29:40 -04:00
Paul Beckingham
5a8c3e11ae Rules: ::all now matches keys against a stem 2016-03-26 17:18:12 -04:00
Paul Beckingham
f65ec8c16a Holidays: Updated format so that the key doesn't look like math 2016-03-26 17:14:11 -04:00
Paul Beckingham
4883f3d93d Rules: Replaced ::parseRuleHolidays with ::parseRuleSettings 2016-03-26 17:13:34 -04:00
Paul Beckingham
f8c485b231 Rules: Renamed ::parseRuleTheme to ::parseRuleSettings 2016-03-26 17:01:11 -04:00
Paul Beckingham
3fb1878ffb Rules: Added parseRuleTheme 2016-03-26 16:45:10 -04:00
Paul Beckingham
78d29f8f1d Rules: Stubbed ::parseRuleHolidays 2016-03-26 14:31:55 -04:00
Paul Beckingham
ea5a5b743c Tests: Added getKeywords 2016-03-26 14:08:35 -04:00
Paul Beckingham
e4d0a4ccf7 classifier: Demoted from class to helper functions 2016-03-26 14:03:16 -04:00
Paul Beckingham
a9734824de Docs: Updated NEWS 2016-03-26 13:44:43 -04:00
Paul Beckingham
91d19b343c Themes: Added README 2016-03-26 13:39:33 -04:00
Paul Beckingham
c9793da350 Holidays: Added README to explain update/add procedure 2016-03-26 13:36:24 -04:00
Paul Beckingham
63dc3b7405 Holidays: Added stubbed 'refresh' script 2016-03-26 13:33:48 -04:00
Paul Beckingham
1b6282aa2c Holidays: Added a template for the holiday files 2016-03-26 13:31:33 -04:00
Paul Beckingham
ff8e3ef68d Ext: Added initial extensions and README 2016-03-26 13:02:55 -04:00
Paul Beckingham
f79bca258c Classifier: Added stubbed class for determining argument type 2016-03-26 12:52:50 -04:00
Paul Beckingham
be49997646 CmdReport: Added feedback when report not specified 2016-03-26 12:41:01 -04:00
Paul Beckingham
b56c266990 CmdReport: Composes extension input, runs extension, displays output 2016-03-26 12:40:31 -04:00
Paul Beckingham
fd44d6f35f CmdReport: Added default repsonse to keep compiler quiet 2016-03-26 12:38:32 -04:00
Paul Beckingham
ac1eeb6485 Extensions: Made ::callExtension public 2016-03-26 12:19:10 -04:00
Paul Beckingham
41d76bbf87 CmdReport: Added findExtension with auto-completion 2016-03-26 12:02:32 -04:00
Paul Beckingham
0f9797da87 Docs: Added fixed-rate analysis example
- Thanks to Wade Duvall.
2016-03-26 11:46:44 -04:00
Paul Beckingham
64f87e3c38 TD-115: Throw error when config file is missing or not readable
TD-49: Log when file management fails

- Thanks to Jelle van der Waa, Ben Boeckel.
2016-03-26 10:35:18 -04:00
Paul Beckingham
152f9b0884 Docs: Updated first theme 2016-03-26 09:51:18 -04:00
Paul Beckingham
1844baba55 Rules: Added line loops for parser methods, stubs 2016-03-25 23:55:26 -04:00
Paul Beckingham
12adc97d6d Rules: Added ::parseGroup 2016-03-25 23:54:05 -04:00
Paul Beckingham
9403fa4974 Rules: Added ::tokenizeLine 2016-03-25 23:53:34 -04:00
Paul Beckingham
321bddba74 Rules: Added ::getIndentation 2016-03-25 23:52:28 -04:00
Paul Beckingham
a864ae01e2 CmdReport: Partial implementation 2016-03-25 23:50:40 -04:00
Paul Beckingham
8c2ce5847f init: Propagated all services to CmdReport 2016-03-25 23:49:34 -04:00
Paul Beckingham
8f29030d01 Extensions: Implemented ::callExtension 2016-03-25 01:04:57 -04:00
Paul Beckingham
98f058fb0c Extensions: Removed obsolete ::buildExtensionArgs 2016-03-25 01:03:38 -04:00
Paul Beckingham
705b95401b CmdReport: Added API header details 2016-03-25 01:02:57 -04:00
Paul Beckingham
b618269e2b CmdGaps: Added note about failure when no exclusions are defined 2016-03-25 00:45:50 -04:00
Paul Beckingham
427e8c24b5 Docs: Updated command list 2016-03-25 00:41:59 -04:00
Paul Beckingham
e901b10de8 Docs: Updated tagset definition 2016-03-25 00:41:39 -04:00
Paul Beckingham
ef2e1a7e26 CmdStop: Now handles removal of tags 2016-03-25 00:33:04 -04:00
Paul Beckingham
6d3f8f9a0f CmdHelp: Updated 'stop' help with new behavior 2016-03-25 00:32:19 -04:00
Paul Beckingham
8f7262d160 Docs: Added new 'stop' behavior to the man page 2016-03-25 00:31:50 -04:00
Paul Beckingham
a38c607f61 init: Propagated args to CmdStop 2016-03-25 00:29:12 -04:00
Paul Beckingham
3c6a68de53 Tests: Added ::untag 2016-03-25 00:19:44 -04:00
Paul Beckingham
10e1064f34 Interval: Added ::untag 2016-03-25 00:19:25 -04:00
Paul Beckingham
700d484c21 Docs: Corrected log message format 2016-03-24 23:46:45 -04:00
Paul Beckingham
c410ef0037 Rules: Parsing bug 2016-03-24 23:37:47 -04:00