Commit graph

20 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
0f1b8ee6e4 Moved forum read marking code into the router. 2019-12-15 02:59:19 +01:00
126eddec51 Updated most static urls to use the url registry. 2019-02-28 22:52:39 +01:00
2896eca542 Moved mark as read button to the actions row. 2019-01-12 19:22:13 +01:00
624cba9d32 Added button to mark a forum or the entire thing as read. 2019-01-09 21:22:54 +01:00
2086a6cde2 Fixed forums with no posts throwing a 404. 2019-01-03 17:00:13 +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
b9c8a967fa Make url_construct a function instead of a filter. 2018-12-01 12:57:23 +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
670d672807 Use proper ability functions in forum.php. 2018-10-18 23:54:21 +02:00
3d5674dac8 Added forum category colour to sub pages, needs a recursive fetch. 2018-10-17 21:59:16 +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
7fd2a8d286 Implemented permission checks everywhere, manage is next. 2018-08-23 22:06:48 +02:00
f1979c8e4a Restructure templating system. 2018-08-15 03:12:58 +02:00
Renamed from views/mio/forum/forum.twig (Browse further)