Commit graph

265 commits

Author SHA1 Message Date
Colby Gutierrez-Kraybill
1bed670312 Create CNAME 2018-05-01 16:52:20 -04:00
Colby Gutierrez-Kraybill
d0ebfed4fe Delete CNAME 2018-05-01 16:52:10 -04:00
Kreg Hanning
e33dfb8f60 Add PocketLab image 2018-02-10 10:48:39 -05:00
Kreg Hanning
cf04a0812f
Merge pull request #142 from khanning/pocketlab-extension
Add PocketLab extension
2018-02-10 10:44:53 -05:00
Kreg Hanning
3c0012ff09 Add PocketLab extension 2018-02-10 10:43:27 -05:00
Andrew Sliwinski
35d444fb98
Merge pull request #140 from vutondesign/gh-pages
Add an alt attribute to all extension thumbnails | Fixes #138
2018-01-02 10:21:51 -05:00
Kerr Travers
c2472b04c3 Change to Intel RealSense 2017-12-31 19:52:35 +00:00
Kerr Travers
40b996b733 change to & to & in an author heading 2017-12-30 17:55:34 +00:00
Kerr Travers
a20fe47916 Change scratch domain to https 2017-12-30 17:52:11 +00:00
Kerr Travers
8119d07fe5 Add an alt attribute to all extension thumbnails 2017-12-30 17:50:03 +00:00
Andrew Sliwinski
e747b89f72
Add depreciation notice to README file 2017-12-30 11:47:15 -05:00
Andrew Sliwinski
cc407c0d64 Merge pull request #134 from technoboy10/technoboy10-site-change
Fix Twitter and Mesh extension links
2017-10-25 14:51:29 -04:00
Connor Hudson
012d12747b technoboy10.tk -> technoboy10.github.io
Domain name change
2017-10-25 10:54:57 -06:00
Kreg Hanning
8e35cf3dc3 Merge pull request #131 from khanning/robotec-name-change
Update name of Robotect EV3 extension
2017-10-24 08:31:30 -04:00
Kreg Hanning
edc0a56bd8 Update robotec extension name 2017-10-03 10:24:33 -04:00
Kreg Hanning
a3f6718919 Update name of Robotect EV3 extension 2017-08-09 09:55:00 -04:00
Andrew Sliwinski
a6bfea284e Merge pull request #130 from khanning/robotec-ext
Add Robotec EV3 extension
2017-08-04 11:11:15 -04:00
Kreg Hanning
4db5a24b49 Add Robotec EV3 extension 2017-08-04 10:35:08 -04:00
Kreg Hanning
dad6d76408 Merge pull request #129 from khanning/poppy-ext
Add Poppy and Clarifai extension
2017-07-19 09:57:34 +01:00
Kreg Hanning
0123a10bd9 Add Clarifai extension 2017-07-19 08:48:00 +01:00
Kreg Hanning
19de07e650 Add poppy extension 2017-07-19 08:41:04 +01:00
Kreg Hanning
0e9466588e Merge pull request #128 from khanning/thymio-extension
Add Thymio extension to gallery
2017-07-18 02:41:06 -07:00
Kreg Hanning
ed5ad83d6a Add Thymio extension to gallery 2017-07-18 05:27:07 -04:00
Kreg Hanning
881cb0bc3d Update micro:bit author 2017-06-20 11:39:18 -04:00
Kreg Hanning
af49c14a17 Update micro:bit extension logo 2017-06-15 16:55:41 -04:00
Kreg Hanning
f9d72ccbb1 Remove action from micro:bit and Arduino links 2017-06-15 16:41:44 -04:00
Kreg Hanning
65e3e2d932 Merge pull request #123 from ericrosenbaum/gh-pages
Spotify/micro:bit/Arduino extension links point to docs page
2017-06-15 16:38:23 -04:00
Kreg Hanning
6052831f7c Arduino extension link points to docs page 2017-06-15 16:33:41 -04:00
Kreg Hanning
225fa4737e micro:bit extension link points to docs page 2017-06-15 16:32:53 -04:00
Eric Rosenbaum
05c1bb954c Spotify extension link points to docs page 2017-06-15 13:29:24 -04:00
Kreg Hanning
b7a75985a9 Update featured projects 2017-06-14 16:14:28 -04:00
Kreg Hanning
d243d9a363 Add micro:bit extension to gallery 2017-06-14 13:27:18 -04:00
Kreg Hanning
58af5e6405 Reorder Fischertechnik extension (Fir < Fis) 2017-05-08 15:21:01 -04:00
Kreg Hanning
9312fe32e6 Merge pull request #119 from khanning/add-fischertechnik-ext
Add Fischertechnik robot extension
2017-05-08 06:30:46 -04:00
Kreg Hanning
48e7f5e198 Add Fischertechnik robot extension 2017-05-03 08:03:27 -04:00
Chris Willis-Ford
91e8f08b5c Merge pull request #114 from cwillisf/fix-extension-load-timing
Ensure extensions don't load until editor is ready
2017-03-16 13:07:34 -07:00
Christopher Willis-Ford
5a1a103ffb Ensure extensions don't load until editor is ready
Prior to this change, there were two versions of the code meant to load
extensions from URL query parameters:
- One version reliably waited for the editor to be ready, but looked for
  "ext=" and "proj=" query parameters. This was an old version of the
  JS-Flash interface that was never documented; the docs say to use
  "url=" for both projects and extensions.
