Commit Graph

1843 Commits

Author SHA1 Message Date
Niklas Laxström 89d9765caa Localisation updates from https://translatewiki.net. 2017-04-06 07:11:35 +02:00
Niklas Laxström eb22322f49 Localisation updates from https://translatewiki.net. 2017-04-03 07:21:41 +02:00
Niklas Laxström 1a75dd99ea Localisation updates from https://translatewiki.net. 2017-03-30 07:36:02 +02:00
Rachel Fenichel 89859f9fd0 Merge pull request #1008 from rachel-fenichel/update_master_3_28_17
Update master to include a major IE10 fix
2017-03-28 16:02:27 -07:00
Rachel Fenichel 61f920b590 Rebuild for master push 2017-03-28 13:50:17 -07:00
Katelyn Mann 3ed3f5ba84 Merge branch 'master' into develop 2017-03-28 12:42:57 -07:00
Rachel Fenichel b25ab029e4 Merge pull request #1005 from rachel-fenichel/bugfix/IE10_offsets
RemoveAttribute doesn't work on SVG elements in IE 10.  Use setAttrib…
2017-03-28 09:06:23 -07:00
Rachel Fenichel 92f3880008 RemoveAttribute doesn't work on SVG elements in IE 10. Use setAttribute to null instead. 2017-03-27 17:25:41 -07:00
Niklas Laxström 65371a69cf Localisation updates from https://translatewiki.net. 2017-03-27 08:11:50 +02:00
CoryDCode b0856b879d Fixing commenting from the last commit. (#1000) 2017-03-23 14:49:05 -07:00
CoryDCode 6cc6848961 Added the variable modal and component and implemented basic renaming functionality. (#991) 2017-03-23 13:47:26 -07:00
Katelyn Mann 06ebf52dd1 Merge branch 'develop' 2017-03-23 11:35:11 -07:00
picklesrus bfe23ea1b3 rebuild develop (#996) 2017-03-23 11:33:25 -07:00
picklesrus 36fa5f6016 Fix #986. Looks like the original PR just forgot this block. (#992) 2017-03-23 10:20:42 -07:00
Katelyn Mann 23f645dfc7 Merge remote-tracking branch 'origin/develop' into develop 2017-03-22 14:24:28 -07:00
Rachel Fenichel 815fd6fd79 Merge pull request #982 from rachel-fenichel/bugfix/IE_text_rendering
Bugfix/ie text rendering
2017-03-22 10:14:21 -07:00
Katelyn Mann 9e4ed972b0 update from master + build 2017-03-22 10:05:20 -07:00
Niklas Laxström aba79e2735 Localisation updates from https://translatewiki.net. 2017-03-20 07:21:00 +01:00
Rachel Fenichel 85b4f5f1a8 Fix #969 2017-03-17 16:25:45 -07:00
picklesrus fd7d8b1ac8 Fix #967 by overriding the updateWidth method in FieldImage blocks to be a no-op. FieldImage fields should not change size after the width is set in init. The updateWidth and, therefore, getCachedWidth is now being called by BlockSvg renderFields_ (see commit d55d9cbd9f). IIUC, updateWidth/getCachedWidth was only called from render before which is overridden in FieldImage to be a no-op already. (#979) 2017-03-17 16:15:40 -07:00
Niklas Laxström 33fce3f62f Localisation updates from https://translatewiki.net. 2017-03-16 07:59:13 +01:00
Rachel Fenichel 036f364e57 Merge pull request #978 from rachel-fenichel/feature/developer_background
Set background color to lilac if opening the playground from file:
2017-03-13 14:55:43 -07:00
Rachel Fenichel a6a70a647c set background color to lilac if opening the playground from file: 2017-03-13 14:37:27 -07:00
picklesrus 847d83e4af Another attempt to fix #904 to keep the page from jumping to the focused workspace in IE 11 (#974) 2017-03-10 14:58:09 -08:00
Niklas Laxström e4bfd9a128 Localisation updates from https://translatewiki.net. 2017-03-09 07:41:27 +01:00
picklesrus 9b98573327 Cross browser friendly fix for #904. This calls blur and focus from … (#972)
* Cross browser friendly fix for #904.  This calls blur and focus from workspace.markFocused and removes the event listener on focus events.  markFocused is called from all of our mouse down handlers, which triggers the focus event leading to an infinite loop of focus.  As far as I can tell, there are no uses of the focus handler that actually did anything for us.
2017-03-08 14:27:53 -08:00
Andrew n marshall 6313b202f7 unction to function corrects #962 (#970) 2017-03-08 07:47:48 -08:00
picklesrus 63c899e4e1 Potential fix for #888. Stops checking whether we are mid workspace drag since we do not always get mosue up events when blockly is in an iframe. (#899) 2017-03-06 16:19:29 -08:00
picklesrus ab042d4dd8 Fix bug #904 by explicitly grabbing focus on the workspace svg element. (#964) 2017-03-03 16:15:02 -08:00
Rachel Fenichel aff78ccc45 Merge pull request #963 from rachel-fenichel/bugfix/blocks_object_annotation
Annotation fix
2017-03-03 13:53:55 -08:00
Rachel Fenichel 72256a187d Annotation fixes 2017-03-03 13:22:50 -08:00
Andrew n marshall 6e1ffe09c2 Adding Blockly.Xml.appendDomToWorkspace() (#962)
This is a copy (with additional comments) of PR #822 (and also #961) by @qnoirhomme with unrelated files removed. See #822 for full review.
2017-03-03 08:40:00 -08:00
Rachel Fenichel ef34ee5433 Merge pull request #959 from rachel-fenichel/cleanup/variable_category_xml
Make it easier to read the code that creates the variable category in…
2017-03-02 14:12:51 -08:00
Rachel Fenichel 4b75b6271b Make it easier to read the code that creates the variable category in the tolbox 2017-03-02 13:55:25 -08:00
Andrew n marshall 27a20b1be2 Extra character in comment. (#958 from AnmAtAnm/typo) 2017-03-02 09:02:06 -08:00
Andrew n marshall b5f91dd054 Typo in comment. 2017-03-02 08:34:27 -08:00
Andrew n marshall 16380ab8f6 Merge pull request #956 from AnmAtAnm/msg-urls
Update help URL per #937.
2017-02-28 11:00:15 -08:00
Andrew n marshall 2c349a3152 Update help URL per #937.
Replace URL usages of %28 and %29 with normal parenthesis characters. (They aren't replaced by JavaScript's encodeURIComponent() function, and seem to work just fine without them.)
Added missing semicolon in build.py.
2017-02-28 08:38:37 -08:00
Rachel Fenichel 05312c9bf7 Merge pull request #952 from rachel-fenichel/feature/if_else_update
Use mutator extension for controls_if block
2017-02-27 19:56:32 -08:00
Niklas Laxström c797250ffc Localisation updates from https://translatewiki.net. 2017-02-27 07:45:31 +01:00
Rachel Fenichel c30928a177 Make some functions private and add tests 2017-02-24 15:51:59 -08:00
Andrew n marshall c0677100fd Merge pull request #954 from AnmAtAnm/warn-on-overwrite
Adding warning on duplicate JSON block definition.
2017-02-24 15:51:20 -08:00
Andrew n marshall 1bc74819aa period 2017-02-24 15:47:35 -08:00
Andrew n marshall a9aabd637f Adding warning on duplicate JSON block definition. 2017-02-24 15:41:56 -08:00
Rachel Fenichel aa8e996799 Handle mutations with both mixins and functions 2017-02-23 17:07:06 -08:00
Rachel Fenichel 4b0c32e91f Add safety checks for mutators and non-mutator extensions 2017-02-23 15:55:13 -08:00
Andrew n marshall 89c2bf66ca Merge pull request #951 from AnmAtAnm/fix950-blockfactory
Fix #950: BlockFactory typo and copypasta
2017-02-23 10:22:46 -08:00
Andrew n marshall af6d4dcfc6 Merge pull request #948 from AnmAtAnm/fix946
Fix #946. Don't check for presence of constants.js
2017-02-23 10:22:32 -08:00
Andrew n marshall 2279b55057 Merge pull request #949 from AnmAtAnm/fix-annotations
Fix #945 (annotations) and an eslint issue (constant condition)
2017-02-23 10:22:17 -08:00
Andrew n marshall 7e178af49c Fix #950: BlockFactory typo and copypasta 2017-02-23 08:53:01 -08:00