Commit Graph

164 Commits

Author SHA1 Message Date
ffe9a19d17 Add TODO 2022-10-01 16:14:09 -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
0aea30fd1c Moar TODO 2022-09-27 11:58:48 -04:00
6f4d417cef Refresh TODOs 2022-09-26 23:51:36 -04:00
2b8721d76f Redirect to thread once thread is posted 2022-09-22 16:51:56 -04:00
e91c22a0f8 Preserve whitespace for threads and remarks 2022-09-21 23:23:21 -04:00
462f61d723 Refresh TODOs 2022-09-21 01:29:49 -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
18515197df s/name/author/g 2022-09-17 02:39:49 -04:00
5435678de8 Implement name persistence instead of anything actually on my TODOs 2022-09-16 21:46:56 -04:00
01d2ca1eaf Add TODO for linting 2022-09-16 15:37:03 -04:00
c7693ed768 Hybrid time 2022-09-15 19:14:40 -04:00
fc2c6d0419 Updated TODOs 2022-09-13 20:28:53 -04:00
c47a37e755 Remove test file (it works yay) 2022-09-13 20:03:15 -04:00
0b10039104 Add new file for testing new git repo 2022-09-13 20:02:07 -04:00
f9a9d71be9 Test for single-remark view 2022-09-03 13:08:03 -04:00
a0a423e3aa Add hyperlink to single remark view 2022-09-03 13:05:54 -04:00
b14d87dfee This was buggin me 2022-09-03 01:19:34 -04:00
5cb599c055 Lil clean-up 2022-09-02 23:28:41 -04:00
8069a255a6 Implement single remark view 2022-09-02 22:45:41 -04:00
cbc44b2bc8 Close enough... 2022-09-02 21:35:47 -04:00
7671180e1b Remove all traces remaining traces of old method names 2022-09-02 21:25:51 -04:00
5a9ab37254 Missed this one... 2022-09-02 21:17:01 -04:00
17c8644386 Use new shortened method names 2022-09-02 21:15:31 -04:00
3fda11c417 Shorten moar 2022-09-02 20:46:27 -04:00
29a11f9886 Implement shortened method names and create aliases to old names 2022-09-02 20:40:26 -04:00
2054de053e Return last remark with Remark form 2022-09-02 18:11:23 -04:00
0e315c296b LOL why not?? 2022-09-01 16:00:54 -04:00
429f4a0e70 Updated TODOs, gunna focus on method names and then probably growing 2022-08-29 11:12:46 -04:00
2331110768 Add last_remark() method 2022-08-29 10:14:50 -04:00
e62c29462f Add a hyperlink back to thread 2022-08-24 22:15:52 -04:00
f8582fbef4 Tests for remark form 2022-08-24 21:46:20 -04:00
58fd244198 Style tweak 2022-08-24 16:37:44 -04:00
f5637f65e7 Throw some 404s 2022-08-24 16:19:37 -04:00
8473f2f2d9 Throw 404 if you request List page that doesn't exist 2022-08-24 16:09:58 -04:00
75418bf1aa Fixed tests to expect the new List routes instead of the old View ones 2022-08-24 16:00:56 -04:00
59c14fac0b Don't need this for now 2022-08-24 01:06:46 -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