Results 242 comments of Andy Allan

> +1, there should not be a way to block changeset comments. If someone behaves in an unacceptable way through changeset comments this can be publicly detected and dealt with...

Oh, and can someone please suggest another term for this feature, since we already have "user blocks" and that means something else :smile:

> That is not related. I suspect that we're starting to run low on memory in the memcache store which will cause sessions to be evicted. Is there anything we...

The list above sounds good to me, and I'm particularly interested in the symmetrical difference based expiry for large polygon features (since OSM has a lot of giant ice sheets,...

By default Rails will create appropriate text for submission buttons, based on the model, e.g. "Create Diary Comment". When they aren't suitable we can easily override these in the "en.helpers.submit"...

See also https://github.com/openstreetmap/openstreetmap-website/pull/2670#issuecomment-650037548 where I describe what I think the naming conventions should be based on. I should note here that "TF" is not a good contraction of Thunderforest, since...

It might be possible to improve this using bootstrap button groups, but that will need some experiments.

Instead of putting this on every `text_field` and `richtext_field` individually, can we do that somewhere centrally? I haven't researched how easy rails makes it to add your own attributes to...

> we would need to be able to override it when we don't want it. Yep. I expect if there was a default set via the rails helpers it would...

> I haven't researched how easy rails makes it to add your own attributes to the field helpers. I've been looking into this today, and I haven't found any particularly...