Commit Graph

216 Commits

Author SHA1 Message Date
Tim Van Baak 7a17b48a4d Move lexicon status strings to class constants 2020-04-23 21:35:29 -07:00
Tim Van Baak dcf039c9de Update user cli commands 2020-04-23 21:07:07 -07:00
Tim Van Baak 773e6a23e0 Fix two missed method renames 2020-04-23 20:46:04 -07:00
Tim Van Baak 1dd87fc6f0 Move user creation code to new submodule 2020-04-23 20:42:08 -07:00
Tim Van Baak 50216281b2 Separate config read and edit to distinguish return types 2020-04-23 20:35:55 -07:00
Tim Van Baak 1f24f4f9b1 Fix logger default log levels 2020-04-23 20:03:56 -07:00
Tim Van Baak f7611bb79b CLean up server cli commands 2020-04-23 20:02:44 -07:00
Tim Van Baak 850d07b171 Remove obsolete functions 2020-04-23 20:02:17 -07:00
Tim Van Baak da34711974 Fix a bunch of config-related imports 2020-04-23 19:41:52 -07:00
Tim Van Baak ab25d5174a Refactor config module to encapsulate 2020-04-23 19:27:28 -07:00
Tim Van Baak 28c1ef2dd5 Remove logging config from global.json 2020-04-23 17:47:34 -07:00
Tim Van Baak fdff9e5374 Convert main to new logging and model modules 2020-04-23 17:47:22 -07:00
Tim Van Baak bfe065583a Add alternative logging module 2020-04-23 10:17:40 -07:00
Tim Van Baak d8a18854cb Refactor the auth component init a bit 2020-04-22 22:47:51 -07:00
Tim Van Baak 96db62fb35 Experiment with using the new model in a few places 2020-04-22 22:30:38 -07:00
Tim Van Baak 23873f7a52 Add new lexicon model to request context 2020-04-22 22:18:28 -07:00
Tim Van Baak 4b33f17169 Add models module to replace current models later 2020-04-22 15:47:54 -07:00
Tim Van Baak 9e4144eccf Refactor and annotate parser submodule 2020-04-21 12:52:02 -07:00
Tim Van Baak d0f57c85ce Fix article folder not being created 2020-04-21 08:56:36 -07:00
Tim Van Baak 44bb51f0a1 Add cited-by links 2020-04-19 20:09:17 -07:00
Tim Van Baak 2705764a6a Refactor info lookup into preview renderer ctor 2020-04-19 19:57:08 -07:00
Tim Van Baak 317fc07a45 Add partial citeblock and real links 2020-04-19 14:52:41 -07:00
Tim Van Baak 5f89baf449 Fixing tokenizing logic when tags are opened and not closed 2020-04-18 21:55:57 -07:00
Tim Van Baak f9162addf8 Add info cache, get phantom coloring working in editor previews 2020-04-18 21:35:11 -07:00
Tim Van Baak 99622bbb3d Add basic article publishing 2020-04-18 20:10:13 -07:00
Tim Van Baak 49ed06fcb0 Refactor title normalization 2020-04-11 20:45:16 -07:00
Tim Van Baak 3832a18d63 Add review status to editor listing 2020-04-11 20:34:10 -07:00
Tim Van Baak 751b0cf485 Refactor visitors 2020-04-11 11:45:21 -07:00
Tim Van Baak a9a025094a Normalize parsed cite targets 2020-04-11 11:45:08 -07:00
Tim Van Baak a3ccb537ca Add buttons for later 2020-04-10 21:28:48 -07:00
Tim Van Baak fd3ef7fbdc Make approved articles viewable 2020-04-10 21:28:29 -07:00
Tim Van Baak c9f1f9a44f Add review workflow 2020-04-10 15:10:09 -07:00
Tim Van Baak a4dc2e496f Add rudimentary preview link coloring 2020-04-10 15:06:56 -07:00
Tim Van Baak aa4b94d0c1 Add submit button 2020-03-30 23:58:05 -07:00
Tim Van Baak e19a2a5b26 Change editor client/server comm structure 2020-03-30 21:34:43 -07:00
Tim Van Baak 74c4c7dbbf Fix error args 2020-03-30 21:33:24 -07:00
Tim Van Baak 288e3dacd6 Remove link on character name in editor 2020-03-30 20:13:07 -07:00
Tim Van Baak 4bb35b67ca Refactor cdc config file method into mixin 2020-03-21 09:11:31 -07:00
Tim Van Baak 5444a45d90 Move parser.text to parser.tokenizer 2020-03-21 09:01:36 -07:00
Tim Van Baak b47085ff6a Allow None render hooks 2020-03-21 08:59:33 -07:00
Tim Van Baak 7780d2b1f1 Add word count 2020-03-05 22:37:21 -08:00
Tim Van Baak a7f2a56345 Move word counter to analyze submodule 2020-03-05 22:03:13 -08:00
Tim Van Baak e08fcefb5f Add word count visitor 2020-03-05 21:08:36 -08:00
Tim Van Baak f684695836 Fix pair tag formatting 2020-03-05 20:42:16 -08:00
Tim Van Baak 2a71d4733a Load preview on page load faster 2020-03-05 20:41:33 -08:00
Tim Van Baak 26a0e38154 Make the recursion nicer 2020-03-04 23:29:50 -08:00
Tim Van Baak b5efe8c361 Use ama.parser to create draft previews 2020-03-04 23:03:01 -08:00
Tim Van Baak 626dfc523c Add ctrl+s instant update 2020-03-04 23:02:37 -08:00
Tim Van Baak f7688429a8 Add parser module 2020-03-04 22:28:09 -08:00
Tim Van Baak b22df32f04 Spread CDC around forms a bit 2020-03-03 18:44:43 -08:00