Ben Halpern
b900c8de92
Remove legacy "deleted commentable" view ( #15052 )
...
* Remove unneeded extra page
* Update app/views/comments/index.html.erb
Co-authored-by: Michael Kohl <citizen428@forem.com>
* Update app/views/comments/index.html.erb
Co-authored-by: Michael Kohl <citizen428@forem.com>
2021-10-13 10:23:25 -04:00
yheuhtozr
9faf136db1
views/onboardings i18n ( #15018 )
...
* views/onboardings i18n
* reformat for PR
* remove ja.yml
2021-10-13 12:26:07 +02:00
Michael Kohl
ee0bf55085
Add I18n pluralization format example ( #15027 )
2021-10-13 11:13:54 +07:00
dependabot[bot]
d394786fba
Bump jsdom from 16.7.0 to 18.0.0 ( #15047 )
...
* Bump jsdom from 16.7.0 to 18.0.0
Bumps [jsdom](https://github.com/jsdom/jsdom ) from 16.7.0 to 18.0.0.
- [Release notes](https://github.com/jsdom/jsdom/releases )
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md )
- [Commits](https://github.com/jsdom/jsdom/compare/16.7.0...18.0.0 )
---
updated-dependencies:
- dependency-name: jsdom
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Added custom environment for JS DOM to support text encoding/decoding.
* Fixed yarn.lock merge conflict.
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nick Taylor <nick@dev.to>
Co-authored-by: Ben Halpern <bendhalpern@gmail.com>
2021-10-12 14:32:30 -06:00
Ben Halpern
549336b0a2
Delete old retained emails after certain period ( #14949 )
...
* Delete old retained emails after certain period
* Update app/models/email_message.rb
Co-authored-by: Jamie Gaskins <jamie@forem.com>
* Update spec/workers/emails/remove_old_emails_worker_spec.rb
Co-authored-by: Jamie Gaskins <jamie@forem.com>
* Update app/models/email_message.rb
Co-authored-by: Jamie Gaskins <jamie@forem.com>
Co-authored-by: Jamie Gaskins <jamie@forem.com>
2021-10-12 16:27:13 -04:00
dependabot[bot]
3a4a273104
Bump sass-loader from 10.2.0 to 12.2.0 ( #15045 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-12 16:18:42 -04:00
Nick Taylor
924ea41fd0
Migrated Storybook to webpack 5. ( #15050 )
2021-10-12 14:49:10 -05:00
dependabot[bot]
48a97c4444
Bump puma from 5.5.0 to 5.5.1 ( #15053 )
...
Bumps [puma](https://github.com/puma/puma ) from 5.5.0 to 5.5.1.
- [Release notes](https://github.com/puma/puma/releases )
- [Changelog](https://github.com/puma/puma/blob/master/History.md )
- [Commits](https://github.com/puma/puma/compare/v5.5.0...v5.5.1 )
---
updated-dependencies:
- dependency-name: puma
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-12 14:26:39 -04:00
Jamie Gaskins
29fb20cd83
Transliterate article titles to slugs ( #15051 )
2021-10-12 12:35:32 -04:00
Daniel Uber
5c69cf5880
Make e2e seed safe to run twice ( #15049 )
...
* Make e2e seed safe to run twice
We have a number of checks in the seed file that prevent creating
objects if they're found in the database, but nothing is guarding
against this breaking.
Change a few create! to create_with().find_or_create_by() and update
guard clauses where we create if doesn't exist to match the objects
created. These had drifted, preventing subsequent runs of the seed in
a "dirty" database. In CI we're typically creating a new database,
loading schema, and only running this once, so the guards are never
checked and the objects are always created, but locally that might not
always be the case.
* Update multiple guards
We're creating test users against @forem.local domain, let's check
that there's not already a forem.local user with the same email
account.
Additionally, something was causing the "find article by title" to
miss identifying the commented article, but it was not create()'d due
to a slug collision, and the comment could not be created. Update the
call to use `create!` instead (since we rely on it existing in the
comment create) and guard against the slug instead of the title.
2021-10-12 10:43:08 -05:00
dependabot[bot]
c012149703
Bump jest from 27.2.4 to 27.2.5 ( #15032 )
...
Bumps [jest](https://github.com/facebook/jest ) from 27.2.4 to 27.2.5.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/compare/v27.2.4...v27.2.5 )
---
updated-dependencies:
- dependency-name: jest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-12 08:57:17 -06:00
dependabot[bot]
bf5092a396
Bump lint-staged from 11.2.0 to 11.2.3 ( #15048 )
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 11.2.0 to 11.2.3.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v11.2.0...v11.2.3 )
---
updated-dependencies:
- dependency-name: lint-staged
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-12 08:18:13 -06:00
Daniel Uber
dc551e429c
cleanup: replace reaction.reactable with reactable since it's local ( #15017 )
...
We assign reactable earlier in this method and won't reach this line
unless reactable exists.
2021-10-12 09:02:12 -05:00
dependabot[bot]
1aa46097e7
Bump @hotwired/stimulus from 3.0.0 to 3.0.1 ( #15036 )
...
Bumps [@hotwired/stimulus](https://github.com/hotwired/stimulus ) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/hotwired/stimulus/releases )
- [Changelog](https://github.com/hotwired/stimulus/blob/main/CHANGELOG.md )
- [Commits](https://github.com/hotwired/stimulus/compare/v3.0.0...v3.0.1 )
---
updated-dependencies:
- dependency-name: "@hotwired/stimulus"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-12 07:47:00 -06:00
dependabot[bot]
3d2823b471
Bump babel-jest from 27.2.4 to 27.2.5 ( #15046 )
...
Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest ) from 27.2.4 to 27.2.5.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v27.2.5/packages/babel-jest )
---
updated-dependencies:
- dependency-name: babel-jest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-12 07:43:21 -06:00
dependabot[bot]
1f789ea956
Bump @babel/preset-env from 7.15.6 to 7.15.8 ( #15044 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.15.6 to 7.15.8.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.15.8/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-12 07:37:14 -06:00
dependabot[bot]
5f1b11d22b
Bump webpack-bundle-analyzer from 4.4.2 to 4.5.0 ( #15037 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-12 09:20:50 -04:00
dependabot[bot]
be2e9a609e
Bump core-js from 3.18.1 to 3.18.2 ( #15035 )
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.18.1 to 3.18.2.
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/compare/v3.18.1...v3.18.2 )
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-12 07:14:59 -06:00
dependabot[bot]
05dd13db34
Bump preact from 10.5.14 to 10.5.15 ( #15033 )
...
Bumps [preact](https://github.com/preactjs/preact ) from 10.5.14 to 10.5.15.
- [Release notes](https://github.com/preactjs/preact/releases )
- [Commits](https://github.com/preactjs/preact/compare/10.5.14...10.5.15 )
---
updated-dependencies:
- dependency-name: preact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-12 07:02:41 -06:00
dependabot[bot]
042a672701
Bump @testing-library/user-event from 13.2.1 to 13.3.0 ( #15029 )
...
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event ) from 13.2.1 to 13.3.0.
- [Release notes](https://github.com/testing-library/user-event/releases )
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/user-event/compare/v13.2.1...v13.3.0 )
---
updated-dependencies:
- dependency-name: "@testing-library/user-event"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-12 14:31:32 +02:00
dependabot[bot]
125f055080
Bump @storybook/addon-docs from 6.3.9 to 6.3.10 ( #15028 )
...
Bumps [@storybook/addon-docs](https://github.com/storybookjs/storybook/tree/HEAD/addons/docs ) from 6.3.9 to 6.3.10.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.3.10/addons/docs )
---
updated-dependencies:
- dependency-name: "@storybook/addon-docs"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-12 14:31:14 +02:00
dependabot[bot]
ea5d32123c
Bump cypress from 8.5.0 to 8.6.0 ( #15030 )
...
Bumps [cypress](https://github.com/cypress-io/cypress ) from 8.5.0 to 8.6.0.
- [Release notes](https://github.com/cypress-io/cypress/releases )
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js )
- [Commits](https://github.com/cypress-io/cypress/compare/v8.5.0...v8.6.0 )
---
updated-dependencies:
- dependency-name: cypress
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-12 14:30:54 +02:00
Ben Halpern
ebc2961920
Translate pinned ( #15008 )
...
* Translate pinned
* Add pinned
2021-10-12 08:24:29 -04:00
dependabot[bot]
30c06b1b5c
Bump @babel/core from 7.15.5 to 7.15.8 ( #15024 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-12 08:16:43 -04:00
Julianna Tetreault
7e38db9afb
Resolve Errors Related to getUnopenedChannels.jsx ( #14990 )
2021-10-12 08:08:40 -04:00
Suzanne Aitchison
70683d6d86
prevent scroll jumps when using mention autocomplete ( #15031 )
2021-10-12 13:06:27 +01:00
dependabot[bot]
58243874f7
Bump @storybook/addon-actions from 6.3.9 to 6.3.10 ( #15025 )
...
Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/addons/actions ) from 6.3.9 to 6.3.10.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.3.10/addons/actions )
---
updated-dependencies:
- dependency-name: "@storybook/addon-actions"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-12 14:02:29 +02:00
dependabot[bot]
e3492f45b0
Bump @storybook/addon-a11y from 6.3.9 to 6.3.10 ( #15015 )
...
Bumps [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/addons/a11y ) from 6.3.9 to 6.3.10.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.3.10/addons/a11y )
---
updated-dependencies:
- dependency-name: "@storybook/addon-a11y"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-12 10:36:57 +01:00
dependabot[bot]
a9d01663a3
Bump @storybook/addon-storysource from 6.3.9 to 6.3.10 ( #15013 )
...
Bumps [@storybook/addon-storysource](https://github.com/storybookjs/storybook/tree/HEAD/addons/storysource ) from 6.3.9 to 6.3.10.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.3.10/addons/storysource )
---
updated-dependencies:
- dependency-name: "@storybook/addon-storysource"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-12 09:55:11 +01:00
dependabot[bot]
0d6001dcd2
Bump @storybook/addon-links from 6.3.9 to 6.3.10 ( #15016 )
...
Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/addons/links ) from 6.3.9 to 6.3.10.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.3.10/addons/links )
---
updated-dependencies:
- dependency-name: "@storybook/addon-links"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-12 09:29:50 +01:00
dependabot[bot]
d3ff4c2d85
Bump @storybook/preact from 6.3.9 to 6.3.10 ( #15011 )
...
Bumps [@storybook/preact](https://github.com/storybookjs/storybook/tree/HEAD/app/preact ) from 6.3.9 to 6.3.10.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.3.10/app/preact )
---
updated-dependencies:
- dependency-name: "@storybook/preact"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-12 09:20:33 +01:00
dependabot[bot]
f6cd7d4ad9
Bump stripe from 5.38.0 to 5.39.0 ( #15014 )
...
Bumps [stripe](https://github.com/stripe/stripe-ruby ) from 5.38.0 to 5.39.0.
- [Release notes](https://github.com/stripe/stripe-ruby/releases )
- [Changelog](https://github.com/stripe/stripe-ruby/blob/master/CHANGELOG.md )
- [Commits](https://github.com/stripe/stripe-ruby/compare/v5.38.0...v5.39.0 )
---
updated-dependencies:
- dependency-name: stripe
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-12 10:18:57 +02:00
VictorPS
39a62c4b3d
Internationalize hardcoded text for videos pages ( #14960 )
...
* Translation for "on Video"
* Moving dashboard.loading to core.loading to keep code DRY
* Translations for views/videos/new.html.erb
* Reverting the changes on app/views/dashboards/_sublist.html.erb
* Adding the dashboard.loading translations back
* Fixing some merge conflicts + sorting the dashboard translations
* Fixing the contact text on views/videos/new
* Using the full path instead of the lazy load
2021-10-12 12:09:55 +07:00
Michael Kohl
6753bd90c1
Fix tag dropdown ( #14867 )
2021-10-12 11:58:29 +07:00
Jamie Gaskins
70cf28ca7b
Fix rotation of images uploaded from iPhones ( #15010 )
...
* Fix rotation of images uploaded from iPhones
iPhones[1] take pictures in portrait mode with the orientation set to
90ºCCW. We noticed that uploading one of these images to a Forem
instance caused the image to be rotated when rendered. The current
theory is that Imgproxy is not maintaining the orientation value when
processing, which is solved by setting `auto_rotate: true` (serialized
into the Imgproxy URL as `ar:1`), according to the documentation.
See: 8e6585e28d/docs/generating_the_url_advanced.md (auto-rotate)
[1] This probably happens with other phones, but we discovered the issue
using an iPhone.
* Fix Imgproxy URL expectation for auto_rotate
2021-10-11 15:17:14 -04:00
dependabot[bot]
14259a2c41
Bump sidekiq-unique-jobs from 7.0.12 to 7.1.8 ( #14995 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-11 11:11:26 -04:00
Ben Halpern
7003d9154d
Do not display skip link on mobile search page ( #14999 )
2021-10-11 10:02:18 -04:00
Papu Kumar(ReX)
33742e7907
Fix PropTypes Error Create New Post Page ( #14969 )
2021-10-11 09:48:24 -04:00
Tayllan
75df8e1f9e
Translate some labels from profile information ( #15002 )
...
* Translate some labels from profle information
* Fix some fr translations
2021-10-11 09:41:11 -04:00
Ashutosh Kumar
98b4391532
Fixed followers page html error ( #15003 )
...
* Fixed followers page html error
* Trigger Travis CI
Co-authored-by: rhymes <github@rhymes.dev>
2021-10-11 13:36:35 +01:00
dependabot[bot]
11f7d14ead
Bump flipper-active_record from 0.22.1 to 0.22.2 ( #14996 )
...
Bumps [flipper-active_record](https://github.com/jnunemaker/flipper ) from 0.22.1 to 0.22.2.
- [Release notes](https://github.com/jnunemaker/flipper/releases )
- [Changelog](https://github.com/jnunemaker/flipper/blob/master/Changelog.md )
- [Commits](https://github.com/jnunemaker/flipper/compare/v0.22.1...v0.22.2 )
---
updated-dependencies:
- dependency-name: flipper-active_record
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-08 15:34:55 -04:00
Jamie Gaskins
32ee50f278
Fix Sitemap for tags ( #14989 )
...
Set a NOT NULL constraint on tags timestamps
This commit also monkeypatches in a method for StrongMigrations to
disable a check temporarily. This migration is safe enough for DEV (it's
not ideal, but it'll only lock the table for a matter of milliseconds),
so we'll be fine disabling it but we don't want to disable the check
globally for all migrations in case there's a migration where this is
not safe.
2021-10-08 15:25:04 -04:00
Michael Kohl
e3abee660a
Add I18n date format example ( #14973 )
2021-10-08 15:08:56 -04:00
dependabot[bot]
b898bd3882
Bump flipper-ui from 0.22.1 to 0.22.2 ( #14994 )
...
Bumps [flipper-ui](https://github.com/jnunemaker/flipper ) from 0.22.1 to 0.22.2.
- [Release notes](https://github.com/jnunemaker/flipper/releases )
- [Changelog](https://github.com/jnunemaker/flipper/blob/master/Changelog.md )
- [Commits](https://github.com/jnunemaker/flipper/compare/v0.22.1...v0.22.2 )
---
updated-dependencies:
- dependency-name: flipper-ui
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-08 14:51:10 -04:00
dependabot[bot]
a32c368b73
Bump rpush from 6.0.0 to 6.0.1 ( #14993 )
...
Bumps [rpush](https://github.com/rpush/rpush ) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/rpush/rpush/releases )
- [Changelog](https://github.com/rpush/rpush/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rpush/rpush/compare/v6.0.0...v6.0.1 )
---
updated-dependencies:
- dependency-name: rpush
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-08 12:32:02 -06:00
Ben Halpern
3f921ec9c6
Fix profile image bug on email registration ( #14991 )
2021-10-08 14:30:57 -04:00
dependabot[bot]
baeabc058a
Bump flipper-active_support_cache_store from 0.22.1 to 0.22.2 ( #14992 )
...
Bumps [flipper-active_support_cache_store](https://github.com/jnunemaker/flipper ) from 0.22.1 to 0.22.2.
- [Release notes](https://github.com/jnunemaker/flipper/releases )
- [Changelog](https://github.com/jnunemaker/flipper/blob/master/Changelog.md )
- [Commits](https://github.com/jnunemaker/flipper/compare/v0.22.1...v0.22.2 )
---
updated-dependencies:
- dependency-name: flipper-active_support_cache_store
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-08 14:26:54 -04:00
Julianna Tetreault
df825e64fb
Forem Creator Cypress Setup ( #14984 )
...
* Adds loginCreator(); to commands.js and a creatorUser.js fixture
* Update cypress/support/commands.js
* Update cypress/support/commands.js
* Removes redundant loginUser(); function
* Remove superfluous back slashes from commands.js
Co-authored-by: Suzanne Aitchison <suzanne@forem.com>
Co-authored-by: Suzanne Aitchison <suzanne@forem.com>
2021-10-08 11:05:12 -04:00
Bervianto Leo Pratama
acbda16b8a
Translate some texts from Dashboard Page ( #14963 )
...
* Extract some text from dashboard
* Fix template code
Signed-off-by: Bervianto Leo Pratama <bervianto.leo@gmail.com>
* Update translation for upload_a_video
* Fix wrong link
* Fix missing keys
* Seperate plural posts & followers
2021-10-08 13:55:21 +02:00
Lewis Sparlin
30b36ab014
I18n copy on Tags index page ( #14891 )
...
* Move hard-coded Tags index copy to [en,fr] locale files
* Use tags.pluralize for a better page title implementation
* Add better french translations
* Once more fr translation fix
* Remove .pluralize from title i18n
2021-10-08 10:21:06 +07:00