houdini
houdini copied to clipboard
Free and open source fundraising infrastructure for nonprofits and NGOs
**Is your feature request related to a problem? Please describe.** Currently, JSON for our event objects is generated in Models themselves. This is a bit odd as, ultimately, this is...
**Is your feature request related to a problem? Please describe.** If event objects are saved to the DB as described in #631, it needs to possible to get a single...
While @wwahammy has implemented parts of the transaction object model, he hasn't documented it fully. This issue is here to remind us that it needs to be done :)
There are a few situations in which an organization might want to pause a campaign for a set amount of time or turn off donation capabilities on that specific page...
## Description Using the chrome inspector to disable hide class(https://github.com/houdiniproject/houdini/issues/559), I am able to see settings panes. However making any change and trying to save crashes my server. The save...
It sends an extra parameter "profile_id" when saving a card to stripe, which causes stripe to reject the call. If you hack your way past that you run into: ```...
[BUG] v1 does not honor settings.production.yml, it only will honor the nonprofitxxx.production.yml
Even though it indicates it is loading settings.production.yml, it instead uses settings.yml (at least for script/build.sh).
## Description Compiling assets often fails on a server with 4gb ram. ## Expected Behavior Should compile. ## Actual Behavior JS Heap exhausted. ## Possible Fix Perhaps there is a...