- 24 Mar, 2016 4 commits
-
-
Ray Schamp authored
Upgrade sass-lint, quiet various warnings
-
Ray Schamp authored
-
Ray Schamp authored
-
Matthew Taylor authored
Implement GH-372: Add `/info/cards/` route
-
- 23 Mar, 2016 7 commits
-
-
Ray Schamp authored
These warnings were annoying me because the noise makes it easy to miss real issues. The `no-mergeable-selectors` rule is one that we do want to have, but right now it asks that you merge selectors in different `@media` blocks. When the next release happens we should put that back. https://github.com/sasstools/sass-lint/issues/307 Similarly, we want `force-element-nesting` but there is a problem with that because there's no easy way to have a nested selector in a list of selectors. https://github.com/sasstools/sass-lint/issues/575 Finally, until they implement per-line overrides, we have to silence `class-name-format` because we don't have control over the ReactModal class names. It's a useful rule to keep class names consistent though. Per-line ignores should be coming soon: https://github.com/sasstools/sass-lint/issues/70
-
Matthew Taylor authored
-
Matthew Taylor authored
-
Matthew Taylor authored
thanks @rschamp !
-
Matthew Taylor authored
Also implements a method for handling translation of static files as described in https://github.com/LLK/scratch-www/issues/372#issuecomment-193350144
-
Matthew Taylor authored
Cleanup: catch more localization errors that might arise
-
Matthew Taylor authored
This makes a couple of procedure-specific parts into methods in `locale-compare`, so that they can be tested more readily.
-
- 22 Mar, 2016 8 commits
-
-
Matthew Taylor authored
Thanks @rschamp!
-
Matthew Taylor authored
1. checks the localization for a few reference languages for the nav bar 2. for our localized pages (splash, about, wedo2), it checks to see that there are locale strings, whether or not they're english (to make sure at least something is on the page).
-
Matthew Taylor authored
The catch there before is meant to just continue if it comes across a file that doesn't exist (in which case the language will default to english). However, it was not specific enough – now, it only catches the error if the file doesn't exist, and throws anything else, preveting a build.
-
Matthew Taylor authored
Fix GH-356: Use `formatNumber` to localize project count
-
Matthew Taylor authored
thanks @rschamp!
-
Matthew Taylor authored
`toLocaleString()` is not supported in Safari, but react-intl has a polyfill, and so it is. This also localized the intro description string, which wasn't previously. This also fixes #366 by doing as @rschamp suggested and checking if the count is the default count before setting the value.
-
Matthew Taylor authored
Add nynorsk to dropdown
-
Ray Schamp authored
Use Redux for session handling
-
- 21 Mar, 2016 4 commits
-
-
Matthew Taylor authored
[Develop] Fix GH-381: add custom langauges
-
Matthew Taylor authored
These languages are not supported in `intl-messageformat`. Fixes #381.
-
Ray Schamp authored
-
Ray Schamp authored
-
- 18 Mar, 2016 4 commits
-
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
Instead of inserting `Navigation` and `Footer` into every `render`ed component, just compose them in the views with a new `Page` component.
-
- 16 Mar, 2016 1 commit
-
-
Matthew Taylor authored
-
- 10 Mar, 2016 6 commits
-
-
Matthew Taylor authored
[Master] Hotfix: wedo appstore link
-
Matthew Taylor authored
[Develop] Hotfix: wedo appstore link
-
Matthew Taylor authored
-
Matthew Taylor authored
[Master] – Wedo landing page
-
Matthew Taylor authored
* wedo-landing: Update with links, fix linter issues, center setup [WIP] Add WeDo Landing page # Conflicts: # server/routes.json
-
Matthew Taylor authored
-
- 09 Mar, 2016 1 commit
-
-
carljbowman authored
Adding LEGO WeDO landing page. This also includes the initial pass on Global Typographic Standards. Needs Work -Add URLs to all links on the page (still being generated) -Ater URLs have been added, update translation JSON to include messages that include links
-
- 04 Mar, 2016 2 commits
-
-
Matthew Taylor authored
[Develop] Fix GH-374: Add tips to create link for logged out
-
Matthew Taylor authored
Fixes #374
-
- 03 Mar, 2016 3 commits
-
-
Andrew Sliwinski authored
Migrate - Jobs Page
-
Andrew Sliwinski authored
Swap environments for CD
-
Andrew Sliwinski authored
-