Romain Thouvenin
Romain Thouvenin
**Describe the bug** When a SQL question returns 2 dates that are not 7 days part or 1 month apart or 1 year apart, the trend visualization displays "Nothing to...
**Describe the bug** When creating a row chart from a question that returns (row_label, row_id, row_value), and setting up a click behavior that goes to a dashboard with a filter...
When doing a payment with a credit card that is rejected by the bank, a contribution is created with status Pending instead of status Failed. This is confusing in reports,...
We are using the extension on a Drupal install, with language negotation by path prefix. So for example, a page in English will have a URL www.domain.org/civicrm/contribute/transact, and page in...
The submit event handler relies on the fact that the form has the class `stripe-payment-form`. This CSS class is set server-side in most cases, but not all, and I suppose...
Two fixes for the replacement of jQuery.val: - `$('someQuery').val('someValue')` should return the jQuery selection even if it is empty, but it was returning undefined. This breaks chained calls. - When...
In my set-up (Ubuntu server 16.04), some of the files in `/proc//*` can be read only by root. This is annoying because: - I actually don't care about these metrics...
MongooseIM version: 6.2.1 Installed from: Docker image Erlang/OTP version: provided by the docker image In case this is relevant: I am using JWT authentication I am essentially facing the problem...
MongooseIM version: 6.2.1 [The specifications of the Inbox feature](https://esl.github.io/MongooseDocs/latest/open-extensions/inbox/) state that when a client requests the archival of a conversation, the server sends a message to the bare jid of...
MongooseIM version: 6.2.1 Installed from: docker I have configured a MongooseIM instance with JWT authentication and RDBMS (postgresql) storage for mam and inbox, and for GDPR compliancy I would like...