Commit graph

81 commits

Author SHA1 Message Date
Kasia Jarmołkowicz
b99f7959ce Add CampaignTemplate
Read S3 bucket name and AWS region from env

Add /postgres-data to .gitignore

Custom campaign layout

Adjust custom layout

wip fix wizard init on campaign page

wip adjust design

adjust campaigner profile section

wider banner, fix button colours

Fix custom layout

Add custom_layout to nonprofit and render, if exists

Fallback profile picture

wip
2018-11-21 11:00:44 -06:00
Eric Schultz
1d66022879 Remove unused guest footer 2018-11-07 15:23:35 -06:00
Eric Schultz
9fe0fa09ed Remove invalid explore link 2018-11-07 14:48:39 -06:00
Eric Schultz
96268c17fc Remove unused old campaign page code 2018-11-01 12:24:44 -05:00
Eric Schultz
8393bfe2db Fix notification bug on the supporter side panel 2018-10-25 12:45:07 -05:00
Eric Schultz
4aaf005252 Finish the offsite_payment_pane 2018-10-25 12:45:07 -05:00
Eric Schultz
bb67341f37 EditDonationPane works in React 2018-10-25 12:43:04 -05:00
Eric Schultz
efbe2a0a80 Provide editable range to the end-of-year report 2018-10-24 11:36:50 -05:00
Eric Schultz
0ca77c5c72 Fix some bugs for finding list subscribers and setting atributes on EmailList 2018-10-24 11:36:34 -05:00
Eric Schultz
9d4925dc78 Can hard sync a mailchimp list 2018-10-24 11:36:02 -05:00
Eric Schultz
fd5b1a68ef Correct language on org page to say and localize it 2018-10-10 13:44:30 -05:00
Eric Schultz
d0bda57f69 Add in recurring_donation cancel/modify link 2018-10-09 13:34:57 -05:00
Eric Schultz
faf1d7d84a Add api_domain to configuration 2018-09-10 14:26:09 -05:00
Eric Schultz
41d69fd6c6 Support for threadsafe mode 2018-08-31 11:32:55 -05:00
Eric Schultz
9ca314c8e9 Fix bug where p2p campaign editors couldn't add offsite donations 2018-08-30 15:16:06 -05:00
Eric Schultz
b1f89cbff4 Check numbers now shown in edit donation modal 2018-08-27 12:30:34 -05:00
Eric Schultz
e80e474b8d Correct missing license header on app/api/houdini/v1/api.rb 2018-08-25 15:59:47 -05:00
Eric Schultz
82dbe471bd Correct a bug where we get all params in the nonprofit 2018-08-16 14:33:36 -05:00
Eric Schultz
5026af021d Fix for nonprofit being weird 2018-08-16 13:29:29 -05:00
Eric Schultz
1618498d3e Remove additional unused methods 2018-08-16 10:55:33 -05:00
Eric Schultz
19dd2d7249 remove unneeded method in Supporter 2018-08-15 17:09:28 -05:00
Eric Schultz
f986614613 remove ability for notifying nonprofits about the events they created 2018-08-15 11:56:14 -05:00
Eric Schultz
51ec6f906c Correct the language in the todo messages 2018-08-08 13:13:23 -05:00
Eric Schultz
ab2cd71865 Fix help_url things 2018-08-08 13:13:23 -05:00
Eric Schultz
99e59d4fcc Fix for incorrect donation emails 2018-08-07 15:56:08 -05:00
Eric Schultz
5a0b638771 Fix url in stylesheet for OpenSans Condensed 2018-08-02 14:29:48 -05:00
Eric Schultz
e3fb6e6c92 Fix logo stretching on minimal pages in IE11 2018-07-31 13:47:56 -05:00
Eric Schultz
c257da5c8c Fix for strange bug with is-stuck 2018-07-31 13:28:27 -05:00
Eric Schultz
073851573f Remove unneeded polyfill.js call 2018-07-26 21:49:49 -05:00
Eric Schultz
11b7210048 Fix flexbox on IE11 2018-07-26 21:39:40 -05:00
Eric Schultz
1561198873 Make sure flex is only set on the minimal pages 2018-07-25 10:08:09 -05:00
Eric Schultz
d18d4de307 Fix some views that display currency 2018-07-25 10:07:51 -05:00
Eric Schultz
747c357c39 Remove unneeded space. Closes #84 2018-07-25 10:07:35 -05:00
Eric Schultz
4438f9c82d
Merge pull request #83 from houdiniproject/maintenance
Provide support for a maintenance mode
2018-07-20 16:37:58 -05:00
Eric Schultz
e294c72cd1 Correct bug where correct currency symbol wasn't included on all pages 2018-07-20 15:13:44 -05:00
Eric Schultz
1ad29e7436 If maintenance_token is nil, you can't pass an empty token to get in. 2018-07-19 12:59:43 -05:00
Eric Schultz
3dd63135a8 Add maintenance feature 2018-07-19 12:14:03 -05:00
Eric Schultz
6da496b736 Correct bug in the Google Maps key inclusion 2018-07-17 17:05:00 -05:00
Eric Schultz
55eae298a4 Fix bug where the link to the terms and privacy page wasn't always correct 2018-07-10 15:09:34 -05:00
Eric Schultz
9715059d29 Reactified login form 2018-07-09 15:25:10 -05:00
Eric Schultz
61920994d8 Add necessary viewport info for apified pages 2018-07-03 12:21:11 -05:00
Eric Schultz
aedfea70b5 Closes #66 2018-06-08 10:21:09 -05:00
Eric Schultz
28f5ae838a Correct the Rails.root call 2018-06-07 15:50:09 -05:00
Eric Schultz
5933e73529 Remove missed CommitChange logo 2018-06-07 14:48:29 -05:00
Eric Schultz
31044c9910 Remove a mistakenly kept CC logo 2018-06-07 13:49:21 -05:00
Eric Schultz
56555f78e7 Add title to Onboard and Terms And Privacy 2018-06-07 11:20:32 -05:00
Eric Schultz
dade3a02a3 Fix incorrect link to privacy url 2018-06-06 16:02:12 -05:00
Eric Schultz
e9b82c1409 Add support for a help and about url 2018-06-06 16:00:01 -05:00
Eric Schultz
065e1582c2 Add support for Google Maps API keys since they're required now. Closes #64 2018-06-06 13:53:07 -05:00
Eric Schultz
867fe73f05 correct bug where tel inputs weren't styled in a standard way 2018-06-06 10:46:26 -05:00