- 16 Aug, 2016 6 commits
-
-
Matthew Taylor authored
It was getting overwritten since it was defined in multiple places. fixes #840.
-
Matthew Taylor authored
remove `defaultMessage` from inline, which we don’t use right now
-
Matthew Taylor authored
1. Explore page header 2. “by” in the project thumbnail
-
Matthew Taylor authored
Add fur, sq and te to language list
-
Matthew Taylor authored
For GH-835: eliminate max height of validation messsage
-
Matthew Taylor authored
now that it’s not centered but rather top/down, we don’t need this anymore
-
- 15 Aug, 2016 7 commits
-
-
Matthew Taylor authored
For GH-835: Update max length copy
-
Matthew Taylor authored
thanks @kaschm and @jwzimmer !
-
Matthew Taylor authored
and also get language for dropdown from `IntlProvider` rather than the window, so that we have one point of truth
-
Matthew Taylor authored
Fix GH-546: Update faq language
-
Matthew Taylor authored
Fix GH-760: Add username `not equals` to password validation
-
Matthew Taylor authored
-
Matthew Taylor authored
-
- 12 Aug, 2016 9 commits
-
-
https://github.com/mewtaylor/scratch-www-1Matthew Taylor authored
* 'issue/gh-835' of https://github.com/mewtaylor/scratch-www-1: Switch ordering Remove `option` warning in console Add `maxLength` validations where needed # Conflicts: # src/components/registration/steps.jsx
-
Matthew Taylor authored
so `intl` comes first
-
Matthew Taylor authored
`option` throws an error in React if it’s not a string. `FormattedMessage` returns a `span` around strings, so any time this function was loaded/called, it was throwing >100 warnings in the console. use `intl` to return a string instead.
-
Matthew Taylor authored
fixes #835
-
Matthew Taylor authored
[Develop] Fix GH-828: check street number range for address
-
Matthew Taylor authored
so that it works in IE9 too.
-
Matthew Taylor authored
use props for username rather than constructed form data, and `studentUsername -> username`. Thanks @rschamp!
-
Matthew Taylor authored
-
Matthew Taylor authored
Fixes #760
-
- 11 Aug, 2016 10 commits
-
-
Matthew Taylor authored
Got lost in the merge, apologies.
-
Matthew Taylor authored
* hotfix/gh-828: Make `X-Requested-With` overridable use `defaults` again Only apply `X-Requested-With` to same domain check street number range for address # Conflicts: # src/lib/api.js
-
Matthew Taylor authored
thanks @rschamp!
-
Matthew Taylor authored
deep is no longer necessary with the `headers` change
-
Matthew Taylor authored
it breaks on cross domain
-
Matthew Taylor authored
rather than exact address, so that we can more flexibly allow outdate post office data
-
Ray Schamp authored
[Master] Update teacher FAQ copy
-
Ray Schamp authored
[Develop] Update teacher FAQ copy
-
Ray Schamp authored
Resolves LLK/scratchr2#3937
-
Matthew Taylor authored
[Develop] Fix GH-828: check street number range for address
-
- 10 Aug, 2016 8 commits
-
-
Matthew Taylor authored
rather than exact address, so that we can more flexibly allow outdate post office data
-
Ray Schamp authored
Fix GH-806: Teacher Account Video Embded
-
St19_Galla authored
-
Matthew Taylor authored
[Master] Hotfix: Remove `phoneLength` validation
-
Matthew Taylor authored
[Develop] Hotfix: Remove `phoneLength` validation
-
Matthew Taylor authored
thanks @rschamp!
-
Matthew Taylor authored
Thanks @rschamp!
-
Matthew Taylor authored
-