dependabot-preview[bot]
c1693e24c4
Bump omniauth-facebook from 4.0.0 to 7.0.0
...
Bumps [omniauth-facebook](https://github.com/mkdynamic/omniauth-facebook ) from 4.0.0 to 7.0.0.
- [Release notes](https://github.com/mkdynamic/omniauth-facebook/releases )
- [Changelog](https://github.com/simi/omniauth-facebook/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mkdynamic/omniauth-facebook/compare/v4.0.0...v7.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-08-27 09:08:08 +00:00
Javier Martín
0838ed3c60
Merge pull request #4084 from consul/dependabot/bundler/omniauth-google-oauth2-0.8.0
...
Bump omniauth-google-oauth2 from 0.4.1 to 0.8.0
2020-08-27 11:06:17 +02:00
Javier Martín
946f232c70
Merge pull request #4087 from consul/fix_hint
...
Fix invalid "hint" attribute in forms
2020-08-26 16:24:16 +02:00
dependabot-preview[bot]
3df4df3a61
Bump omniauth-google-oauth2 from 0.4.1 to 0.8.0
...
Bumps [omniauth-google-oauth2](https://github.com/zquestz/omniauth-google-oauth2 ) from 0.4.1 to 0.8.0.
- [Release notes](https://github.com/zquestz/omniauth-google-oauth2/releases )
- [Changelog](https://github.com/zquestz/omniauth-google-oauth2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zquestz/omniauth-google-oauth2/compare/v0.4.1...v0.8.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-08-26 09:01:07 +00:00
Javier Martín
8007a24241
Merge pull request #4103 from consul/dependabot/bundler/mdl-0.11.0
...
Bump mdl from 0.10.0 to 0.11.0
2020-08-25 15:31:18 +02:00
dependabot-preview[bot]
536fc64a06
Bump mdl from 0.10.0 to 0.11.0
...
Bumps [mdl](https://github.com/mivok/markdownlint ) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/mivok/markdownlint/releases )
- [Changelog](https://github.com/markdownlint/markdownlint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mivok/markdownlint/compare/v0.10.0...v0.11.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-08-25 13:13:42 +00:00
Javier Martín
59b7b524d4
Merge pull request #4097 from consul/downgrade_sassc
...
Downgrade sassc from 2.4.0 to 2.2.1
2020-08-25 12:53:18 +02:00
Javier Martín
2e71ba139a
Merge pull request #4090 from consul/dependabot/bundler/initialjs-rails-0.2.0.9
...
Bump initialjs-rails from 0.2.0.8 to 0.2.0.9
2020-08-25 11:46:38 +02:00
Javi Martín
e6db50e9b9
Downgrade sassc from 2.4.0 to 2.2.1
...
Using sassc 2.4.0, we were getting several warnings when compiling
Foundation's assets:
DEPRECATION WARNING (...) !global assignments won't be able to declare
new variables in future versions.
According to issue 12080 in Foundation's repository, it won't be fixed
before Foundation 7.
Using sassc 2.3.0 my machine froze when trying to compile the assets in
our current master branch, so I'm downgrading to version 2.2.1.
2020-08-24 20:24:18 +02:00
Javier Martín
8531d78bb2
Merge pull request #4096 from rockandror/sticky_fixes
...
Fix sticky element on medium/large screens
2020-08-24 20:05:21 +02:00
Senén Rodero Rodríguez
46af09e348
Destroy Sticky elements before leaving the page
...
When Foundation initializes a page that has any sticky element, it
loads a window scroll listener into window object to handle the sticky
element positioning when scrolling. This works great until user moves
to a page without sticky elements and the window listeners remain
attached to the window object on this new page too when there is no
need to run the scrollListener and there is no sticky elements so the
window scroll listener cannot find the sticky object on that page a lot
of errors are thrown when user scrolls.
With this approach we are destroying sticky elements before leaving
the page which also remove the Sticky scrollListener from the window
object.
I do not know how to write a test to demonstrate this fix, but at least
there is some steps to reproduce this behavior:
0. Undo this commit
1. Go to any proposal page
2. Click on any link (with Turbolinks enabled)
3. Scroll the page
4. Check the console log. Yo will find as error occurrences as pixels you scrolled.
2020-08-24 19:41:14 +02:00
Senén Rodero Rodríguez
b2196561e2
Override proposal sticky top property when anchored
...
It's known that Foundation Sticky causes some renderization problems
when rendering sticky elements in anchored position.
The problem seems to be that Foundation Sticky is showing the
support box on medium and up devices overlapped with "Share" and
"Community" sidebar boxes when loading proposal page through
Turbolinks and when restoring the page from brwoser history.
Foundation seems to be doing some top property dynamic calculation
(javascript) and is setting top property to `206px` when it should be
`0px`. Notice that this do not happen on page first load (without
Turbolinks). Check foundation/foundation-sites issue 11098.
Another workaround could be to remove sticky feature for bigger that
small devices (medium large xlarge xxlarge).
Check foundation/foundation-sites issue 9892.
2020-08-24 19:41:14 +02:00
Javier Martín
9735dad792
Merge pull request #4100 from consul/dependabot/bundler/database_cleaner-1.8.5
...
Bump database_cleaner from 1.7.0 to 1.8.5
2020-08-24 16:14:34 +02:00
dependabot-preview[bot]
853119437b
Bump database_cleaner from 1.7.0 to 1.8.5
...
Bumps [database_cleaner](https://github.com/DatabaseCleaner/database_cleaner ) from 1.7.0 to 1.8.5.
- [Release notes](https://github.com/DatabaseCleaner/database_cleaner/releases )
- [Changelog](https://github.com/DatabaseCleaner/database_cleaner/blob/master/History.rdoc )
- [Commits](https://github.com/DatabaseCleaner/database_cleaner/compare/v1.7.0...v1.8.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-08-24 13:17:00 +00:00
Javi Martín
c5f4cd6229
Fix invalid "hint" attribute in forms
...
Using `hint: false` was generating an input with `hint="false"` instead
of generating no hint at all.
2020-08-22 23:00:14 +02:00
Javi Martín
f49745d7ba
Simplify passing the object in the form builder
...
The object is already a method, so we don't need to pass it around.
2020-08-22 23:00:14 +02:00
Javier Martín
9761558d01
Merge pull request #4092 from consul/dependabot/bundler/capistrano-rails-1.6.1
...
Bump capistrano-rails from 1.4.0 to 1.6.1
2020-08-22 17:05:39 +02:00
Javier Martín
6023ee5c0e
Merge pull request #4088 from consul/dependabot/bundler/web-console-3.7.0
...
Bump web-console from 3.3.0 to 3.7.0
2020-08-22 15:54:18 +02:00
Javier Martín
daf11cbfb3
Merge pull request #4095 from consul/dependabot/bundler/font-awesome-sass-5.13.0
...
Bump font-awesome-sass from 5.8.1 to 5.13.0
2020-08-22 15:39:13 +02:00
dependabot-preview[bot]
cce9d0dd55
Bump font-awesome-sass from 5.8.1 to 5.13.0
...
Bumps [font-awesome-sass](https://github.com/FortAwesome/font-awesome-sass ) from 5.8.1 to 5.13.0.
- [Release notes](https://github.com/FortAwesome/font-awesome-sass/releases )
- [Commits](https://github.com/FortAwesome/font-awesome-sass/compare/5.8.1...5.13.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-08-22 13:24:17 +00:00
dependabot-preview[bot]
e28fa4be3b
Bump web-console from 3.3.0 to 3.7.0
...
Bumps [web-console](https://github.com/rails/web-console ) from 3.3.0 to 3.7.0.
- [Release notes](https://github.com/rails/web-console/releases )
- [Changelog](https://github.com/rails/web-console/blob/master/CHANGELOG.markdown )
- [Commits](https://github.com/rails/web-console/compare/v3.3.0...v3.7.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-08-22 13:08:17 +00:00
Javier Martín
affd12a046
Merge pull request #4093 from consul/dependabot/bundler/scss_lint-0.59.0
...
Bump scss_lint from 0.55.0 to 0.59.0
2020-08-22 15:06:33 +02:00
dependabot-preview[bot]
f7f532ab47
Bump initialjs-rails from 0.2.0.8 to 0.2.0.9
...
Bumps [initialjs-rails](https://github.com/dgilperez/initialjs-rails ) from 0.2.0.8 to 0.2.0.9.
- [Release notes](https://github.com/dgilperez/initialjs-rails/releases )
- [Changelog](https://github.com/dgilperez/initialjs-rails/blob/master/CHANGELOG.md )
- [Commits](https://github.com/dgilperez/initialjs-rails/compare/v0.2.0.8...v0.2.0.9 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-08-22 13:02:48 +00:00
Javier Martín
3178f388ea
Merge pull request #4094 from consul/dependabot/bundler/i18n-tasks-0.9.31
...
Bump i18n-tasks from 0.9.29 to 0.9.31
2020-08-22 15:01:04 +02:00
Javier Martín
94f261f667
Merge pull request #4091 from consul/dependabot/bundler/capybara-webmock-0.5.5
...
Bump capybara-webmock from 0.5.3 to 0.5.5
2020-08-22 14:56:56 +02:00
dependabot-preview[bot]
8be7facf15
Bump i18n-tasks from 0.9.29 to 0.9.31
...
Bumps [i18n-tasks](https://github.com/glebm/i18n-tasks ) from 0.9.29 to 0.9.31.
- [Release notes](https://github.com/glebm/i18n-tasks/releases )
- [Changelog](https://github.com/glebm/i18n-tasks/blob/master/CHANGES.md )
- [Commits](https://github.com/glebm/i18n-tasks/compare/v0.9.29...v0.9.31 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-08-18 13:14:56 +00:00
dependabot-preview[bot]
1367b30934
Bump scss_lint from 0.55.0 to 0.59.0
...
Bumps [scss_lint](https://github.com/sds/scss-lint ) from 0.55.0 to 0.59.0.
- [Release notes](https://github.com/sds/scss-lint/releases )
- [Changelog](https://github.com/sds/scss-lint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sds/scss-lint/compare/v0.55.0...v0.59.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-08-18 13:14:12 +00:00
dependabot-preview[bot]
d8e4dac573
Bump capistrano-rails from 1.4.0 to 1.6.1
...
Bumps [capistrano-rails](https://github.com/capistrano/rails ) from 1.4.0 to 1.6.1.
- [Release notes](https://github.com/capistrano/rails/releases )
- [Commits](https://github.com/capistrano/rails/compare/v1.4.0...v1.6.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-08-17 13:17:20 +00:00
dependabot-preview[bot]
67f3b7dc67
Bump capybara-webmock from 0.5.3 to 0.5.5
...
Bumps [capybara-webmock](https://github.com/hashrocket/capybara-webmock ) from 0.5.3 to 0.5.5.
- [Release notes](https://github.com/hashrocket/capybara-webmock/releases )
- [Commits](https://github.com/hashrocket/capybara-webmock/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-08-17 13:16:36 +00:00
Javier Martín
1ab1e68832
Merge pull request #4082 from consul/disable_phase
...
Disable phase date fields when a phase is disabled
2020-08-15 13:47:24 +02:00
Javi Martín
1e70a3db02
Disable phase date fields when a phase is disabled
...
The JavaScript involved wasn't working since we removed the disable-date
attribute in commit 73ff6881 .
We're also improving the JavaScript in two ways:
First, we trigger the `change` event immediately, so when the page loads
date fields are disabled when phases are disabled.
And second, we don't remove the selected dates when disabling a phase,
so disabling it and enabling it again will keep the selected values.
2020-08-15 13:31:32 +02:00
Javi Martín
6172dd0a56
Group phase related fields in fieldsets
...
We were using a <label> tag with no associated field where a <legend>
tag was more appropriate. With a fieldset, we also make it obvious these
fields are related.
2020-08-15 13:31:32 +02:00
Javier Martín
146ffc8b9a
Merge pull request #3905 from consul/dependabot/bundler/paperclip-6.1.0
...
Bump paperclip from 5.2.1 to 6.1.0
2020-08-14 23:17:12 +02:00
Javier Martín
9995d873bd
Merge pull request #4075 from consul/dependabot/bundler/groupdate-5.1.0
...
Bump groupdate from 3.2.0 to 5.1.0
2020-08-14 23:11:40 +02:00
dependabot-preview[bot]
9d9824d1f3
Bump groupdate from 3.2.0 to 5.1.0
...
Bumps [groupdate](https://github.com/ankane/groupdate ) from 3.2.0 to 5.1.0.
- [Release notes](https://github.com/ankane/groupdate/releases )
- [Changelog](https://github.com/ankane/groupdate/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ankane/groupdate/compare/v3.2.0...v5.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-08-14 20:42:18 +00:00
Javier Martín
b6153c9e08
Merge pull request #3935 from consul/dependabot/bundler/omniauth-1.9.1
...
Bump omniauth from 1.9.0 to 1.9.1
2020-08-14 22:40:29 +02:00
dependabot-preview[bot]
8419d7fbd7
[Security] Bump omniauth from 1.9.0 to 1.9.1
...
Bumps [omniauth](https://github.com/omniauth/omniauth ) from 1.9.0 to 1.9.1. **This update includes a security fix.**
- [Release notes](https://github.com/omniauth/omniauth/releases )
- [Commits](https://github.com/omniauth/omniauth/compare/v1.9.0...v1.9.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-08-14 20:26:15 +00:00
dependabot-preview[bot]
7786e45114
Bump paperclip from 5.2.1 to 6.1.0
...
Bumps [paperclip](https://github.com/thoughtbot/paperclip ) from 5.2.1 to 6.1.0.
- [Release notes](https://github.com/thoughtbot/paperclip/releases )
- [Changelog](https://github.com/thoughtbot/paperclip/blob/master/NEWS )
- [Commits](https://github.com/thoughtbot/paperclip/compare/v5.2.1...v6.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-08-14 20:24:08 +00:00
Javier Martín
9b955bdd67
Merge pull request #3665 from consul/dependabot/bundler/daemons-and-capistrano3-delayed-job-1.3.1
...
Bump daemons and capistrano3-delayed-job
2020-08-14 22:22:18 +02:00
dependabot-preview[bot]
f397d91e04
Bump daemons and capistrano3-delayed-job
...
Bumps [daemons](https://github.com/thuehlinger/daemons ) and [capistrano3-delayed-job](https://github.com/AgileConsultingLLC/capistrano3-delayed-job ). These dependencies needed to be updated together.
Updates `daemons` from 1.2.6 to 1.3.1
- [Release notes](https://github.com/thuehlinger/daemons/releases )
- [Changelog](https://github.com/thuehlinger/daemons/blob/master/Releases )
- [Commits](https://github.com/thuehlinger/daemons/compare/v1.2.6...v1.3.1 )
Updates `capistrano3-delayed-job` from 1.7.5 to 1.7.6
- [Release notes](https://github.com/AgileConsultingLLC/capistrano3-delayed-job/releases )
- [Commits](https://github.com/AgileConsultingLLC/capistrano3-delayed-job/compare/v1.7.5...v1.7.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-08-14 20:09:08 +00:00
Javier Martín
3ae7148ff4
Merge pull request #4044 from consul/dependabot/bundler/wicked_pdf-2.1.0
...
Bump wicked_pdf from 1.1.0 to 2.1.0
2020-08-14 22:03:04 +02:00
dependabot-preview[bot]
0de2b7d56d
Bump wicked_pdf from 1.1.0 to 2.1.0
...
Bumps [wicked_pdf](https://github.com/mileszs/wicked_pdf ) from 1.1.0 to 2.1.0.
- [Release notes](https://github.com/mileszs/wicked_pdf/releases )
- [Changelog](https://github.com/mileszs/wicked_pdf/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mileszs/wicked_pdf/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-08-14 18:46:10 +00:00
Javier Martín
07a6279f58
Merge pull request #3710 from consul/dependabot/bundler/jquery-fileupload-rails-1.0.0
...
Bump jquery-fileupload-rails from 0.4.7 to 1.0.0
2020-08-14 20:42:36 +02:00
Javier Martín
4d947e5cd5
Merge pull request #3662 from consul/dependabot/bundler/rails-assets-markdown-it-9.0.1
...
Bump rails-assets-markdown-it from 8.2.2 to 9.0.1
2020-08-14 20:29:03 +02:00
dependabot-preview[bot]
7bbaad9f52
Bump jquery-fileupload-rails from 0.4.7 to 1.0.0
...
Bumps [jquery-fileupload-rails](https://github.com/tors/jquery-fileupload-rails ) from 0.4.7 to 1.0.0.
- [Release notes](https://github.com/tors/jquery-fileupload-rails/releases )
- [Commits](https://github.com/tors/jquery-fileupload-rails/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-08-14 18:26:31 +00:00
dependabot-preview[bot]
637d162b74
Bump rails-assets-markdown-it from 8.2.2 to 9.0.1
...
Bumps rails-assets-markdown-it from 8.2.2 to 9.0.1.
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-08-14 18:07:14 +00:00
Javier Martín
84a690f19e
Merge pull request #3605 from consul/dependabot/bundler/rails-assets-leaflet-1.5.1
...
Bump rails-assets-leaflet from 1.2.0 to 1.5.1
2020-08-14 20:05:27 +02:00
Javier Martín
11204b0194
Merge pull request #4083 from consul/disable_buttons
...
Don't disable button to download emails
2020-08-14 18:37:07 +02:00
dependabot-preview[bot]
3ccc0cfcf0
Bump rails-assets-leaflet from 1.2.0 to 1.5.1
...
Bumps rails-assets-leaflet from 1.2.0 to 1.5.1.
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-08-14 11:15:05 +00:00
Javier Martín
545501ae0f
Merge pull request #3708 from consul/dependabot/bundler/cocoon-1.2.14
...
Bump cocoon from 1.2.11 to 1.2.14
2020-08-14 13:11:52 +02:00