Monica Cellio
Monica Cellio
This issue has come up again in chat a few times recently. On visibility, these should be part of the suggested edits linked from the category. Complication: a tag belongs...
We should assume that somebody else who takes qpixel and sets up a network might also want to have customized (local) help topics and yet retain the ability to get...
@not-a-ethan and we've made changes to the help seeds directly in qpixel since this bug (which I had forgotten about) was filed. @superplane39 , what do you think about moving...
@not-a-ethan they're in the database seeds: https://github.com/codidact/qpixel/tree/develop/db/seeds/posts . Those exist just to get the topics into the database in a new (or migrated) deployment; after that, people use the editing...
The doc that's in the db seeds is for new installations. If you want to make a change to what a new deployment should see (like my recent one to...
In app/views/comments/_comment.html.erb, line 53, I found this: ``` flag Flag reason Flag ``` I removed `&& params[:inline] != 'true'` from the test and that did in fact cause the "flag"...
I've looked through the controller code for both comments and flags, and I can't find where comment flags are implemented. The flags view looks like code for the flag queue,...
For the case Art raised, consider showing the first N (whether "first" is popular or first-defined or alpha or...?) and a control to pull up the full list. I'm thinking...
I agree about popularity; given how we're doing this, that doesn't make sense, and tracking popularity is not important and we shouldn't rework how we're doing this in order to...
Nice! The part about only showing potential matches is especially nice.