Rafał Pitoń
Rafał Pitoń
Adding this to 0.40 milestone, which already has utils for formatting dates and will get rid of 99% places that rely on it for timestamps.
I am not sure anymore if this is good issue for takers. It'll require finding a way to use Misago's parser in a migration to find valid markdown links and...
One reason against this: `hx-confirm` works only for HTMX elements and sometimes one wants to do confirmation prompt without HX request.
Solution for this would be to replace all `get_object_or_404` in HTMX calls with `try: except Obj.DoesNotExist as error: raise Http404("Thread update not found") from error` There is a lot of...
This is no longer possible due to scale of changes in new parser. _sigh_
Thank you for this. I'll let it hang before merging because I am not 100% sure this is the way to address the issue that my site has experienced. Maybe...
I'll give this "decision needed" because it will require me to investigate how this will play at bigger picture. What if I want to restrict feature X for the user?...
Yeah, this feature sounds good, but I'll have to first make sure it makes sense for existing permissions on the 0.40 branch before I can decide to implement it or...
@Aryan-x677 good luck. Let me know here or on Misago discord if you'll need my help with anything.
Categories in the main menu dropdown should be ordered by their `lft` attribute, ascending. AFAIR there's a context_processor that puts those categories in context, so that sorting should go there.