Commit graph

6887 commits

Author SHA1 Message Date
Chris Garrity
501147060d Update generic message copy
Updated copy requres two paragraphs in the content. Modified the inputs to pass a content array and output one paragraph per item.
2020-12-11 09:52:30 -05:00
Chris Garrity
015f036e93 Update tests
Tests needed to be updated after wrapping the MuteModal component in the Intl HOC.
2020-12-11 08:45:29 -05:00
Chris Garrity
929e670d8f Internationalize the mute messages
Add formatted messages for comment status and mute modal
2020-12-11 08:44:17 -05:00
picklesrus
110077e8e8 Rename state's muteExpiresAt to muteExpiresAtMs so units are explicit.
Also, fix isMuted so it doesn't do an extra unit conversion.
2020-12-11 08:14:15 -05:00
dependabot-preview[bot]
83253ade63
Merge pull request #4750 from LLK/dependabot/npm_and_yarn/scratch-gui-0.1.0-prerelease.20201211035917 2020-12-11 10:57:43 +00:00
dependabot-preview[bot]
3dae88ec88
Bump scratch-gui
Bumps [scratch-gui](https://github.com/LLK/scratch-gui) from 0.1.0-prerelease.20201209232508 to 0.1.0-prerelease.20201211035917.
- [Release notes](https://github.com/LLK/scratch-gui/releases)
- [Commits](https://github.com/LLK/scratch-gui/compare/0.1.0-prerelease.20201209232508...0.1.0-prerelease.20201211035917)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-11 10:44:45 +00:00
dependabot-preview[bot]
640a813710
Merge pull request #4749 from LLK/dependabot/npm_and_yarn/scratch-l10n-3.10.20201211031507 2020-12-11 03:51:26 +00:00
dependabot-preview[bot]
7a26edf60c
Bump scratch-l10n from 3.10.20201209031543 to 3.10.20201211031507
Bumps [scratch-l10n](https://github.com/LLK/scratch-l10n) from 3.10.20201209031543 to 3.10.20201211031507.
- [Release notes](https://github.com/LLK/scratch-l10n/releases)
- [Commits](https://github.com/LLK/scratch-l10n/compare/3.10.20201209031543...3.10.20201211031507)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-11 03:39:26 +00:00
GrahamSH
88aee16cb7
Move to fix alphabetization 2020-12-10 16:59:07 -05:00
MaxiMouse
8f4c67144a Fix "Load more" scrolling on search results 2020-12-10 22:12:51 +01:00
Benjamin Wheeler
8d4a5c2f91
Merge pull request #4526 from Purple-Hacker/patch-2
Updated addresses on DMCA
2020-12-10 14:21:28 -05:00
Benjamin Wheeler
0aa15b91c9
Merge pull request #2763 from apple502j/patch-10
Change min height
2020-12-10 14:15:19 -05:00
dependabot-preview[bot]
7e2b21605b
Merge pull request #4746 from LLK/dependabot/npm_and_yarn/ini-1.3.7 2020-12-10 17:19:42 +00:00
dependabot-preview[bot]
88a5365641
[Security] Bump ini from 1.3.5 to 1.3.7
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. **This update includes a security fix.**
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-10 17:07:48 +00:00
dependabot-preview[bot]
6de18a5fab
Merge pull request #4745 from LLK/dependabot/npm_and_yarn/scratch-gui-0.1.0-prerelease.20201209232508 2020-12-10 10:52:40 +00:00
dependabot-preview[bot]
cfaf7f00ce
Bump scratch-gui
Bumps [scratch-gui](https://github.com/LLK/scratch-gui) from 0.1.0-prerelease.20201208061839 to 0.1.0-prerelease.20201209232508.
- [Release notes](https://github.com/LLK/scratch-gui/releases)
- [Commits](https://github.com/LLK/scratch-gui/compare/0.1.0-prerelease.20201208061839...0.1.0-prerelease.20201209232508)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-10 10:40:46 +00:00
picklesrus
287426c379
Merge pull request #4721 from picklesrus/comment-status
Show the comment status box on project page loads if the user is muted.
2020-12-09 11:40:38 -05:00
dependabot-preview[bot]
4f870a6741
Merge pull request #4743 from LLK/dependabot/npm_and_yarn/scratch-l10n-3.10.20201209031543 2020-12-09 03:43:10 +00:00
dependabot-preview[bot]
f53f480284
Bump scratch-l10n from 3.10.20201208031649 to 3.10.20201209031543
Bumps [scratch-l10n](https://github.com/LLK/scratch-l10n) from 3.10.20201208031649 to 3.10.20201209031543.
- [Release notes](https://github.com/LLK/scratch-l10n/releases)
- [Commits](https://github.com/LLK/scratch-l10n/compare/3.10.20201208031649...3.10.20201209031543)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-09 03:32:03 +00:00
Bryce Taylor
91f5e4bba5
Merge pull request #4642 from LLK/circleci-project-setup
Circleci project setup
2020-12-08 15:12:09 -05:00
picklesrus
2d5e9a6378 Fix merge conflicts and set default object for mute_status if props do not exist. 2020-12-08 08:00:01 -05:00
picklesrus
835a271be4 Show the comment status box on project page loads if the user is muted.
Don't show the compose box if they're muted, but do show it, but greyed 
out, if they just posted a comment that resulted in a mute.
2020-12-08 07:28:40 -05:00
dependabot-preview[bot]
5af560690c
Merge pull request #4739 from LLK/dependabot/npm_and_yarn/scratch-gui-0.1.0-prerelease.20201208061839 2020-12-08 10:59:06 +00:00
dependabot-preview[bot]
e0373c970e
Bump scratch-gui
Bumps [scratch-gui](https://github.com/LLK/scratch-gui) from 0.1.0-prerelease.20201207040127 to 0.1.0-prerelease.20201208061839.
- [Release notes](https://github.com/LLK/scratch-gui/releases)
- [Commits](https://github.com/LLK/scratch-gui/compare/0.1.0-prerelease.20201207040127...0.1.0-prerelease.20201208061839)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-08 10:48:10 +00:00
dependabot-preview[bot]
57a5150cd1
Merge pull request #4738 from LLK/dependabot/npm_and_yarn/scratch-l10n-3.10.20201208031649 2020-12-08 03:47:08 +00:00
dependabot-preview[bot]
eeab1a53ae
Bump scratch-l10n from 3.10.20201207031619 to 3.10.20201208031649
Bumps [scratch-l10n](https://github.com/LLK/scratch-l10n) from 3.10.20201207031619 to 3.10.20201208031649.
- [Release notes](https://github.com/LLK/scratch-l10n/releases)
- [Commits](https://github.com/LLK/scratch-l10n/compare/3.10.20201207031619...3.10.20201208031649)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-08 03:35:58 +00:00
picklesrus
c35e3be25b
Merge pull request #4635 from picklesrus/readable-time
Add a time formatting utility that formats a relative time in the future.
2020-12-07 16:48:50 -05:00
seotts
b7cf82494b Remove unused variable and fix spacing 2020-12-07 16:16:42 -05:00
picklesrus
f4f6b70f2e
Merge branch 'develop' into readable-time 2020-12-07 16:05:02 -05:00
picklesrus
b1d4c6d1b5 Add backup langauges and remove tests that aren't useful. 2020-12-07 15:38:58 -05:00
seotts
1d70ee243c Make borders smaller, show data for Eswatini 2020-12-07 12:45:01 -05:00
seotts
86650e1ce9 open link to Scratch Team member in new tab 2020-12-07 12:43:43 -05:00
BryceLTaylor
d72490ca24 circleci config actually turn off deploy and integration jobs in worflow 2020-12-07 10:23:24 -05:00
BryceLTaylor
c616e00595 circleci config turn off deploy and integration jobs 2020-12-07 10:14:09 -05:00
dependabot-preview[bot]
2888f469b9
Merge pull request #4734 from LLK/dependabot/npm_and_yarn/scratch-gui-0.1.0-prerelease.20201207040127 2020-12-07 12:19:47 +00:00
dependabot-preview[bot]
8389384b39
Bump scratch-gui
Bumps [scratch-gui](https://github.com/LLK/scratch-gui) from 0.1.0-prerelease.20201204090129 to 0.1.0-prerelease.20201207040127.
- [Release notes](https://github.com/LLK/scratch-gui/releases)
- [Commits](https://github.com/LLK/scratch-gui/compare/0.1.0-prerelease.20201204090129...0.1.0-prerelease.20201207040127)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-07 12:08:21 +00:00
dependabot-preview[bot]
29d159802a
Merge pull request #4732 from LLK/dependabot/npm_and_yarn/scratch-l10n-3.10.20201207031619 2020-12-07 03:52:04 +00:00
dependabot-preview[bot]
262c4dc186
Bump scratch-l10n from 3.10.20201206031447 to 3.10.20201207031619
Bumps [scratch-l10n](https://github.com/LLK/scratch-l10n) from 3.10.20201206031447 to 3.10.20201207031619.
- [Release notes](https://github.com/LLK/scratch-l10n/releases)
- [Commits](https://github.com/LLK/scratch-l10n/compare/3.10.20201206031447...3.10.20201207031619)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-07 03:41:06 +00:00
dependabot-preview[bot]
a91bd271d2
Merge pull request #4730 from LLK/dependabot/npm_and_yarn/scratch-l10n-3.10.20201206031447 2020-12-06 03:31:33 +00:00
dependabot-preview[bot]
3370211e06
Bump scratch-l10n from 3.10.20201205031454 to 3.10.20201206031447
Bumps [scratch-l10n](https://github.com/LLK/scratch-l10n) from 3.10.20201205031454 to 3.10.20201206031447.
- [Release notes](https://github.com/LLK/scratch-l10n/releases)
- [Commits](https://github.com/LLK/scratch-l10n/compare/3.10.20201205031454...3.10.20201206031447)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-06 03:21:14 +00:00
dependabot-preview[bot]
17837af4fd
Merge pull request #4728 from LLK/dependabot/npm_and_yarn/scratch-l10n-3.10.20201205031454 2020-12-05 03:31:31 +00:00
dependabot-preview[bot]
5ba480c038
Bump scratch-l10n from 3.10.20201204031520 to 3.10.20201205031454
Bumps [scratch-l10n](https://github.com/LLK/scratch-l10n) from 3.10.20201204031520 to 3.10.20201205031454.
- [Release notes](https://github.com/LLK/scratch-l10n/releases)
- [Commits](https://github.com/LLK/scratch-l10n/compare/3.10.20201204031520...3.10.20201205031454)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-05 03:20:29 +00:00
Paul Kaplan
02d4a6c9bf
Merge pull request #4725 from LLK/hotfix/sec-google-nolink
[hotfix/master] Include funding support on Education Collaborative intro
2020-12-04 10:11:17 -05:00
Karishma Chadha
7a7b8035ae
Merge pull request #4716 from LLK/release/2020-12-02
[Develop] Release/2020 12 02
2020-12-04 09:43:29 -05:00
Karishma Chadha
878965d00d
Merge branch 'develop' into release/2020-12-02 2020-12-04 09:32:10 -05:00
Paul Kaplan
591b3ce6a2 Add Google.org to intro paragraph on SEC 2020-12-04 09:13:02 -05:00
dependabot-preview[bot]
a18096d9ac
Merge pull request #4724 from LLK/dependabot/npm_and_yarn/scratch-gui-0.1.0-prerelease.20201204090129 2020-12-04 10:53:47 +00:00
dependabot-preview[bot]
c0c03391b9
Bump scratch-gui
Bumps [scratch-gui](https://github.com/LLK/scratch-gui) from 0.1.0-prerelease.20201203084644 to 0.1.0-prerelease.20201204090129.
- [Release notes](https://github.com/LLK/scratch-gui/releases)
- [Commits](https://github.com/LLK/scratch-gui/compare/0.1.0-prerelease.20201203084644...0.1.0-prerelease.20201204090129)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-04 10:42:35 +00:00
dependabot-preview[bot]
05950fe1a4
Merge pull request #4723 from LLK/dependabot/npm_and_yarn/scratch-l10n-3.10.20201204031520 2020-12-04 03:47:40 +00:00
dependabot-preview[bot]
3bf3572d36
Bump scratch-l10n from 3.10.20201203031604 to 3.10.20201204031520
Bumps [scratch-l10n](https://github.com/LLK/scratch-l10n) from 3.10.20201203031604 to 3.10.20201204031520.
- [Release notes](https://github.com/LLK/scratch-l10n/releases)
- [Commits](https://github.com/LLK/scratch-l10n/compare/3.10.20201203031604...3.10.20201204031520)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-04 03:37:40 +00:00