- 11 Jul, 2016 7 commits
-
-
Andrew Sliwinski authored
[Develop] Update jobs page
-
Andrew Sliwinski authored
-
Matthew Taylor authored
[Master] Hotfix: Allow urls with `ajax` to pass through
-
Matthew Taylor authored
Towards Hotfix: Allow urls with `ajax` to pass through
-
Matthew Taylor authored
-
Matthew Taylor authored
[Develop] Hotfix: Allow urls with `ajax` to pass through
-
Matthew Taylor authored
Needed for https://github.com/LLK/scratchr2/pull/3804
-
- 08 Jul, 2016 6 commits
-
-
Matthew Taylor authored
This reverts commit 1ee9358b.
-
Matthew Taylor authored
-
Matthew Taylor authored
This reverts commit dc1264e4.
-
Matthew Taylor authored
the route alias might be doing some weird stuff in the config.
-
Matthew Taylor authored
[Develop] Release 2.2.10
-
Matthew Taylor authored
[Master] Release 2.2.10
-
- 07 Jul, 2016 4 commits
-
-
Matthew Taylor authored
Fix GH-[695, 694, 693, 691] – Add custom validation for organization and phone
-
Matthew Taylor authored
It appears that the `required` field is not applied in the way we'd like it to be for the custom checkbox group and custom phone input fields, so do a `required` check on form submission. Additionally, this adds in a few style fixes. Fixes #695, #694, #693, #691
-
Matthew Taylor authored
Fix GH-686: Add language to search / explore api requests
-
Matthew Taylor authored
Fixes #686, thanks @thisandagain !
-
- 06 Jul, 2016 3 commits
-
-
Connor Hudson authored
Fix GH-680 and GH-681: Educator landing style tweaks
-
Technoboy10 authored
-
Technoboy10 authored
-
- 05 Jul, 2016 12 commits
-
-
Ray Schamp authored
Don't error on null children
-
Ray Schamp authored
Was throwing a `TypeError` when child was null/undefined.
-
Ray Schamp authored
Disable default style for select elements in IE
-
Ray Schamp authored
Fixes #669
-
Matthew Taylor authored
Fixes #670
-
Ray Schamp authored
Add style to general error messages
-
Matthew Taylor authored
Fix GH-628: Add box shadow for focus state on checkboxes
-
Matthew Taylor authored
Fix GH-666: Make category options into key/value
-
Matthew Taylor authored
so that we can store the query string with the tab name, since it's not the same in every instance. fixes #666, and makes a couple other style tweaks.
-
Ray Schamp authored
From review of the style with @carljbowman Requires a bit of magic, where the Form component manually adds the "all" value. But without a major overhaul of the validation system, I don't see how else to put the general error among the other fields.
-
Ray Schamp authored
Resolves #647
-
Matthew Taylor authored
Fixes #628 by applying the same outline for focus as is currently applied to checked boxes.
-
- 04 Jul, 2016 1 commit
-
-
Ray Schamp authored
Fix JSON response parsing in IE
-
- 03 Jul, 2016 3 commits
-
-
Ray Schamp authored
Get rid of most splash warnings in development
-
Ray Schamp authored
Fixes #654 IE does not honor responseType: 'json', and will not parse responses as JSON unless json data is present in the request. For some reason this issue can also be solved by including a `json` attribute on the xhr request, but if that's present, url encoded form data is overwritten with the contents of the json. So just try to parse the response ourselves if it looks like it wasn't parsed. See https://github.com/Raynos/xhr/issues/123
-
Ray Schamp authored
-
- 01 Jul, 2016 4 commits
-
-
Matthew Taylor authored
Fix GH-655: use custom-defined internal separator in locale compare
-
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
-