- The other version correctly looked for "url=" but did not reliably
  wait for the editor to be ready. This seems to be the most likely
  culprit for reports that extensions sometimes fail to load.

This change unifies those two paths into one which looks for "url=" and
waits for the editor to be ready.
2017-03-15 14:27:50 -07:00
Eric Rosenbaum
2ee19d739b Merge pull request #112 from ericrosenbaum/gh-pages
Fix typo in synth extension image
2017-03-13 19:00:58 -04:00
Eric Rosenbaum
afdd243072 Fix typo in synth extension image
Change “snyth” to “synth”

(someday, we will have a snyth extension)

Thanks @carljbowman
2017-03-13 17:19:21 -04:00
Eric Rosenbaum
0df7a8c2a4 Merge pull request #111 from ericrosenbaum/gh-pages
Add spotify extension
2017-03-13 17:09:19 -04:00
Eric Rosenbaum
330706efef Add spotify extension 2017-03-13 16:44:49 -04:00
Ray Schamp
0703c534fb Merge pull request #80 from savaka2/remove-faq-link
Remove FAQ link
2017-02-16 10:43:06 -05:00
Chris Willis-Ford
0accf1213d Merge pull request #73 from savaka2/fix
Fix "enforsed"
2017-02-15 15:55:12 -08:00
Chris Willis-Ford
ce75fab3e2 Merge pull request #107 from cwillisf/create-swf-on-all-platforms
Fix GH-103: Create SWF regardless of platform
2017-01-05 10:10:00 -08:00
Christopher Willis-Ford
e2455a0609 Fix GH-103: Create SWF regardless of platform
Port LLK/scratchr2#4168 for ScratchX.

Original description from that change:
> This fixes #4112 by creating the swf regardless of OS and browser.
> Calling `embedSWF` would first check for the existence of the plugin
> before creating, causing browsers that don’t allow the flash plugin by
> default to not be able to show their “allow” message. This tries to
> create the swf no matter what, allowing browsers to detect flash
> themselves.
>
> Logic is as follows:
> 1. check if `userAgent` returns a mobile/tablet OS. Display error
>    message if so
> 2. check if on windows and using ie – check for an express install if
>    so (like in `embedSWF`)
> 3. load the swf in all other cases, let browsers handle it.
>
> Test Cases:
> - Test how project pages load in Android and iOS devices, on tablets
>   and on phones, and on multiple desktop OS's for correct loading
>   behavior.

This resolves LLK/scratchx#103
2017-01-04 13:56:12 -08:00
Christopher Willis-Ford
bc523ddb37 Fix line endings 2017-01-04 13:31:06 -08:00
Christopher Willis-Ford
8c04fd589a Add .gitattributes file
Also ignore `.idea` directory
2017-01-04 13:28:47 -08:00
Christopher Willis-Ford
519364d95a Fix invalid HTML entity
s/emdash/mdash/
2017-01-03 08:33:39 -08:00
Christopher Willis-Ford
47d9063829 Update scratch_extensions for upcoming scratchr2
This corresponds to the upcoming October 20th release
2016-10-07 12:09:17 -07:00
Kreg Hanning
ed239eb0f0 Move serial errors to console
When a serial device is disconnected the user receives two
dialog messages indicating there was a serial device error.
This can cause confusion since the error message does not
clearly indicate what has happened.

Instead of alerting the user this will push the message to the console.
2016-09-13 14:30:35 -04:00