Commit Graph

99 Commits

Author SHA1 Message Date
Tim Van Baak 0eaaca0383 Add default server for launching from gunicorn 2020-05-02 20:31:52 -07:00
Tim Van Baak fdcac92044 Add very hacky index assignment setting 2020-05-01 00:21:17 -07:00
Tim Van Baak b8239c0bc4 Clean up editor a bit 2020-05-01 00:08:21 -07:00
Tim Van Baak b5e4307792 Hide session page in sidebar for anons 2020-04-30 23:37:44 -07:00
Tim Van Baak 77e9e8023b Ensure exactly one etc index 2020-04-30 23:36:33 -07:00
Tim Van Baak b936a850db Implement title constraints 2020-04-30 22:44:52 -07:00
Tim Van Baak 9f6adde4fd Fix citation separators 2020-04-30 01:27:07 -07:00
Tim Van Baak 78477efba6 Add index sorting and phantom styling on contents page 2020-04-30 01:24:31 -07:00
Tim Van Baak 8446adcc83 Implement index list setting field 2020-04-29 23:23:46 -07:00
Tim Van Baak 48047a4b6a Minor cleanup 2020-04-29 21:58:57 -07:00
Tim Van Baak 214136485c Implement more constraint analysis 2020-04-29 21:58:25 -07:00
Tim Van Baak 4e13cdeff6 Implement turn publish policy settings 2020-04-29 21:56:32 -07:00
Tim Van Baak 1f1465de6b Predicate some UI elements on game state 2020-04-29 21:55:07 -07:00
Tim Van Baak 64b7ef0dee Rewrite settings page to reduce boilerplate 2020-04-29 17:13:12 -07:00
Tim Van Baak 7488a8ca79 Add turn publish button 2020-04-29 17:11:12 -07:00
Tim Van Baak 2b56e0c8a6 Update review handler 2020-04-28 09:06:03 -07:00
Tim Van Baak b8a604e61b Hack some citations into the review form 2020-04-28 08:56:28 -07:00
Tim Van Baak e63be96dac Prevent articles from being readied when they have errors 2020-04-28 00:21:04 -07:00
Tim Van Baak 79cbaf47a5 Fix some quirks in editor loading 2020-04-28 00:10:56 -07:00
Tim Van Baak 8f58c04db1 Add favicon 2020-04-28 00:09:30 -07:00
Tim Van Baak 916d5c2eb5 Fix character edit form 2020-04-27 23:24:16 -07:00
Tim Van Baak c09851333e Refactor lexicon.join handler 2020-04-27 22:04:13 -07:00
Tim Van Baak e311202700 Fix home.admin_create handler 2020-04-27 21:13:01 -07:00
Tim Van Baak a83a30efdb Post-redirect-get for auth.login 2020-04-27 20:38:53 -07:00
Tim Van Baak 4b57c6a5de Reorganize session-descended forms into submodule 2020-04-27 19:54:27 -07:00
Tim Van Baak 82129aba40 Move join forms to server.lexicon 2020-04-27 17:16:02 -07:00
Tim Van Baak da236a83ba Move lexicon create form to server.home 2020-04-27 17:13:11 -07:00
Tim Van Baak b6d7a4a54e Move the constraint analysis code to the lexicon module 2020-04-27 16:05:27 -07:00
Tim Van Baak fc9c344a1d Add skeleton draft analysis 2020-04-25 21:52:54 -07:00
Tim Van Baak d580949de0 Refactor editor functions into another file 2020-04-25 20:06:26 -07:00
Tim Van Baak 9f785b1f4e Get editor hooked up again 2020-04-25 19:02:22 -07:00
Tim Van Baak c47f9a7e5a Rearrange module-local imports 2020-04-25 10:16:05 -07:00
Tim Van Baak 768006ffbe Clean up forms a bit and move auth forms to .auth 2020-04-25 10:07:42 -07:00
Tim Van Baak 1a289cb5c7 Fix a bunch of attribute references 2020-04-25 10:06:26 -07:00
Tim Van Baak 4fc5f80538 Refactor lexicon submodule into two 2020-04-24 23:07:25 -07:00
Tim Van Baak 4e0bc56dcd Move top-level templates to server module 2020-04-24 17:55:56 -07:00
Tim Van Baak 1ead09cf47 Move home templates into server submodule 2020-04-24 17:53:46 -07:00
Tim Van Baak 07d590bee4 Rename lexicon templates 2020-04-24 17:50:07 -07:00
Tim Van Baak 8732d998cf Rename templates outside of lexicon/ 2020-04-24 13:50:14 -07:00
Tim Van Baak 63745d2865 Move auth templates into new server submodule 2020-04-24 13:46:30 -07:00
Tim Van Baak 3077b02508 Kick off the server refactor with home and auth 2020-04-24 11:37:55 -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 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 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 fd3ef7fbdc Make approved articles viewable 2020-04-10 21:28:29 -07:00