Commit Graph

3183 Commits

Author SHA1 Message Date
alschmiedt
c1bf5e094b Merge pull request #2226 from alschmiedt/adv_comp_bug
Access colours using bracket notation
2019-01-21 15:11:45 -08:00
translatewiki.net
81a278d4f8 Localisation updates from https://translatewiki.net. 2019-01-21 09:53:19 +01:00
alschmiedt
d747bb080a Access colours using bracket notation 2019-01-19 11:53:09 -08:00
alschmiedt
15bd62f613 Merge pull request #2213 from alschmiedt/fix_themes
Fixing compiler error for blockly themes
2019-01-11 16:49:27 -08:00
alschmiedt
ce843d663d Adding accessible uncompressed 2019-01-11 16:41:43 -08:00
alschmiedt
4be4c7b31e Adding compressed files 2019-01-11 16:18:04 -08:00
alschmiedt
67147124de Moved theme scripts out of core 2019-01-11 14:39:01 -08:00
alschmiedt
59e4d985aa Remove unnecessary scripts 2019-01-11 14:36:53 -08:00
alschmiedt
0d78f1dcd5 Fixing compiler error for blockly themes 2019-01-11 14:28:49 -08:00
Rachel Fenichel
c4b2436e05 Merge pull request #2210 from BeksOmega/feature/HorizTrashcanFlyout
Added Displaying Trashcan Flyout Horizontally When Layout is Horizontal
2019-01-11 12:23:02 -08:00
alschmiedt
7941651444 Merge pull request #2184 from alschmiedt/blockly_colours
Blockly Themes
2019-01-11 10:57:57 -08:00
Beka Westberg
7f160bd322 Fixed comments not being recorded in delete event. (#2211) 2019-01-10 14:35:06 -08:00
Beka Westberg
2b05b83c74 Added displaying flyout horizontally when layout is horizontal. 2019-01-10 13:21:14 -08:00
alschmiedt
af35702f3e Final fixes 2019-01-10 12:04:47 -08:00
alschmiedt
9bfb30bcf2 Fixing review comments 2019-01-10 09:13:02 -08:00
Beka Westberg
969687ec34 Added flipRtl Support for FieldImages (#2203)
* Added flipRtl support for FieldImages. Added a flipRtl test block.

* Added blockfactory support.

* Fixed JSDoc.
2019-01-10 08:59:35 -08:00
alschmiedt
caf664db04 Small fixes 2019-01-09 15:38:30 -08:00
Rachel Fenichel
e796217e67 Merge pull request #2209 from rachel-fenichel/mocha_eslintrc
Add eslintrc to mocha directory
2019-01-09 14:08:27 -08:00
alschmiedt
55a46f8299 Fixes error thrown for style defined inline 2019-01-09 13:44:22 -08:00
Rachel Fenichel
089c30baa1 Add eslintrc to mocha directory 2019-01-09 13:31:07 -08:00
alschmiedt
40a1ae752b Adds support for category styles 2019-01-09 11:18:44 -08:00
Rachel Fenichel
a1127fec7c Merge pull request #2201 from BeksOmega/fixes/BubblePosition
Changed how Bubbles Position Themselves
2019-01-09 10:53:28 -08:00
alschmiedt
bac9a16da0 Adds hat style 2019-01-08 15:13:00 -08:00
alschmiedt
4fad29bf15 Fixes problem with hat style 2019-01-08 14:52:14 -08:00
alschmiedt
e7a120e69f Merge branch 'develop' of https://github.com/alschmiedt/blockly into blockly_colours 2019-01-08 13:36:39 -08:00
Rachel Fenichel
edf28bf431 Merge pull request #2208 from rachel-fenichel/testing/mocha
Mocha testing
2019-01-08 13:02:18 -08:00
Rachel Fenichel
420c3b0420 Merge pull request #2207 from rachel-fenichel/enable_insertion_markers
Enable insertion markers
2019-01-08 12:06:34 -08:00
Rachel Fenichel
298b93c025 Fix eslint errors with in-file comments 2019-01-08 11:54:57 -08:00
Rachel Fenichel
192b2f9415 Go back to run_all_tests.sh for npm test 2019-01-08 11:46:52 -08:00
Rachel Fenichel
0ec471332b Delete commented-out code 2019-01-08 11:44:15 -08:00
Rachel Fenichel
ecb8b4fb44 Remove dependenceis and use unpkg 2019-01-08 11:41:57 -08:00
alschmiedt
f480b1ff79 Changes Blockly style to be Blockly theme. 2019-01-08 11:40:57 -08:00
Rachel Fenichel
35f05ce582 Skip two broken test suites 2019-01-08 11:31:35 -08:00
Rachel Fenichel
1c413f0442 More testing with mocha 2019-01-08 11:31:35 -08:00
Rachel Fenichel
e27f58ada7 Add jsunit->chai assert converters, and block tests 2019-01-08 11:30:54 -08:00
Rachel Fenichel
376bed8c46 First pass at creating mocha tests 2019-01-08 11:30:54 -08:00
Rachel Fenichel
d95f56f546 Enable insertion markers 2019-01-08 11:19:54 -08:00
Rachel Fenichel
fe514b1006 Merge pull request #2185 from BeksOmega/fixes/Issue2035
Trashcan/Zoom Anchored to Top when Toolbox is on Bottom.
2019-01-08 10:29:07 -08:00
alschmiedt
4982c5c310 Changes names for block styles 2019-01-08 09:40:30 -08:00
Beka Westberg
d2277f0c4b Updated createZoomSVG comments. 2019-01-07 16:04:10 -08:00
Rachel Fenichel
2cce50db7b Merge pull request #2196 from BeksOmega/fixes/FlyoutButtons
Fixed Being Unable to Register Button Callbacks in Category-less Toolbox
2019-01-07 15:45:17 -05:00
Noah Glaser
7c619a1dba Prevent duplicate parameters in functions (#2177)
Prevents the coder from using duplicate parameters names in functions.

In the validator function check for parameter names that have been used. If it finds a block with a name that matches return null so that it will revert the change. Also change the name each time a new parameter is created to try to prevent duplicate name.
2019-01-07 12:44:01 -08:00
Rachel Fenichel
7c8c2da8ee Merge pull request #2195 from BeksOmega/fixes/ScrollingHorizontalFlyout
Fixed Scrolling Horizontal Flyout with Mousewheel
2019-01-07 15:43:09 -05:00
alschmiedt
1f742bf83d Fixing review comments 2019-01-07 10:38:49 -08:00
translatewiki.net
4cc3708f0a Localisation updates from https://translatewiki.net. 2019-01-07 10:03:25 +01:00
alschmiedt
bca5fd36d3 Fix failing test 2019-01-03 13:20:28 -08:00
alschmiedt
bfc55ada27 Fixes refresh on simple toolbox withno categories 2019-01-03 12:56:19 -08:00
Beka Westberg
05fb75dc3e Fixed RTL mistake. 2018-12-29 13:29:14 -08:00
Beka Westberg
fdeb6bb778 Changed how bubbles position themselves. 2018-12-28 08:18:15 -08:00
translatewiki.net
faf577d1c1 Localisation updates from https://translatewiki.net. 2018-12-27 10:45:13 +01:00