Commit graph

32 commits

Author SHA1 Message Date
a430568925 Fixed error when trying to add a new change. 2024-01-24 18:28:13 +00:00
c7f2cf79e7 Fixed CSRF tokens not being added to URLs that need them. 2023-09-10 20:02:11 +00:00
c3827bceff Rewrote URL registry. 2023-09-08 20:40:48 +00:00
f394f372c1 Made data source argument lists for News, Changelog, Comments and Emotes consistent with the rest. 2023-08-05 13:50:15 +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
b6c9c6c627 Rewrote the Changelog code. 2023-07-15 02:05:49 +00:00
78ba57750c Removed old userDisplayInfo fetch. 2020-06-10 18:20:30 +00:00
8602e6a87e Fixed oversight in changelog tag editor. 2020-05-30 23:59:24 +00:00
c365e32d89 Added sanity to changelog code. 2020-05-20 18:09:38 +00:00
4c0310beb5 Made the CSRF system less complicated. 2019-06-10 17:21:53 +02:00
5bc6c0728b Split the changelog manage section up into multiple files. 2019-06-08 23:46:24 +02:00
6ecb590c57 Hardcoded changelog actions. 2019-04-12 00:31:23 +02:00
1ed7aef2aa Improved changelog tag management. 2019-04-02 21:02:35 +02:00
41bce46c7d Sorted the changelog styling out. 2019-03-02 22:04:45 +01:00
126eddec51 Updated most static urls to use the url registry. 2019-02-28 22:52:39 +01:00
d146cbae61 Started centralising URLs. 2019-01-24 21:54:24 +01:00
0cf328c05d Rewrote the pagination system. 2019-01-03 01:33:02 +01:00
0a417b75af //Merging management and public user listing. 2018-12-05 20:57:56 +01:00
366ea2710a Moved Twig functions and filters into an Extension class. 2018-10-29 23:00:49 +01:00
d5335a0d26 Centralised select template. 2018-10-27 23:38:01 +02:00
170e832d72 Updated all numeric input boxes. 2018-10-27 21:06:16 +02:00
a887ad6ed4 Restyled checkboxes. 2018-10-27 16:29:13 +02:00
8a62431139 Replaced inputs of type hidden, csrf and text with macros. 2018-10-25 03:35:53 +02:00
c25c2d76ed Restyled container titles. 2018-10-22 21:53:21 +02:00
c21d1b65ac cool new CSRF protection system 2018-10-02 21:16:42 +02:00
238d454464 Remove profile field editor from manage and add return links. 2018-09-25 23:21:11 +02:00
5186ee9027 C S S V A R I A B L E S 2018-09-23 16:42:15 +02:00
86bc60aca2 Restyled changelog related manage pages 2018-08-16 19:26:16 +02:00
f3760f62ff More manage stuff. 2018-08-15 22:29:18 +02:00
fa71040fbc More updates to integrate manage into the main site. 2018-08-15 19:20:41 +02:00
1bf81d7a7d First steps to merging manage with the main site. 2018-08-15 04:25:42 +02:00
f1979c8e4a Restructure templating system. 2018-08-15 03:12:58 +02:00