- 20 Jan, 2016 1 commit
-
-
Matthew Taylor authored
based on the suggestion by @rschamp!
-
- 19 Jan, 2016 2 commits
-
-
Matthew Taylor authored
Added some more documentation
-
Matthew Taylor authored
Thanks @rschamp for the suggestion!
-
- 15 Jan, 2016 3 commits
-
-
Matthew Taylor authored
Change logout to do a POST request
-
Matthew Taylor authored
Fix GH-324: import `main.scss` in render.jsx
-
Matthew Taylor authored
Fix GH-325: Make template caching strong
-
- 14 Jan, 2016 7 commits
-
-
Matthew Taylor authored
Fixes #325
-
Matthew Taylor authored
Fallout from #305, fixes #324
-
Matthew Taylor authored
GH-288: accessibility
-
Matthew Taylor authored
-
Matthew Taylor authored
GH-266: view-ify locale strings
-
Matthew Taylor authored
1. changes intl filenames to `[view].intl.js` 2. Move nav/footer rendering to `render.jsx` 3. Set locale cookie before submitting language change form Thanks @thisandagain !
-
Matthew Taylor authored
-
- 13 Jan, 2016 5 commits
-
-
Matthew Taylor authored
Fix credits link
-
Matthew Taylor authored
Thanks @thisandagain!
-
Matthew Taylor authored
ht @thisandagain!
-
Matthew Taylor authored
-
Matthew Taylor authored
Fixes #297
-
- 12 Jan, 2016 5 commits
-
-
Matthew Taylor authored
Fix GH-289: Allow white space to wrap in welcome text
-
Andrew Sliwinski authored
Fix error in parsing count from updated API route
-
Andrew Sliwinski authored
- 11 Jan, 2016 6 commits
-
-
Matthew Taylor authored
And remove the overrides that were already there. ht @rschamp and @carljbowman!
-
Andrew Sliwinski authored
Migrate to new API route for message count
-
Andrew Sliwinski authored
-
Matthew Taylor authored
It's in an href, so override the default and include wrapping. Fixes #289.
-
Matthew Taylor authored
Fix GH-251: log error for session request if there
-
Matthew Taylor authored
And only try to update the session if a body is present
-
- 08 Jan, 2016 1 commit
-
-
Matthew Taylor authored
This reverts commit 214430b0.
-
- 07 Jan, 2016 3 commits
-
-
Matthew Taylor authored
This moves all locale/translation building to a dependency, `scratch-www-intl-loader`, as well as tests associated with it. Also gets rid of the `make translations` step.
-
Matthew Taylor authored
thanks @rschamp!
-
Matthew Taylor authored
Handle localization and string loading in views only. Components should just of default text, but not the actual text for the page itself – all text handling should be at the view level.
-
- 06 Jan, 2016 5 commits
-
-
Matthew Taylor authored
default to pt-br if browser is set to pt
-
Matthew Taylor authored
-
Matthew Taylor authored
express's default is to do a "weak" etag (only looks for semantic changes, not byte-level), which might be partially responsible for not having updates to our files in browsers happen as soon as we deploy. Try strong instead.
-
Matthew Taylor authored
Render footer and nav on each view directly instead of globally in a separate bundle
-
Matthew Taylor authored
1. Load locale strings into `window._messages` in a separate file added to `template.html`, which contains view-specific and general strings 2. Update build-locales to compile separate files
-
- 05 Jan, 2016 2 commits
-
-
Ray Schamp authored
Hotfix: Add Kreyòl
-
Ray Schamp authored
-