Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Various bugfixes #1187

Merged
merged 5 commits into from
Jun 14, 2018
Merged

Various bugfixes #1187

merged 5 commits into from
Jun 14, 2018

Conversation

vincemtnz
Copy link
Contributor

  • Don't attempt to assign petitionForm to jXHR response if it's a string
  • Paragraph spacing fixed
  • i18n undefined may be fixed.

The _fundraiser_refactor.liquid partial has been deleted and its
contents are now in _fundraiser.liquid.

All templates that referenced 'Fundraiser Refactor' must be updated
to include 'Fundraiser'.
Instead of doing this in ComponentWrapper, add it immediately in member_facing.js
@vincemtnz vincemtnz merged commit 7a6f9b3 into development Jun 14, 2018
vincemtnz pushed a commit that referenced this pull request Jun 18, 2018
* Don't run simple_format on emails body

* Update email spec

Since removing simple_format, the text is no longer wrapped in <p></p>

* [hack] check to see if $ is being clobbered somewhere. (#1185)

We're seeing a lot of errors telling us that `$` is not a function. We suspect that something's messing up with jQuery but we're not entirely sure. This is a small hack to hopefully re-assign jQuery to the `$` variable. 🤞

* Update pension emails spec

* Various bugfixes (#1187)

* import I18n from 'champaign-i18n' (alias to window.I18n in webpack)

* Deprecate legacy backbone fundraiser code.

The _fundraiser_refactor.liquid partial has been deleted and its
contents are now in _fundraiser.liquid.

All templates that referenced 'Fundraiser Refactor' must be updated
to include 'Fundraiser'.

* Add global locale data in member_facing.js

Instead of doing this in ComponentWrapper, add it immediately in member_facing.js

* Removed unused lines

* Don't attempt to assign petitionForm to jXHR response if it's a string

* Redo: "Release (#1188)"

This reverts commit 40ba347.

* Set user context in sentry
vincemtnz pushed a commit that referenced this pull request Jul 3, 2018
* Don't run simple_format on emails body

* Update email spec

Since removing simple_format, the text is no longer wrapped in <p></p>

* [hack] check to see if $ is being clobbered somewhere. (#1185)

We're seeing a lot of errors telling us that `$` is not a function. We suspect that something's messing up with jQuery but we're not entirely sure. This is a small hack to hopefully re-assign jQuery to the `$` variable. 🤞

* Update pension emails spec

* Various bugfixes (#1187)

* import I18n from 'champaign-i18n' (alias to window.I18n in webpack)

* Deprecate legacy backbone fundraiser code.

The _fundraiser_refactor.liquid partial has been deleted and its
contents are now in _fundraiser.liquid.

All templates that referenced 'Fundraiser Refactor' must be updated
to include 'Fundraiser'.

* Add global locale data in member_facing.js

Instead of doing this in ComponentWrapper, add it immediately in member_facing.js

* Removed unused lines

* Don't attempt to assign petitionForm to jXHR response if it's a string

* Redo: "Release (#1188)"

This reverts commit 40ba347.

* Set user context in sentry
@vincemtnz vincemtnz deleted the bugfixes.sentry-20180614.1 branch April 25, 2019 12:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant