Glauber Silva

Results 12 issues of Glauber Silva

Resolves #6536 ## Description The donation summary is displaying the wrong fee recovery amount for currencies that uses a comma as a decimal separator. ~~This PR solves the problem by...

Resolves #6560 ## Description This PR makes it possible to extend the email sections on the settings page and also the recipient email field. For more details check the attached...

## Details Currently, when we need to extend the default core emails, it is not possible to load the new emails and a new custom section on the email settings...

## User Story When using a multi-step form with the "decimal amounts" option disabled, the custom decimal amounts get rounded, but the "donation total" keeps displaying the decimal amount without...

type: bug
keep-fresh

## User Story When using the fee recovery amount add-on with a currency that uses a comma as a decimal separator, a wrong fee value is displayed in the "donation...

type: bug

## Description This PR adds a few classes that usually get repeated through different gateway add-ons. The main goal is preventing code duplication through different projects as occurs currently. To...

## User Story As a developer, when using the Donor model to update donor properties, I want to be able to update the following info: - Company - Avatar -...

type: enhancement
keep-fresh

## Description This PR creates the Form Extension folder with a few samples demonstrating how to extend the Visual Form builder. To accomplish that, the following items were added: -...

## Description All forms created using the visual form builder include the `formBuilderSettings` and `formBuilderFields` meta keys since the Give 3.0.0 version, and the `DonationForm` model relies on these meta...

Resolves [GIVE-728] ## Description This PR adds a way for developers to filter the "source" column from the Give logs to allow display values greater than 64 characters. ## Affects...