- 15 Nov, 2018 1 commit
-
-
Paul Kaplan authored
Add missing extensions and images
-
- 14 Nov, 2018 11 commits
-
-
chrisgarrity authored
Issue/2281 gettingstarted
-
chrisgarrity authored
2018 Hour of Code Banners
-
chrisgarrity authored
Fix wedo-legacy translations
-
picklesrus authored
Redo the credits page.
-
Paul Kaplan authored
-
Paul Kaplan authored
Move sharing to special endpoint.
-
Paul Kaplan authored
Hide backpack for logged out users
-
Paul Kaplan authored
-
Eric Rosenbaum authored
Update microbit hex file version
-
Benjamin Wheeler authored
Pass authorId and authorUsername to gui
-
Ben Wheeler authored
-
- 13 Nov, 2018 5 commits
-
-
Eric Rosenbaum authored
-
Ben Wheeler authored
-
picklesrus authored
-
Paul Kaplan authored
The API endpoint will return just the updated slice of the projectInfo, so just update the projectInfo instead of replacing.
-
Paul Kaplan authored
This makes a couple of assumptions about the shape of the endpoint: - Route is /proxy/projects/:id/share. - Returns the full (updated) project info on success, just like the project update endpoint does. I reviewed these with colby since this is frontrunning the actual API, but I can update once the API is finalized.
-
- 12 Nov, 2018 3 commits
-
-
chrisgarrity authored
The translation generatation script uses the view name from the routes file when generating the translations files. So the route `name:` and `view:` must match. Symptom: when generating translations there were warnings that there were no translations for `wedo-legacy`.
-
chrisgarrity authored
- `create` on the navbar opens the getting started tutorial if the user is not logged in - replaced any other use of `tip_bar=getStarted` with `tutorial=getStarted` (with the exception of Tips page) - did not replace other uses of `tip_bar=home` as those should probably go to the new tips/ideas page.
-
chrisgarrity authored
Preview needs to be able to handle query parameters for tutorials.
-
- 11 Nov, 2018 3 commits
-
-
Ray Schamp authored
Removes Full Stack Job Listing
-
MasterOfTheTiger authored
-
Ray Schamp authored
Use https for ScratchJR links
-
- 10 Nov, 2018 1 commit
-
-
Ben Wheeler authored
-
- 09 Nov, 2018 1 commit
-
-
MasterOfTheTiger authored
-
- 08 Nov, 2018 3 commits
-
-
Paul Kaplan authored
-
Paul Kaplan authored
Add "project not available" view for when project body cannot be loaded
-
Paul Kaplan authored
-
- 07 Nov, 2018 9 commits
-
-
chrisgarrity authored
* add Top and Middle HoC banners * banners share styles * add new assets for banners * update presentation to check date to determine whether to show the HoC banners.
-
Paul Kaplan authored
This happens when the project id does not exist, or is not visible to the given user.
-
Ben Wheeler authored
-
Ray Schamp authored
Avoid displaying an error when /news returns a 500
-
Bryce Taylor authored
Update chromedriver so tests pass more reliably
-
Paul Kaplan authored
Add IP Mute message to project comment errors
-
chrisgarrity authored
Add new strings in preparation for Hour of Code
-
BryceLTaylor authored
-
Paul Kaplan authored
-
- 06 Nov, 2018 3 commits
-
-
chrisgarrity authored
-
BryceLTaylor authored
-
Ray Schamp authored
This situation probably occurs most frequently when running dev servers while offline, but could also happen if the API is having issues. 500 responses from the API should not take down the homepage so drastically, and are also sometimes unavoidable while working offline.
-