Tim Diggins
Tim Diggins
Was embedding tmpdir (a randomly generated folder on some machines) twice, which then didn't exist: ``` 1) SeedDump.dump with file option should dump the models to the specified file Got...
Following on from https://github.com/adzap/timeliness/issues/37... I'm not seeing a fix for this in my spec (see below) for pre-threaded configuration / threadsafety. Results: ------ timeliness | validates_timeliness | no reconfiguration per...
Looking at #940 , I realised that while the markdown content: ```markdown **http://www.example.com** ``` will generate something anodyne like: ```html whatever ``` which is fully valid. But with onebox enabled...
We have code that works against Turbolinks5 vs Tubolinks 4 ("Classic") vs no-turbolinks. e.g. [on_page_load.es6](https://github.com/thredded/thredded/blob/master/app/assets/javascripts/thredded/core/on_page_load.es6) With the release of [Turbo](https://turbo.hotwired.dev/) (Turbo Drive, is the relevant component), I think we should...
https://app.travis-ci.com/github/thredded/thredded/jobs/560316496 errors such as: ``` ActionView::Template::Error: Asset `day.css` was not declared to be precompiled in production. Declare links to your assets in `app/assets/config/manifest.js`. //= link day.css and restart your server...
``` .../lib/thredded/html_pipeline/utils.rb:19: warning: Passing a Node as the second parameter to Node.new is deprecated. Please pass a Document instead, or prefer an alternative constructor like Node#add_child. This will become an...
Split out from #894. Now we are freed of pre rails 5.2 (#894), we no longer need database cleaner as we can use rails system specs. This has multiple benefits...
Currently the total number of messages are represented within a circle that changes colour when there are any unread messages. I find this really confusing (and just hide it with...
@jayroh @glebm As mentioned in https://github.com/thredded/thredded/issues/340#issuecomment-233906468 would like to be able to have a setting for (Email) Notification frequency of new unread posts. Currently the frequency is "immediately" But obvious...
Allow configuration of the ordering of posts and private posts in a topic (reverse chron vs chron)
It might be useful to allow mainapp writers to be able to configure the ordering of posts in a topic (so that the first page is always the most recent...