Commit Graph

160 Commits

Author SHA1 Message Date
7ea6258a54 New favicon 2023-05-31 20:27:18 -04:00
7cf9981973 Clean up remark->create plus new 404 behavior 2023-05-29 00:45:40 -04:00
957885a38e Cleanup thread->by_page 2023-05-29 00:35:33 -04:00
e8d3e716ce Clean up on thread->by_id 2023-05-29 00:27:16 -04:00
a220c233fa Clean-up 404 for remark->by_id 2023-05-29 00:14:47 -04:00
f8bdcc9201 Report 404s better 2023-05-28 02:07:09 -04:00
65bb0ef5a0 Fixed up errors for validation; validate moar; style errors 2023-05-28 00:42:07 -04:00
70e1f3a15c Allow <br> and <s> input 2023-05-27 13:04:15 -04:00
f74e57846c Fix pager title margins 2023-05-27 12:51:57 -04:00
e405ec0b3a Small style tweaks 2023-05-27 00:54:49 -04:00
5635d73d89 Some cleanup and /new route for new session 2023-05-26 22:56:22 -04:00
3b0b6ed653 Text color and stuff 2023-05-24 21:57:54 -04:00
f26fe0ea1b Remove redundant class 2023-05-21 11:46:29 -04:00
4cdd03756e eh 2023-05-21 01:03:01 -04:00
6e5060c778 Whoopsie 2023-05-20 23:46:23 -04:00
455159dbc5 Moar style 2023-05-20 23:43:32 -04:00
5c79b3989a Button styling 2023-05-20 22:53:32 -04:00
fe7599ae3d Apply the styles to moar pages 2023-05-20 13:22:29 -04:00
4b29dfa85d Moar CSS for forms 2023-05-20 01:54:12 -04:00
cc741b2e2f Moar CSS stuff 2023-05-19 23:50:44 -04:00
f3e2bc967f Switch back to CSS vs Sass, more CSS and HTML work 2023-05-19 23:07:28 -04:00
74bc32f670 Change to Sass and some class name changes 2023-05-19 18:49:08 -04:00
3f5b6862a3 Moar CSS and HTML stuff 2023-05-14 22:43:13 -04:00
c7e5528a27 Moar CSS for single thread view 2023-05-14 22:04:11 -04:00
bda544feda Remove some unneeded spans 2023-05-14 00:48:24 -04:00
20f1df5282 Add viewport meta tag 2023-05-13 19:55:59 -04:00
15baa4303a Move nav for CSS stuff later 2023-05-13 17:50:19 -04:00
2944ba2f55 Move page nav for later 2023-05-13 16:10:28 -04:00
212521e905 Template clean-up 2023-05-12 22:43:23 -04:00
06c3476c22 Rename remark_count to remark_tally 2023-05-12 17:45:19 -04:00
e800d9a600 More validation fixes 2023-05-09 21:21:58 -04:00
dcbec40d0c More template cleanup for HTML validation 2023-05-09 21:15:16 -04:00
079910ad68 Some template cleanup and semantic HTML changes 2023-05-09 20:09:04 -04:00
3ea6d892c3 Whoopsie 2023-05-03 23:24:30 -04:00
b1c2d41826 Make Login button become Logout 2023-05-03 22:46:38 -04:00
ab0f53ba26 Sanitize HTML in body; enforce NOT NULL on body; template clean-up 2023-05-03 21:05:57 -04:00
c7d00e834e Create 'about' and 'rules' pages 2023-04-25 22:28:11 -04:00
e86cda1cc5 Added Markdown support 2023-04-25 11:56:42 -04:00
94988c2d34 xml_escape() on INSERT and don't XML escape thread/remark body in templates 2023-04-25 10:40:47 -04:00
9f89b66df7 Some template cleanup 2023-04-24 23:00:09 -04:00
ebfad34e2f Implement RSS feed 2023-04-24 14:25:32 -04:00
28c914565f Use _mod suffix for the route names for consistency 2023-04-21 23:55:49 -04:00
bf4691b7ed Fixed the List button 2023-04-21 23:33:32 -04:00
9a68e9ec83 Actions for promoting/demoting admins 2023-04-21 23:21:12 -04:00
10cd3cffb1 Actions for locking/unlocking accounts 2023-04-21 22:25:05 -04:00
27fda1f00a Actions for resetting passwords 2023-04-21 21:40:39 -04:00
86a7d92156 Added under() behavior for admin users 2023-04-21 17:32:16 -04:00
65d98d594c Fix the is_admin helper 2023-04-16 15:15:39 -04:00
25f47ce80d Created action for creating new mods 2023-04-15 00:57:45 -04:00
0ea7f7c906 Link for hidden posts for mods 2023-01-08 23:10:58 -05:00
a62a4c495e Add view for hidden posts 2022-12-08 18:50:21 -06:00
75381754d4 HTML is hard yo 2022-12-08 15:49:59 -06:00
a4b82238bf Implement basic view of flagged posts 2022-12-08 14:54:46 -06:00
4ffa8b2613 Buttons for remark mod stuff 2022-12-08 13:29:55 -06:00
bfb5ab9986 Re-work the nav bar at the top a lil; fix date format display; implement routing for the remark mod stuff 2022-12-08 12:41:23 -06:00
d01acbcde2 Added buttons for the mod stuff; had to restructure things to make room for mod remark stuff 2022-12-08 00:13:59 -06:00
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