Commit Graph

123 Commits

Author SHA1 Message Date
da236a83ba Move lexicon create form to server.home 2020-04-27 17:13:11 -07:00
b6d7a4a54e Move the constraint analysis code to the lexicon module 2020-04-27 16:05:27 -07:00
fc9c344a1d Add skeleton draft analysis 2020-04-25 21:52:54 -07:00
d580949de0 Refactor editor functions into another file 2020-04-25 20:06:26 -07:00
9f785b1f4e Get editor hooked up again 2020-04-25 19:02:22 -07:00
c47f9a7e5a Rearrange module-local imports 2020-04-25 10:16:05 -07:00
768006ffbe Clean up forms a bit and move auth forms to .auth 2020-04-25 10:07:42 -07:00
1a289cb5c7 Fix a bunch of attribute references 2020-04-25 10:06:26 -07:00
4fc5f80538 Refactor lexicon submodule into two 2020-04-24 23:07:25 -07:00
4e0bc56dcd Move top-level templates to server module 2020-04-24 17:55:56 -07:00
1ead09cf47 Move home templates into server submodule 2020-04-24 17:53:46 -07:00
07d590bee4 Rename lexicon templates 2020-04-24 17:50:07 -07:00
8732d998cf Rename templates outside of lexicon/ 2020-04-24 13:50:14 -07:00
63745d2865 Move auth templates into new server submodule 2020-04-24 13:46:30 -07:00
3077b02508 Kick off the server refactor with home and auth 2020-04-24 11:37:55 -07:00
d8a18854cb Refactor the auth component init a bit 2020-04-22 22:47:51 -07:00
96db62fb35 Experiment with using the new model in a few places 2020-04-22 22:30:38 -07:00
23873f7a52 Add new lexicon model to request context 2020-04-22 22:18:28 -07:00
44bb51f0a1 Add cited-by links 2020-04-19 20:09:17 -07:00
2705764a6a Refactor info lookup into preview renderer ctor 2020-04-19 19:57:08 -07:00
317fc07a45 Add partial citeblock and real links 2020-04-19 14:52:41 -07:00
f9162addf8 Add info cache, get phantom coloring working in editor previews 2020-04-18 21:35:11 -07:00
99622bbb3d Add basic article publishing 2020-04-18 20:10:13 -07:00
fd3ef7fbdc Make approved articles viewable 2020-04-10 21:28:29 -07:00
c9f1f9a44f Add review workflow 2020-04-10 15:10:09 -07:00
a4dc2e496f Add rudimentary preview link coloring 2020-04-10 15:06:56 -07:00
e19a2a5b26 Change editor client/server comm structure 2020-03-30 21:34:43 -07:00
7780d2b1f1 Add word count 2020-03-05 22:37:21 -08:00
e08fcefb5f Add word count visitor 2020-03-05 21:08:36 -08:00
b5efe8c361 Use ama.parser to create draft previews 2020-03-04 23:03:01 -08:00
b22df32f04 Spread CDC around forms a bit 2020-03-03 18:44:43 -08:00
3a5a8557e0 Add basic, no-validation autosave 2020-02-23 20:08:21 -08:00
1bd0f1e0c1 Refactor config access in server through cdc 2020-02-22 10:55:03 -08:00
1e152851d0 Strip down editor a bit and add basic article creation 2020-02-22 08:54:24 -08:00
c0c69805e3 Add framework for editor live preview warnings 2020-02-14 14:22:38 -08:00
40e7a0c030 Add basic editor with preview 2020-02-06 13:05:11 -08:00
c47208e384 Make deadline inconsistent with asap 2020-01-31 16:52:14 -08:00
19263040a9 Allow editor to edit any character
In particular, this allows th editor to edit the default character
2020-01-31 14:02:08 -08:00
6c244b084c Display public games on /home/ 2020-01-31 13:59:14 -08:00
81c18b5c7c Simplify player membership checks 2020-01-31 13:58:39 -08:00
bc62063ed0 Add create character UI 2020-01-31 11:56:06 -08:00
c6bbccb6c3 Add chars_per_player setting 2020-01-30 23:28:57 -08:00
0fd744537c Give settings page a real form-based UI 2020-01-30 22:06:22 -08:00
540be5ff02 Implement game joins and respect join.public 2020-01-29 23:23:30 -08:00
a0e13329a4 Human-readable dates in admin dashboard 2020-01-29 23:18:33 -08:00
1431dab8f8 Remove dependency of .user on .lexicon 2020-01-29 23:16:00 -08:00
fce6e7145b Connect create form to internal call 2020-01-27 18:11:20 -08:00
b69b6155b3 Add linting 2020-01-27 12:30:40 -08:00
aa1667d795 Refactor extant forms into form submodule 2020-01-26 23:27:47 -08:00
6f326f91bd Add lexicon create page shell 2020-01-26 23:15:52 -08:00
aaac4b6568 Add user list to dashboard lexicon display 2020-01-26 22:18:52 -08:00
817e74f6d7 Add player_requires 2020-01-24 13:30:21 -08:00
45b7e43df4 Move session_edit to settings 2020-01-24 13:14:04 -08:00
9004f60a0c Admin dashboard improvements 2020-01-24 13:11:50 -08:00
9be848e5e2 Fix namespaces 2020-01-24 10:53:02 -08:00
4661b232c2 Add whitespace trim 2020-01-22 17:15:39 -08:00
cace76ff0d Move login info to the header 2020-01-22 08:07:55 -08:00
563865f7ea Handle lexicon loading in a wrapper 2020-01-20 22:21:25 -08:00
c982364041 Add /session/edit/ 2020-01-20 13:14:00 -08:00
ef5459070c Add skeletons for all lexicon general pages 2020-01-20 12:22:41 -08:00
221790b00e Add skeleton for lexicon pages 2020-01-20 08:55:28 -08:00
5c244855eb Add lexicon listings to home page 2020-01-20 07:52:41 -08:00
8e99788fcd Rname User to UserModel, revamp factory function 2020-01-18 12:39:54 -08:00
2a314da910 Add basis for admin lexicon config web editor 2020-01-18 01:18:54 -08:00
69524d03d7 Refactor admin check into a wrapper 2020-01-17 16:05:06 -08:00
58911a2da4 Bring user creation entirely under user module 2020-01-16 23:49:37 -08:00
69eb28208e Fix css on the half-baked admin dashboard 2020-01-15 22:20:25 -08:00
67c802c67f Switch to using user getattr for configs 2020-01-15 22:12:52 -08:00
634c00ae53 Add admin dashboard skeleton 2020-01-15 17:15:51 -08:00
d1fcba082f Flesh out login flow with password checks 2020-01-14 19:08:54 -08:00
ede475f910 Add real page templates and home and logout pages 2020-01-14 16:37:51 -08:00
fcaa68850e Wire up basic user login 2020-01-13 13:06:15 -08:00
4bd7330229 Rename app package to server 2020-01-08 21:44:08 -08:00