Paul Sohier

Results 14 comments of Paul Sohier

You should create one PR for all changes together, otherwise I won't be able to accept it.

No, sorry. I won't be adding those to the extension.

No, I probarbly won't add this in the near feature.

Not duplicate at all. They are not even related :). The problem with using the specific group color is that it dynamic, and as such I will need to do...

Just as note for others trying the code above, `if ($request->getMethod() !== 'POST' || null === $event->getUser()) {` should be `if ($request->getMethod() !== 'POST' && null === $event->getUser()) {` Otherwise...

As said before, I won't be adding support for this, nor will I be providing support for this change. This is not the place to discuss this change, ans closing...

Hmm, I am not fully sure what the best way to solve is. Technically, it is a perfect valid situation to just have backup keys, so I don't want to...

Thank you :). Please note that I won't merge it until a more stable version is released, as translations get out of date pretty soon. If I release a stable...

Hi, Can you update your translations so all new variables are included as well? The following are missing: Warning: Language file es_x_tu/acp_tfa.php is missing the language key TFA_ACP Warning: Language...

Thanks Raul, I will include it in the next release!