- 01 Jul, 2016 5 commits
-
-
Matthew Taylor authored
There is some stacking that happens in object keys that had been using the `-` to track language/view hierarchies, which was thrown off by view names that used a `-` in them. Switch to using `:`, and also make it customizable. Fixes #655
-
Ray Schamp authored
Revalidate address step after invalid submissions
-
Ray Schamp authored
I don't like that the state is being set to a calculation of existing props. When I did that calculation in `render`, it didn't update when fields were changed. Fixes #645
-
Connor Hudson authored
Fix GH-649: Dropdown hidden by TED Talk
-
Connor Hudson authored
Fix GH-651: Orangeify navbar when SCRATCH_ENV=staging
-
- 30 Jun, 2016 23 commits
-
-
Technoboy10 authored
-
Technoboy10 authored
-
Matthew Taylor authored
Fix GH-642: Use empty default object for validation factory
-
Matthew Taylor authored
Looks as if the having one of these objects as the default causes overwriting in some way, as opposed to augmentation. Have the source object be an empty one, so that it gets the attributes of both defaults and props. Fixes #642.
-
Technoboy10 authored
-
Ray Schamp authored
Clarify username field is not for logging in
-
Ray Schamp authored
-
Connor Hudson authored
Fix GH-637: Make links to help and tips window relative
-
Ray Schamp authored
Fix localization of address validation message
-
Ray Schamp authored
Fix GH-643: use empty string if no cookie value found
-
Ray Schamp authored
Fixes #608
-
Matthew Taylor authored
redux doesn't like getting null values for actions, so give empty ones /cc @rschamp
-
Matthew Taylor authored
Fix GH-636: point landing page to teacher faq page
-
Matthew Taylor authored
Fixes #636
-
Matthew Taylor authored
Fix GH-626: Set null contents to null instead of error throw
-
Matthew Taylor authored
thanks @rschamp!
-
Matthew Taylor authored
Before, if a cookie didn't exist, it would throw an error, not causing permissions/tokens to change to empty values. This fixes that (and #626) by setting the value to undefined instead.
-
Technoboy10 authored
-
Connor Hudson authored
Fix #633, #634, and #635: Embedded player fixes
-
Technoboy10 authored
-
Technoboy10 authored
-
Matthew Taylor authored
Fix GH-617: switch ordering in defaults
-
Matthew Taylor authored
This was assigning `props` to defaults, rather than the other way around. Fixes #618.
-
- 29 Jun, 2016 12 commits
-
-
Matthew Taylor authored
Fix GH-618: Override devault input style for login
-
Matthew Taylor authored
so that it looks like it used to, and not to tall. Fixes #618.
-
Matthew Taylor authored
Fix GH-627: style error-step like last-step
-
Matthew Taylor authored
Since they're both mostly info cards. Fixes #627.
-
Connor Hudson authored
Darken Account Nav Link when Menu Open
-
Technoboy10 authored
-
Matthew Taylor authored
Fix GH-625: fix educator faq link
-
Matthew Taylor authored
`info` is not in there anymore
-
Matthew Taylor authored
Fix GH-623: Add link to splash page around registration icon
-
Matthew Taylor authored
fixes #623
-
Connor Hudson authored
Fix GH-620: Replace "Request account" with "Coming Soon"
-
Technoboy10 authored
-