Rafał Pitoń

Results 305 comments of Rafał Pitoń

Not a blocker for 0.20

`bbcode.inline` only adds support for `[url]` BBCode, it doesn't affect the behavior of the other url's that users post in their messages. I feel that best way to go about...

Hey @justanotherteammate > @rafalp, this issue is marked as 'welcome issue' for new people. It's TODO or still decision needed? I don't know where you see "welcome issue" - this...

I see that some tests exploded after this change :x Is there also a way to confirm that `iterator()` is walking the table directly, and not creating temporary result table...

Yup, `delete_thread` should use the `thread.move()` instead of `thread.delete()`. As for creating celery task, you can take inspiration from that one, yes. Even simpler would be to abuse [`prunethreads`](https://github.com/rafalp/Misago/blob/master/misago/categories/management/commands/prunecategories.py) management...

quote within quote will be max.

You strip quotes that are nested within quote within quote. Then you should remove empty quotes and validate if message has content. This will need changes in preparser and posting...

For record, Misago parser now lives in [misago.markup](https://github.com/rafalp/Misago/tree/future/misago/markup) app. So far its just simple wrapper for markdown that extends it with basic BBCode support ([b][u][i] so far, but more are...

Adding this to data migration will explode our tests assertions, but we could create management command that setup process could run.

I could also reconsider adding the installation wizard to Misago so there's less stuff goin on in the `appctl`