Tim Diggins
Tim Diggins
We have switched to system specs: #910 However dropping database cleaner altogether is tricky: migration specs rely on it, and there is a usage of it in `user_searches_for_topics_spec.rb` which is...
@glebm agreed, have understood where it happens in the view model now. I was thinking (in addition to linking to the page as we are doing) we should link to...
from #533: > And I think it would be good to highlight the unread posts when you first view them (when they are transitioning from read-> unread as it were),...
I'm in favour of a simple approach as the next step: * when viewer views (requests the html of) the last page of posts , then mark all these as...
decision on https://github.com/thredded/thredded/issues/535 is relevant to putting a "unread posts below here" in the UI.
Great! I'm still keen to do this, but not sure if I have it in my radar right now. @moondcr's graphic solution sounds good. We could ring the big circle...
Thanks for your report. I can see that I can recreate this by visiting the history (http://localhost:3000/thredded/admin/moderation/history) after there has been some moderation activity. It gives different errors in different...
@zebleck actually the issue that I found with rails 7 has nothing to do with your issue under rails 6.0 which I can't reproduce. What version of thredded do you...
We've included some specs and fixes for known issues in moderation in https://github.com/thredded/thredded/pull/954. @zebleck if you have more data on your specific issue and can reproduce it under Thredded v1+...
Do you think maybe we shouldn't attempt to perform onebox if it's inside a bold / italic/ underscore. That might mean adapting the following line: https://github.com/thredded/thredded/blob/faeda40782221d07b5e4126d6577f3849ccef193/lib/thredded/html_pipeline/onebox_filter.rb#L51 and replace `on_its_own_line?` with...