Commit graph

33 commits

Author SHA1 Message Date
265399d343 Rewrote forum backend. 2023-08-28 01:17:34 +00:00
e000c21987 Rewrote the user information class.
This one took multiple days and it pretty invasive into the core of Misuzu so issue might (will) arise, there's also some features that have gone temporarily missing in the mean time and some inefficiencies introduced that will be fixed again at a later time.
The old class isn't gone entirely because I still have to figure out what I'm gonna do about validation, but for the most part this knocks out one of the "layers of backwards compatibility", as I've been referring to it, and is moving us closer to a future where Flashii actually gets real updates.
If you run into anything that's broken and you're inhibited from reporting it through the forum, do it through chat or mail me at flashii-issues@flash.moe.
2023-08-02 22:12:47 +00:00
c798ce5d61 Added ability to add redirects to deleted topic ids. 2023-04-30 00:18:14 +00:00
d43cb6f794 Removed unfinished leftovers of priority voting and polls. 2023-01-01 05:01:18 +00:00
78ba57750c Removed old userDisplayInfo fetch. 2020-06-10 18:20:30 +00:00
4c0310beb5 Made the CSRF system less complicated. 2019-06-10 17:21:53 +02:00
5cdb063f85 Fixed permission checking. 2019-05-09 17:11:42 +02:00
957f32e588 Added basic priority star display. 2019-05-07 21:43:54 +02:00
d33f7614d0 Fixed the way polls are displayed in certain situations. 2019-05-05 17:46:57 +02:00
244d0f9be0 Polls stuff. 2019-05-04 02:32:43 +02:00
f2d6e8b870 More polls stuff 2019-05-02 23:36:57 +02:00
f3a2285509 WIP poll support. 2019-04-18 01:59:33 +02:00
126eddec51 Updated most static urls to use the url registry. 2019-02-28 22:52:39 +01:00
9869190b2a Added some topic moderation tools. 2019-01-12 00:00:53 +01:00
a67c3d67ff Fixed post lookup. 2019-01-04 01:11:31 +01:00
fe58c66d9d Show locked/archived notice at the end of the page too. 2019-01-03 17:02:43 +01:00
0cf328c05d Rewrote the pagination system. 2019-01-03 01:33:02 +01:00
394032e8b8 Display breadcrumbs below post and topic listings. 2019-01-02 22:39:57 +01:00
f3b02edfaa Fixed crash when viewing topics as guest. 2019-01-01 03:44:24 +01:00
c025a2c88e Allow editing of the topic name when editing the original post. 2018-12-30 04:23:04 +01:00
e3d4d41a9a Added post editing, closes #97. 2018-12-30 04:02:35 +01:00
698ab50435 Finished implementation of warning and banning system, closes #87. 2018-12-28 06:03:42 +01:00
e70a22e104 Redid the topic create/reply form. 2018-12-27 05:25:51 +01:00
f03b37e0c6 Fixed inability to view topics ever and also added icons. 2018-12-27 03:59:57 +01:00
b9c8a967fa Make url_construct a function instead of a filter. 2018-12-01 12:57:23 +01:00
061100f0d7 Moved some of the JavaScript stuff to TypeScript. 2018-11-06 23:55:05 +01:00
71b65b93d6 Updated forum/topic tools styling. 2018-10-25 02:15:23 +02:00
1f3afe4c51 Updated pagination look. 2018-10-25 00:48:07 +02:00
ddedb556be Use new style on the forum. 2018-10-22 00:11:14 +02:00
b8a30fae6c Recursive forum accent colours! 2018-10-21 23:53:32 +02:00
c3b1e52491 New breadcrumb style. 2018-10-16 01:00:17 +02:00
1fe9a4fd92 dropkicked phpunit out, no longer expose Application to Twig and also defines. 2018-09-16 21:45:40 +02:00
f1979c8e4a Restructure templating system. 2018-08-15 03:12:58 +02:00
Renamed from views/mio/forum/topic.twig (Browse further)