Adrian

Results 290 comments of Adrian

I believe this is pretty much a duplicate of #5165, isn't it?

In any case I think we can leave this one open, since "all authenticated users" is indeed useful and possibly worth keeping as a separate issue. PS: As a workaround,...

yes indeed, something like that

I wouldn't necessarily call this a bug. The reminder is set to trigger x days before the event, and moving an event that has *not yet taken place* into the...

Interesting.. I just noticed this in the code. So cloning an event into the past should skip reminders, especially in your case: ```python # Skip anything that's would have been...

I like the idea, but it needs some polishing for sure... currently it doesn't look great: ![image](https://user-images.githubusercontent.com/179599/103544834-f6f64280-4ea0-11eb-9025-6080953f3d34.png) Maybe it could go in the info balloon instead?

Would be interesting to know whether this happens in 3.2/master... We made lots of changes to the person link field in 3.2 and fixed some of these issues.

Some thoughts: - showing one field per language will be annoying since it's VERY unlikely that people will translate their event (and/or speak) more tham 1-2 additional languages, so some...

The changes look fine, just wondering why you needed them. With a proper virtualenv setup, the correct `python` should already be in the $PATH...