Commit Graph

52 Commits

Author SHA1 Message Date
f1ebc492e5 Implement remark-to-remark feature; move 'last remark' above 'thread' in the post_remark view 2023-06-25 00:01:13 -04:00
11d2f80524 Revert "Add CAPTCHA for flag_thread"
This reverts commit ce6d405b1d.
2023-06-17 18:24:55 -04:00
9ae401f86d Revert "Confirmation for bump_thread"
This reverts commit f4c9d25139.
2023-06-17 18:22:22 -04:00
4a95a107c5 Revert "Fix the 404 handling"
This reverts commit 08cc1ba31f.
2023-06-17 18:22:19 -04:00
04c970f13f Revert "Whoopsie"
This reverts commit 25f3844184.
2023-06-17 18:22:17 -04:00
1cff4f3cf1 Revert "Automate the captcha"
This reverts commit 0a2c198d1b.
2023-06-17 18:19:01 -04:00
0a2c198d1b Automate the captcha 2023-06-14 18:49:30 -04:00
25f3844184 Whoopsie 2023-06-14 00:05:19 -04:00
08cc1ba31f Fix the 404 handling 2023-06-13 23:04:52 -04:00
f4c9d25139 Confirmation for bump_thread 2023-06-13 20:22:07 -04:00
ce6d405b1d Add CAPTCHA for flag_thread 2023-06-13 19:58:13 -04:00
3abbd3f209 Stupid twitter cards 2023-06-07 15:43:45 -04:00
d62ab36d88 This was bothering me 2023-06-04 17:51:05 -04:00
d1612ae685 Moar Open Graph tags 2023-06-04 17:47:36 -04:00
277afd71fc Added Open Graph tags for by_id 2023-06-04 16:36:13 -04:00
0673d2688c Implement Open Graph meta tags in default layout, populate for threads_list 2023-06-04 14:34:10 -04:00
bb22c3c775 Don't show hidden for single_thread and single_remark 2023-06-02 15:11:15 -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
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
f74e57846c Fix pager title margins 2023-05-27 12:51:57 -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
455159dbc5 Moar style 2023-05-20 23:43:32 -04:00
5c79b3989a Button styling 2023-05-20 22:53:32 -04:00
4b29dfa85d Moar CSS for forms 2023-05-20 01:54:12 -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
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
ab0f53ba26 Sanitize HTML in body; enforce NOT NULL on body; template clean-up 2023-05-03 21:05:57 -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
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
10e7944bc3 Rename layout to default per convention 2022-11-28 23:22:25 -05:00
a0bf85d724 Rename bump_count to bump_tally 2022-10-18 20:31:07 -04:00
0cd3142250 Implement flag button 2022-10-13 23:57:58 -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