Commit Graph

54 Commits

Author SHA1 Message Date
7d3d6c1fca Change mod_list to flagged_list; add moderator nav bar under regular nav bar 2022-12-02 23:22:55 -05:00
10e7944bc3 Rename layout to default per convention 2022-11-28 23:22:25 -05:00
f7030968d3 Some clean-up 2022-11-27 23:56:35 -05:00
87dc291c86 Add link to mod login; change the way session is stored; add route to logout; some clean-up 2022-11-21 21:59:43 -05:00
4a59dd69dc Implement login page 2022-11-19 23:55:03 -05:00
a0bf85d724 Rename bump_count to bump_tally 2022-10-18 20:31:07 -04:00
1ab0adfc8a Lil tweaky tweak 2022-10-14 00:04:17 -04:00
0cd3142250 Implement flag button 2022-10-13 23:57:58 -04:00
cefba7d507 Some small tweaks including another URI fragment thing 2022-10-08 23:14:18 -04:00
7d81490a31 Add a link to Bump from single_thread 2022-10-08 23:01:05 -04:00
0bea8118ba Use url_for()->fragment() to make certain links jump to appropriate sections 2022-10-08 22:39:54 -04:00
7e05af4c4b Implement the rest of the stuff for bumps; then some clean up along the way 2022-10-08 01:58:18 -04:00
d316efb952 Grow into full-blown Mojo 2022-10-01 18:00:23 -04:00
77d10c8c70 Truncate threads > 500 characters in the thread list page 2022-09-27 14:37:55 -04:00
ff93fa1d2b Fix test; clean up the author name stuff a lil 2022-09-27 13:20:30 -04:00
279c1cd47d Various tweaks 2022-09-21 01:28:50 -04:00
846eaac58d Lil clean-up again 2022-09-21 00:27:16 -04:00
ad00f26824 s/post/body/ for consistency 2022-09-21 00:12:16 -04:00
bb47eb82a4 Some clean-up 2022-09-20 21:16:42 -04:00
e69ca992c0 Return number of remarks with thread and clean up templates (explicit dereference) 2022-09-20 14:33:56 -04:00
3d5a75ffd8 Make by_page() return the number of remarks 2022-09-20 14:20:10 -04:00
50a512f2ae More granular tests and cleaned up whitespace in templates 2022-09-20 13:45:37 -04:00
8be78a2e31 I literally have no idea how this worked before, it's so late and my brain is fried 2022-09-17 03:56:07 -04:00
5435678de8 Implement name persistence instead of anything actually on my TODOs 2022-09-16 21:46:56 -04:00
a0a423e3aa Add hyperlink to single remark view 2022-09-03 13:05:54 -04:00
8069a255a6 Implement single remark view 2022-09-02 22:45:41 -04:00
2054de053e Return last remark with Remark form 2022-09-02 18:11:23 -04:00
e62c29462f Add a hyperlink back to thread 2022-08-24 22:15:52 -04:00
6ee158a89e s/view/list/g 2022-08-24 00:48:48 -04:00
8a99330eeb Remove these old templates 2022-08-24 00:36:44 -04:00
5fa2e9e938 Cleaned up routes/template names 2022-08-24 00:35:35 -04:00
4576163015 A lil cleanup 2022-08-24 00:21:18 -04:00
d9bbcf6bae Another Remark hyperlink and finally figured out link_to() smh 2022-08-23 21:48:30 -04:00
9169d8b8cd Link to remark form 2022-08-23 21:20:23 -04:00
edc7a19bb0 Clean up this template a lil 2022-08-23 20:05:07 -04:00
ed31fb963c Show the parent thread in the remark form 2022-08-23 19:38:45 -04:00
e73170c1f2 Implement form for remarking to threads 2022-08-23 19:06:33 -04:00
e0b7ab4a7d Fixed remarks paging 2022-08-22 23:09:48 -04:00
3be6dae9f0 Implement totally broken remark paging 2022-08-22 22:17:14 -04:00
ab9b055047 Implement hyperlinking to single-thread view 2022-08-22 17:33:15 -04:00
7b74dbe787 Implement Remark model 2022-08-22 15:50:10 -04:00
17557a72a4 Display replies in single thread view 2022-08-20 12:42:04 -04:00
bb48817534 Clean up the single thread view a bit and put a test in place 2022-08-19 23:28:16 -04:00
cffa4bfa9d Implement single thread view 2022-08-19 23:11:20 -04:00
d9bf249728 Implement AssetPack 2022-08-15 18:35:30 -04:00
4adc4b18b0 Handle invalid input a lil better 2022-08-15 17:48:58 -04:00
e702fd9139 Implement paging for viewing threads (and fixed a broken test) 2022-08-14 18:30:22 -04:00
2925808d57 The edibles kicked in 2022-08-14 03:02:37 -04:00
48de91f31b Implement get_threads() and send em to /view 2022-08-04 22:46:35 -04:00
9f1c9f6061 Implement page navigation 2022-08-03 20:29:41 -04:00