Results 253 comments of Andy Allan

We already have comment count icons on the changeset history, so they might also work on the way history pages: ![Screenshot from 2022-07-26 14-05-33](https://user-images.githubusercontent.com/360803/181013310-43ec720b-cb52-4fd8-a4c4-9dbedd8f725f.png) I think using a similar approach...

We're using an old Windows logo ([Vista or Windows 7 I think](http://logos.wikia.com/wiki/Microsoft_Windows)), whereas the Microsoft logo now includes [the coloured squares without the wave effect](http://logos.wikia.com/wiki/Microsoft). I would go for the...

I've spent longer than I should thinking about this! I still lean 60/40 towards keeping the cancel links as looking like links. I tried to find any UX guides on...

A quick check shows that the "legacy" forums has a similar amount of activity (just looking at the number of active threads over the last day or two). I think...

I reckon we need to align the API with the rest of the site, i.e. a user block only affects certain aspects of the API, not all of it.

I was considering whether we can move these authorization checks out of the authentication method (since authorization != authentication) and into the abilities (since we're already using CanCanCan as our...

> as far as I know all other communication channels are open to them. I suspect the changeset comments (and notes) might be a problem, since they are still implemented...

I think the underlying problem here is that we are using the keys in our urls, without any validation to ensure that they are url safe. A similar example would...

> So a `k="foo" v="{\"json\": true}"` would return `{"json": true}`, regardless of what format is requested I think you've misunderstood my point, since I wasn't talking about encoding json into...